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

2017-05-16 Thread Laurent Carlier
Date: Wednesday, May 17, 2017 @ 05:27:08
  Author: lcarlier
Revision: 228356

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  
lib32-mesa/repos/multilib-testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 228355, 
lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
(from rev 228355, 
lib32-mesa/trunk/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 228355, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 228355, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-testing-x86_64/glvnd-fix-gl-dot-pc.patch
(from rev 228355, lib32-mesa/trunk/glvnd-fix-gl-dot-pc.patch)

-+
 0001-Fix-linkage-against-shared-glapi.patch |   26 +
 0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch |   88 +
 LICENSE |   82 +
 PKGBUILD|  160 
++
 glvnd-fix-gl-dot-pc.patch   |   12 
 5 files changed, 368 insertions(+)

Copied: 
lib32-mesa/repos/multilib-testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch
 (from rev 228355, lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- multilib-testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch 
(rev 0)
+++ multilib-testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch 
2017-05-17 05:27:08 UTC (rev 228356)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  $(top_builddir)/src/mapi/glapi/libglapi.la \
++  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
+   $(SHARED_GLAPI_LIB) \
+   $(OSMESA_LIB_DEPS) \
+   $(CLOCK_LIB)
+-- 
+2.9.3
+

Copied: 
lib32-mesa/repos/multilib-testing-x86_64/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
 (from rev 228355, 
lib32-mesa/trunk/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch)
===
--- 
multilib-testing-x86_64/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
 (rev 0)
+++ 
multilib-testing-x86_64/0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
 2017-05-17 05:27:08 UTC (rev 228356)
@@ -0,0 +1,88 @@
+From efa4f2ebc1e788c3f1cfcf3842058cf838171653 Mon Sep 17 00:00:00 2001
+From: Hans de Goede 
+Date: Mon, 20 Mar 2017 08:41:26 +0100
+Subject: [PATCH] glxglvnddispatch: Add missing dispatch for GetDriverConfig
+
+Together with some fixes to xdriinfo this fixes xdriinfo not working
+with glvnd.
+
+Since apps (xdriinfo) expect GetDriverConfig to work without going to
+need through the dance to setup a glxcontext (which is a reasonable
+expectation IMHO), the dispatch for this ends up significantly different
+then any other dispatch function.
+
+This patch gets the job done, but I'm not really happy with how this
+patch turned out, suggestions for a better fix are welcome.
+
+Cc: Kyle Brenneman 
+Signed-off-by: Hans de Goede 
+---
+ src/glx/g_glxglvnddispatchfuncs.c   | 18 ++
+ src/glx/g_glxglvnddispatchindices.h |  1 +
+ 2 files changed, 19 insertions(+)
+
+diff --git a/src/glx/g_glxglvnddispatchfuncs.c 
b/src/glx/g_glxglvnddispatchfuncs.c
+index b5e3398..040cdf8 100644
+--- a/src/glx/g_glxglvnddispatchfuncs.c
 b/src/glx/g_glxglvnddispatchfuncs.c
+@@ -4,6 +4,7 @@
+  */
+ #include 
+ 
++#include "glxclient.h"
+ #include "glxglvnd.h"
+ #include "glxglvnddispatchfuncs.h"
+ #include "g_glxglvnddispatchindices.h"
+@@ -50,6 +51,7 @@ const char * const __glXDispatchTableStrings[DI_LAST_INDEX] 
= {
+ __ATTRIB(GetCurrentDisplayEXT),
+ // glXGetCurrentDrawable implemented by libglvnd
+ // glXGetCurrentReadDrawable 

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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 04:15:20
  Author: svenstaro
Revision: 228354

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-17 04:14:47 UTC (rev 228353)
+++ community-i686/PKGBUILD 2017-05-17 04:15:20 UTC (rev 228354)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SaultDon 
-pkgname=pdal
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A C++ library for translating and manipulating point cloud data"
-arch=('i686' 'x86_64')
-url="http://www.pdal.io;
-license=('BSD')
-depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
-makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
-optdepends=('python-numpy: for the Python plugin'
-'sqlite: for the sqlite plugin'
-'postgresql-libs: for the postgresql plugin')
-provides=('pdal')
-source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;)
-sha512sums=('40aa3ef21d8ee25ab26b532e2d934bdc4557268d33b8d93d1717cd2c9ab9d17435381c479d1623c4df52ea31b6aa55168a8a6e7171d5da1f8eda116191bb5b74')
-
-prepare() {
-cd "PDAL-$pkgver-src"
-
-[[ -d build ]] || mkdir build
-}
-
-build() {
-cd "PDAL-$pkgver-src/build"
-
-cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_PLUGIN_PYTHON=ON \
--DBUILD_PLUGIN_PGPOINTCLOUD=ON \
--DBUILD_PLUGIN_SQLITE=ON \
--DWITH_LAZPERF=ON \
--DWITH_LASZIP=ON \
--DWITH_COMPLETION=ON
-
-make
-}
-
-package() {
-cd "PDAL-$pkgver-src/build"
-
-make DESTDIR="$pkgdir/" install
-
-cd "$srcdir/PDAL-$pkgver-src"
-install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: pdal/repos/community-i686/PKGBUILD (from rev 228353, 
pdal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-17 04:15:20 UTC (rev 228354)
@@ -0,0 +1,49 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=1.5.0
+pkgrel=2
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('i686' 'x86_64')
+url="http://www.pdal.io;
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf' 'hexer-hobu')
+optdepends=('python-numpy: for the Python plugin'
+'hexer-hobu: for the hexbin plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;)
+sha512sums=('40aa3ef21d8ee25ab26b532e2d934bdc4557268d33b8d93d1717cd2c9ab9d17435381c479d1623c4df52ea31b6aa55168a8a6e7171d5da1f8eda116191bb5b74')
+
+prepare() {
+cd "PDAL-$pkgver-src"
+
+[[ -d build ]] || mkdir build
+}
+
+build() {
+cd "PDAL-$pkgver-src/build"
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_PLUGIN_PYTHON=ON \
+-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+-DBUILD_PLUGIN_SQLITE=ON \
+-DBUILD_PLUGIN_HEXBIN=ON \
+-DWITH_LAZPERF=ON \
+-DWITH_LASZIP=ON \
+-DWITH_COMPLETION=ON
+
+make
+}
+
+package() {
+cd "PDAL-$pkgver-src/build"
+
+make DESTDIR="$pkgdir/" install
+
+cd "$srcdir/PDAL-$pkgver-src"
+install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-17 04:14:47 UTC (rev 228353)
+++ community-x86_64/PKGBUILD   2017-05-17 04:15:20 UTC (rev 228354)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SaultDon 
-pkgname=pdal
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A C++ library for translating and manipulating point cloud data"
-arch=('i686' 'x86_64')
-url="http://www.pdal.io;
-license=('BSD')
-depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
-makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
-optdepends=('python-numpy: for the Python plugin'
-'sqlite: for the sqlite plugin'
-'postgresql-libs: for the postgresql plugin')
-provides=('pdal')
-source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;)

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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 04:14:47
  Author: svenstaro
Revision: 228353

upgpkg: pdal 1.5.0-2

Add hexer-hobu

Modified:
  pdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-17 04:04:53 UTC (rev 228352)
+++ PKGBUILD2017-05-17 04:14:47 UTC (rev 228353)
@@ -2,14 +2,15 @@
 # Contributor: SaultDon 
 pkgname=pdal
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('i686' 'x86_64')
 url="http://www.pdal.io;
 license=('BSD')
 depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
-makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf' 'hexer-hobu')
 optdepends=('python-numpy: for the Python plugin'
+'hexer-hobu: for the hexbin plugin'
 'sqlite: for the sqlite plugin'
 'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
@@ -30,6 +31,7 @@
 -DBUILD_PLUGIN_PYTHON=ON \
 -DBUILD_PLUGIN_PGPOINTCLOUD=ON \
 -DBUILD_PLUGIN_SQLITE=ON \
+-DBUILD_PLUGIN_HEXBIN=ON \
 -DWITH_LAZPERF=ON \
 -DWITH_LASZIP=ON \
 -DWITH_COMPLETION=ON


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 04:04:53
  Author: svenstaro
Revision: 228352

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

Added:
  hexer-hobu/repos/community-i686/
  hexer-hobu/repos/community-i686/1c528390ec47588661c86e773dcef771787fc564.patch
(from rev 228351, 
hexer-hobu/trunk/1c528390ec47588661c86e773dcef771787fc564.patch)
  hexer-hobu/repos/community-i686/PKGBUILD
(from rev 228351, hexer-hobu/trunk/PKGBUILD)
  hexer-hobu/repos/community-x86_64/
  
hexer-hobu/repos/community-x86_64/1c528390ec47588661c86e773dcef771787fc564.patch
(from rev 228351, 
hexer-hobu/trunk/1c528390ec47588661c86e773dcef771787fc564.patch)
  hexer-hobu/repos/community-x86_64/PKGBUILD
(from rev 228351, hexer-hobu/trunk/PKGBUILD)

-+
 community-i686/1c528390ec47588661c86e773dcef771787fc564.patch   |   47 
++
 community-i686/PKGBUILD |   36 +++
 community-x86_64/1c528390ec47588661c86e773dcef771787fc564.patch |   47 
++
 community-x86_64/PKGBUILD   |   36 +++
 4 files changed, 166 insertions(+)

Copied: 
hexer-hobu/repos/community-i686/1c528390ec47588661c86e773dcef771787fc564.patch 
(from rev 228351, 
hexer-hobu/trunk/1c528390ec47588661c86e773dcef771787fc564.patch)
===
--- community-i686/1c528390ec47588661c86e773dcef771787fc564.patch   
(rev 0)
+++ community-i686/1c528390ec47588661c86e773dcef771787fc564.patch   
2017-05-17 04:04:53 UTC (rev 228352)
@@ -0,0 +1,47 @@
+From 427f770374ec2a583426aa371105f8c0780a729b Mon Sep 17 00:00:00 2001
+From: Pete Gadomski 
+Date: Tue, 25 Apr 2017 16:08:00 +
+Subject: [PATCH 1/2] Add cmath and limits headers to utils
+
+---
+ include/hexer/Utils.hpp | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/include/hexer/Utils.hpp b/include/hexer/Utils.hpp
+index 8c26fd3..fd7ed30 100644
+--- a/include/hexer/Utils.hpp
 b/include/hexer/Utils.hpp
+@@ -15,6 +15,9 @@
+ 
+ #pragma once
+ 
++#include 
++#include 
++
+ namespace hexer
+ {
+ 
+
+From e06d361eec613ed046592d378a01bf0a0694a6f8 Mon Sep 17 00:00:00 2001
+From: Pete Gadomski 
+Date: Tue, 25 Apr 2017 16:08:24 +
+Subject: [PATCH 2/2] Link with dl for curse on non-win32
+
+---
+ apps/CMakeLists.txt | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
+index 3ce66d7..11f5d02 100644
+--- a/apps/CMakeLists.txt
 b/apps/CMakeLists.txt
+@@ -17,6 +17,9 @@ endif()
+ if(CURSE)
+ add_executable(${CURSE} curse.cpp lasfile.hpp las.hpp las.cpp OGR.hpp 
OGR.cpp mmaplib.hpp pdal_util_export.hpp ProgramArgs.hpp Utils.cpp Utils.hpp )
+ target_link_libraries(${CURSE} ${HEXER_LIB_NAME} ${HEXERBOOST_LIB_NAME})
++if(NOT WIN32)
++target_link_libraries(${CURSE} dl)
++endif()
+ endif()
+ 
+ install(TARGETS ${HEXER_UTILITIES}

Copied: hexer-hobu/repos/community-i686/PKGBUILD (from rev 228351, 
hexer-hobu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-17 04:04:53 UTC (rev 228352)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=hexer-hobu
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="LAS and OGR hexagonal density and boundary surface generation"
+arch=('i686' 'x86_64')
+url="https://github.com/hobu/hexer;
+license=(LGPL)
+depends=(gdal)
+makedepends=(cmake)
+source=("https://github.com/hobu/hexer/archive/${pkgver}.tar.gz;
+1c528390ec47588661c86e773dcef771787fc564.patch)
+sha512sums=('4db94af7fe0a2cc3cd26202c4ec88fadd88408c92d14e11ac117af51ee267aa87cd82aa18b29867f318d272f644be60a826e7fb3c72908baba4124499f39579c'
+
'a79efd591f97913e1e32a8dfc7dd7247203a0992196d9f095a16a8a110175190e527cf943d6329eafa65ec5dded88c283f017605368ee521fe28caba3802ccf8')
+
+prepare() {
+  cd hexer-${pkgver}
+
+  patch -Np1 < ${srcdir}/1c528390ec47588661c86e773dcef771787fc564.patch
+}
+
+build() {
+  mkdir -p hexer-${pkgver}/build
+  cd hexer-${pkgver}/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd hexer-${pkgver}/build
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
hexer-hobu/repos/community-x86_64/1c528390ec47588661c86e773dcef771787fc564.patch
 (from rev 228351, 
hexer-hobu/trunk/1c528390ec47588661c86e773dcef771787fc564.patch)
===
--- community-x86_64/1c528390ec47588661c86e773dcef771787fc564.patch 
(rev 0)
+++ community-x86_64/1c528390ec47588661c86e773dcef771787fc564.patch 
2017-05-17 04:04:53 UTC (rev 228352)
@@ -0,0 +1,47 @@
+From 427f770374ec2a583426aa371105f8c0780a729b Mon Sep 17 00:00:00 2001
+From: Pete Gadomski 

[arch-commits] Commit in (5 files)

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 04:03:58
  Author: svenstaro
Revision: 228351

Adding hexer-hobu for pdal

Added:
  hexer-hobu/
  hexer-hobu/repos/
  hexer-hobu/trunk/
  hexer-hobu/trunk/1c528390ec47588661c86e773dcef771787fc564.patch
  hexer-hobu/trunk/PKGBUILD

+
 1c528390ec47588661c86e773dcef771787fc564.patch |   47 +++
 PKGBUILD   |   36 +
 2 files changed, 83 insertions(+)

Added: hexer-hobu/trunk/1c528390ec47588661c86e773dcef771787fc564.patch
===
--- hexer-hobu/trunk/1c528390ec47588661c86e773dcef771787fc564.patch 
(rev 0)
+++ hexer-hobu/trunk/1c528390ec47588661c86e773dcef771787fc564.patch 
2017-05-17 04:03:58 UTC (rev 228351)
@@ -0,0 +1,47 @@
+From 427f770374ec2a583426aa371105f8c0780a729b Mon Sep 17 00:00:00 2001
+From: Pete Gadomski 
+Date: Tue, 25 Apr 2017 16:08:00 +
+Subject: [PATCH 1/2] Add cmath and limits headers to utils
+
+---
+ include/hexer/Utils.hpp | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/include/hexer/Utils.hpp b/include/hexer/Utils.hpp
+index 8c26fd3..fd7ed30 100644
+--- a/include/hexer/Utils.hpp
 b/include/hexer/Utils.hpp
+@@ -15,6 +15,9 @@
+ 
+ #pragma once
+ 
++#include 
++#include 
++
+ namespace hexer
+ {
+ 
+
+From e06d361eec613ed046592d378a01bf0a0694a6f8 Mon Sep 17 00:00:00 2001
+From: Pete Gadomski 
+Date: Tue, 25 Apr 2017 16:08:24 +
+Subject: [PATCH 2/2] Link with dl for curse on non-win32
+
+---
+ apps/CMakeLists.txt | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
+index 3ce66d7..11f5d02 100644
+--- a/apps/CMakeLists.txt
 b/apps/CMakeLists.txt
+@@ -17,6 +17,9 @@ endif()
+ if(CURSE)
+ add_executable(${CURSE} curse.cpp lasfile.hpp las.hpp las.cpp OGR.hpp 
OGR.cpp mmaplib.hpp pdal_util_export.hpp ProgramArgs.hpp Utils.cpp Utils.hpp )
+ target_link_libraries(${CURSE} ${HEXER_LIB_NAME} ${HEXERBOOST_LIB_NAME})
++if(NOT WIN32)
++target_link_libraries(${CURSE} dl)
++endif()
+ endif()
+ 
+ install(TARGETS ${HEXER_UTILITIES}

Added: hexer-hobu/trunk/PKGBUILD
===
--- hexer-hobu/trunk/PKGBUILD   (rev 0)
+++ hexer-hobu/trunk/PKGBUILD   2017-05-17 04:03:58 UTC (rev 228351)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=hexer-hobu
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="LAS and OGR hexagonal density and boundary surface generation"
+arch=('i686' 'x86_64')
+url="https://github.com/hobu/hexer;
+license=(LGPL)
+depends=(gdal)
+makedepends=(cmake)
+source=("https://github.com/hobu/hexer/archive/${pkgver}.tar.gz;
+1c528390ec47588661c86e773dcef771787fc564.patch)
+sha512sums=('4db94af7fe0a2cc3cd26202c4ec88fadd88408c92d14e11ac117af51ee267aa87cd82aa18b29867f318d272f644be60a826e7fb3c72908baba4124499f39579c'
+
'a79efd591f97913e1e32a8dfc7dd7247203a0992196d9f095a16a8a110175190e527cf943d6329eafa65ec5dded88c283f017605368ee521fe28caba3802ccf8')
+
+prepare() {
+  cd hexer-${pkgver}
+
+  patch -Np1 < ${srcdir}/1c528390ec47588661c86e773dcef771787fc564.patch
+}
+
+build() {
+  mkdir -p hexer-${pkgver}/build
+  cd hexer-${pkgver}/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd hexer-${pkgver}/build
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-16 Thread Daniel Micay
Date: Wednesday, May 17, 2017 @ 02:58:48
  Author: thestinger
Revision: 228350

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 228349, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 228349, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 228349, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 228349, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 228349, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

---+
 90-linux.hook |   22 
 PKGBUILD  |  584 -
 config.x86_64 |16362 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8525 insertions(+), 8525 deletions(-)

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


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

2017-05-16 Thread Daniel Micay
Date: Wednesday, May 17, 2017 @ 02:58:09
  Author: thestinger
Revision: 228349

upgpkg: linux-hardened 4.11.1.e-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-17 02:05:47 UTC (rev 228348)
+++ PKGBUILD2017-05-17 02:58:09 UTC (rev 228349)
@@ -6,7 +6,7 @@
 pkgbase=linux-hardened
 _srcname=linux-4.11
 _pkgver=4.11.1
-pkgver=$_pkgver.d
+pkgver=$_pkgver.e
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/thestinger/linux-hardened;
@@ -30,7 +30,7 @@
 'SKIP'
 '0d96845b0f1bbe47a62659f48367948c4e747f995694927aa309e0e5e1556949'
 'SKIP'
-'223a345779ad5405640722eceec8b59d00695ba9b657839458758214ec4decff'
+'0d1da8e8f594917c0c52ed2201db19d904c4f57ece7dcd09ed7f5d373a2463ec'
 'SKIP'
 'd590fc79081785873999cfa66a38f4286a9b95f92f33035228bb1f80c2d4af87'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 02:05:47
  Author: svenstaro
Revision: 228348

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

Added:
  pdal/repos/community-i686/
  pdal/repos/community-i686/PKGBUILD
(from rev 228347, pdal/trunk/PKGBUILD)
  pdal/repos/community-x86_64/
  pdal/repos/community-x86_64/PKGBUILD
(from rev 228347, pdal/trunk/PKGBUILD)

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

Copied: pdal/repos/community-i686/PKGBUILD (from rev 228347, 
pdal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-17 02:05:47 UTC (rev 228348)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('i686' 'x86_64')
+url="http://www.pdal.io;
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
+optdepends=('python-numpy: for the Python plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;)
+sha512sums=('40aa3ef21d8ee25ab26b532e2d934bdc4557268d33b8d93d1717cd2c9ab9d17435381c479d1623c4df52ea31b6aa55168a8a6e7171d5da1f8eda116191bb5b74')
+
+prepare() {
+cd "PDAL-$pkgver-src"
+
+[[ -d build ]] || mkdir build
+}
+
+build() {
+cd "PDAL-$pkgver-src/build"
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_PLUGIN_PYTHON=ON \
+-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+-DBUILD_PLUGIN_SQLITE=ON \
+-DWITH_LAZPERF=ON \
+-DWITH_LASZIP=ON \
+-DWITH_COMPLETION=ON
+
+make
+}
+
+package() {
+cd "PDAL-$pkgver-src/build"
+
+make DESTDIR="$pkgdir/" install
+
+cd "$srcdir/PDAL-$pkgver-src"
+install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: pdal/repos/community-x86_64/PKGBUILD (from rev 228347, 
pdal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-17 02:05:47 UTC (rev 228348)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('i686' 'x86_64')
+url="http://www.pdal.io;
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
+optdepends=('python-numpy: for the Python plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;)
+sha512sums=('40aa3ef21d8ee25ab26b532e2d934bdc4557268d33b8d93d1717cd2c9ab9d17435381c479d1623c4df52ea31b6aa55168a8a6e7171d5da1f8eda116191bb5b74')
+
+prepare() {
+cd "PDAL-$pkgver-src"
+
+[[ -d build ]] || mkdir build
+}
+
+build() {
+cd "PDAL-$pkgver-src/build"
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_PLUGIN_PYTHON=ON \
+-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+-DBUILD_PLUGIN_SQLITE=ON \
+-DWITH_LAZPERF=ON \
+-DWITH_LASZIP=ON \
+-DWITH_COMPLETION=ON
+
+make
+}
+
+package() {
+cd "PDAL-$pkgver-src/build"
+
+make DESTDIR="$pkgdir/" install
+
+cd "$srcdir/PDAL-$pkgver-src"
+install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 02:04:40
  Author: svenstaro
Revision: 228347

upgpkg: pdal 1.5.0-1

Modified:
  pdal/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-17 01:40:56 UTC (rev 228346)
+++ PKGBUILD2017-05-17 02:04:40 UTC (rev 228347)
@@ -4,11 +4,14 @@
 pkgver=1.5.0
 pkgrel=1
 pkgdesc="A C++ library for translating and manipulating point cloud data"
-arch=('any')
+arch=('i686' 'x86_64')
 url="http://www.pdal.io;
 license=('BSD')
-depends=('gdal' 'libgeotiff')
-makedepends=('cmake')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
+optdepends=('python-numpy: for the Python plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
 source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;)
 
sha512sums=('40aa3ef21d8ee25ab26b532e2d934bdc4557268d33b8d93d1717cd2c9ab9d17435381c479d1623c4df52ea31b6aa55168a8a6e7171d5da1f8eda116191bb5b74')
@@ -22,7 +25,14 @@
 build() {
 cd "PDAL-$pkgver-src/build"
 
-cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_PLUGIN_PYTHON=ON \
+-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+-DBUILD_PLUGIN_SQLITE=ON \
+-DWITH_LAZPERF=ON \
+-DWITH_LASZIP=ON \
+-DWITH_COMPLETION=ON
 
 make
 }
@@ -32,6 +42,6 @@
 
 make DESTDIR="$pkgdir/" install
 
-cd "$srcdir/$_pkgname-$pkgver-src"
+cd "$srcdir/PDAL-$pkgver-src"
 install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 01:40:56
  Author: svenstaro
Revision: 228346

archrelease: copy trunk to community-any

Added:
  laz-perf/repos/community-any/
  laz-perf/repos/community-any/PKGBUILD
(from rev 228345, laz-perf/trunk/PKGBUILD)

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

Copied: laz-perf/repos/community-any/PKGBUILD (from rev 228345, 
laz-perf/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-05-17 01:40:56 UTC (rev 228346)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+pkgname=laz-perf
+pkgver=20170516.f31848d
+pkgrel=1
+pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
+arch=('any')
+url="https://github.com/hobu/laz-perf;
+license=(LGPL)
+makedepends=(cmake git)
+source=('git://github.com/hobu/laz-perf.git#commit=f31848d')
+sha512sums=('SKIP')
+
+build() {
+  mkdir -p laz-perf/build
+  cd laz-perf/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+check() {
+  cd laz-perf/build
+
+  make test
+}
+
+package() {
+  cd laz-perf/build
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 01:39:25
  Author: svenstaro
Revision: 228345

Adding laz-perf as a dependency of pdal

Added:
  laz-perf/
  laz-perf/repos/
  laz-perf/trunk/
  laz-perf/trunk/PKGBUILD

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

Added: laz-perf/trunk/PKGBUILD
===
--- laz-perf/trunk/PKGBUILD (rev 0)
+++ laz-perf/trunk/PKGBUILD 2017-05-17 01:39:25 UTC (rev 228345)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+pkgname=laz-perf
+pkgver=20170516.f31848d
+pkgrel=1
+pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
+arch=('any')
+url="https://github.com/hobu/laz-perf;
+license=(LGPL)
+makedepends=(cmake git)
+source=('git://github.com/hobu/laz-perf.git#commit=f31848d')
+sha512sums=('SKIP')
+
+build() {
+  mkdir -p laz-perf/build
+  cd laz-perf/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+check() {
+  cd laz-perf/build
+
+  make test
+}
+
+package() {
+  cd laz-perf/build
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 01:34:16
  Author: svenstaro
Revision: 228343

upgpkg: laszip 2.2.0-1

Modified:
  laszip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-17 01:31:46 UTC (rev 228342)
+++ PKGBUILD2017-05-17 01:34:16 UTC (rev 228343)
@@ -10,7 +10,7 @@
 url='http://www.laszip.org'
 license=('LGPL')
 source=("http://download.osgeo.org/laszip/${pkgname}-src-${pkgver}.tar.bz2;)
-sha512sums=('93194700623f6aca470454299361e89d')
+sha512sums=('da523243b93296e308eff9121adf9c2a917fc934b21a92a64d192aaa5a1dfbfededc347f5d5ce7b51ea7a5eb5972dc0a5724d50bef26406b359a85c578c60ef8')
 
 build() {
   cd "${srcdir}/${pkgname}-src-${pkgver}"


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 01:34:27
  Author: svenstaro
Revision: 228344

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

Added:
  laszip/repos/community-i686/
  laszip/repos/community-i686/PKGBUILD
(from rev 228343, laszip/trunk/PKGBUILD)
  laszip/repos/community-x86_64/
  laszip/repos/community-x86_64/PKGBUILD
(from rev 228343, laszip/trunk/PKGBUILD)

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

Copied: laszip/repos/community-i686/PKGBUILD (from rev 228343, 
laszip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-17 01:34:27 UTC (rev 228344)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Maciej Sieczka 
+# Contributor: Michael 
+
+pkgname=laszip
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='ASPRS LAS lossless compression library'
+arch=('i686' 'x86_64')
+url='http://www.laszip.org'
+license=('LGPL')
+source=("http://download.osgeo.org/laszip/${pkgname}-src-${pkgver}.tar.bz2;)
+sha512sums=('da523243b93296e308eff9121adf9c2a917fc934b21a92a64d192aaa5a1dfbfededc347f5d5ce7b51ea7a5eb5972dc0a5724d50bef26406b359a85c578c60ef8')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  ./configure --prefix='/usr' --includedir="/usr/include/${pkgname}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Copied: laszip/repos/community-x86_64/PKGBUILD (from rev 228343, 
laszip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-17 01:34:27 UTC (rev 228344)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Maciej Sieczka 
+# Contributor: Michael 
+
+pkgname=laszip
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='ASPRS LAS lossless compression library'
+arch=('i686' 'x86_64')
+url='http://www.laszip.org'
+license=('LGPL')
+source=("http://download.osgeo.org/laszip/${pkgname}-src-${pkgver}.tar.bz2;)
+sha512sums=('da523243b93296e308eff9121adf9c2a917fc934b21a92a64d192aaa5a1dfbfededc347f5d5ce7b51ea7a5eb5972dc0a5724d50bef26406b359a85c578c60ef8')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  ./configure --prefix='/usr' --includedir="/usr/include/${pkgname}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 01:31:46
  Author: svenstaro
Revision: 228342

Moving laszip as a dependency of pdal

Added:
  laszip/
  laszip/repos/
  laszip/trunk/
  laszip/trunk/PKGBUILD

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

Added: laszip/trunk/PKGBUILD
===
--- laszip/trunk/PKGBUILD   (rev 0)
+++ laszip/trunk/PKGBUILD   2017-05-17 01:31:46 UTC (rev 228342)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Maciej Sieczka 
+# Contributor: Michael 
+
+pkgname=laszip
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='ASPRS LAS lossless compression library'
+arch=('i686' 'x86_64')
+url='http://www.laszip.org'
+license=('LGPL')
+source=("http://download.osgeo.org/laszip/${pkgname}-src-${pkgver}.tar.bz2;)
+sha512sums=('93194700623f6aca470454299361e89d')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  ./configure --prefix='/usr' --includedir="/usr/include/${pkgname}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 01:13:53
  Author: svenstaro
Revision: 228340

upgpkg: arrayfire 3.4.2-2

Re-enable OpenCL

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-17 00:57:39 UTC (rev 228339)
+++ PKGBUILD2017-05-17 01:13:53 UTC (rev 228340)
@@ -3,10 +3,10 @@
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 url='http://arrayfire.com'
 pkgver=3.4.2
-arch=('i686' 'x86_64')
-pkgrel=1
+arch=('x86_64')
+pkgrel=2
 license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git' 'python' 'gcc5')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git' 'python' 'gcc5' 'ocl-icd')
 makedepends_x86_64=('cuda' 'nvidia-utils')
 depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 
'glew')
 optdepends=('cuda: Required for using CUDA backend'
@@ -46,6 +46,8 @@
   -DUSE_SYSTEM_FORGE=ON \
   -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
   -DBUILD_CPU=ON \
+  -DBUILD_OPENCL=ON \
+  -DBUILD_NONFREE=ON \
   -DCMAKE_BUILD_TYPE=Release \
   -DBUILD_EXAMPLES=ON \
   -DBUILD_DOCS=ON


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 01:14:07
  Author: svenstaro
Revision: 228341

archrelease: copy trunk to community-x86_64

Added:
  
arrayfire/repos/community-x86_64/13c484e10537b52bcd012e6850520659769cece6.patch
(from rev 228340, 
arrayfire/trunk/13c484e10537b52bcd012e6850520659769cece6.patch)
  arrayfire/repos/community-x86_64/PKGBUILD
(from rev 228340, arrayfire/trunk/PKGBUILD)
  
arrayfire/repos/community-x86_64/bf103c05bea41902cf9186224a6fa9435cb4e849.patch
(from rev 228340, 
arrayfire/trunk/bf103c05bea41902cf9186224a6fa9435cb4e849.patch)
Deleted:
  
arrayfire/repos/community-x86_64/13c484e10537b52bcd012e6850520659769cece6.patch
  arrayfire/repos/community-x86_64/PKGBUILD
  
arrayfire/repos/community-x86_64/bf103c05bea41902cf9186224a6fa9435cb4e849.patch

+
 13c484e10537b52bcd012e6850520659769cece6.patch |   62 +-
 PKGBUILD   |  130 +++
 bf103c05bea41902cf9186224a6fa9435cb4e849.patch |   48 
 3 files changed, 121 insertions(+), 119 deletions(-)

Deleted: 13c484e10537b52bcd012e6850520659769cece6.patch
===
--- 13c484e10537b52bcd012e6850520659769cece6.patch  2017-05-17 01:13:53 UTC 
(rev 228340)
+++ 13c484e10537b52bcd012e6850520659769cece6.patch  2017-05-17 01:14:07 UTC 
(rev 228341)
@@ -1,31 +0,0 @@
-From 13c484e10537b52bcd012e6850520659769cece6 Mon Sep 17 00:00:00 2001
-From: Shehzan Mohammed 
-Date: Thu, 22 Dec 2016 18:10:54 -0500
-Subject: [PATCH] Build fix for CUDA Compile PTX generated names by CMake 3.7
-

- src/backend/cuda/CMakeLists.txt | 10 +-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/src/backend/cuda/CMakeLists.txt b/src/backend/cuda/CMakeLists.txt
-index 9cfa8a5..2f2045d 100644
 a/src/backend/cuda/CMakeLists.txt
-+++ b/src/backend/cuda/CMakeLists.txt
-@@ -315,8 +315,16 @@ foreach(ptx_src_file ${ptx_sources})
- 
-   get_filename_component(_name "${ptx_src_file}" NAME_WE)
- 
-+  # CUDA_COMPILE_PTX from CMake 3.7 has new features that require this 
change
-+  # TODO Fix this with a more complete solution
-+  IF(CMAKE_VERSION VERSION_LESS 3.7) # Before 3.7
-+SET(NAME_APPEND "")
-+  ELSE(CMAKE_VERSION VERSION_LESS 3.7)  # 3.7 and newer
-+SET(NAME_APPEND "_1")
-+  ENDIF(CMAKE_VERSION VERSION_LESS 3.7)
-+
-   set(_gen_file_name
--
"${PROJECT_BINARY_DIR}/src/backend/cuda/cuda_compile_ptx_generated_${_name}.cu.ptx")
-+
"${PROJECT_BINARY_DIR}/src/backend/cuda/cuda_compile_ptx${NAME_APPEND}_generated_${_name}.cu.ptx")
-   set(_out_file_name
- "${PROJECT_BINARY_DIR}/src/backend/cuda/${_name}.ptx")
- 

Copied: 
arrayfire/repos/community-x86_64/13c484e10537b52bcd012e6850520659769cece6.patch 
(from rev 228340, 
arrayfire/trunk/13c484e10537b52bcd012e6850520659769cece6.patch)
===
--- 13c484e10537b52bcd012e6850520659769cece6.patch  
(rev 0)
+++ 13c484e10537b52bcd012e6850520659769cece6.patch  2017-05-17 01:14:07 UTC 
(rev 228341)
@@ -0,0 +1,31 @@
+From 13c484e10537b52bcd012e6850520659769cece6 Mon Sep 17 00:00:00 2001
+From: Shehzan Mohammed 
+Date: Thu, 22 Dec 2016 18:10:54 -0500
+Subject: [PATCH] Build fix for CUDA Compile PTX generated names by CMake 3.7
+
+---
+ src/backend/cuda/CMakeLists.txt | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/src/backend/cuda/CMakeLists.txt b/src/backend/cuda/CMakeLists.txt
+index 9cfa8a5..2f2045d 100644
+--- a/src/backend/cuda/CMakeLists.txt
 b/src/backend/cuda/CMakeLists.txt
+@@ -315,8 +315,16 @@ foreach(ptx_src_file ${ptx_sources})
+ 
+   get_filename_component(_name "${ptx_src_file}" NAME_WE)
+ 
++  # CUDA_COMPILE_PTX from CMake 3.7 has new features that require this 
change
++  # TODO Fix this with a more complete solution
++  IF(CMAKE_VERSION VERSION_LESS 3.7) # Before 3.7
++SET(NAME_APPEND "")
++  ELSE(CMAKE_VERSION VERSION_LESS 3.7)  # 3.7 and newer
++SET(NAME_APPEND "_1")
++  ENDIF(CMAKE_VERSION VERSION_LESS 3.7)
++
+   set(_gen_file_name
+-
"${PROJECT_BINARY_DIR}/src/backend/cuda/cuda_compile_ptx_generated_${_name}.cu.ptx")
++
"${PROJECT_BINARY_DIR}/src/backend/cuda/cuda_compile_ptx${NAME_APPEND}_generated_${_name}.cu.ptx")
+   set(_out_file_name
+ "${PROJECT_BINARY_DIR}/src/backend/cuda/${_name}.ptx")
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-17 01:13:53 UTC (rev 228340)
+++ PKGBUILD2017-05-17 01:14:07 UTC (rev 228341)
@@ -1,64 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'

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

2017-05-16 Thread Sven-Hendrik Haase
Date: Wednesday, May 17, 2017 @ 00:57:39
  Author: svenstaro
Revision: 228339

Moving PDAL from AUR

Added:
  pdal/
  pdal/repos/
  pdal/trunk/
  pdal/trunk/PKGBUILD

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

Added: pdal/trunk/PKGBUILD
===
--- pdal/trunk/PKGBUILD (rev 0)
+++ pdal/trunk/PKGBUILD 2017-05-17 00:57:39 UTC (rev 228339)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('any')
+url="http://www.pdal.io;
+license=('BSD')
+depends=('gdal' 'libgeotiff')
+makedepends=('cmake')
+provides=('pdal')
+source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz;)
+sha512sums=('40aa3ef21d8ee25ab26b532e2d934bdc4557268d33b8d93d1717cd2c9ab9d17435381c479d1623c4df52ea31b6aa55168a8a6e7171d5da1f8eda116191bb5b74')
+
+prepare() {
+cd "PDAL-$pkgver-src"
+
+[[ -d build ]] || mkdir build
+}
+
+build() {
+cd "PDAL-$pkgver-src/build"
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+
+make
+}
+
+package() {
+cd "PDAL-$pkgver-src/build"
+
+make DESTDIR="$pkgdir/" install
+
+cd "$srcdir/$_pkgname-$pkgver-src"
+install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-05-16 Thread Antonio Rojas
Date: Tuesday, May 16, 2017 @ 21:26:19
  Author: arojas
Revision: 228338

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

Added:
  engrampa/repos/community-i686/PKGBUILD
(from rev 228337, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 228337, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 228337, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 228337, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-i686/PKGBUILD
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   92 +
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   46 
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   46 
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 6 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-16 21:25:56 UTC (rev 228337)
+++ community-i686/PKGBUILD 2017-05-16 21:26:19 UTC (rev 228338)
@@ -1,46 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=engrampa
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja' 'intltool' 'itstool')
-optdepends=('caja: file archiver extension'
-'p7zip: 7Z and ARJ archive support'
-'unace: ACE archive support'
-'unrar: RAR archive support')
-groups=('mate-extra')
-conflicts=("engrampa-gtk3")
-replaces=("engrampa-gtk3")
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-fr-rpm-bsdtar.patch)
-sha1sums=('22380c7f4149a1a8fa0776b2b82d7940559cfdc0'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---disable-packagekit
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 228337, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-16 21:26:19 UTC (rev 228338)
@@ -0,0 +1,46 @@
+# Contributor: Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja' 'intltool' 'itstool')
+optdepends=('caja: file archiver extension'
+'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support')
+groups=('mate-extra')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha1sums=('14b6f334bb6dde2bf9441b42438fc1e0aa76dee9'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-packagekit
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/fr-rpm-bsdtar.patch
===
--- community-i686/fr-rpm-bsdtar.patch  2017-05-16 21:25:56 UTC (rev 228337)
+++ community-i686/fr-rpm-bsdtar.patch  2017-05-16 21:26:19 UTC (rev 228338)
@@ -1,60 +0,0 @@
-This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio.
-It is useful on systems that do not have cpio or RPM/YUM
-This patch was created for Arch Linux, however should work on any system that 
has bsdtar capable of handling cpio archives.
-

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

2017-05-16 Thread Antonio Rojas
Date: Tuesday, May 16, 2017 @ 21:25:56
  Author: arojas
Revision: 228337

Update to 1.18.2

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 21:21:42 UTC (rev 228336)
+++ PKGBUILD2017-05-16 21:25:56 UTC (rev 228337)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=engrampa
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Archive manipulator for MATE"
 url="http://mate-desktop.org;
@@ -18,7 +18,7 @@
 replaces=("engrampa-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
-sha1sums=('22380c7f4149a1a8fa0776b2b82d7940559cfdc0'
+sha1sums=('14b6f334bb6dde2bf9441b42438fc1e0aa76dee9'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 
 prepare() {


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

2017-05-16 Thread Daniel Micay
Date: Tuesday, May 16, 2017 @ 21:21:42
  Author: thestinger
Revision: 228336

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 228335, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 228335, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 228335, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 228335, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 228335, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

---+
 90-linux.hook |   22 
 PKGBUILD  |  584 -
 config.x86_64 |16362 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8525 insertions(+), 8525 deletions(-)

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


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

2017-05-16 Thread Daniel Micay
Date: Tuesday, May 16, 2017 @ 21:21:13
  Author: thestinger
Revision: 228335

upgpkg: linux-hardened 4.11.1.d-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 20:35:42 UTC (rev 228334)
+++ PKGBUILD2017-05-16 21:21:13 UTC (rev 228335)
@@ -6,7 +6,7 @@
 pkgbase=linux-hardened
 _srcname=linux-4.11
 _pkgver=4.11.1
-pkgver=$_pkgver.c
+pkgver=$_pkgver.d
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/thestinger/linux-hardened;
@@ -30,7 +30,7 @@
 'SKIP'
 '0d96845b0f1bbe47a62659f48367948c4e747f995694927aa309e0e5e1556949'
 'SKIP'
-'19d0b9356fbd8bffc26d2c7eb61e96d45447c9f23ee996a901a3120d82ad19cb'
+'223a345779ad5405640722eceec8b59d00695ba9b657839458758214ec4decff'
 'SKIP'
 'd590fc79081785873999cfa66a38f4286a9b95f92f33035228bb1f80c2d4af87'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'


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

2017-05-16 Thread Antonio Rojas
Date: Tuesday, May 16, 2017 @ 21:18:21
  Author: arojas
Revision: 296195

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

Added:
  wxgtk/repos/extra-i686/PKGBUILD
(from rev 296194, wxgtk/trunk/PKGBUILD)
  wxgtk/repos/extra-i686/make-abicheck-non-fatal.patch
(from rev 296194, wxgtk/trunk/make-abicheck-non-fatal.patch)
  wxgtk/repos/extra-x86_64/PKGBUILD
(from rev 296194, wxgtk/trunk/PKGBUILD)
  wxgtk/repos/extra-x86_64/make-abicheck-non-fatal.patch
(from rev 296194, wxgtk/trunk/make-abicheck-non-fatal.patch)
Deleted:
  wxgtk/repos/extra-i686/PKGBUILD
  wxgtk/repos/extra-i686/make-abicheck-non-fatal.patch
  wxgtk/repos/extra-x86_64/PKGBUILD
  wxgtk/repos/extra-x86_64/make-abicheck-non-fatal.patch

+
 /PKGBUILD  |   86 +++
 /make-abicheck-non-fatal.patch |   30 +
 extra-i686/PKGBUILD|   43 -
 extra-i686/make-abicheck-non-fatal.patch   |   15 
 extra-x86_64/PKGBUILD  |   43 -
 extra-x86_64/make-abicheck-non-fatal.patch |   15 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-16 21:17:56 UTC (rev 296194)
+++ extra-i686/PKGBUILD 2017-05-16 21:18:21 UTC (rev 296195)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxgtk
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="GTK+ implementation of wxWidgets API for GUI"
-arch=('i686' 'x86_64')
-url="https://wxwidgets.org;
-license=('custom:wxWindows')
-depends=('gtk2' 'gst-plugins-base-libs' 'libsm')
-makedepends=('gst-plugins-base' 'gconf' 'webkitgtk2' 'glu')
-optdepends=('webkitgtk2: for webview support')
-options=('!emptydirs')
-source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2
-make-abicheck-non-fatal.patch)
-sha1sums=('3525306c926e208d9b0272aaa9c091b8c7264e5b'
-  'dfe38650c655395b90bf082b5734c4093508bfa3')
-
-prepare() {
-  cd wxWidgets-${pkgver}
-
-  # C++ ABI check is too strict and breaks with GCC 5.1
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1200611
-  patch -Np1 -i ../make-abicheck-non-fatal.patch
-}
-
-build() {
-  cd wxWidgets-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --enable-webview 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wxgtk/repos/extra-i686/PKGBUILD (from rev 296194, wxgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-16 21:18:21 UTC (rev 296195)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxgtk
+pkgver=3.0.3.1
+pkgrel=1
+pkgdesc="GTK+ implementation of wxWidgets API for GUI"
+arch=('i686' 'x86_64')
+url="https://wxwidgets.org;
+license=('custom:wxWindows')
+depends=('gtk2' 'gst-plugins-base-libs' 'libsm')
+makedepends=('gst-plugins-base' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2
+make-abicheck-non-fatal.patch)
+sha1sums=('ea785822d0f1c3290707bda6da570e596b3ec85a'
+  'dfe38650c655395b90bf082b5734c4093508bfa3')
+
+prepare() {
+  cd wxWidgets-${pkgver}
+
+  # C++ ABI check is too strict and breaks with GCC 5.1
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1200611
+  patch -Np1 -i ../make-abicheck-non-fatal.patch
+}
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/make-abicheck-non-fatal.patch
===
--- extra-i686/make-abicheck-non-fatal.patch2017-05-16 21:17:56 UTC (rev 
296194)
+++ extra-i686/make-abicheck-non-fatal.patch2017-05-16 21:18:21 UTC (rev 
296195)
@@ -1,15 +0,0 @@
-diff -up wxGTK-2.8.12/src/common/appbase.cpp.abicheck 
wxGTK-2.8.12/src/common/appbase.cpp

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

2017-05-16 Thread Antonio Rojas
Date: Tuesday, May 16, 2017 @ 21:17:56
  Author: arojas
Revision: 296194

Update to 3.0.3.1

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 19:46:45 UTC (rev 296193)
+++ PKGBUILD2017-05-16 21:17:56 UTC (rev 296194)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=wxgtk
-pkgver=3.0.3
+pkgver=3.0.3.1
 pkgrel=1
 pkgdesc="GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 
source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2
 make-abicheck-non-fatal.patch)
-sha1sums=('3525306c926e208d9b0272aaa9c091b8c7264e5b'
+sha1sums=('ea785822d0f1c3290707bda6da570e596b3ec85a'
   'dfe38650c655395b90bf082b5734c4093508bfa3')
 
 prepare() {


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

2017-05-16 Thread Jelle van der Waa
Date: Tuesday, May 16, 2017 @ 20:35:29
  Author: jelle
Revision: 228333

upgpkg: cppcheck 1.79-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 20:33:13 UTC (rev 228332)
+++ PKGBUILD2017-05-16 20:35:29 UTC (rev 228333)
@@ -3,8 +3,8 @@
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=1.78
-pkgrel=2
+pkgver=1.79
+pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
 url="http://cppcheck.sourceforge.net/;
@@ -12,7 +12,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('0d2fa5094e06b5355c4f5ea2752623ec8c91cc11')
+sha1sums=('4faa0309b48962833b36d060de77adff67ebf93c')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2017-05-16 Thread Jelle van der Waa
Date: Tuesday, May 16, 2017 @ 20:35:42
  Author: jelle
Revision: 228334

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-16 20:35:29 UTC (rev 228333)
+++ community-i686/PKGBUILD 2017-05-16 20:35:42 UTC (rev 228334)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.78
-pkgrel=2
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('0d2fa5094e06b5355c4f5ea2752623ec8c91cc11')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -DNDEBUG"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   # GUI
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-   install -d "${pkgdir}/usr/share/applications/"
-   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 228333, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-16 20:35:42 UTC (rev 228334)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.79
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('4faa0309b48962833b36d060de77adff67ebf93c')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -DNDEBUG"
+   # Unicode fix
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+   install -d "${pkgdir}/usr/share/applications/"
+   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-16 20:35:29 

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

2017-05-16 Thread Jonathan Steel
Date: Tuesday, May 16, 2017 @ 20:33:04
  Author: jsteel
Revision: 228331

upgpkg: puppet 4.10.1-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 20:30:09 UTC (rev 228330)
+++ PKGBUILD2017-05-16 20:33:04 UTC (rev 228331)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3ce2f8ea940478b2a9208131ab711eb1')
+md5sums=('9b785b669edf9424516d276432eb0780')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-05-16 Thread Jonathan Steel
Date: Tuesday, May 16, 2017 @ 20:33:13
  Author: jsteel
Revision: 228332

archrelease: copy trunk to community-testing-any

Added:
  puppet/repos/community-testing-any/
  puppet/repos/community-testing-any/PKGBUILD
(from rev 228331, puppet/trunk/PKGBUILD)
  puppet/repos/community-testing-any/puppet.install
(from rev 228331, puppet/trunk/puppet.install)

+
 PKGBUILD   |   68 +++
 puppet.install |   20 
 2 files changed, 88 insertions(+)

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 228331, 
puppet/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-05-16 20:33:13 UTC (rev 228332)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.10.1
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9b785b669edf9424516d276432eb0780')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+
+  # OpenSSL 1.1 workaround
+  sed -i '104 s/^/#/' lib/puppet/util/monkey_patches.rb
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
+"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
+"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  chmod 775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Copied: puppet/repos/community-testing-any/puppet.install (from rev 228331, 
puppet/trunk/puppet.install)
===
--- community-testing-any/puppet.install(rev 0)
+++ community-testing-any/puppet.install2017-05-16 20:33:13 UTC (rev 
228332)
@@ -0,0 +1,20 @@
+pre_install() {
+  getent group puppet &>/dev/null || groupadd -r puppet -g 52
+  getent passwd puppet &>/dev/null || useradd -r -u 52 -g puppet \
+-d /var/lib/puppet -s /usr/bin/nologin -c "Puppet" puppet
+}
+
+pre_upgrade() {
+  pre_install
+
+  # puppetmaster has been dropped
+  if [[ -f /run/puppetlabs/master.pid ]]; then
+systemctl stop puppetmaster
+  fi
+}
+
+pre_remove() {
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


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

2017-05-16 Thread Jonathan Steel
Date: Tuesday, May 16, 2017 @ 20:30:09
  Author: jsteel
Revision: 228330

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

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

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

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 228329, 
facter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-05-16 20:30:09 UTC (rev 228330)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.6.4
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl' 'openssl-1.0')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f282e7768a61892fda5d2b5ec2cef103')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 
-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so 
-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
+  make test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-testing-x86_64/PKGBUILD (from rev 228329, 
facter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-05-16 20:30:09 UTC (rev 228330)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.6.4
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl' 'openssl-1.0')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f282e7768a61892fda5d2b5ec2cef103')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 
-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so 
-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
+  make test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-05-16 Thread Jonathan Steel
Date: Tuesday, May 16, 2017 @ 20:29:52
  Author: jsteel
Revision: 228329

upgpkg: facter 3.6.4-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 20:20:11 UTC (rev 228328)
+++ PKGBUILD2017-05-16 20:29:52 UTC (rev 228329)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.6.3
+pkgver=3.6.4
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 optdepends=('java-environment: jruby support')
 replaces=('cfacter')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('34c3d62ceb15ecccf0b8a9bfb37249b1')
+md5sums=('f282e7768a61892fda5d2b5ec2cef103')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-05-16 Thread Jonathan Steel
Date: Tuesday, May 16, 2017 @ 20:19:51
  Author: jsteel
Revision: 228327

upgpkg: leatherman 0.12.1-1

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 20:02:28 UTC (rev 228326)
+++ PKGBUILD2017-05-16 20:19:51 UTC (rev 228327)
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=leatherman
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 checkdepends=('ruby')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz
 ruby-2.4.patch)
-md5sums=('c846fd82d763c3b9f4428c920214b462'
+md5sums=('5f786c5dc004e84d7b464de27660be06'
  'eb63e7694bd15e779ddc7b146adaad90')
 
 prepare() {


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

2017-05-16 Thread Jonathan Steel
Date: Tuesday, May 16, 2017 @ 20:20:11
  Author: jsteel
Revision: 228328

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

Added:
  leatherman/repos/community-i686/PKGBUILD
(from rev 228327, leatherman/trunk/PKGBUILD)
  leatherman/repos/community-i686/ruby-2.4.patch
(from rev 228327, leatherman/trunk/ruby-2.4.patch)
  leatherman/repos/community-x86_64/PKGBUILD
(from rev 228327, leatherman/trunk/PKGBUILD)
  leatherman/repos/community-x86_64/ruby-2.4.patch
(from rev 228327, leatherman/trunk/ruby-2.4.patch)
Deleted:
  leatherman/repos/community-i686/PKGBUILD
  leatherman/repos/community-i686/ruby-2.4.patch
  leatherman/repos/community-x86_64/PKGBUILD
  leatherman/repos/community-x86_64/ruby-2.4.patch

-+
 /PKGBUILD   |   96 
 /ruby-2.4.patch |  126 ++
 community-i686/PKGBUILD |   48 --
 community-i686/ruby-2.4.patch   |   63 ---
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/ruby-2.4.patch |   63 ---
 6 files changed, 222 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-16 20:19:51 UTC (rev 228327)
+++ community-i686/PKGBUILD 2017-05-16 20:20:11 UTC (rev 228328)
@@ -1,48 +0,0 @@
-# Maintainer: Jonathan Steel 
-
-pkgname=leatherman
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Collection of C++ and CMake utility libraries"
-arch=('i686' 'x86_64')
-url="https://github.com/puppetlabs/leatherman;
-license=('APACHE')
-makedepends=('boost' 'cmake' 'rapidjson')
-checkdepends=('ruby')
-source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz
-ruby-2.4.patch)
-md5sums=('c846fd82d763c3b9f4428c920214b462'
- 'eb63e7694bd15e779ddc7b146adaad90')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
-  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc ruby )
-
-  # (LTH-124) Fix for ruby-2.4 related API changes
-  patch -p1 -i ../ruby-2.4.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: leatherman/repos/community-i686/PKGBUILD (from rev 228327, 
leatherman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-16 20:20:11 UTC (rev 228328)
@@ -0,0 +1,48 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake' 'rapidjson')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz
+ruby-2.4.patch)
+md5sums=('5f786c5dc004e84d7b464de27660be06'
+ 'eb63e7694bd15e779ddc7b146adaad90')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+
+  # (LTH-124) Fix for ruby-2.4 related API changes
+  patch -p1 -i ../ruby-2.4.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/ruby-2.4.patch
===
--- community-i686/ruby-2.4.patch   2017-05-16 20:19:51 UTC (rev 228327)
+++ community-i686/ruby-2.4.patch   2017-05-16 20:20:11 UTC (rev 228328)
@@ -1,63 +0,0 @@
-diff --git a/ruby/inc/leatherman/ruby/api.hpp 
b/ruby/inc/leatherman/ruby/api.hpp
-index 32117c6..4f6c0ba 100644
 a/ruby/inc/leatherman/ruby/api.hpp
-+++ b/ruby/inc/leatherman/ruby/api.hpp
-@@ -412,15 +412,11 @@ namespace leatherman {  namespace ruby {
- /**
-  * See MRI documentation.
-  */
--VALUE* const rb_cFixnum;
-+VALUE* const rb_cInteger;
- /**
-  * See MRI documentation.
-  */
- VALUE* const rb_cFloat;
--/**
-- * See MRI documentation.
-- */
--VALUE* const rb_cBignum;
- 
- /**
-  * See MRI documentation.
-diff --git a/ruby/src/api.cc b/ruby/src/api.cc
-index 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 20:02:02
  Author: felixonmars
Revision: 228325

upgpkg: haskell-yesod-auth 1.4.17.1-3

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 19:55:02 UTC (rev 228324)
+++ PKGBUILD2017-05-16 20:02:02 UTC (rev 228325)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 20:02:28
  Author: felixonmars
Revision: 228326

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
228325, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 20:02:28 UTC (rev 228326)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.1
+pkgrel=3
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8656bfa271557b2f0baff603bb38e8ad496ee4a1e04965ce6d09094d2b7ad85fd344ebee5156f69726323b380fd8d0b40e00f67c7b00b1e15028004b0bcec75d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
228325, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 20:02:28 UTC (rev 228326)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.1
+pkgrel=3
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:55:02
  Author: felixonmars
Revision: 228324

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 228323, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 228323, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 228323, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 19:55:02 UTC (rev 228324)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170510
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 228323, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 19:55:02 UTC (rev 228324)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170510
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:54:30
  Author: felixonmars
Revision: 228323

upgpkg: git-annex 6.20170510-6

rebuild with http-api-data,0.3.7.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 19:38:36 UTC (rev 228322)
+++ PKGBUILD2017-05-16 19:54:30 UTC (rev 228323)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170510
-pkgrel=5
+pkgrel=6
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2017-05-16 Thread Pierre Schmitz
Date: Tuesday, May 16, 2017 @ 19:46:45
  Author: pierre
Revision: 296193

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 296192, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-16 19:46:18 UTC (rev 296192)
+++ PKGBUILD2017-05-16 19:46:45 UTC (rev 296193)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('0116ae554c5cd3486553b652b31bb56b316e3acfc034343418ce5417d68a5d0c')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 296192, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-16 19:46:45 UTC (rev 296193)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('ebf00b10ced86c048c2a3455d9e507cfe88ad97ae5889318856c80d567e1d4f3')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2017-05-16 Thread Pierre Schmitz
Date: Tuesday, May 16, 2017 @ 19:46:18
  Author: pierre
Revision: 296192

upgpkg: grml-zsh-config 0.14.2-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 19:06:54 UTC (rev 296191)
+++ PKGBUILD2017-05-16 19:46:18 UTC (rev 296192)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('0116ae554c5cd3486553b652b31bb56b316e3acfc034343418ce5417d68a5d0c')
+sha256sums=('ebf00b10ced86c048c2a3455d9e507cfe88ad97ae5889318856c80d567e1d4f3')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:38:36
  Author: felixonmars
Revision: 228322

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 228321, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 19:38:36 UTC (rev 228322)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=41
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 228321, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 19:38:36 UTC (rev 228322)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=41
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:38:11
  Author: felixonmars
Revision: 228321

upgpkg: haskell-yesod 1.4.5-41

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 19:35:03 UTC (rev 228320)
+++ PKGBUILD2017-05-16 19:38:11 UTC (rev 228321)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=40
+pkgrel=41
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:35:03
  Author: felixonmars
Revision: 228320

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
228319, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 19:35:03 UTC (rev 228320)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.12
+pkgrel=2
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('757bea3ccde33b0df426df2d4e0391804fbc0df741f2a5f04547cb51e7b04508826b8a23c5788f51b83c26c3ebc0ca39739b74c8acecdc6ca040b2c055b99eb2')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+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
+install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir"/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
228319, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 19:35:03 UTC (rev 228320)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.12
+pkgrel=2
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('757bea3ccde33b0df426df2d4e0391804fbc0df741f2a5f04547cb51e7b04508826b8a23c5788f51b83c26c3ebc0ca39739b74c8acecdc6ca040b2c055b99eb2')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:34:38
  Author: felixonmars
Revision: 228319

upgpkg: haskell-yesod-form 1.4.12-2

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 19:30:20 UTC (rev 228318)
+++ PKGBUILD2017-05-16 19:34:38 UTC (rev 228319)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:30:20
  Author: felixonmars
Revision: 228318

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

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

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 228317, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 19:30:20 UTC (rev 228318)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=36
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 228317, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 19:30:20 UTC (rev 228318)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=36
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:29:54
  Author: felixonmars
Revision: 228317

upgpkg: haskell-yesod-persistent 1.4.2-36

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 19:26:05 UTC (rev 228316)
+++ PKGBUILD2017-05-16 19:29:54 UTC (rev 228317)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.2
-pkgrel=35
+pkgrel=36
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:26:05
  Author: felixonmars
Revision: 228316

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

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

+
 community-staging-i686/PKGBUILD|   87 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   87 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 182 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 228315, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 19:26:05 UTC (rev 228316)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=49
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "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-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 19:25:33
  Author: felixonmars
Revision: 228315

upgpkg: stack 1.4.0-49

rebuild with http-api-data,0.3.7.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 18:57:39 UTC (rev 228314)
+++ PKGBUILD2017-05-16 19:25:33 UTC (rev 228315)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=48
+pkgrel=49
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-05-16 Thread Lukas Fleischer
Date: Tuesday, May 16, 2017 @ 19:06:54
  Author: lfleischer
Revision: 296191

archrelease: copy trunk to testing-x86_64

Added:
  protobuf/repos/testing-x86_64/PKGBUILD
(from rev 296190, protobuf/trunk/PKGBUILD)
Deleted:
  protobuf/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-16 19:06:49 UTC (rev 296190)
+++ PKGBUILD2017-05-16 19:06:54 UTC (rev 296191)
@@ -1,96 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aleksey Filippov 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas S Hatch 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgbase='protobuf'
-pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.3.0
-_gtestver=1.8.0
-pkgrel=1
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('i686' 'x86_64')
-url='https://developers.google.com/protocol-buffers/'
-license=('BSD')
-depends=('gcc-libs' 'zlib')
-makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
-source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
-
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
-md5sums=('10644296984c7cbdd1e8436e88b069d2'
- '16877098823401d1bf2ed7891d7dce36')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-
-  rm -rf gmock && cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
gmock
-  rm -rf googletest && cp -r 
"$srcdir/googletest-release-${_gtestver}/googletest" googletest
-  ln -sf ../googletest gmock/gtest
-
-  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
googletest/scripts/*.py
-}
-
-build() {
-  # GCC is stuck on 
src/google/protobuf/util/internal/protostream_objectsource_test.cc
-  # and src/google/protobuf/util/internal/protostream_objectwriter_test.cc.
-  export CC=/usr/bin/clang CXX=/usr/bin/clang++
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./autogen.sh
-
-  cd "$srcdir/$pkgbase-$pkgver/googletest"
-  ./configure
-  make
-
-  cd "$srcdir/$pkgbase-$pkgver/gmock"
-  ./configure
-  make
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C "$srcdir/$pkgbase-$pkgver" check
-}
-
-package_protobuf() {
-  conflicts=('protobuf' 'protobuf-cpp')
-  provides=('protobuf' 'protobuf-cpp')
-  replaces=('protobuf-cpp')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
-}
-
-package_python2-protobuf() {
-  pkgdesc='Python 2 bindings for Google Protocol Buffers'
-  depends=('python2' 'python2-six' "protobuf=$pkgver")
-  conflicts=('python2-protobuf')
-  provides=('python2-protobuf')
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python2 setup.py install --root="$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python-protobuf() {
-  pkgdesc='Python 3 bindings for Google Protocol Buffers'
-  depends=('python' 'python-six' "protobuf=$pkgver")
-  conflicts=('python-protobuf')
-  provides=('python-protobuf')
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python3 setup.py install --root="$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: protobuf/repos/testing-x86_64/PKGBUILD (from rev 296190, 
protobuf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-16 19:06:54 UTC (rev 296191)
@@ -0,0 +1,96 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.3.1
+_gtestver=1.8.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('i686' 'x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')

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

2017-05-16 Thread Lukas Fleischer
Date: Tuesday, May 16, 2017 @ 19:06:49
  Author: lfleischer
Revision: 296190

upgpkg: protobuf 3.3.1-1

Upstream update.

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 18:48:02 UTC (rev 296189)
+++ PKGBUILD2017-05-16 19:06:49 UTC (rev 296190)
@@ -8,7 +8,7 @@
 
 pkgbase='protobuf'
 pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.3.0
+pkgver=3.3.1
 _gtestver=1.8.0
 pkgrel=1
 pkgdesc="Protocol Buffers - Google's data interchange format"
@@ -19,7 +19,7 @@
 makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
 
source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
 
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
-md5sums=('10644296984c7cbdd1e8436e88b069d2'
+md5sums=('20c685147753b515ce380421442044b5'
  '16877098823401d1bf2ed7891d7dce36')
 
 prepare() {


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

2017-05-16 Thread Lukas Fleischer
Date: Tuesday, May 16, 2017 @ 18:57:39
  Author: lfleischer
Revision: 228314

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-16 18:57:33 UTC (rev 228313)
+++ community-i686/PKGBUILD 2017-05-16 18:57:39 UTC (rev 228314)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: bekks 
-# Contributor: Daniel J Griffiths 
-
-pkgname=upx
-pkgver=3.93
-pkgrel=1
-pkgdesc='Ultimate executable compressor.'
-arch=('i686' 'x86_64')
-url='http://upx.sourceforge.net/'
-license=('GPL')
-depends=('zlib' 'ucl')
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz;)
-md5sums=('d8da85311492a5f9e3a1fecc979f879b')
-
-build() {
-  cd "${pkgname}-${pkgver}-src"
-  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" 
CHECK_WHITESPACE=/bin/true all
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-src"
-
-  install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx"
-  install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1"
-}

Copied: upx/repos/community-i686/PKGBUILD (from rev 228313, upx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-16 18:57:39 UTC (rev 228314)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: bekks 
+# Contributor: Daniel J Griffiths 
+
+pkgname=upx
+pkgver=3.94
+pkgrel=1
+pkgdesc='Ultimate executable compressor.'
+arch=('i686' 'x86_64')
+url='http://upx.sourceforge.net/'
+license=('GPL')
+depends=('zlib' 'ucl')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz;)
+md5sums=('19e898edc41bde3f21e997d237156731')
+
+build() {
+  cd "${pkgname}-${pkgver}-src"
+  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" 
CHECK_WHITESPACE=/bin/true all
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-src"
+
+  install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx"
+  install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-16 18:57:33 UTC (rev 228313)
+++ community-x86_64/PKGBUILD   2017-05-16 18:57:39 UTC (rev 228314)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: bekks 
-# Contributor: Daniel J Griffiths 
-
-pkgname=upx
-pkgver=3.93
-pkgrel=1
-pkgdesc='Ultimate executable compressor.'
-arch=('i686' 'x86_64')
-url='http://upx.sourceforge.net/'
-license=('GPL')
-depends=('zlib' 'ucl')
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz;)
-md5sums=('d8da85311492a5f9e3a1fecc979f879b')
-
-build() {
-  cd "${pkgname}-${pkgver}-src"
-  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" 
CHECK_WHITESPACE=/bin/true all
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-src"
-
-  install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx"
-  install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1"
-}

Copied: upx/repos/community-x86_64/PKGBUILD (from rev 228313, 
upx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-16 18:57:39 UTC (rev 228314)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: bekks 
+# Contributor: Daniel J Griffiths 
+
+pkgname=upx
+pkgver=3.94
+pkgrel=1
+pkgdesc='Ultimate executable compressor.'
+arch=('i686' 'x86_64')
+url='http://upx.sourceforge.net/'
+license=('GPL')
+depends=('zlib' 'ucl')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz;)
+md5sums=('19e898edc41bde3f21e997d237156731')
+
+build() {
+  cd "${pkgname}-${pkgver}-src"
+  make UPX_LZMA_VERSION=0x465 

[arch-commits] Commit in tor/repos (16 files)

2017-05-16 Thread Lukas Fleischer
Date: Tuesday, May 16, 2017 @ 18:57:24
  Author: lfleischer
Revision: 228312

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 228311, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 228311, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 228311, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 228311, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 228311, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 228311, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 228311, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 228311, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   94 ++
 /tor.install |8 
 /tor.service |   30 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   47 -
 community-i686/tor.install   |4 
 community-i686/tor.service   |   15 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   47 -
 community-x86_64/tor.install |4 
 community-x86_64/tor.service |   15 -
 community-x86_64/torrc   |  189 
 12 files changed, 510 insertions(+), 510 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-16 18:57:13 UTC (rev 228311)
+++ community-i686/PKGBUILD 2017-05-16 18:57:24 UTC (rev 228312)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.3.0.6
-pkgrel=1
-pkgdesc='Anonymizing overlay network.'
-arch=('i686' 'x86_64')
-url='http://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-install='tor.install'
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service')
-md5sums=('d5db24b73d737632618350b5f36d5342'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74')
-validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB') # Nick Mathewson
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-i686/PKGBUILD (from rev 228311, tor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-16 18:57:24 UTC (rev 228312)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.3.0.7
+pkgrel=1
+pkgdesc='Anonymizing overlay network.'
+arch=('i686' 'x86_64')
+url='http://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+install='tor.install'
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service')
+md5sums=('fee12ede9172905ba3258db871b6c499'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74')
+validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB') # Nick Mathewson
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
+
+  mv 

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

2017-05-16 Thread Lukas Fleischer
Date: Tuesday, May 16, 2017 @ 18:57:33
  Author: lfleischer
Revision: 228313

upgpkg: upx 3.94-1

Upstream update.

Modified:
  upx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 18:57:24 UTC (rev 228312)
+++ PKGBUILD2017-05-16 18:57:33 UTC (rev 228313)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=upx
-pkgver=3.93
+pkgver=3.94
 pkgrel=1
 pkgdesc='Ultimate executable compressor.'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('zlib' 'ucl')
 
source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz;)
-md5sums=('d8da85311492a5f9e3a1fecc979f879b')
+md5sums=('19e898edc41bde3f21e997d237156731')
 
 build() {
   cd "${pkgname}-${pkgver}-src"


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

2017-05-16 Thread Lukas Fleischer
Date: Tuesday, May 16, 2017 @ 18:57:13
  Author: lfleischer
Revision: 228311

upgpkg: tor 0.3.0.7-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 18:50:09 UTC (rev 228310)
+++ PKGBUILD2017-05-16 18:57:13 UTC (rev 228311)
@@ -4,7 +4,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.3.0.6
+pkgver=0.3.0.7
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'torrc'
 'tor.service')
-md5sums=('d5db24b73d737632618350b5f36d5342'
+md5sums=('fee12ede9172905ba3258db871b6c499'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74')


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:37:19
  Author: felixonmars
Revision: 228295

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

Added:
  haskell-persistent-template/repos/community-staging-i686/
  haskell-persistent-template/repos/community-staging-i686/PKGBUILD
(from rev 228294, haskell-persistent-template/trunk/PKGBUILD)
  haskell-persistent-template/repos/community-staging-x86_64/
  haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD
(from rev 228294, haskell-persistent-template/trunk/PKGBUILD)

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 228294, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 18:37:19 UTC (rev 228295)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=22
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 228294, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 18:37:19 UTC (rev 228295)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=22
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:36:47
  Author: felixonmars
Revision: 228294

upgpkg: haskell-persistent-template 2.5.2-22

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 18:32:56 UTC (rev 228293)
+++ PKGBUILD2017-05-16 18:36:47 UTC (rev 228294)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:32:56
  Author: felixonmars
Revision: 228293

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

Added:
  haskell-persistent-sqlite/repos/community-staging-i686/
  haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD
(from rev 228292, haskell-persistent-sqlite/trunk/PKGBUILD)
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 228292, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 228292, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 18:32:56 UTC (rev 228293)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=20
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 228292, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 18:32:56 UTC (rev 228293)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=20
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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
+}
+

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:32:27
  Author: felixonmars
Revision: 228292

upgpkg: haskell-persistent-sqlite 2.6.2-20

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 18:26:59 UTC (rev 228291)
+++ PKGBUILD2017-05-16 18:32:27 UTC (rev 228292)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.2
-pkgrel=19
+pkgrel=20
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:26:59
  Author: felixonmars
Revision: 228291

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
228290, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 18:26:59 UTC (rev 228291)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=30
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
228290, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 18:26:59 UTC (rev 228291)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=30
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:26:29
  Author: felixonmars
Revision: 228290

upgpkg: haskell-esqueleto 2.5.1-30

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 18:22:34 UTC (rev 228289)
+++ PKGBUILD2017-05-16 18:26:29 UTC (rev 228290)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.1
-pkgrel=29
+pkgrel=30
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:22:34
  Author: felixonmars
Revision: 228289

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
228288, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 18:22:34 UTC (rev 228289)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6.1
+pkgrel=21
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
228288, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 18:22:34 UTC (rev 228289)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6.1
+pkgrel=21
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:22:05
  Author: felixonmars
Revision: 228288

upgpkg: haskell-persistent 2.6.1-21

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 18:16:18 UTC (rev 228287)
+++ PKGBUILD2017-05-16 18:22:05 UTC (rev 228288)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.6.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in haskell-http-api-data/trunk (2 files)

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:15:43
  Author: felixonmars
Revision: 228286

upgpkg: haskell-http-api-data 0.3.7.1-1

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-http-api-data/trunk/PKGBUILD
Deleted:
  haskell-http-api-data/trunk/haskell-http-api-data.install

---+
 PKGBUILD  |4 ++--
 haskell-http-api-data.install |   18 --
 2 files changed, 2 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 17:53:53 UTC (rev 228285)
+++ PKGBUILD2017-05-16 18:15:43 UTC (rev 228286)
@@ -4,7 +4,7 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.3.7
+pkgver=0.3.7.1
 pkgrel=1
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
 url="http://github.com/fizruk/http-api-data;
@@ -14,7 +14,7 @@
  'haskell-http-types' 'haskell-text' 'haskell-time-locale-compat'
  'haskell-unordered-containers' 'haskell-uri-bytestring' 
'haskell-uuid-types')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('eb7578e787d44457f8dc8e728445f2a7964becc738eb7bc9da7af05de043f5cdac0df077d07872ae22df02da8aea55a7a2d8e101ea457a7602b8d409b5d81eea')
+sha512sums=('896e7e9737bb0d5869d1e1aa1d4a06409c1f56a5b508166b1aaf202ef638a2273c226beae22575b378254966c7b5be1b668efb91f2a744b8b73a2a3013552efb')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"

Deleted: haskell-http-api-data.install
===
--- haskell-http-api-data.install   2017-05-16 17:53:53 UTC (rev 228285)
+++ haskell-http-api-data.install   2017-05-16 18:15:43 UTC (rev 228286)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-http-api-data
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}


[arch-commits] Commit in haskell-http-api-data/repos (4 files)

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 18:16:18
  Author: felixonmars
Revision: 228287

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

Added:
  haskell-http-api-data/repos/community-staging-i686/
  haskell-http-api-data/repos/community-staging-i686/PKGBUILD
(from rev 228286, haskell-http-api-data/trunk/PKGBUILD)
  haskell-http-api-data/repos/community-staging-x86_64/
  haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD
(from rev 228286, haskell-http-api-data/trunk/PKGBUILD)

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

Copied: haskell-http-api-data/repos/community-staging-i686/PKGBUILD (from rev 
228286, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 18:16:18 UTC (rev 228287)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3.7.1
+pkgrel=1
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 
'haskell-hashable'
+ 'haskell-http-types' 'haskell-text' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uri-bytestring' 
'haskell-uuid-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('896e7e9737bb0d5869d1e1aa1d4a06409c1f56a5b508166b1aaf202ef638a2273c226beae22575b378254966c7b5be1b668efb91f2a744b8b73a2a3013552efb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-text-show
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 
228286, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 18:16:18 UTC (rev 228287)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3.7.1
+pkgrel=1
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 
'haskell-hashable'
+ 'haskell-http-types' 'haskell-text' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uri-bytestring' 
'haskell-uuid-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('896e7e9737bb0d5869d1e1aa1d4a06409c1f56a5b508166b1aaf202ef638a2273c226beae22575b378254966c7b5be1b668efb91f2a744b8b73a2a3013552efb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-text-show
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh

[arch-commits] Commit in tigervnc/repos (16 files)

2017-05-16 Thread Sergej Pupykin
Date: Tuesday, May 16, 2017 @ 17:53:53
  Author: spupykin
Revision: 228285

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 228284, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/vncserver.service
(from rev 228284, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 228284, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 228284, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 228284, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 228284, tigervnc/trunk/vncviewer.desktop)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg118.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg118.patch

+
 /PKGBUILD  |  130 +++
 /vncserver.service |   58 +++
 /vncviewer.desktop |   18 
 community-i686/PKGBUILD|   74 ---
 community-i686/gethomedir.patch|   20 -
 community-i686/vncserver.service   |   29 ---
 community-i686/vncviewer.desktop   |9 --
 community-i686/xorg118.patch   |   27 ---
 community-x86_64/PKGBUILD  |   74 ---
 community-x86_64/gethomedir.patch  |   20 -
 community-x86_64/vncserver.service |   29 ---
 community-x86_64/vncviewer.desktop |9 --
 community-x86_64/xorg118.patch |   27 ---
 13 files changed, 206 insertions(+), 318 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-16 17:53:32 UTC (rev 228284)
+++ community-i686/PKGBUILD 2017-05-16 17:53:53 UTC (rev 228285)
@@ -1,74 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Uroš Vampl 
-
-pkgname=tigervnc
-pkgver=1.7.1
-pkgrel=1
-_xorgver=1.18.4
-pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
-arch=('i686' 'x86_64')
-url="http://www.tigervnc.org;
-license=('GPL')
-depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'libxfont' 'pixman'
-'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
-'libgl' 'libgcrypt' 'perl' 'libxdamage')
-makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
-'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
-'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'
-'xtrans' 'glproto' 'dri2proto' 'dri3proto' 'presentproto'
-'mesa' 'imagemagick')
-optdepends=('mesa: for OpenGL functionality in Xvnc')
-conflicts=('tightvnc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz
-   
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
-   vncserver.service
-   vncviewer.desktop
-   gethomedir.patch
-   xorg118.patch)
-sha256sums=('3c021ec0bee4611020c0bcbab995b0ef2f6f1a46127a52b368827f3275527ccc'
-'278459b2c31d61a15655d95a72fb79930c480a6bb8cf9226e48a07df8b1d31c8'
-'80f8fc7598d05e645ae73bc3371bbdededf07136a9f024ce6ebbfe469335b16e'
-'2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7'
-'589441f368159d18be931856c30bb1874d54392d80d58a39e3826f00cb0c110e'
-'7764c6a6b3052042aefe571c9dce24b1b30359fc92853821eb78e9d14dd185db')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-#  patch -Np1 -i "$srcdir"/xorg118.patch
-  patch -Np1 -i "$srcdir"/gethomedir.patch
-  sed -i 's/iconic/nowin/' unix/vncserver
-
-  cd unix/xserver
-  cp -r "$srcdir"/xorg-server-${_xorgver}/* .
-  patch -Np1 -i ../xserver117.patch
-}
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd unix/xserver
-  autoreconf -fiv
-  ./configure --prefix=/usr \
-   --disable-static --without-dtrace \
-   --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
-   --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
-   --disable-config-hal --disable-config-udev --with-pic \
-   --disable-unit-tests --disable-devel-docs --disable-selective-werror \
-   --disable-dri --enable-dri2 --enable-dri3 --enable-glx --enable-glx-tls
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-  cd 

[arch-commits] Commit in tigervnc/trunk (PKGBUILD gethomedir.patch xorg118.patch)

2017-05-16 Thread Sergej Pupykin
Date: Tuesday, May 16, 2017 @ 17:53:32
  Author: spupykin
Revision: 228284

upgpkg: tigervnc 1.8.0-1

Modified:
  tigervnc/trunk/PKGBUILD
Deleted:
  tigervnc/trunk/gethomedir.patch
  tigervnc/trunk/xorg118.patch

--+
 PKGBUILD |   25 -
 gethomedir.patch |   20 
 xorg118.patch|   27 ---
 3 files changed, 8 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 17:06:24 UTC (rev 228283)
+++ PKGBUILD2017-05-16 17:53:32 UTC (rev 228284)
@@ -2,9 +2,9 @@
 # Maintainer: Uroš Vampl 
 
 pkgname=tigervnc
-pkgver=1.7.1
+pkgver=1.8.0
 pkgrel=1
-_xorgver=1.18.4
+_xorgver=1.19.3
 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
 arch=('i686' 'x86_64')
 url="http://www.tigervnc.org;
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'libxfont' 'pixman'
 'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
-'libgl' 'libgcrypt' 'perl' 'libxdamage')
+'libgl' 'libgcrypt' 'perl' 'libxdamage' 'libxfont2')
 makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
 'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'
@@ -22,26 +22,17 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz

ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
vncserver.service
-   vncviewer.desktop
-   gethomedir.patch
-   xorg118.patch)
-sha256sums=('3c021ec0bee4611020c0bcbab995b0ef2f6f1a46127a52b368827f3275527ccc'
-'278459b2c31d61a15655d95a72fb79930c480a6bb8cf9226e48a07df8b1d31c8'
+   vncviewer.desktop)
+sha256sums=('9951dab0e10f8de03996ec94bec0d938da9f36d48dca8c954e8bbc95c16338f8'
+'677a8166e03474719238dfe396ce673c4234735464d6dadf2959b600d20e5a98'
 '80f8fc7598d05e645ae73bc3371bbdededf07136a9f024ce6ebbfe469335b16e'
-'2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7'
-'589441f368159d18be931856c30bb1874d54392d80d58a39e3826f00cb0c110e'
-'7764c6a6b3052042aefe571c9dce24b1b30359fc92853821eb78e9d14dd185db')
+'2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}
-
-#  patch -Np1 -i "$srcdir"/xorg118.patch
-  patch -Np1 -i "$srcdir"/gethomedir.patch
-  sed -i 's/iconic/nowin/' unix/vncserver
-
   cd unix/xserver
   cp -r "$srcdir"/xorg-server-${_xorgver}/* .
-  patch -Np1 -i ../xserver117.patch
+  patch -Np1 -i ../xserver119.patch
 }
 
 build() {

Deleted: gethomedir.patch
===
--- gethomedir.patch2017-05-16 17:06:24 UTC (rev 228283)
+++ gethomedir.patch2017-05-16 17:53:32 UTC (rev 228284)
@@ -1,20 +0,0 @@
-diff -ur tigervnc-1.2.0.orig/unix/xserver/hw/vnc/Makefile.am 
tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am
 tigervnc-1.2.0.orig/unix/xserver/hw/vnc/Makefile.am2011-10-31 
09:14:40.0 +0100
-+++ tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am 2012-09-06 
19:44:04.431123087 +0200
-@@ -5,6 +5,7 @@
- RDR_LIB=$(LIB_DIR)/rdr/librdr.la
- NETWORK_LIB=$(LIB_DIR)/network/libnetwork.la
- XREGION_LIB=$(LIB_DIR)/Xregion/libXregion.la
-+OS_LIB=$(LIB_DIR)/os/libos.la
- COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)
- 
- noinst_LTLIBRARIES = libvnccommon.la
-@@ -55,7 +56,7 @@
- 
- libvnc_la_LDFLAGS = -module -avoid-version
- 
--libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS)
-+libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS) $(OS_LIB)
- 
- EXTRA_DIST = Xvnc.man
- 

Deleted: xorg118.patch
===
--- xorg118.patch   2017-05-16 17:06:24 UTC (rev 228283)
+++ xorg118.patch   2017-05-16 17:53:32 UTC (rev 228284)
@@ -1,27 +0,0 @@
-diff -wbBur tigervnc-1.5.0/unix/xserver/hw/vnc/Input.c 
tigervnc-1.5.0.q/unix/xserver/hw/vnc/Input.c
 tigervnc-1.5.0/unix/xserver/hw/vnc/Input.c 2015-07-11 16:00:36.0 
+0300
-+++ tigervnc-1.5.0.q/unix/xserver/hw/vnc/Input.c   2015-11-25 
19:04:24.278747038 +0300
-@@ -300,6 +300,8 @@
- #if XORG < 111
-   n = GetKeyboardEvents(eventq, dev, action, kc);
-   enqueueEvents(dev, n);
-+#elif XORG > 117
-+  QueueKeyboardEvents(dev, action, kc);
- #else
-   QueueKeyboardEvents(dev, action, kc, NULL);
- #endif
-diff -wbBur tigervnc-1.5.0/unix/xserver/hw/vnc/xorg-version.h 
tigervnc-1.5.0.q/unix/xserver/hw/vnc/xorg-version.h
 tigervnc-1.5.0/unix/xserver/hw/vnc/xorg-version.h  2015-07-11 
16:00:36.0 +0300
-+++ tigervnc-1.5.0.q/unix/xserver/hw/vnc/xorg-version.h2015-11-25 
19:02:47.688751421 +0300
-@@ -48,8 +48,10 @@
- #define XORG 116
- 

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

2017-05-16 Thread Jaroslav Lichtblau
Date: Tuesday, May 16, 2017 @ 16:59:28
  Author: jlichtblau
Revision: 228279

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 228278, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 228278, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 228278, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 228278, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 228278, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 228278, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 228278, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 228278, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 228278, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 228278, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  188 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   94 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   94 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 15 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-16 16:58:16 UTC (rev 228278)
+++ community-i686/PKGBUILD 2017-05-16 16:59:28 UTC (rev 228279)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.27
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('23ff663f4110813ec46119202d89eccc60b7ca5bb065c58a7f07dcd53bd879fb'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd 

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

2017-05-16 Thread Jaroslav Lichtblau
Date: Tuesday, May 16, 2017 @ 16:58:16
  Author: jlichtblau
Revision: 228278

upgpkg: syncthing 0.14.28-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 15:36:33 UTC (rev 228277)
+++ PKGBUILD2017-05-16 16:58:16 UTC (rev 228278)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.27
+pkgver=0.14.28
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('23ff663f4110813ec46119202d89eccc60b7ca5bb065c58a7f07dcd53bd879fb'
+sha256sums=('dcf4bfcee979a2f5a0b2f971e26c9ba142ab125a1bdfaa68ddc7eb42cd23222d'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


[arch-commits] Commit in linphone/repos (12 files)

2017-05-16 Thread Sergej Pupykin
Date: Tuesday, May 16, 2017 @ 15:31:39
  Author: spupykin
Revision: 228259

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 228258, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 228258, linphone/trunk/PKGBUILD)
  linphone/repos/community-i686/linphone.install
(from rev 228258, linphone/trunk/linphone.install)
  linphone/repos/community-x86_64/ChangeLog
(from rev 228258, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 228258, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/linphone.install
(from rev 228258, linphone/trunk/linphone.install)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-i686/linphone.install
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD
  linphone/repos/community-x86_64/linphone.install

---+
 /ChangeLog|   66 
 /PKGBUILD |   96 
 /linphone.install |   16 ++
 community-i686/ChangeLog  |   33 
 community-i686/PKGBUILD   |   41 ---
 community-i686/linphone.install   |8 ---
 community-x86_64/ChangeLog|   33 
 community-x86_64/PKGBUILD |   41 ---
 community-x86_64/linphone.install |8 ---
 9 files changed, 178 insertions(+), 164 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-05-16 15:31:15 UTC (rev 228258)
+++ community-i686/ChangeLog2017-05-16 15:31:39 UTC (rev 228259)
@@ -1,33 +0,0 @@
-2008-10-16  Jaroslav Lichtblau  
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp

Copied: linphone/repos/community-i686/ChangeLog (from rev 228258, 
linphone/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-05-16 15:31:39 UTC (rev 228259)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-16 15:31:15 UTC (rev 228258)
+++ community-i686/PKGBUILD 2017-05-16 15:31:39 UTC (rev 228259)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-# Contributor: Mark Lee 
-
-pkgname=linphone
-pkgver=3.11.1
-pkgrel=1
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org;
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
-'belle-sip' 'libnotify')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite' 
'bcunit')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-install=linphone.install
-source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz;)

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

2017-05-16 Thread Sergej Pupykin
Date: Tuesday, May 16, 2017 @ 15:31:15
  Author: spupykin
Revision: 228258

upgpkg: linphone 3.11.1-2: FS#53591

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 15:14:32 UTC (rev 228257)
+++ PKGBUILD2017-05-16 15:31:15 UTC (rev 228258)
@@ -5,7 +5,7 @@
 
 pkgname=linphone
 pkgver=3.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org;
@@ -13,13 +13,20 @@
 depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
 'belle-sip' 'libnotify')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite' 
'bcunit')
+makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgml-common' 'bcunit')
 optdepends=('pulseaudio')
 options=('!emptydirs')
 install=linphone.install
-source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz;)
-sha256sums=('dc88ef3d311495b9db6041f2ed7b99f6b00a91339c1612e63b4071a4f0a0404e')
+source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz;
+   
"0001-Improve-linphone-config-handling-to-prevent-useless.patch::https://bugs.archlinux.org/task/53591?getfile=15156;)
+sha256sums=('dc88ef3d311495b9db6041f2ed7b99f6b00a91339c1612e63b4071a4f0a0404e'
+'4ba66e7b87b931ceeb6614b3b181eb043456627b2a9d8326f844192572c547d9')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i 
"$srcdir"/0001-Improve-linphone-config-handling-to-prevent-useless.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 #  export PKG_CONFIG=/usr/bin/pkg-config


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 15:14:32
  Author: felixonmars
Revision: 228257

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

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

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

Copied: haskell-xcffib/repos/community-staging-i686/PKGBUILD (from rev 228256, 
haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 15:14:32 UTC (rev 228257)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=17
+pkgdesc="A cffi-based python binding for X"
+url="http://github.com/tych0/xcffib;
+license=('Apache')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip'
+ 'haskell-language-python' 'haskell-mtl' 
'haskell-optparse-applicative' 'haskell-semigroups'
+ 'haskell-split' 'haskell-xcb-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c4d954462b3636cbd7e61809250e74fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
228256, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 15:14:32 UTC (rev 228257)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=17
+pkgdesc="A cffi-based python binding for X"
+url="http://github.com/tych0/xcffib;
+license=('Apache')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip'
+ 'haskell-language-python' 'haskell-mtl' 
'haskell-optparse-applicative' 'haskell-semigroups'
+ 'haskell-split' 'haskell-xcb-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c4d954462b3636cbd7e61809250e74fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 15:14:05
  Author: felixonmars
Revision: 228256

upgpkg: haskell-xcffib 0.5.1-17

rebuild with split,0.2.3.2

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 15:11:08 UTC (rev 228255)
+++ PKGBUILD2017-05-16 15:14:05 UTC (rev 228256)
@@ -4,7 +4,7 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.5.1
-pkgrel=16
+pkgrel=17
 pkgdesc="A cffi-based python binding for X"
 url="http://github.com/tych0/xcffib;
 license=('Apache')


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 15:11:08
  Author: felixonmars
Revision: 228255

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 228254, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 228254, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 228254, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 15:11:08 UTC (rev 228255)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170510
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 228254, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 15:11:08 UTC (rev 228255)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170510
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 15:10:41
  Author: felixonmars
Revision: 228254

upgpkg: git-annex 6.20170510-5

rebuild with split,0.2.3.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 15:00:04 UTC (rev 228253)
+++ PKGBUILD2017-05-16 15:10:41 UTC (rev 228254)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170510
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in xf86-video-qxl/repos (4 files)

2017-05-16 Thread Giancarlo Razzolini
Date: Tuesday, May 16, 2017 @ 15:00:04
  Author: grazzolini
Revision: 228253

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

Added:
  xf86-video-qxl/repos/community-i686/
  xf86-video-qxl/repos/community-i686/PKGBUILD
(from rev 228252, xf86-video-qxl/trunk/PKGBUILD)
  xf86-video-qxl/repos/community-x86_64/
  xf86-video-qxl/repos/community-x86_64/PKGBUILD
(from rev 228252, xf86-video-qxl/trunk/PKGBUILD)

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

Copied: xf86-video-qxl/repos/community-i686/PKGBUILD (from rev 228252, 
xf86-video-qxl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-16 15:00:04 UTC (rev 228253)
@@ -0,0 +1,51 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Christian Hesse 
+# Contributor: Yonathan Dossow
+# Contributor: Ansgar Taflinski 
+
+pkgname=xf86-video-qxl
+pkgver=0.1.5
+pkgrel=3
+pkgdesc='Xorg X11 qxl video driver'
+arch=('x86_64' 'i686')
+url='http://www.x.org'
+license=('MIT')
+groups=('xorg-drivers')
+depends=('spice')
+optdepends=('python2: for Xspice')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'spice-protocol'
+   'xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto'
+   'videoproto' 'resourceproto' 'scrnsaverproto' 'git')
+conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
+source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92'
+'SKIP')
+sha512sums=('7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # this is python 2.x
+   sed -i '1c #!/usr/bin/python2' scripts/Xspice
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   autoreconf -fi
+   ./configure \
+   --enable-xspice \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" install
+
+   install -v -D -m0755 scripts/Xspice "${pkgdir}"/usr/bin/Xspice
+}
+

Copied: xf86-video-qxl/repos/community-x86_64/PKGBUILD (from rev 228252, 
xf86-video-qxl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-16 15:00:04 UTC (rev 228253)
@@ -0,0 +1,51 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Christian Hesse 
+# Contributor: Yonathan Dossow
+# Contributor: Ansgar Taflinski 
+
+pkgname=xf86-video-qxl
+pkgver=0.1.5
+pkgrel=3
+pkgdesc='Xorg X11 qxl video driver'
+arch=('x86_64' 'i686')
+url='http://www.x.org'
+license=('MIT')
+groups=('xorg-drivers')
+depends=('spice')
+optdepends=('python2: for Xspice')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'spice-protocol'
+   'xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto'
+   'videoproto' 'resourceproto' 'scrnsaverproto' 'git')
+conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
+source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92'
+'SKIP')
+sha512sums=('7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # this is python 2.x
+   sed -i '1c #!/usr/bin/python2' scripts/Xspice
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   autoreconf -fi
+   ./configure \
+   --enable-xspice \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" install
+
+   install -v -D -m0755 scripts/Xspice "${pkgdir}"/usr/bin/Xspice
+}
+


[arch-commits] Commit in xf86-video-qxl/trunk (PKGBUILD)

2017-05-16 Thread Giancarlo Razzolini
Date: Tuesday, May 16, 2017 @ 14:59:09
  Author: grazzolini
Revision: 228252

addpkg: xf86-video-qxl 0.1.5-3

Modified:
  xf86-video-qxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 14:57:45 UTC (rev 228251)
+++ PKGBUILD2017-05-16 14:59:09 UTC (rev 228252)
@@ -5,7 +5,7 @@
 
 pkgname=xf86-video-qxl
 pkgver=0.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Xorg X11 qxl video driver'
 arch=('x86_64' 'i686')
 url='http://www.x.org'


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Tuesday, May 16, 2017 @ 14:57:45
  Author: svenstaro
Revision: 228251

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-16 14:57:37 UTC (rev 228250)
+++ PKGBUILD2017-05-16 14:57:45 UTC (rev 228251)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=0.24.4
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('b3ea202dd516520faa671a0f54f608eeac67de0c6099735b985fb8bc54a4d2a66318700a90bf5f0f4640e19836be1b42c3852474b03c7e677f5b5aafc0f5b9e8')
-
-package() {
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 228250, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-16 14:57:45 UTC (rev 228251)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=0.24.5
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('9bc350a64860d6456abee9e3de0b52c429de3a86fabd8ec1483fa4bfe341fc9fdb1eb42d853e2c6310e07fdb4e8fc1c94c7418293cf23b25486d5f6559325483')
+
+package() {
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Tuesday, May 16, 2017 @ 14:57:37
  Author: svenstaro
Revision: 228250

upgpkg: yarn 0.24.5-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 14:55:31 UTC (rev 228249)
+++ PKGBUILD2017-05-16 14:57:37 UTC (rev 228250)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=0.24.4
+pkgver=0.24.5
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('b3ea202dd516520faa671a0f54f608eeac67de0c6099735b985fb8bc54a4d2a66318700a90bf5f0f4640e19836be1b42c3852474b03c7e677f5b5aafc0f5b9e8')
+sha512sums=('9bc350a64860d6456abee9e3de0b52c429de3a86fabd8ec1483fa4bfe341fc9fdb1eb42d853e2c6310e07fdb4e8fc1c94c7418293cf23b25486d5f6559325483')
 
 package() {
   install -dm755  "$pkgdir"/usr/lib/node_modules/yarn


[arch-commits] Commit in (4 files)

2017-05-16 Thread Giancarlo Razzolini
Date: Tuesday, May 16, 2017 @ 14:55:31
  Author: grazzolini
Revision: 228249

addpkg: xf86-video-qxl

Added:
  xf86-video-qxl/
  xf86-video-qxl/repos/
  xf86-video-qxl/trunk/
  xf86-video-qxl/trunk/PKGBUILD

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

Added: xf86-video-qxl/trunk/PKGBUILD
===
--- xf86-video-qxl/trunk/PKGBUILD   (rev 0)
+++ xf86-video-qxl/trunk/PKGBUILD   2017-05-16 14:55:31 UTC (rev 228249)
@@ -0,0 +1,51 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Christian Hesse 
+# Contributor: Yonathan Dossow
+# Contributor: Ansgar Taflinski 
+
+pkgname=xf86-video-qxl
+pkgver=0.1.5
+pkgrel=2
+pkgdesc='Xorg X11 qxl video driver'
+arch=('x86_64' 'i686')
+url='http://www.x.org'
+license=('MIT')
+groups=('xorg-drivers')
+depends=('spice')
+optdepends=('python2: for Xspice')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'spice-protocol'
+   'xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto'
+   'videoproto' 'resourceproto' 'scrnsaverproto' 'git')
+conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
+source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92'
+'SKIP')
+sha512sums=('7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # this is python 2.x
+   sed -i '1c #!/usr/bin/python2' scripts/Xspice
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   autoreconf -fi
+   ./configure \
+   --enable-xspice \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" install
+
+   install -v -D -m0755 scripts/Xspice "${pkgdir}"/usr/bin/Xspice
+}
+


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


[arch-commits] Commit in linux/repos (24 files)

2017-05-16 Thread Tobias Powalowski
Date: Tuesday, May 16, 2017 @ 14:51:12
  Author: tpowa
Revision: 296182

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

Added:
  linux/repos/testing-i686/90-linux.hook
(from rev 296181, linux/trunk/90-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 296181, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/config.i686
(from rev 296181, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 296181, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 296181, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 296181, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/90-linux.hook
(from rev 296181, linux/trunk/90-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 296181, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config.i686
(from rev 296181, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 296181, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 296181, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 296181, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/90-linux.hook
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/config.i686
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/90-linux.hook
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/config.i686
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /90-linux.hook   |   22 
 /PKGBUILD|  578 +
 /config.i686 |16808 +
 /config.x86_64   |16316 +++
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  287 
 testing-i686/config.i686 | 8404 
 testing-i686/config.x86_64   | 8158 ---
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  287 
 testing-x86_64/config.i686   | 8404 
 testing-x86_64/config.x86_64 | 8158 ---
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 33806 insertions(+), 33802 deletions(-)

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


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

2017-05-16 Thread Tobias Powalowski
Date: Tuesday, May 16, 2017 @ 14:50:18
  Author: tpowa
Revision: 296181

upgpkg: linux 4.11.1-1

bump to 4.11.1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 13:37:13 UTC (rev 296180)
+++ PKGBUILD2017-05-16 14:50:18 UTC (rev 296181)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.11
-pkgver=4.11
+pkgver=4.11.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -14,8 +14,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 # the main kernel config files
 'config.i686' 'config.x86_64'
 # pacman hook for initramfs regeneration
@@ -25,6 +25,8 @@
 
 sha256sums=('b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6'
 'SKIP'
+'0d96845b0f1bbe47a62659f48367948c4e747f995694927aa309e0e5e1556949'
+'SKIP'
 'e4e928488d35ba2b4049bd224dee87be9eb574ed3c1882f22c8fd5d8674c9abd'
 '2e38528bd2f1be712f5a274b66882c41d2a9cf996b3a05b4a772c8ba7309b261'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -40,7 +42,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 14:45:42
  Author: felixonmars
Revision: 228248

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

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 228247, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 228247, haskell-tasty-rerun/trunk/PKGBUILD)

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

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
228247, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 14:45:42 UTC (rev 228248)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.6
+pkgrel=25
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
228247, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 14:45:42 UTC (rev 228248)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.6
+pkgrel=25
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 14:44:51
  Author: felixonmars
Revision: 228247

upgpkg: haskell-tasty-rerun 1.1.6-25

rebuild with split,0.2.3.2

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 14:41:24 UTC (rev 228246)
+++ PKGBUILD2017-05-16 14:44:51 UTC (rev 228247)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.6
-pkgrel=24
+pkgrel=25
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="http://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 14:41:24
  Author: felixonmars
Revision: 228246

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

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

+
 community-staging-i686/PKGBUILD|   87 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   87 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 182 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 228245, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 14:41:24 UTC (rev 228246)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=48
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "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-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 14:40:48
  Author: felixonmars
Revision: 228245

upgpkg: stack 1.4.0-48

rebuild with split,0.2.3.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 14:31:18 UTC (rev 228244)
+++ PKGBUILD2017-05-16 14:40:48 UTC (rev 228245)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=47
+pkgrel=48
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-05-16 Thread Jan Steffens
Date: Tuesday, May 16, 2017 @ 14:31:18
  Author: heftig
Revision: 228244

archrelease: copy trunk to community-x86_64

Added:
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 228243, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 228243, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 228243, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

+
 PKGBUILD   |  174 +--
 dirs.patch |   42 +++---
 gemrc  |   10 +--
 3 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-16 14:30:03 UTC (rev 228243)
+++ PKGBUILD2017-05-16 14:31:18 UTC (rev 228244)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.77
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(x86_64)
-url="http://rubinius.com;
-license=(custom)
-depends=(libffi openssl-1.0 libyaml)
-makedepends=(llvm ruby clang valgrind)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('badaeb4129c64979fb37322cc1913effde17010db5f57398ab7409f3fb84360e'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
-
-_common() {
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir"
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p "$GEM_HOME"
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  "$GEM_HOME/bin/bundle" exec rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR="$pkgdir" "$GEM_HOME/bin/bundle" exec rake install
-
-  mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.4.0 "$pkgdir/usr/share/ri/2.3"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dm644 gemrc "$pkgdir/etc/gemrc"
-  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
-  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}

Copied: rubinius/repos/community-x86_64/PKGBUILD (from rev 228243, 
rubinius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-16 14:31:18 UTC (rev 228244)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.78
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(x86_64)
+url="http://rubinius.com;
+license=(custom)
+depends=(libffi openssl-1.0 libyaml)
+makedepends=(llvm ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('b524542f604babb2bac4c33200aa5c08d9f28515bfdd8a732111cc21a09b53b8'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
+
+_common() {
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir"
+  cd $pkgbase-$pkgver
+}
+
+prepare() {
+  _common
+
+  patch -Np1 -i ../dirs.patch
+
+  mkdir -p "$GEM_HOME"
+  gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+  "$GEM_HOME/bin/bundle" install --local
+}
+
+build() {
+  _common
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--includedir=/usr/include/rubinius \
+--appdir=/usr/lib/rubinius \
+--gemsdir=/usr/lib/rubinius/gems \
+--preserve-prefix \
+--without-rpath \
+--bin-link bundle --bin-link bundler
+  "$GEM_HOME/bin/bundle" exec rake build
+}
+
+check() {
+  

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

2017-05-16 Thread Jan Steffens
Date: Tuesday, May 16, 2017 @ 14:30:03
  Author: heftig
Revision: 228243

3.78-1

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 13:52:38 UTC (rev 228242)
+++ PKGBUILD2017-05-16 14:30:03 UTC (rev 228243)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.77
+pkgver=3.78
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('badaeb4129c64979fb37322cc1913effde17010db5f57398ab7409f3fb84360e'
+sha256sums=('b524542f604babb2bac4c33200aa5c08d9f28515bfdd8a732111cc21a09b53b8'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
 


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 13:52:38
  Author: felixonmars
Revision: 228242

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 228241, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 13:52:38 UTC (rev 228242)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.4
+pkgrel=7
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lens" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-text"
+ "haskell-transformers-base" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('95beb7bd3e9ed69ecc82044065a25c77fc2693fd0597701eb9cfabb8e8901aa9716857a4fc50084da04253df51d7c9664f9f6b9e9e0d3d038864b12e869ef099')
+
+prepare() {
+sed -i 's/aeson >=1.0 && <1.1/aeson >=1.0/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 228241, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 13:52:38 UTC (rev 228242)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.4
+pkgrel=7
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lens" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 13:52:09
  Author: felixonmars
Revision: 228241

upgpkg: purescript 0.11.4-7

rebuild with split,0.2.3.2

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 13:27:30 UTC (rev 228240)
+++ PKGBUILD2017-05-16 13:52:09 UTC (rev 228241)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.4
-pkgrel=6
+pkgrel=7
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


[arch-commits] Commit in boost/trunk (PKGBUILD boost-serialization-1.64.0-fixes.patch)

2017-05-16 Thread Bartłomiej Piotrowski
Date: Tuesday, May 16, 2017 @ 13:37:13
  Author: bpiotrowski
Revision: 296180

prepare 1.64.0

Added:
  boost/trunk/boost-serialization-1.64.0-fixes.patch
Modified:
  boost/trunk/PKGBUILD

+
 PKGBUILD   |   11 ++-
 boost-serialization-1.64.0-fixes.patch |  102 +++
 2 files changed, 109 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 12:35:13 UTC (rev 296179)
+++ PKGBUILD2017-05-16 13:37:13 UTC (rev 296180)
@@ -9,15 +9,17 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.63.0
+pkgver=1.64.0
 _boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=1
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu>=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
-sha256sums=('beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
+boost-serialization-1.64.0-fixes.patch)
+sha256sums=('7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332'
+'e2ee2500c3bcbd6f53eb7a55830dc58795f321874737dd0846e36323dfbdea26')
 
 build() {
export _stagedir="${srcdir}/stagedir"
@@ -24,6 +26,7 @@
local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
 
cd ${pkgbase}_${_boostver}
+   patch -p2 -i "$srcdir/boost-serialization-1.64.0-fixes.patch"
 
./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
 

Added: boost-serialization-1.64.0-fixes.patch
===
--- boost-serialization-1.64.0-fixes.patch  (rev 0)
+++ boost-serialization-1.64.0-fixes.patch  2017-05-16 13:37:13 UTC (rev 
296180)
@@ -0,0 +1,102 @@
+From a44c228e28d3d82137e9efe376b425013aa59f0a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Tue, 16 May 2017 15:08:59 +0200
+Subject: [PATCH] Restore boost/serialization/detail/get_data.hpp
+
+This reverts commit d558b6da917ecae1036adf9b22a0741c78f627ff.
+---
+ include/boost/serialization/detail/get_data.hpp | 59 +
+ 1 file changed, 59 insertions(+)
+ create mode 100644 include/boost/serialization/detail/get_data.hpp
+
+diff --git a/include/boost/serialization/detail/get_data.hpp 
b/include/boost/serialization/detail/get_data.hpp
+new file mode 100644
+index ..37da7fc3
+--- /dev/null
 b/include/boost/serialization/detail/get_data.hpp
+@@ -0,0 +1,59 @@
++// (C) Copyright 2005 Matthias Troyer 
++// Use, modification and distribution is subject to the Boost Software
++// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
++// http://www.boost.org/LICENSE_1_0.txt)
++
++//  See http://www.boost.org for updates, documentation, and revision history.
++
++#ifndef BOOST_SERIALIZATION_DETAIL_GET_DATA_HPP
++#define BOOST_SERIALIZATION_DETAIL_GET_DATA_HPP
++
++// MS compatible compilers support #pragma once
++#if defined(_MSC_VER)
++# pragma once
++#endif
++
++#if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
++#define STD _STLP_STD
++#else
++#define STD std
++#endif
++
++#include 
++#include 
++
++namespace boost {
++namespace serialization { 
++namespace detail {
++
++template 
++T* get_data(STD::vector& v)
++{
++  return v.empty() ? 0 : &(v[0]);
++}
++
++template 
++T* get_data(STD::vector const & v)
++{
++  return get_data(const_cast&>(v));
++}
++
++template 
++T* get_data(STD::valarray& v)
++{
++  return v.size()==0 ? 0 : &(v[0]);
++}
++
++template 
++const T* get_data(STD::valarray const& v)
++{
++  return get_data(const_cast(v));
++}
++
++} // detail
++} // serialization
++} // boost
++
++#undef STD
++
++#endif // BOOST_SERIALIZATION_DETAIL_GET_DATA_HPP
+-- 
+2.13.0
+
+From 1d86261581230e2dc5d617a9b16287d326f3e229 Mon Sep 17 00:00:00 2001
+From: Robert Ramey 
+Date: Wed, 1 Feb 2017 16:43:59 -0800
+Subject: [PATCH] correct error which appeared when compiling non c++ compliant
+ code for arrays
+
+---
+ include/boost/serialization/array.hpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/include/boost/serialization/array.hpp 
b/include/boost/serialization/array.hpp
+index 61708b3..612d1a6 100644
+--- a/include/boost/serialization/array.hpp
 b/include/boost/serialization/array.hpp
+@@ -23,6 +23,8 @@ namespace std{
+ } // namespace std
+ #endif
+ 
++#include 
++
+ #ifndef BOOST_NO_CXX11_HDR_ARRAY
+ 
+ #include 


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 13:27:30
  Author: felixonmars
Revision: 228240

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 228239, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 13:27:30 UTC (rev 228240)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=56
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
228239, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 13:27:30 UTC (rev 228240)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=56
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 13:27:02
  Author: felixonmars
Revision: 228239

upgpkg: haskell-hakyll 4.9.5.1-56

rebuild with split,0.2.3.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 13:20:07 UTC (rev 228238)
+++ PKGBUILD2017-05-16 13:27:02 UTC (rev 228239)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=55
+pkgrel=56
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 13:20:07
  Author: felixonmars
Revision: 228238

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

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 228237, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 13:20:07 UTC (rev 228238)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=46
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6e6b0a89a831f9bfaa33dc0f3dff1792ee1626a5e66e1bd34da9447cd3c7de51')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
228237, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 13:20:07 UTC (rev 228238)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=46
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 13:19:32
  Author: felixonmars
Revision: 228237

upgpkg: pandoc-citeproc 0.10.4.1-46

rebuild with split,0.2.3.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 13:07:19 UTC (rev 228236)
+++ PKGBUILD2017-05-16 13:19:32 UTC (rev 228237)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=45
+pkgrel=46
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-05-16 Thread Jonathan Steel
Date: Tuesday, May 16, 2017 @ 13:07:19
  Author: jsteel
Revision: 228236

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

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

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

Copied: vagrant/repos/community-testing-i686/PKGBUILD (from rev 228235, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-05-16 13:07:19 UTC (rev 228236)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.9.5
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('vagrant-substrate' 'libyaml')
+makedepends=('openssl-1.0')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('c08a2a968083cd97e7e56b3c2d34df15')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=/opt/vagrant/embedded
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+  CPPFLAGS="-I$EMBEDDED_DIR/include -I${EMBEDDED_DIR}/include/libxml2" \
+  CFLAGS="${CPPFLAGS}" \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
+  NOKOGIRI_USE_SYSTEM_LIBRARIES=1 \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -d "$pkgdir"/opt/vagrant/embedded
+
+  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  install -Dm644 contrib/bash/completion.sh \
+"$pkgdir"/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: vagrant/repos/community-testing-x86_64/PKGBUILD (from rev 228235, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-05-16 13:07:19 UTC (rev 228236)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.9.5
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('vagrant-substrate' 'libyaml')
+makedepends=('openssl-1.0')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('c08a2a968083cd97e7e56b3c2d34df15')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=/opt/vagrant/embedded
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+  CPPFLAGS="-I$EMBEDDED_DIR/include -I${EMBEDDED_DIR}/include/libxml2" \
+  CFLAGS="${CPPFLAGS}" \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
+  NOKOGIRI_USE_SYSTEM_LIBRARIES=1 \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -d "$pkgdir"/opt/vagrant/embedded
+
+  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  

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

2017-05-16 Thread Jonathan Steel
Date: Tuesday, May 16, 2017 @ 13:07:02
  Author: jsteel
Revision: 228234

upgpkg: vagrant 1.9.5-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 13:06:39 UTC (rev 228233)
+++ PKGBUILD2017-05-16 13:07:02 UTC (rev 228234)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 depends=('vagrant-substrate' 'libyaml')
 makedepends=('openssl-1.0')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('c034e19fb08b725f0a6e0a811f014a69')
+md5sums=('c08a2a968083cd97e7e56b3c2d34df15')
 
 build() {
   cd $pkgname-$pkgver


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 13:07:06
  Author: felixonmars
Revision: 228235

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

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

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

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 228233, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 13:07:06 UTC (rev 228235)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.1
+pkgrel=3
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('fde163ef8ccc6a71c4db07681235be7dcebc5f37e2a222b194f1c34fdeef0fb9814383af56ded876a59bcb53bf2126b04a0272db1b05f28d093851cbc56a9f35')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 228233, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 13:07:06 UTC (rev 228235)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.1
+pkgrel=3
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 13:06:39
  Author: felixonmars
Revision: 228233

upgpkg: haskell-store 0.4.3.1-3

rebuild with split,0.2.3.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 12:57:34 UTC (rev 228232)
+++ PKGBUILD2017-05-16 13:06:39 UTC (rev 228233)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Tuesday, May 16, 2017 @ 12:57:34
  Author: svenstaro
Revision: 228232

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-16 12:57:21 UTC (rev 228231)
+++ PKGBUILD2017-05-16 12:57:34 UTC (rev 228232)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=0.24.3
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('da55ee878ebd07ff7252a498678917bc52b52581c2de8b4add2f49536c4ce83a9c73b01c70edb54145c1c16d83ba9180700a6bb53951724ff69b1f259fa16bcd')
-
-package() {
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 228231, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-16 12:57:34 UTC (rev 228232)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=0.24.4
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('b3ea202dd516520faa671a0f54f608eeac67de0c6099735b985fb8bc54a4d2a66318700a90bf5f0f4640e19836be1b42c3852474b03c7e677f5b5aafc0f5b9e8')
+
+package() {
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-05-16 Thread Sven-Hendrik Haase
Date: Tuesday, May 16, 2017 @ 12:57:21
  Author: svenstaro
Revision: 228231

upgpkg: yarn 0.24.4-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 12:52:07 UTC (rev 228230)
+++ PKGBUILD2017-05-16 12:57:21 UTC (rev 228231)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=0.24.3
+pkgver=0.24.4
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('da55ee878ebd07ff7252a498678917bc52b52581c2de8b4add2f49536c4ce83a9c73b01c70edb54145c1c16d83ba9180700a6bb53951724ff69b1f259fa16bcd')
+sha512sums=('b3ea202dd516520faa671a0f54f608eeac67de0c6099735b985fb8bc54a4d2a66318700a90bf5f0f4640e19836be1b42c3852474b03c7e677f5b5aafc0f5b9e8')
 
 package() {
   install -dm755  "$pkgdir"/usr/lib/node_modules/yarn


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 12:52:07
  Author: felixonmars
Revision: 228230

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 228229, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 228229, haskell-conduit-combinators/trunk/PKGBUILD)

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

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 228229, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 12:52:07 UTC (rev 228230)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=13
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 228229, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 12:52:07 UTC (rev 228230)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=13
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell 

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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 12:51:32
  Author: felixonmars
Revision: 228229

upgpkg: haskell-conduit-combinators 1.1.1-13

rebuild with split,0.2.3.2

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 12:48:15 UTC (rev 228228)
+++ PKGBUILD2017-05-16 12:51:32 UTC (rev 228229)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.1.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")


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

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 12:48:15
  Author: felixonmars
Revision: 228228

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

Added:
  haskell-mono-traversable/repos/community-staging-i686/
  haskell-mono-traversable/repos/community-staging-i686/PKGBUILD
(from rev 228227, haskell-mono-traversable/trunk/PKGBUILD)
  haskell-mono-traversable/repos/community-staging-x86_64/
  haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD
(from rev 228227, haskell-mono-traversable/trunk/PKGBUILD)

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

Copied: haskell-mono-traversable/repos/community-staging-i686/PKGBUILD (from 
rev 228227, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-16 12:48:15 UTC (rev 228228)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-split" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('aa110a1f08b726f2e0d17858e09bd76e13d60ccf2bf5366c92c15999da0b3633')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD (from 
rev 228227, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-16 12:48:15 UTC (rev 228228)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-split" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('aa110a1f08b726f2e0d17858e09bd76e13d60ccf2bf5366c92c15999da0b3633')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 

  1   2   >