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

2018-05-26 Thread Eli Schwartz via arch-commits
Date: Sunday, May 27, 2018 @ 05:04:06
  Author: eschwartz
Revision: 331317

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 331316, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 05:03:33 UTC (rev 331316)
+++ PKGBUILD2018-05-27 05:04:06 UTC (rev 331317)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=3.24.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('9b986d3df4491ce8331052c82df1075ff302c4f8820634bdf3f8711c4bf36016'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 331316, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 05:04:06 UTC (rev 331317)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
+makedepends=('qt5-x11extras' 'xdg-utils')
+optdepends=('ipython2: to use calibre-debug'
+'poppler: required for converting pdf to html'
+)

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

2018-05-26 Thread Eli Schwartz via arch-commits
Date: Sunday, May 27, 2018 @ 05:03:33
  Author: eschwartz
Revision: 331316

upgpkg: calibre 3.24.1-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 04:56:56 UTC (rev 331315)
+++ PKGBUILD2018-05-27 05:03:33 UTC (rev 331316)
@@ -8,8 +8,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.24.0
-pkgrel=2
+pkgver=3.24.1
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('9b986d3df4491ce8331052c82df1075ff302c4f8820634bdf3f8711c4bf36016'
+sha256sums=('0b944e91069fa5f2e921deef16f12d054b4d8a2bdfaa4d7c76ec6eeb11b7f2c1'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


[arch-commits] Commit in lib32-simplescreenrecorder/repos/multilib-x86_64 (4 files)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:56:56
  Author: kkeen
Revision: 331315

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
(from rev 331314, lib32-simplescreenrecorder/trunk/PKGBUILD)
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
(from rev 331314, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install

+
 PKGBUILD   |   76 +--
 lib32-simplescreenrecorder.install |   18 
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 04:56:44 UTC (rev 331314)
+++ PKGBUILD2018-05-27 04:56:56 UTC (rev 331315)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.3.10
-pkgrel=1
-pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/;
-license=("GPL3")
-depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
-makedepends=("git" "gcc-multilib" "cmake")
-install=lib32-simplescreenrecorder.install
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-prepare() {
-  cd ssr
-  mkdir -p build
-}
-
-build() {
-  cd ssr/build
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
--DENABLE_32BIT_GLINJECT=TRUE ../
-  make
-}
-
-package() {
-  cd ssr/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 
331314, lib32-simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 04:56:56 UTC (rev 331315)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.3.11
+pkgrel=1
+pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
+arch=("x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
+makedepends=("git" "gcc-multilib" "cmake")
+install=lib32-simplescreenrecorder.install
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
+-DENABLE_32BIT_GLINJECT=TRUE ../
+  make
+}
+
+package() {
+  cd ssr/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: lib32-simplescreenrecorder.install
===
--- lib32-simplescreenrecorder.install  2018-05-27 04:56:44 UTC (rev 331314)
+++ lib32-simplescreenrecorder.install  2018-05-27 04:56:56 UTC (rev 331315)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
 (from rev 331314, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===
--- lib32-simplescreenrecorder.install  (rev 0)
+++ lib32-simplescreenrecorder.install  2018-05-27 04:56:56 UTC (rev 331315)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


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

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:56:44
  Author: kkeen
Revision: 331314

upgpkg: lib32-simplescreenrecorder 0.3.11-1

Modified:
  lib32-simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 04:54:37 UTC (rev 331313)
+++ PKGBUILD2018-05-27 04:56:44 UTC (rev 331314)
@@ -3,7 +3,7 @@
 # Contributor: Maarten Baert
 
 pkgname=lib32-simplescreenrecorder
-pkgver=0.3.10
+pkgver=0.3.11
 pkgrel=1
 pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
 arch=("x86_64")


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

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:54:15
  Author: kkeen
Revision: 331312

upgpkg: simplescreenrecorder 0.3.11-1

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 02:37:15 UTC (rev 331311)
+++ PKGBUILD2018-05-27 04:54:15 UTC (rev 331312)
@@ -3,8 +3,8 @@
 # Contributor: Maarten Baert
 
 pkgname=simplescreenrecorder
-pkgver=0.3.10
-pkgrel=2
+pkgver=0.3.11
+pkgrel=1
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/;
@@ -26,12 +26,6 @@
 prepare() {
   cd ssr
   mkdir -p build
-  # ffmpeg 4.0 tweaks
-  sed -i 's|CODEC_CAP_VARIABLE_FRAME_SIZE|AV_CODEC_CAP_VARIABLE_FRAME_SIZE|'  
src/AV/Output/AudioEncoder.cpp
-  sed -i 's|CODEC_FLAG_QSCALE|AV_CODEC_FLAG_QSCALE|'  
src/AV/Output/{Audio,Video}Encoder.cpp
-  sed -i 's|CODEC_CAP_DELAY|AV_CODEC_CAP_DELAY|'  src/AV/Output/BaseEncoder.cpp
-  sed -i 's|CODEC_FLAG_GLOBAL_HEADER|AV_CODEC_FLAG_GLOBAL_HEADER|'  
src/AV/Output/Muxer.cpp
-  sed -i 's|CODEC_CAP_EXPERIMENTAL|AV_CODEC_CAP_EXPERIMENTAL|'  
src/AV/Output/Muxer.cpp
 }
 
 build() {


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

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:54:37
  Author: kkeen
Revision: 331313

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 331312, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 331312, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   98 +++--
 simplescreenrecorder.install |   18 +++
 2 files changed, 55 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 04:54:15 UTC (rev 331312)
+++ PKGBUILD2018-05-27 04:54:37 UTC (rev 331313)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.10
-pkgrel=2
-pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/;
-license=("GPL3")
-# upstream reports crashes with Qt5, reverting FS#45104
-# trying qt5 again with 0.3.9-3
-#depends=("qt4"
-depends=("qt5-base" "qt5-x11extras"
-"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
-"libx11" "libxext" "libxfixes" "libxi"
-"desktop-file-utils" "gtk-update-icon-cache")
-optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
-makedepends=("git" "cmake" "qt5-tools")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-install=simplescreenrecorder.install
-
-prepare() {
-  cd ssr
-  mkdir -p build
-  # ffmpeg 4.0 tweaks
-  sed -i 's|CODEC_CAP_VARIABLE_FRAME_SIZE|AV_CODEC_CAP_VARIABLE_FRAME_SIZE|'  
src/AV/Output/AudioEncoder.cpp
-  sed -i 's|CODEC_FLAG_QSCALE|AV_CODEC_FLAG_QSCALE|'  
src/AV/Output/{Audio,Video}Encoder.cpp
-  sed -i 's|CODEC_CAP_DELAY|AV_CODEC_CAP_DELAY|'  src/AV/Output/BaseEncoder.cpp
-  sed -i 's|CODEC_FLAG_GLOBAL_HEADER|AV_CODEC_FLAG_GLOBAL_HEADER|'  
src/AV/Output/Muxer.cpp
-  sed -i 's|CODEC_CAP_EXPERIMENTAL|AV_CODEC_CAP_EXPERIMENTAL|'  
src/AV/Output/Muxer.cpp
-}
-
-build() {
-  cd ssr/build
-  # fPIC is only required for qt5 + gcc5
-  #CXXFLAGS="$CXXFLAGS -fPIC"
-  #./configure --prefix=/usr --disable-assert --with-qt5
-  #./configure --prefix=/usr --disable-assert
-  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=on \
--DCMAKE_INSTALL_LIBDIR='lib' ../
-  make
-}
-package() {
-  cd ssr/build
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 331312, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 04:54:37 UTC (rev 331313)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.11
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+# upstream reports crashes with Qt5, reverting FS#45104
+# trying qt5 again with 0.3.9-3
+#depends=("qt4"
+depends=("qt5-base" "qt5-x11extras"
+"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
+"libx11" "libxext" "libxfixes" "libxi"
+"desktop-file-utils" "gtk-update-icon-cache")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+install=simplescreenrecorder.install
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  #./configure --prefix=/usr --disable-assert
+  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=on \
+-DCMAKE_INSTALL_LIBDIR='lib' ../
+  make
+}
+package() {
+  cd ssr/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: simplescreenrecorder.install
===
--- simplescreenrecorder.install2018-05-27 04:54:15 UTC (rev 331312)
+++ simplescreenrecorder.install2018-05-27 04:54:37 UTC (rev 331313)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install (from 
rev 331312, 

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

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 02:37:15
  Author: kkeen
Revision: 331311

archrelease: copy trunk to community-x86_64

Added:
  gtkwave/repos/community-x86_64/PKGBUILD
(from rev 331310, gtkwave/trunk/PKGBUILD)
  gtkwave/repos/community-x86_64/gtkwave.install
(from rev 331310, gtkwave/trunk/gtkwave.install)
Deleted:
  gtkwave/repos/community-x86_64/PKGBUILD
  gtkwave/repos/community-x86_64/gtkwave.install

-+
 PKGBUILD|   78 +++---
 gtkwave.install |   14 -
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 02:36:59 UTC (rev 331310)
+++ PKGBUILD2018-05-27 02:37:15 UTC (rev 331311)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jared Casper 
-
-pkgname=gtkwave
-pkgver=3.3.89
-pkgrel=1
-pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
-arch=('x86_64')
-url='http://gtkwave.sourceforge.net'
-license=('GPL' 'MIT')
-depends=('bzip2' 'xz' 'gtk2' 'desktop-file-utils' 'gconf')
-makedepends=('gperf')
-install='gtkwave.install'
-source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz;)
-md5sums=('070556775c34f2bec4125901770ccb6a')
-
-build() {
-  cd "$srcdir/gtkwave-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-tcl \
---disable-mime-update \
---with-gconf
-
-  make CFLAGS="-D_LARGEFILE64_SOURCE -O"
-}
-
-package() {
-  cd "$srcdir/gtkwave-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "$srcdir/gtkwave-$pkgver/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/gtkwave/LICENSE.TXT"
-}
-

Copied: gtkwave/repos/community-x86_64/PKGBUILD (from rev 331310, 
gtkwave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 02:37:15 UTC (rev 331311)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jared Casper 
+
+pkgname=gtkwave
+pkgver=3.3.90
+pkgrel=1
+pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
+arch=('x86_64')
+url='http://gtkwave.sourceforge.net'
+license=('GPL' 'MIT')
+depends=('bzip2' 'xz' 'gtk2' 'desktop-file-utils' 'gconf')
+makedepends=('gperf')
+install='gtkwave.install'
+source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz;)
+md5sums=('b385ac881f62ae3cca689ce9dcb71221')
+
+build() {
+  cd "$srcdir/gtkwave-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-tcl \
+--disable-mime-update \
+--with-gconf
+
+  make CFLAGS="-D_LARGEFILE64_SOURCE -O"
+}
+
+package() {
+  cd "$srcdir/gtkwave-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "$srcdir/gtkwave-$pkgver/LICENSE.TXT" \
+"$pkgdir/usr/share/licenses/gtkwave/LICENSE.TXT"
+}
+

Deleted: gtkwave.install
===
--- gtkwave.install 2018-05-27 02:36:59 UTC (rev 331310)
+++ gtkwave.install 2018-05-27 02:37:15 UTC (rev 331311)
@@ -1,7 +0,0 @@
-post_install() {
-  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
-  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
-  echo 'It contains the prefs for a good configuration that most people find'
-  echo 'ergonomic.  It is not strictly necessary however.'
-}
-

Copied: gtkwave/repos/community-x86_64/gtkwave.install (from rev 331310, 
gtkwave/trunk/gtkwave.install)
===
--- gtkwave.install (rev 0)
+++ gtkwave.install 2018-05-27 02:37:15 UTC (rev 331311)
@@ -0,0 +1,7 @@
+post_install() {
+  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
+  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
+  echo 'It contains the prefs for a good configuration that most people find'
+  echo 'ergonomic.  It is not strictly necessary however.'
+}
+


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

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 02:36:59
  Author: kkeen
Revision: 331310

upgpkg: gtkwave 3.3.90-1

Modified:
  gtkwave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 02:29:19 UTC (rev 331309)
+++ PKGBUILD2018-05-27 02:36:59 UTC (rev 331310)
@@ -4,7 +4,7 @@
 # Contributor: Jared Casper 
 
 pkgname=gtkwave
-pkgver=3.3.89
+pkgver=3.3.90
 pkgrel=1
 pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gperf')
 install='gtkwave.install'
 source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz;)
-md5sums=('070556775c34f2bec4125901770ccb6a')
+md5sums=('b385ac881f62ae3cca689ce9dcb71221')
 
 build() {
   cd "$srcdir/gtkwave-$pkgver"


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

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 02:29:19
  Author: kkeen
Revision: 331309

archrelease: copy trunk to community-any

Added:
  python-more-itertools/repos/community-any/PKGBUILD
(from rev 331308, python-more-itertools/trunk/PKGBUILD)
Deleted:
  python-more-itertools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 02:28:59 UTC (rev 331308)
+++ PKGBUILD2018-05-27 02:29:19 UTC (rev 331309)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Germán Osella Massa 
-
-pkgbase=python-more-itertools
-pkgname=('python-more-itertools' 'python2-more-itertools')
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='More routines for operating on iterables, beyond itertools'
-arch=('any')
-url='https://github.com/erikrose/more-itertools'
-#url='https://pypi.python.org/pypi/more-itertools'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
-source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz;)
-md5sums=('246f46686d95879fbad37855c115dc52')
-
-prepare() {
-  cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"
-}
-
-package_python-more-itertools() {
-  cd "$srcdir/more-itertools-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-more-itertools() {
-  depends=('python2' 'python2-six')
-  cd "$srcdir/py2-more-itertools-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-more-itertools/repos/community-any/PKGBUILD (from rev 331308, 
python-more-itertools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 02:29:19 UTC (rev 331309)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Germán Osella Massa 
+
+pkgbase=python-more-itertools
+pkgname=('python-more-itertools' 'python2-more-itertools')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='More routines for operating on iterables, beyond itertools'
+arch=('any')
+url='https://github.com/erikrose/more-itertools'
+#url='https://pypi.python.org/pypi/more-itertools'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
+source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz;)
+md5sums=('5629c955d17df328ec534989f0649369')
+
+prepare() {
+  cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"
+}
+
+package_python-more-itertools() {
+  cd "$srcdir/more-itertools-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-more-itertools() {
+  depends=('python2' 'python2-six')
+  cd "$srcdir/py2-more-itertools-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 02:28:59
  Author: kkeen
Revision: 331308

upgpkg: python-more-itertools 4.2.0-1

Modified:
  python-more-itertools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 00:14:24 UTC (rev 331307)
+++ PKGBUILD2018-05-27 02:28:59 UTC (rev 331308)
@@ -4,7 +4,7 @@
 
 pkgbase=python-more-itertools
 pkgname=('python-more-itertools' 'python2-more-itertools')
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='More routines for operating on iterables, beyond itertools'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-six')
 
source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz;)
-md5sums=('246f46686d95879fbad37855c115dc52')
+md5sums=('5629c955d17df328ec534989f0649369')
 
 prepare() {
   cp -R "more-itertools-$pkgver" "py2-more-itertools-$pkgver"


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 00:14:24
  Author: demize
Revision: 331307

archrelease: copy trunk to community-testing-x86_64

Added:
  
zathura/repos/community-testing-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(from rev 331306, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
  zathura/repos/community-testing-x86_64/PKGBUILD
(from rev 331306, zathura/trunk/PKGBUILD)
  zathura/repos/community-testing-x86_64/bash-completion
(from rev 331306, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-testing-x86_64/PKGBUILD
  zathura/repos/community-testing-x86_64/bash-completion

--+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   30 +++
 PKGBUILD |   95 +-
 bash-completion  |   58 +++---
 3 files changed, 110 insertions(+), 73 deletions(-)

Copied: 
zathura/repos/community-testing-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
 (from rev 331306, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
===
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(rev 0)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2018-05-27 00:14:24 UTC (rev 331307)
@@ -0,0 +1,30 @@
+From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sun, 27 May 2018 02:11:24 +0200
+Subject: [PATCH] meson.build: Don't do broken synctex version check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 1862fa0..63246e8 100644
+--- a/meson.build
 b/meson.build
+@@ -82,9 +82,6 @@ endif
+ if get_option('enable-synctex') and synctex.found()
+   build_dependencies += synctex
+   defines += '-DWITH_SYNCTEX'
+-  if synctex.version() < '2.0.0'
+-defines += '-DWITH_SYNCTEX1'
+-  endif
+ endif
+ 
+ if get_option('enable-magic') and magic.found()
+-- 
+2.17.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 00:14:18 UTC (rev 331306)
+++ PKGBUILD2018-05-27 00:14:24 UTC (rev 331307)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.4.0
-pkgrel=3
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/;
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
-
-sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-testing-x86_64/PKGBUILD (from rev 331306, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 00:14:24 UTC (rev 331307)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.4.0
+pkgrel=4
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/;
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+

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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 00:14:18
  Author: demize
Revision: 331306

... *Actually* re-enable it

Added:
  zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
Modified:
  zathura/trunk/PKGBUILD

--+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   30 ++
 PKGBUILD |   13 +++-
 2 files changed, 40 insertions(+), 3 deletions(-)

Added: 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
===
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(rev 0)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2018-05-27 00:14:18 UTC (rev 331306)
@@ -0,0 +1,30 @@
+From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sun, 27 May 2018 02:11:24 +0200
+Subject: [PATCH] meson.build: Don't do broken synctex version check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 1862fa0..63246e8 100644
+--- a/meson.build
 b/meson.build
+@@ -82,9 +82,6 @@ endif
+ if get_option('enable-synctex') and synctex.found()
+   build_dependencies += synctex
+   defines += '-DWITH_SYNCTEX'
+-  if synctex.version() < '2.0.0'
+-defines += '-DWITH_SYNCTEX1'
+-  endif
+ endif
+ 
+ if get_option('enable-magic') and magic.found()
+-- 
+2.17.0
+

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 00:05:58 UTC (rev 331305)
+++ PKGBUILD2018-05-27 00:14:18 UTC (rev 331306)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/;
@@ -22,11 +22,18 @@
 'zathura-cb: Comic book support')
 
 source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
+bash-completion
+0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
 
 sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
+  '94a8236c483626a7f3acee053a1ea885aed45a82'
+  '601b5345b4e2c688ec0eb78c66b3b40872d1e91d')
 
+prepare() {
+  cd zathura-$pkgver
+  patch -p1 
<"$srcdir"/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
+}
+
 build() {
   cd zathura-$pkgver
   arch-meson build


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 00:05:58
  Author: demize
Revision: 331305

archrelease: copy trunk to community-testing-x86_64

Added:
  zathura/repos/community-testing-x86_64/PKGBUILD
(from rev 331304, zathura/trunk/PKGBUILD)
  zathura/repos/community-testing-x86_64/bash-completion
(from rev 331304, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-testing-x86_64/PKGBUILD
  zathura/repos/community-testing-x86_64/bash-completion

-+
 PKGBUILD|   88 +++---
 bash-completion |   58 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 00:05:45 UTC (rev 331304)
+++ PKGBUILD2018-05-27 00:05:58 UTC (rev 331305)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.4.0
-pkgrel=2
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/;
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
-
-sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson -Denable-synctex=false build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-testing-x86_64/PKGBUILD (from rev 331304, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 00:05:58 UTC (rev 331305)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.4.0
+pkgrel=3
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/;
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+bash-completion)
+
+sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: bash-completion
===
--- bash-completion 2018-05-27 00:05:45 UTC (rev 331304)
+++ bash-completion 2018-05-27 00:05:58 UTC (rev 331305)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-  epub.so)
-EXTENTIONS="$EXTENTIONS|epub"
-;;
-  cb.so)
-EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-;;
-  *)
-;;
-  esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-testing-x86_64/bash-completion (from rev 
331304, zathura/trunk/bash-completion)
===
--- bash-completion (rev 0)
+++ bash-completion 2018-05-27 00:05:58 UTC (rev 331305)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  for PLUGIN in 

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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 00:05:45
  Author: demize
Revision: 331304

Re-enable libsynctex in testing

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 23:31:15 UTC (rev 331303)
+++ PKGBUILD2018-05-27 00:05:45 UTC (rev 331304)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.4.0
-pkgrel=1
+pkgrel=3
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/;


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

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 23:31:15
  Author: seblu
Revision: 331303

archrelease: copy trunk to community-x86_64

Added:
  iperf/repos/community-x86_64/PKGBUILD
(from rev 331302, iperf/trunk/PKGBUILD)
  iperf/repos/community-x86_64/iperf-tcp.service
(from rev 331302, iperf/trunk/iperf-tcp.service)
  iperf/repos/community-x86_64/iperf-udp.service
(from rev 331302, iperf/trunk/iperf-udp.service)
  iperf/repos/community-x86_64/iperf.install
(from rev 331302, iperf/trunk/iperf.install)
Deleted:
  iperf/repos/community-x86_64/PKGBUILD
  iperf/repos/community-x86_64/iperf-tcp.service
  iperf/repos/community-x86_64/iperf-udp.service
  iperf/repos/community-x86_64/iperf.install

---+
 PKGBUILD  |  106 ++--
 iperf-tcp.service |   18 
 iperf-udp.service |   18 
 iperf.install |   22 +-
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 23:30:11 UTC (rev 331302)
+++ PKGBUILD2018-05-26 23:31:15 UTC (rev 331303)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Giovanni Scafora 
-# Contributor: Dale Blount 
-
-pkgname=iperf
-pkgver=2.0.10
-pkgrel=1
-pkgdesc='A tool to measure maximum TCP bandwidth'
-arch=('i686' 'x86_64')
-license=('custom')
-url='https://sourceforge.net/projects/iperf2/'
-depends=('gcc-libs')
-install=iperf.install
-source=("http://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz;
-'iperf-tcp.service'
-'iperf-udp.service')
-md5sums=('097cf0754bc1afa165975c06a91e6906'
- '1d8660b540aa0db2e627d3d400cb8de4'
- 'a27a8d27b1585bc999a04a2f082e2726')
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
-  --enable-multicast \
-  --enable-threads
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/iperf/LICENSE"
-  popd
-  # systemd
-  install -Dm644 iperf-tcp.service 
"$pkgdir/usr/lib/systemd/system/iperf-tcp.service"
-  install -Dm644 iperf-udp.service 
"$pkgdir/usr/lib/systemd/system/iperf-udp.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iperf/repos/community-x86_64/PKGBUILD (from rev 331302, 
iperf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 23:31:15 UTC (rev 331303)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Giovanni Scafora 
+# Contributor: Dale Blount 
+
+pkgname=iperf
+pkgver=2.0.11
+pkgrel=1
+pkgdesc='A tool to measure maximum TCP bandwidth'
+arch=('x86_64')
+license=('custom')
+url='https://sourceforge.net/projects/iperf2/'
+depends=('gcc-libs')
+install=iperf.install
+source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz;
+'iperf-tcp.service'
+'iperf-udp.service')
+md5sums=('c63766d275b4537f419db096b9dfe4dc'
+ '1d8660b540aa0db2e627d3d400cb8de4'
+ 'a27a8d27b1585bc999a04a2f082e2726')
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+  --enable-multicast \
+  --enable-threads
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/iperf/LICENSE"
+  popd
+  # systemd
+  install -Dm644 iperf-tcp.service 
"$pkgdir/usr/lib/systemd/system/iperf-tcp.service"
+  install -Dm644 iperf-udp.service 
"$pkgdir/usr/lib/systemd/system/iperf-udp.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: iperf-tcp.service
===
--- iperf-tcp.service   2018-05-26 23:30:11 UTC (rev 331302)
+++ iperf-tcp.service   2018-05-26 23:31:15 UTC (rev 331303)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Iperf TCP Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/iperf -s -V
-
-[Install]
-WantedBy=multi-user.target

Copied: iperf/repos/community-x86_64/iperf-tcp.service (from rev 331302, 

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

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 23:30:11
  Author: seblu
Revision: 331302

upgpkg: iperf 2.0.11-1

Modified:
  iperf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:33:16 UTC (rev 331301)
+++ PKGBUILD2018-05-26 23:30:11 UTC (rev 331302)
@@ -4,7 +4,7 @@
 # Contributor: Dale Blount 
 
 pkgname=iperf
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc='A tool to measure maximum TCP bandwidth'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz;
 'iperf-tcp.service'
 'iperf-udp.service')
-md5sums=('097cf0754bc1afa165975c06a91e6906'
+md5sums=('c63766d275b4537f419db096b9dfe4dc'
  '1d8660b540aa0db2e627d3d400cb8de4'
  'a27a8d27b1585bc999a04a2f082e2726')
 prepare() {


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

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 23:25:31
  Author: seblu
Revision: 325045

bump to 2.6.1

bug: https://github.com/dell/dkms/issues/57

Modified:
  dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:45:53 UTC (rev 325044)
+++ PKGBUILD2018-05-26 23:25:31 UTC (rev 325045)
@@ -3,7 +3,7 @@
 # Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
 
 pkgname=dkms
-pkgver=2.5
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')


[arch-commits] Commit in bind/repos/extra-x86_64 (18 files)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:45:53
  Author: seblu
Revision: 325044

archrelease: copy trunk to extra-x86_64

Added:
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 325041, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 325041, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/empty.zone
(from rev 325041, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 325041, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 325041, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 325041, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 325043, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 325043, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 325043, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

+
 127.0.0.zone   |   20 +--
 PKGBUILD   |  268 +--
 empty.zone |   16 +--
 localhost.ip6.zone |   20 +--
 localhost.zone |   22 ++--
 named.conf |  144 +--
 named.service  |   20 +--
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 9 files changed, 257 insertions(+), 257 deletions(-)

Deleted: 127.0.0.zone
===
--- 127.0.0.zone2018-05-26 22:45:20 UTC (rev 325043)
+++ 127.0.0.zone2018-05-26 22:45:53 UTC (rev 325044)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 325041, 
bind/trunk/127.0.0.zone)
===
--- 127.0.0.zone(rev 0)
+++ 127.0.0.zone2018-05-26 22:45:53 UTC (rev 325044)
@@ -0,0 +1,10 @@
+@   1D IN SOA   localhost. root.localhost. (
+42; serial (mmdd##)
+3H; refresh
+15M   ; retry
+1W; expiry
+1D )  ; minimum ttl
+
+1D  IN  NS  localhost.
+
+1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:45:20 UTC (rev 325043)
+++ PKGBUILD2018-05-26 22:45:53 UTC (rev 325044)
@@ -1,134 +0,0 @@
-# $Id: PKGBUILD 113060 2014-06-12 10:51:06Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.12.1-P2
-pkgver=${_pkgver//-/.}
-pkgrel=1
-url='https://www.isc.org/software/bind/'
-license=('MPL2')
-arch=('x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
- 'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'libseccomp')
-validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
-  'ADBE9446286C794905F1E0756FA6EBC9911A4C02' #ISC, Inc)
-  'BE0E9748B718253A28BB89FFF1B11BF05CF02E57' #Internet Systems 
Consortium, Inc.
-  )
-source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
-'tmpfiles.conf'
-'sysusers.conf'
-'named.conf'
-'named.service'
-'localhost.zone'
-'localhost.ip6.zone'
-'127.0.0.zone'
-'empty.zone')
-sha1sums=('837403283cfdd58e55f9c493f28b5893310579b9'
-  'SKIP'
-  'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
-  '9537f4835a1f736788d0733c7996a10db2d4eee4'
-  'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
-  '62b06487323dd0d515a4dc659b8ecd193c29107b'
-  '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
-  '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
-  '9c33726088342207ad06d33b2c13408290a0c8ad'
-  

[arch-commits] Commit in texlive-bin/repos/testing-x86_64 (6 files)

2018-05-26 Thread Rémy Oudompheng via arch-commits
Date: Saturday, May 26, 2018 @ 22:45:20
  Author: remy
Revision: 325043

archrelease: copy trunk to testing-x86_64

Added:
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 325042, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/freetype-pkgconfig.patch
(from rev 325042, texlive-bin/trunk/freetype-pkgconfig.patch)
  texlive-bin/repos/testing-x86_64/synctex-missing-header.patch
(from rev 325042, texlive-bin/trunk/synctex-missing-header.patch)
  texlive-bin/repos/testing-x86_64/texlive-poppler-0.64.patch
(from rev 325042, texlive-bin/trunk/texlive-poppler-0.64.patch)
Deleted:
  texlive-bin/repos/testing-x86_64/PKGBUILD
  texlive-bin/repos/testing-x86_64/texlive-poppler-0.64.patch

--+
 PKGBUILD |  793 -
 freetype-pkgconfig.patch |   22 +
 synctex-missing-header.patch |   12 
 texlive-poppler-0.64.patch   |  198 +-
 4 files changed, 535 insertions(+), 490 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:45:17 UTC (rev 325042)
+++ PKGBUILD2018-05-26 22:45:20 UTC (rev 325043)
@@ -1,391 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: francois 
-
-pkgname=('texlive-bin' 'libsynctex')
-pkgver=2018.47465
-pkgrel=1
-license=('GPL')
-arch=('x86_64')
-makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
- 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
- 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
- 'perl' 'clisp' 'ffcall')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
-"texlive-poppler-0.64.patch")
-sha256sums=('06d7a1c939cf7d6035850cefca1d01898ae51a879e20db684a202fd507a0cae5'
-'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310')
-
-prepare() {
-cd "$srcdir/source"
-
-# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
-sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
-
-## prevent compiling Xdvi with libXp
-sed -i~ 's|-lXp ||' texk/xdvik/configure
-
-# Poppler 0.64 now returns const char* in getCString()
-patch -Np1 -i "${srcdir}/texlive-poppler-0.64.patch"
-
-# Poppler 0.58 introduces API changes by hiding internal object
-# management.
-cp -pv texk/web2c/pdftexdir/pdftoepdf{-newpoppler.cc,.cc}
-cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler.cc,.cc}
-}
-
-build() {
-   cd "$srcdir"
-
-   #
-   ### configure
-   cd source
-   mkdir -p Work
-   cd Work
-   echo "--> Initial configuration..."
-   # we use temporary prefix to avoid messing the existing
-   # $pkgdir/usr/share/texmf tree
-   ../configure --prefix=/usr -C \
- --sysconfdir=/etc \
- --datarootdir=/usr/share \
- --datadir=/usr/share \
- --mandir=/usr/share/man \
- --disable-native-texlive-build \
- --with-banner-add="/Arch Linux" \
- --disable-multiplatform \
- --disable-dialog \
- --disable-psutils \
- --disable-t1utils \
- --disable-bibtexu \
- --disable-xz \
- --enable-shared \
- --disable-static \
- --with-system-zlib \
- --with-system-zziplib \
- --with-system-pnglib \
- --with-system-ncurses \
- --with-system-t1lib \
- --with-system-gd \
- --with-system-poppler \
- --with-system-xpdf \
- --with-system-freetype2 \
- --with-system-pixman \
- --with-system-cairo \
- --with-system-harfbuzz \
- --with-system-graphite \
- --with-system-icu \
- --with-system-gmp \
- --with-system-mpfr \
- --with-system-potrace \
- --with-system-libpaper \
- --with-freetype2-libdir=/usr/lib \
- --with-freetype2-include=/usr/include/freetype2 \
- --with-xdvi-x-toolkit=xaw \
- --disable-dump-share \
- --disable-aleph \
- --enable-luatex \
- --with-clisp-runtime=default \
- --enable-xindy --disable-xindy-rules --disable-xindy-docs
-   #
-   ### make
-   echo "---"
-   echo "--> Building the whole beast ..."
-   echo "---"
-   make
-}
-
-package_libsynctex() {
-pkgdesc='Library for synchronization between TeX files and resulting file'
-depends=('glibc' 'zlib')
-
-cd "${srcdir}/source/Work"
-make -C texk/web2c DESTDIR="${pkgdir}" \
-install-data-am install-libLTLIBRARIES
-}
-
-package_texlive-bin() {
-   pkgdesc="TeX Live binaries"
-   depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
-'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
-'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
-'libsynctex')
-   provides=('lcdf-typetools' 

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

2018-05-26 Thread Rémy Oudompheng via arch-commits
Date: Saturday, May 26, 2018 @ 22:45:17
  Author: remy
Revision: 325042

upgpkg: texlive-bin 2018.47465-2

Fix build with freetype using pkg-config.
Fix missing synctex_version.h header (FS#58403)

Added:
  texlive-bin/trunk/freetype-pkgconfig.patch
  texlive-bin/trunk/synctex-missing-header.patch
Modified:
  texlive-bin/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 freetype-pkgconfig.patch |   22 ++
 synctex-missing-header.patch |   12 
 3 files changed, 48 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:45:00 UTC (rev 325041)
+++ PKGBUILD2018-05-26 22:45:17 UTC (rev 325042)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2018.47465
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -13,13 +13,24 @@
  'perl' 'clisp' 'ffcall')
 url='http://tug.org/texlive/'
 
source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
-"texlive-poppler-0.64.patch")
+"texlive-poppler-0.64.patch"
+"freetype-pkgconfig.patch"
+"synctex-missing-header.patch")
 sha256sums=('06d7a1c939cf7d6035850cefca1d01898ae51a879e20db684a202fd507a0cae5'
-'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310')
+'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310'
+'bed44f4ccda369410e90eac527cf44b8c1afda7d987ae521b4fd5edb425eef3e'
+'b6c81eb091b5910226e0359768edd178680debee56b63ab0a3753c3429c28ab0')
 
 prepare() {
 cd "$srcdir/source"
 
+# Synctex "make install" misses synctex_version.h
+patch -Np1 -i "${srcdir}/synctex-missing-header.patch"
+
+# Freetype2 2.9.1 package no longer has freetype-config
+patch -Np1 -i "${srcdir}/freetype-pkgconfig.patch"
+./reautoconf
+
 # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
 sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
 

Added: freetype-pkgconfig.patch
===
--- freetype-pkgconfig.patch(rev 0)
+++ freetype-pkgconfig.patch2018-05-26 22:45:17 UTC (rev 325042)
@@ -0,0 +1,22 @@
+--- source/m4/kpse-freetype2-flags.m4.orig 2015-06-16 01:27:13.292945838 
+0200
 source/m4/kpse-freetype2-flags.m4  2018-05-26 23:51:50.567080501 +0200
+@@ -21,17 +21,9 @@
+ 
+ # KPSE_FREETYPE2_OPTIONS([WITH-SYSTEM])
+ # -
+-AC_DEFUN([KPSE_FREETYPE2_OPTIONS], [_KPSE_LIB_OPTIONS([freetype2], [$1], 
[freetype-config])])
++AC_DEFUN([KPSE_FREETYPE2_OPTIONS], [_KPSE_LIB_OPTIONS([freetype2], [$1], 
[pkg-config])])
+ 
+ # KPSE_FREETYPE2_SYSTEM_FLAGS
+ # ---
+ AC_DEFUN([KPSE_FREETYPE2_SYSTEM_FLAGS], [dnl
+-AC_REQUIRE([AC_CANONICAL_HOST])[]dnl
+-AC_CHECK_TOOL([FT2_CONFIG], [freetype-config], [false])[]dnl
+-if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
+-  FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags`
+-  FREETYPE2_LIBS=`$FT2_CONFIG --libs`
+-elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then
+-  AC_MSG_ERROR([did not find freetype-config required for system freetype2 
library])
+-fi
+-]) # KPSE_FREETYPE2_SYSTEM_FLAGS
++_KPSE_PKG_CONFIG_FLAGS([freetype2], [freetype2], [])])

Added: synctex-missing-header.patch
===
--- synctex-missing-header.patch(rev 0)
+++ synctex-missing-header.patch2018-05-26 22:45:17 UTC (rev 325042)
@@ -0,0 +1,12 @@
+--- source.orig/texk/web2c/synctexdir/am/synctex.am2016-05-08 
19:08:26.231570952 +0200
 source/texk/web2c/synctexdir/am/synctex.am 2018-05-27 00:14:26.011125669 
+0200
+@@ -55,7 +55,8 @@
+ if SYNCTEX
+ syncinclude_HEADERS = \
+   synctexdir/synctex_parser.h \
+-  synctexdir/synctex_parser_utils.h
++  synctexdir/synctex_parser_utils.h \
++  synctexdir/synctex_version.h
+ 
+ pkgconfig_DATA = synctexdir/synctex.pc
+ endif SYNCTEX


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

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:45:00
  Author: seblu
Revision: 325041

upgpkg: bind 9.13.0-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:37:13 UTC (rev 325040)
+++ PKGBUILD2018-05-26 22:45:00 UTC (rev 325041)
@@ -6,7 +6,7 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.12.1-P2
+_pkgver=9.13.0
 pkgver=${_pkgver//-/.}
 pkgrel=1
 url='https://www.isc.org/software/bind/'
@@ -28,7 +28,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('837403283cfdd58e55f9c493f28b5893310579b9'
+sha1sums=('d17bb3d8ae8699ca8584c12e65cdd8540dc989ca'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


[arch-commits] Commit in nftables/repos (7 files)

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:37:13
  Author: seblu
Revision: 325040

db-move: moved nftables from [testing] to [extra] (x86_64)

Added:
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 325039, nftables/repos/testing-x86_64/PKGBUILD)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 325039, nftables/repos/testing-x86_64/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 325039, nftables/repos/testing-x86_64/nftables.service)
Deleted:
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service
  nftables/repos/testing-x86_64/

---+
 /PKGBUILD |   58 
 /nftables.conf|   38 ++
 /nftables.service |   15 ++
 extra-x86_64/PKGBUILD |   58 
 extra-x86_64/nftables.conf|   38 --
 extra-x86_64/nftables.service |   15 --
 6 files changed, 111 insertions(+), 111 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2018-05-26 22:36:44 UTC (rev 325039)
+++ extra-x86_64/PKGBUILD   2018-05-26 22:37:13 UTC (rev 325040)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-
-pkgname=nftables
-epoch=1
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='Netfilter tables userspace tools'
-arch=('x86_64')
-url='https://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-# 2016-11-03: https sources download is broken with curl
-source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
-'nftables.conf'
-'nftables.service')
-sha1sums=('533cb3bf17e90579d24f9621fdb22bdb4f7e3287'
-  'SKIP'
-  '7869aa31ac802922073310ffd4cbbc16450171e5'
-  '59185e947ebfd599954800ad2c774171b3f4cd58')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
-  # systemd
-  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-x86_64/PKGBUILD (from rev 325039, 
nftables/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-05-26 22:37:13 UTC (rev 325040)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=nftables
+epoch=1
+pkgver=0.8.5
+pkgrel=1
+pkgdesc='Netfilter tables userspace tools'
+arch=('x86_64')
+url='https://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+'nftables.conf'
+'nftables.service')
+sha1sums=('8645834cf8ec463d7946e30d96631bb62ecb62ed'
+  'SKIP'
+  '7869aa31ac802922073310ffd4cbbc16450171e5'
+  '59185e947ebfd599954800ad2c774171b3f4cd58')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
+  # systemd
+  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

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

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:36:44
  Author: seblu
Revision: 325039

db-move: moved libnftnl from [testing] to [core] (x86_64)

Added:
  libnftnl/repos/core-x86_64/PKGBUILD
(from rev 325038, libnftnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnftnl/repos/core-x86_64/PKGBUILD
  libnftnl/repos/testing-x86_64/

--+
 /PKGBUILD|   34 ++
 core-x86_64/PKGBUILD |   34 --
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-05-26 22:36:42 UTC (rev 325038)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:44 UTC (rev 325039)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.9
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('x86_64')
-url='https://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-# 2016-11-03: https sources download is broken with curl
-source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
-sha1sums=('90b70f52a26f88ab1106671e797faac21265fa6a'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-x86_64/PKGBUILD (from rev 325038, 
libnftnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:44 UTC (rev 325039)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('x86_64')
+url='https://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('8dede174b28bba61ae54665fd10ae690b5741186'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:36:39
  Author: seblu
Revision: 325037

db-move: moved btrfs-progs from [testing] to [core] (x86_64)

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

+
 /PKGBUILD  |   77 +++
 /btrfs-progs.install   |   15 ++
 /btrfs-scrub@.service  |8 +++
 /btrfs-scrub@.timer|   10 
 /initcpio-hook-btrfs   |7 +++
 /initcpio-install-btrfs|   17 +++
 core-x86_64/FS#58237.patch |   16 +++
 core-x86_64/PKGBUILD   |   76 --
 core-x86_64/btrfs-progs.install|   15 --
 core-x86_64/btrfs-scrub@.service   |8 ---
 core-x86_64/btrfs-scrub@.timer |   10 
 core-x86_64/initcpio-hook-btrfs|7 ---
 core-x86_64/initcpio-install-btrfs |   17 ---
 13 files changed, 150 insertions(+), 133 deletions(-)

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-05-26 19:48:01 UTC (rev 325036)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:39 UTC (rev 325037)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.16
-pkgrel=2
-pkgdesc='Btrfs filesystem utilities'
-arch=('x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd' 'python')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python-setuptools')
-url='https://btrfs.wiki.kernel.org'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer'
-'FS#58237.patch')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '830e173b9fcef4135b0e5a2e0399344e'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '917b31f4eb90448d6791e17ea0f386c7'
- '502221c1b47a3bb2c06703d4fb90a0c2'
- '340766c706bd3de66c1cbe70fe7e2934')
-
-prepare() {
-  cd $pkgname-v$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-v$pkgver
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make 

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

2018-05-26 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 26, 2018 @ 22:36:42
  Author: seblu
Revision: 325038

db-move: moved lz4 from [testing] to [core] (x86_64)

Added:
  lz4/repos/core-x86_64/PKGBUILD
(from rev 325037, lz4/repos/testing-x86_64/PKGBUILD)
Deleted:
  lz4/repos/core-x86_64/PKGBUILD
  lz4/repos/testing-x86_64/

--+
 /PKGBUILD|   39 +++
 core-x86_64/PKGBUILD |   40 
 2 files changed, 39 insertions(+), 40 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-05-26 22:36:39 UTC (rev 325037)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:42 UTC (rev 325038)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=lz4
-epoch=1
-pkgver=1.8.1.2
-pkgrel=1
-pkgdesc='Extremely fast compression algorithm'
-arch=('x86_64')
-url='http://www.lz4.org/'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  # do not use the main makefile, it calls sub make with -e
-  # exported CLFAGS by makepkg break the version. see FS#50071
-  cd $pkgname
-  make -C lib PREFIX=/usr
-  make -C programs PREFIX=/usr lz4 lz4c
-}
-
-check() {
-  rm -f passwd.lz4
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  # mandir is broken since 1.8.0
-  make install PREFIX=/usr MANDIR=/usr/share/man/man1 DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-x86_64/PKGBUILD (from rev 325037, 
lz4/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-05-26 22:36:42 UTC (rev 325038)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=lz4
+epoch=1
+pkgver=1.8.2
+pkgrel=2
+pkgdesc='Extremely fast compression algorithm'
+arch=('x86_64')
+url='http://www.lz4.org/'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  # do not use the main makefile, it calls sub make with -e
+  # exported CLFAGS by makepkg break the version. see FS#50071
+  cd $pkgname
+  make -C lib PREFIX=/usr
+  make -C programs PREFIX=/usr lz4 lz4c
+}
+
+check() {
+  rm -f passwd.lz4
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:33:16
  Author: demize
Revision: 331301

archrelease: copy trunk to community-x86_64

Added:
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 331300, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 331300, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/ipfs@.service
(from rev 331300, go-ipfs/trunk/ipfs@.service)
Deleted:
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service
  go-ipfs/repos/community-x86_64/ipfs@.service

---+
 PKGBUILD  |  103 +++-
 ipfs.service  |   18 -
 ipfs@.service |   20 +-
 3 files changed, 69 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:33:11 UTC (rev 331300)
+++ PKGBUILD2018-05-26 22:33:16 UTC (rev 331301)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.14
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service
-ipfs@.service)
-sha512sums=('ab11d118078a3d003093e6530615154612e9556ae06ddd2e1725821ca2ebd7ff500cbd57970f84568e930554ba259fb46b136f1ddb340c226d171fa98453832d'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
-
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make deps
-}
-
-build() {
-  export PATH="$PATH":"$PWD"/.gopath/bin
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make build
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-x86_64/PKGBUILD (from rev 331300, 
go-ipfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 22:33:16 UTC (rev 331301)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.15
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go-pie git gx gx-go)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ipfs.service
+ipfs@.service)
+sha512sums=('b3d63b437ea158e71e132a7e86001c7f935231e93e4db19918521f9dd6fad2d89d51a96c5fe572b0e416352ba3d1226cd11173b3837e6de524a24005eb0d394f'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs
+  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+}
+
+build() {
+  export PATH="$PATH":"$PWD"/.gopath/bin
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  make IPFS_GX_USE_GLOBAL=1 build
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t 

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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:33:11
  Author: demize
Revision: 331300

upgpkg: go-ipfs 0.4.15-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:17:27 UTC (rev 331299)
+++ PKGBUILD2018-05-26 22:33:11 UTC (rev 331300)
@@ -6,7 +6,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.14
+pkgver=0.4.15
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -16,12 +16,12 @@
 
 depends=(glibc)
 optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git)
+makedepends=(go-pie git gx gx-go)
 
 
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
 ipfs.service
 ipfs@.service)
-sha512sums=('ab11d118078a3d003093e6530615154612e9556ae06ddd2e1725821ca2ebd7ff500cbd57970f84568e930554ba259fb46b136f1ddb340c226d171fa98453832d'
+sha512sums=('b3d63b437ea158e71e132a7e86001c7f935231e93e4db19918521f9dd6fad2d89d51a96c5fe572b0e416352ba3d1226cd11173b3837e6de524a24005eb0d394f'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
 
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
 
@@ -29,9 +29,6 @@
   export GOPATH="$PWD"/.gopath
   mkdir -p "$GOPATH"/src/github.com/ipfs
   ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make deps
 }
 
 build() {
@@ -38,7 +35,7 @@
   export PATH="$PATH":"$PWD"/.gopath/bin
   cd "$GOPATH"/src/github.com/ipfs/go-ipfs
 
-  make build
+  make IPFS_GX_USE_GLOBAL=1 build
 }
 
 package() {


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:17:21
  Author: demize
Revision: 331298

upgpkg: gx 0.13.0-2

Modified:
  gx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:14:15 UTC (rev 331297)
+++ PKGBUILD2018-05-26 22:17:21 UTC (rev 331298)
@@ -3,7 +3,7 @@
 
 pkgname=gx
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
 url="https://github.com/whyrusleeping/gx;


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:17:27
  Author: demize
Revision: 331299

archrelease: copy trunk to community-x86_64

Added:
  gx/repos/community-x86_64/PKGBUILD
(from rev 331298, gx/trunk/PKGBUILD)
Deleted:
  gx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:17:21 UTC (rev 331298)
+++ PKGBUILD2018-05-26 22:17:27 UTC (rev 331299)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Jakub "Kubuxu" Sztandera  
-
-pkgname=gx
-pkgver=0.13.0
-pkgrel=1
-
-pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
-url="https://github.com/whyrusleeping/gx;
-arch=('x86_64')
-license=('MIT')
-
-makedepends=('git' 'go-pie')
-optdepends=('gx-go: gx packaing module for go')
-
-source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
-  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
-}
-
-build() {
-  # Required for go get
-  export GOPATH="$srcdir"
-  export GOBIN="$GOPATH/bin"
-  cd "$srcdir"/src/github.com/whyrusleeping/gx
-
-  msg2 'Installing dependencies...'
-  go get -v
-
-  msg2 'Building binary...'
-  go install -v
-}
-
-package() {
-  msg2 'Packaging binary...'
-  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
-
-  msg2 'Packaging auxiliary files...'
-  cd gx
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
-}

Copied: gx/repos/community-x86_64/PKGBUILD (from rev 331298, gx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 22:17:27 UTC (rev 331299)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=2
+
+pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
+url="https://github.com/whyrusleeping/gx;
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+optdepends=('gx-go: gx packaing module for go')
+
+source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
+}


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:14:15
  Author: demize
Revision: 331297

archrelease: copy trunk to community-x86_64

Added:
  gx-go/repos/community-x86_64/
  gx-go/repos/community-x86_64/PKGBUILD
(from rev 331296, gx-go/trunk/PKGBUILD)

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

Copied: gx-go/repos/community-x86_64/PKGBUILD (from rev 331296, 
gx-go/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-26 22:14:15 UTC (rev 331297)
@@ -0,0 +1,44 @@
+# Contributor: Johannes Löthberg 
+# Maintainer: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx-go
+pkgver=1.7.0
+pkgrel=1
+
+pkgdesc="A tool to use with the gx package manager for packages written in go"
+url="https://github.com/whyrusleeping/gx-go;
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+depends=('glibc' 'go')
+
+source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx-go" "$srcdir"/src/github.com/whyrusleeping/gx-go
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx-go
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx-go
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" LICENSE
+}


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:13:50
  Author: demize
Revision: 331296

Import gx-go

Added:
  gx-go/
  gx-go/repos/
  gx-go/trunk/
  gx-go/trunk/PKGBUILD

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

Added: gx-go/trunk/PKGBUILD
===
--- gx-go/trunk/PKGBUILD(rev 0)
+++ gx-go/trunk/PKGBUILD2018-05-26 22:13:50 UTC (rev 331296)
@@ -0,0 +1,44 @@
+# Contributor: Johannes Löthberg 
+# Maintainer: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx-go
+pkgver=1.7.0
+pkgrel=1
+
+pkgdesc="A tool to use with the gx package manager for packages written in go"
+url="https://github.com/whyrusleeping/gx-go;
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+depends=('glibc' 'go')
+
+source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx-go" "$srcdir"/src/github.com/whyrusleeping/gx-go
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx-go
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx-go
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" LICENSE
+}


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


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:08:55
  Author: demize
Revision: 331294

Build from source instead

Modified:
  gx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:08:40 UTC (rev 331293)
+++ PKGBUILD2018-05-26 22:08:55 UTC (rev 331294)
@@ -7,19 +7,38 @@
 
 pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
 url="https://github.com/whyrusleeping/gx;
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('MIT')
 
-depends=('glibc')
-optdepends=('gx-go: gx packaging module for go')
+makedepends=('git' 'go-pie')
+optdepends=('gx-go: gx packaing module for go')
 
-_srcroot="https://ipfs.io/ipns/dist.ipfs.io;
-source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
-source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
+source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver;)
+md5sums=('SKIP')
 
-sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
-sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
+}
 
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
 package() {
-  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
 }


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 22:09:02
  Author: demize
Revision: 331295

archrelease: copy trunk to community-x86_64

Added:
  gx/repos/community-x86_64/PKGBUILD
(from rev 331294, gx/trunk/PKGBUILD)
Deleted:
  gx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:08:55 UTC (rev 331294)
+++ PKGBUILD2018-05-26 22:09:02 UTC (rev 331295)
@@ -1,25 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Jakub "Kubuxu" Sztandera  
-
-pkgname=gx
-pkgver=0.13.0
-pkgrel=1
-
-pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
-url="https://github.com/whyrusleeping/gx;
-arch=('i686' 'x86_64')
-license=('MIT')
-
-depends=('glibc')
-optdepends=('gx-go: gx packaging module for go')
-
-_srcroot="https://ipfs.io/ipns/dist.ipfs.io;
-source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
-source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
-
-sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
-sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
-
-package() {
-  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
-}

Copied: gx/repos/community-x86_64/PKGBUILD (from rev 331294, gx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 22:09:02 UTC (rev 331295)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=1
+
+pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
+url="https://github.com/whyrusleeping/gx;
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+optdepends=('gx-go: gx packaing module for go')
+
+source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
+}


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

2018-05-26 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, May 26, 2018 @ 22:08:40
  Author: svenstaro
Revision: 331293

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 331292, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 331292, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip-2.patch
(from rev 331292, telegram-desktop/trunk/libtgvoip-2.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 331292, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 331292, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 331292, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 331292, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip-2.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

---+
 CMakeLists.inj|   28 -
 PKGBUILD  |  186 
 libtgvoip-2.patch |  162 +++
 libtgvoip.patch   |   36 -
 no-gtk2.patch |   56 +-
 tdesktop.patch| 1112 ++--
 tg.protocol   |   22 -
 7 files changed, 801 insertions(+), 801 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2018-05-26 22:08:21 UTC (rev 331292)
+++ CMakeLists.inj  2018-05-26 22:08:40 UTC (rev 331293)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
331292, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2018-05-26 22:08:40 UTC (rev 331293)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 22:08:21 UTC (rev 331292)
+++ PKGBUILD2018-05-26 22:08:40 UTC (rev 331293)
@@ -1,93 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.22
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: desktop notifications')
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
-"GSL::git+https://github.com/Microsoft/GSL.git;
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git;
-"variant::git+https://github.com/mapbox/variant.git;
-"Catch::git+https://github.com/philsquared/Catch;
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"no-gtk2.patch"
-"libtgvoip.patch"
-"libtgvoip-2.patch"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'b87414ceaae19185a8a5749cea1f6d9f3fc3c69b8dd729e3db8790cde00b987c3c827cd30baf0eac579d1884e34aa2f37bb90778c3c0bc9ca211d75a82891b9d'
- 

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

2018-05-26 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, May 26, 2018 @ 22:08:21
  Author: svenstaro
Revision: 331292

upgpkg: telegram-desktop 1.2.24-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:04:19 UTC (rev 331291)
+++ PKGBUILD2018-05-26 22:08:21 UTC (rev 331292)
@@ -5,7 +5,7 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.2.22
+pkgver=1.2.24
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:04:19
  Author: felixonmars
Revision: 331291

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pointed/repos/community-staging-x86_64/PKGBUILD (from rev 
331290, haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:04:19 UTC (rev 331291)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5.0.1
+pkgrel=24
+pkgdesc="Pointed and copointed data"
+url="https://github.com/ekmett/pointed/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-data-default-class' 
'haskell-hashable'
+ 'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-tagged'
+ 'haskell-transformers-compat' 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('65958628c983a2c2866b1a1a615c7a7f2f516068c667ce9b93f4214b863632b40eba4915d49e07388c52ced8868bb308b24e7b38a6f50563c68954696748c99b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcomonad -fcontainers -fkan-extensions -fsemigroupoids 
-fsemigroups \
+-fstm -ftagged -ftransformers -funordered-containers
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:03:58
  Author: felixonmars
Revision: 331290

upgpkg: haskell-pointed 5.0.1-24

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:03:20 UTC (rev 331289)
+++ PKGBUILD2018-05-26 22:03:58 UTC (rev 331290)
@@ -5,7 +5,7 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5.0.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Pointed and copointed data"
 url="https://github.com/ekmett/pointed/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:03:01
  Author: felixonmars
Revision: 331288

upgpkg: haskell-prettyprinter-convert-ansi-wl-pprint 1.1-2

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:02:22 UTC (rev 331287)
+++ PKGBUILD2018-05-26 22:03:01 UTC (rev 331288)
@@ -4,7 +4,7 @@
 _hkgname=prettyprinter-convert-ansi-wl-pprint
 pkgname=haskell-prettyprinter-convert-ansi-wl-pprint
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones."
 url="https://github.com/quchen/prettyprinter;
 license=('custom:BSD2')


[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:03:20
  Author: felixonmars
Revision: 331289

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/
  
haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 331288, 
haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD)

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

Copied: 
haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
 (from rev 331288, haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:03:20 UTC (rev 331289)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=prettyprinter-convert-ansi-wl-pprint
+pkgname=haskell-prettyprinter-convert-ansi-wl-pprint
+pkgver=1.1
+pkgrel=2
+pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones."
+url="https://github.com/quchen/prettyprinter;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('d5587fd33e5175149781c21d577a2e18b4f84731ed9deb692f22ea25f85212ac13b300176b13ae3f54d07fb3a720fda6c5561052d68f4832dc255fbf85c05aea')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:02:22
  Author: felixonmars
Revision: 331287

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-process-extras/repos/community-staging-x86_64/
  haskell-process-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 331286, haskell-process-extras/trunk/PKGBUILD)

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

Copied: haskell-process-extras/repos/community-staging-x86_64/PKGBUILD (from 
rev 331286, haskell-process-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:02:22 UTC (rev 331287)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=process-extras
+pkgname=haskell-process-extras
+pkgver=0.7.4
+pkgrel=10
+pkgdesc="Process extras"
+url="https://github.com/seereason/process-extras;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-generic-deriving' 
'haskell-listlike'
+)
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4747b4bd920796b7b4ddf32d0e72a3af556c9db66c828b725ac7a7467442dad2b0dc85aa66e03d7a8c5afdb02658611e64d390b6c71219b380a986e245495536')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:02:02
  Author: felixonmars
Revision: 331286

upgpkg: haskell-process-extras 0.7.4-10

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-process-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:01:20 UTC (rev 331285)
+++ PKGBUILD2018-05-26 22:02:02 UTC (rev 331286)
@@ -5,7 +5,7 @@
 _hkgname=process-extras
 pkgname=haskell-process-extras
 pkgver=0.7.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Process extras"
 url="https://github.com/seereason/process-extras;
 license=('MIT')


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:01:20
  Author: felixonmars
Revision: 331285

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 331284, haskell-project-template/trunk/PKGBUILD)

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

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 331284, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:01:20 UTC (rev 331285)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0.1
+pkgrel=39
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-resourcet')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bc5824086ba8dfaff4ff64c5115d37ea5e496d7692f1120b11c2a878e522119d362c7d119ccf7b9cc064c58f9ce6382b5e24a69cdac5ac5d683c4d616e2c66ea')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:01:01
  Author: felixonmars
Revision: 331284

upgpkg: haskell-project-template 0.2.0.1-39

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 22:00:21 UTC (rev 331283)
+++ PKGBUILD2018-05-26 22:01:01 UTC (rev 331284)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0.1
-pkgrel=38
+pkgrel=39
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:00:01
  Author: felixonmars
Revision: 331282

upgpkg: haskell-retry 0.7.6.2-14

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:59:12 UTC (rev 331281)
+++ PKGBUILD2018-05-26 22:00:01 UTC (rev 331282)
@@ -5,7 +5,7 @@
 _hkgname=retry
 pkgname=haskell-retry
 pkgver=0.7.6.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="https://github.com/Soostone/retry;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 22:00:21
  Author: felixonmars
Revision: 331283

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-retry/repos/community-staging-x86_64/PKGBUILD (from rev 331282, 
haskell-retry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 22:00:21 UTC (rev 331283)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=retry
+pkgname=haskell-retry
+pkgver=0.7.6.2
+pkgrel=14
+pkgdesc="Retry combinators for monadic actions that may fail"
+url="https://github.com/Soostone/retry;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 'haskell-exceptions' 
'haskell-random')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hunit' 'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-hedgehog')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f3c2713feb2f348481e8c4e0fa294da484bb9de85e305d17d98385bd3554936d5ad987b63a077448cf70a09746a2d84dd0f3af7af896f00772d251c9c1e119dd')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-werror
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:59:12
  Author: felixonmars
Revision: 331281

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rio/repos/community-staging-x86_64/PKGBUILD (from rev 331280, 
haskell-rio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:59:12 UTC (rev 331281)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=rio
+pkgname=haskell-rio
+pkgver=0.1.2.0
+pkgrel=7
+pkgdesc="A standard library for Haskell"
+url="https://github.com/commercialhaskell/rio;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 'haskell-microlens'
+ 'haskell-primitive' 'haskell-typed-process' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1f51ba6c42b21e9a0cb11c3a6cb847a624492b9156096df493556f420f28d702ec6ee9ba647e0d70d70a5126052de81295bc7bf38c4383f6b3566a9f57c58d0b')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:58:52
  Author: felixonmars
Revision: 331280

upgpkg: haskell-rio 0.1.2.0-7

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-rio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:58:36 UTC (rev 331279)
+++ PKGBUILD2018-05-26 21:58:52 UTC (rev 331280)
@@ -4,7 +4,7 @@
 _hkgname=rio
 pkgname=haskell-rio
 pkgver=0.1.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A standard library for Haskell"
 url="https://github.com/commercialhaskell/rio;
 license=('MIT')


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 21:58:36
  Author: demize
Revision: 331279

archrelease: copy trunk to community-x86_64

Added:
  gx/repos/community-x86_64/
  gx/repos/community-x86_64/PKGBUILD
(from rev 331278, gx/trunk/PKGBUILD)

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

Copied: gx/repos/community-x86_64/PKGBUILD (from rev 331278, gx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-26 21:58:36 UTC (rev 331279)
@@ -0,0 +1,25 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=1
+
+pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
+url="https://github.com/whyrusleeping/gx;
+arch=('i686' 'x86_64')
+license=('MIT')
+
+depends=('glibc')
+optdepends=('gx-go: gx packaging module for go')
+
+_srcroot="https://ipfs.io/ipns/dist.ipfs.io;
+source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
+source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
+
+sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
+sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
+
+package() {
+  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:58:05
  Author: felixonmars
Revision: 331278

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sandi/repos/community-staging-x86_64/PKGBUILD (from rev 331277, 
haskell-sandi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:58:05 UTC (rev 331278)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sandi
+pkgname=haskell-sandi
+pkgver=0.4.2
+pkgrel=10
+pkgdesc="Data encoding library"
+url="https://hackage.haskell.org/package/sandi;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-conduit" "haskell-exceptions" 
"haskell-stringsearch")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1fb255ca358c83a46121f930cbcbe4892f3c6d7b2830f4ba497faceeb9f1f5bb6046f1043c2c65b552e4afc0be1f413852db5b8e2054a476cacbe0d3fb4ee4a0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fwith-conduit
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:57:46
  Author: felixonmars
Revision: 331277

upgpkg: haskell-sandi 0.4.2-10

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-sandi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:57:03 UTC (rev 331276)
+++ PKGBUILD2018-05-26 21:57:46 UTC (rev 331277)
@@ -5,7 +5,7 @@
 _hkgname=sandi
 pkgname=haskell-sandi
 pkgver=0.4.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Data encoding library"
 url="https://hackage.haskell.org/package/sandi;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:57:03
  Author: felixonmars
Revision: 331276

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 331275, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:57:03 UTC (rev 331276)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.8
+pkgrel=8
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-data-binary-ieee754'
+ 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ec7e7d715d6a82b0201c91a83deae238b6c366316a3734d6916327fc9849de0b1263541ff57e0689a43f4ca0f7c1e073a3c99b18adc30288067594e6458c5f61')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:56:43
  Author: felixonmars
Revision: 331275

upgpkg: haskell-sbv 7.8-8

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:55:29 UTC (rev 331274)
+++ PKGBUILD2018-05-26 21:56:43 UTC (rev 331275)
@@ -5,7 +5,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=7.8
-pkgrel=7
+pkgrel=8
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv;
 license=("custom:BSD3")


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 21:55:29
  Author: demize
Revision: 331274

Import gx

Added:
  gx/
  gx/repos/
  gx/trunk/
  gx/trunk/PKGBUILD

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

Added: gx/trunk/PKGBUILD
===
--- gx/trunk/PKGBUILD   (rev 0)
+++ gx/trunk/PKGBUILD   2018-05-26 21:55:29 UTC (rev 331274)
@@ -0,0 +1,25 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=1
+
+pkgdesc="Packaging tool built around the distributed, content addressed 
filesystem IPFS"
+url="https://github.com/whyrusleeping/gx;
+arch=('i686' 'x86_64')
+license=('MIT')
+
+depends=('glibc')
+optdepends=('gx-go: gx packaging module for go')
+
+_srcroot="https://ipfs.io/ipns/dist.ipfs.io;
+source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
+source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
+
+sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
+sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
+
+package() {
+  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
+}


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


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:53:16
  Author: felixonmars
Revision: 331273

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 331272, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:53:16 UTC (rev 331273)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.13.0.1
+pkgrel=11
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-exceptions' 
'haskell-http-api-data'
+ 'haskell-http-media' 'haskell-http-types' 'haskell-network-uri' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-safe' 'haskell-servant' 'haskell-split'
+ 'haskell-string-conversions' 'haskell-system-filepath' 
'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-transformers-compat' 
'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-wai-extra'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45e6b8eb9b60efc1bfe046d3e7c93eac4a7c8f9a9f199dd13bcde16a4ba11ad63e3a31c05f056ed1e8266e45307f37982ab9723bb2721978881312521f264d1d')
+
+prepare() {
+cd $_hkgname-$pkgver
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:52:47
  Author: felixonmars
Revision: 331272

upgpkg: haskell-servant-server 0.13.0.1-11

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:51:41 UTC (rev 331271)
+++ PKGBUILD2018-05-26 21:52:47 UTC (rev 331272)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.13.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:51:41
  Author: felixonmars
Revision: 331271

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 331270, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:51:41 UTC (rev 331271)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.5
+pkgrel=8
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-http-media' 
'haskell-insert-ordered-containers'
+ 'haskell-lens' 'haskell-servant' 'haskell-singleton-bool' 
'haskell-swagger2'
+ 'haskell-unordered-containers' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-cabal-doctest' 'haskell-doctest'
+ 'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f71bfa4b19bfa8ce747e97d537b592875a8e96b449e37b397cb42a698c0d252eadf5430781d443dcaf57774239fa1304a6b51709873f22289752ad23ec73d726')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*1.3/<2/' -e 's/<.*4.11/<5/' -e 's/<.*0.14/<1/' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:51:21
  Author: felixonmars
Revision: 331270

upgpkg: haskell-servant-swagger 1.1.5-8

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:50:25 UTC (rev 331269)
+++ PKGBUILD2018-05-26 21:51:21 UTC (rev 331270)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:50:25
  Author: felixonmars
Revision: 331269

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-statistics/repos/community-staging-x86_64/PKGBUILD (from rev 
331268, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:50:25 UTC (rev 331269)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.14.0.2
+pkgrel=43
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD2")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-base-orphans" "haskell-erf" 
"haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances" 
"haskell-vector-th-unbox")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8ee0d6ae6f7a27b4b5a61e2c9a9b086224cfb7157efc396052263c5c89aea5eeb625a312e0c08f78cee3d819cdaa139f5a7bfc4413847592db45b1b697e4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*0.7/<1/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:50:04
  Author: felixonmars
Revision: 331268

upgpkg: haskell-statistics 0.14.0.2-43

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:48:20 UTC (rev 331267)
+++ PKGBUILD2018-05-26 21:50:04 UTC (rev 331268)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.14.0.2
-pkgrel=42
+pkgrel=43
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics;
 license=("custom:BSD2")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:48:20
  Author: felixonmars
Revision: 331267

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-storable-tuple/repos/community-staging-x86_64/
  haskell-storable-tuple/repos/community-staging-x86_64/PKGBUILD
(from rev 331266, haskell-storable-tuple/trunk/PKGBUILD)

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

Copied: haskell-storable-tuple/repos/community-staging-x86_64/PKGBUILD (from 
rev 331266, haskell-storable-tuple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:48:20 UTC (rev 331267)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=storable-tuple
+pkgname=haskell-storable-tuple
+pkgver=0.0.3.3
+pkgrel=5
+pkgdesc="Storable instance for pairs and triples"
+url="http://code.haskell.org/~thielema/storable-tuple/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-storable-record' 'haskell-utility-ht' 
'haskell-base-orphans')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('046a809d8b6655259f3cb4de55b81d272007cf2d32f0eec3f464924f595f904030102c3fd4f3b193a01b48d2d54582a9206314a2e87cd17ecdc16a159fe73b4d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fsplitbase
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:47:57
  Author: felixonmars
Revision: 331266

upgpkg: haskell-storable-tuple 0.0.3.3-5

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-storable-tuple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:47:12 UTC (rev 331265)
+++ PKGBUILD2018-05-26 21:47:57 UTC (rev 331266)
@@ -5,7 +5,7 @@
 _hkgname=storable-tuple
 pkgname=haskell-storable-tuple
 pkgver=0.0.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Storable instance for pairs and triples"
 url="http://code.haskell.org/~thielema/storable-tuple/;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:46:42
  Author: felixonmars
Revision: 331264

upgpkg: haskell-store 0.4.3.2-94

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:45:20 UTC (rev 331263)
+++ PKGBUILD2018-05-26 21:46:42 UTC (rev 331264)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.3.2
-pkgrel=93
+pkgrel=94
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:47:12
  Author: felixonmars
Revision: 331265

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 331264, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:47:12 UTC (rev 331265)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.2
+pkgrel=94
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' '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-smallcheck' 
'haskell-streaming-commons'
+ 'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0faa8b71cd2a078e989fb0da428d0f78cf2a7c85fb11584949e47e8a20f5f0f919d7ad82de1f6ce1e1ac33098179adc382dedb04c75db64f2654eeab60fdbb9d')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-tamarin-prover-theory/repos (3 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:45:20
  Author: felixonmars
Revision: 331263

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tamarin-prover-theory/repos/community-staging-x86_64/
  haskell-tamarin-prover-theory/repos/community-staging-x86_64/PKGBUILD
(from rev 331262, haskell-tamarin-prover-theory/trunk/PKGBUILD)
  haskell-tamarin-prover-theory/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 331262, haskell-tamarin-prover-theory/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   48 
 ghc-8.4.patch |  329 
 2 files changed, 377 insertions(+)

Copied: haskell-tamarin-prover-theory/repos/community-staging-x86_64/PKGBUILD 
(from rev 331262, haskell-tamarin-prover-theory/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:45:20 UTC (rev 331263)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tamarin-prover-theory
+pkgname=haskell-tamarin-prover-theory
+pkgver=1.4.0
+pkgrel=12
+pkgdesc="Security protocol types and constraint solver library for the tamarin 
prover"
+url="http://www.infsec.ethz.ch/research/software/tamarin;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-dlist' 
'haskell-fclabels'
+ 'haskell-parallel' 'haskell-safe'
+ 'haskell-uniplate' 'haskell-tamarin-prover-utils' 
'haskell-tamarin-prover-term')
+makedepends=('ghc')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+ghc-8.4.patch)
+sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74'
+
'5e18015155a1ac940591d7c28f3741cf56d9dd36f530895b3d9fec7865563db5c10524252d496b3d4a59c9f1ad2a9db4e2a56f31b73cf91ce1a2e698c3d6dadf')
+
+prepare() {
+cd tamarin-prover-$pkgver
+patch -p1 -i ../ghc-8.4.patch
+}
+
+build() {
+cd "${srcdir}/tamarin-prover-${pkgver}/lib/theory"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+# haddock failed to generate
+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}/tamarin-prover-${pkgver}/lib/theory"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-tamarin-prover-theory/repos/community-staging-x86_64/ghc-8.4.patch 
(from rev 331262, haskell-tamarin-prover-theory/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-05-26 21:45:20 UTC (rev 
331263)
@@ -0,0 +1,329 @@
+diff --git a/lib/term/src/Term/Maude/Signature.hs 
b/lib/term/src/Term/Maude/Signature.hs
+index 98c25d9f..1a4ce82f 100644
+--- a/lib/term/src/Term/Maude/Signature.hs
 b/lib/term/src/Term/Maude/Signature.hs
+@@ -104,9 +104,9 @@ maudeSig msig@(MaudeSig 
{enableDH,enableBP,enableMSet,enableXor,enableDiff=_,stF
+   `S.union` dhReducibleFunSig `S.union` bpReducibleFunSig `S.union` 
xorReducibleFunSig
+ 
+ -- | A monoid instance to combine maude signatures.
+-instance Monoid MaudeSig where
+-(MaudeSig dh1 bp1 mset1 xor1 diff1 stFunSyms1 stRules1 _ _) `mappend`
+-  (MaudeSig dh2 bp2 mset2 xor2 diff2 stFunSyms2 stRules2 _ _) =
++instance Semigroup MaudeSig where
++MaudeSig dh1 bp1 mset1 xor1 diff1 stFunSyms1 stRules1 _ _ <>
++  MaudeSig dh2 bp2 mset2 xor2 diff2 stFunSyms2 stRules2 _ _ =
+   maudeSig (mempty {enableDH=dh1||dh2
+,enableBP=bp1||bp2
+,enableMSet=mset1||mset2
+@@ -114,6 +114,8 @@ instance Monoid MaudeSig where
+,enableDiff=diff1||diff2
+,stFunSyms=S.union stFunSyms1 stFunSyms2
+,stRules=S.union stRules1 stRules2})
++
++instance Monoid MaudeSig where
+ mempty = MaudeSig False False False False False S.empty S.empty S.empty 
S.empty
+ 
+ -- | Non-AC function symbols.
+diff --git 

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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:44:47
  Author: felixonmars
Revision: 331262

upgpkg: haskell-tamarin-prover-theory 1.4.0-12

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-tamarin-prover-theory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:42:20 UTC (rev 331261)
+++ PKGBUILD2018-05-26 21:44:47 UTC (rev 331262)
@@ -5,7 +5,7 @@
 _hkgname=tamarin-prover-theory
 pkgname=haskell-tamarin-prover-theory
 pkgver=1.4.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Security protocol types and constraint solver library for the tamarin 
prover"
 url="http://www.infsec.ethz.ch/research/software/tamarin;
 license=("GPL")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:42:20
  Author: felixonmars
Revision: 331261

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
331260, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:42:20 UTC (rev 331261)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.12
+pkgrel=7
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="https://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-reducers'
+ 'haskell-split' 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('de8529a81b614ee39a34301924f66c2a078d76b0fe056e3844fafefe92e9c1348ec93f0a95db5b1355770db025b1995f2bcf9a37143d721c6dae6f53b0e0d29e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:42:01
  Author: felixonmars
Revision: 331260

upgpkg: haskell-tasty-rerun 1.1.12-7

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:41:19 UTC (rev 331259)
+++ PKGBUILD2018-05-26 21:42:01 UTC (rev 331260)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.12
-pkgrel=6
+pkgrel=7
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="https://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:41:19
  Author: felixonmars
Revision: 331259

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-cors/repos/community-staging-x86_64/
  haskell-wai-cors/repos/community-staging-x86_64/PKGBUILD
(from rev 331258, haskell-wai-cors/trunk/PKGBUILD)

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

Copied: haskell-wai-cors/repos/community-staging-x86_64/PKGBUILD (from rev 
331258, haskell-wai-cors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:41:19 UTC (rev 331259)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-cors
+pkgname=haskell-wai-cors
+pkgver=0.2.6
+pkgrel=35
+pkgdesc="CORS for WAI"
+url="https://github.com/larskuhtz/wai-cors;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec" "haskell-base-unicode-symbols" 
"haskell-case-insensitive"
+ "haskell-http-types" "haskell-wai")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('aa1454096e6243edd48cf52d2e9ad27f174fe934b2256c58bec84c6da2de899e523ff70af783e458fe5f95d51371d2111d8f979cc89a0ecbf646b23a74ae6617')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:41:00
  Author: felixonmars
Revision: 331258

upgpkg: haskell-wai-cors 0.2.6-35

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-wai-cors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:40:21 UTC (rev 331257)
+++ PKGBUILD2018-05-26 21:41:00 UTC (rev 331258)
@@ -5,7 +5,7 @@
 _hkgname=wai-cors
 pkgname=haskell-wai-cors
 pkgver=0.2.6
-pkgrel=34
+pkgrel=35
 pkgdesc="CORS for WAI"
 url="https://github.com/larskuhtz/wai-cors;
 license=("MIT")


[arch-commits] Commit in haskell-wai-handler-launch/repos (2 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:40:21
  Author: felixonmars
Revision: 331257

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD 
(from rev 331256, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:40:21 UTC (rev 331257)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.4
+pkgrel=8
+pkgdesc="Launch a web app in the default browser."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-wai' 'haskell-warp' 'haskell-http-types' 
'haskell-streaming-commons'
+ 'haskell-async')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('77a8047201687a56d19c70f70e4fcac9c81c2a4f0ec9bbccad8730de5d74582f52c79c62feb73ebcb4c870435cb1393c2d5fba90c9c952eff8ff3a675eab73fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-wai-handler-launch/trunk (PKGBUILD)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:39:52
  Author: felixonmars
Revision: 331256

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

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:39:14 UTC (rev 331255)
+++ PKGBUILD2018-05-26 21:39:52 UTC (rev 331256)
@@ -5,7 +5,7 @@
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
 pkgver=3.0.2.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Launch a web app in the default browser."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:39:14
  Author: felixonmars
Revision: 331255

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-middleware-static/repos/community-staging-x86_64/PKGBUILD 
(from rev 331254, haskell-wai-middleware-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:39:14 UTC (rev 331255)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-middleware-static
+pkgname=haskell-wai-middleware-static
+pkgver=0.8.2
+pkgrel=9
+pkgdesc="WAI middleware that serves requests to static files"
+url="https://github.com/scotty-web/wai-middleware-static;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cryptonite' 'haskell-memory' 
'haskell-expiring-cache-map'
+ 'haskell-http-types' 'haskell-mime-types' 'haskell-old-locale' 
'haskell-wai')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0316fa827606562e5172eb93f8baba08af6ac07c78ff92cd8b7228658f2e9460ed0cd31e6e3e4249b41aa125f771d5610634140153b69c940a8562aa089c6bb6')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:38:53
  Author: felixonmars
Revision: 331254

upgpkg: haskell-wai-middleware-static 0.8.2-9

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:38:14 UTC (rev 331253)
+++ PKGBUILD2018-05-26 21:38:53 UTC (rev 331254)
@@ -5,7 +5,7 @@
 _hkgname=wai-middleware-static
 pkgname=haskell-wai-middleware-static
 pkgver=0.8.2
-pkgrel=8
+pkgrel=9
 pkgdesc="WAI middleware that serves requests to static files"
 url="https://github.com/scotty-web/wai-middleware-static;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:38:14
  Author: felixonmars
Revision: 331253

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
331252, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:38:14 UTC (rev 331253)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.12.4.1
+pkgrel=8
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-case-insensitive'
+ 'haskell-entropy' 'haskell-network' 'haskell-random' 'haskell-sha'
+ 'haskell-streaming-commons')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('55943cf39129590d57837975a4ab07f518ddf4a864baa858c924f31af6032aaa5bc2cdc4939f23869ac54d3e3e5ea568a02115c32473604a6e5c33a24208e3c0')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/bytestring-builder/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-Example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:37:55
  Author: felixonmars
Revision: 331252

upgpkg: haskell-websockets 0.12.4.1-8

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:37:07 UTC (rev 331251)
+++ PKGBUILD2018-05-26 21:37:55 UTC (rev 331252)
@@ -5,7 +5,7 @@
 _hkgname=websockets
 pkgname=haskell-websockets
 pkgver=0.12.4.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:37:07
  Author: felixonmars
Revision: 331251

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 331250, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:37:07 UTC (rev 331251)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=12
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-semigroups' 'haskell-shakespeare' 
'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:36:49
  Author: felixonmars
Revision: 331250

upgpkg: haskell-yesod 1.6.0-12

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:35:40 UTC (rev 331249)
+++ PKGBUILD2018-05-26 21:36:49 UTC (rev 331250)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:35:40
  Author: felixonmars
Revision: 331249

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
331248, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:35:40 UTC (rev 331249)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0
+pkgrel=12
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-byteable' 'haskell-conduit' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-memory' 'haskell-css-text' 
'haskell-data-default'
+ 'haskell-exceptions' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsmin'
+ 'haskell-http-types' 'haskell-mime-types' 'haskell-old-time' 
'haskell-resourcet'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-wai-app-static'
+ 'haskell-yesod-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('85352eb6ec0f4d7682a0d000f158446ed0370d7a63f9cca8976e5972d10ca427e45e8307c1169bfbcc25ba7fa62e1906651a9e8c7d6937ac4ea6f25412b5cea5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:35:18
  Author: felixonmars
Revision: 331248

upgpkg: haskell-yesod-static 1.6.0-12

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:34:26 UTC (rev 331247)
+++ PKGBUILD2018-05-26 21:35:18 UTC (rev 331248)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:34:26
  Author: felixonmars
Revision: 331247

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
331246, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:34:26 UTC (rev 331247)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.4
+pkgrel=12
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('7e282e2ef503aa81bf979b395806bd1144c0cbd2f0dc24c464fdf0485bdb498bd8a4495789fe8afc8f37747dfbf66c1ca266069a37d5cc7ae5c0fd10ae96e13a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:34:08
  Author: felixonmars
Revision: 331246

upgpkg: haskell-yesod-test 1.6.4-12

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:33:07 UTC (rev 331245)
+++ PKGBUILD2018-05-26 21:34:08 UTC (rev 331246)
@@ -4,7 +4,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.4
-pkgrel=11
+pkgrel=12
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:33:07
  Author: felixonmars
Revision: 331245

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 331244, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:33:07 UTC (rev 331245)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.9.1
+pkgrel=8
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-cmdargs' 'haskell-csv'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 
'haskell-file-embed'
+ 'haskell-hashable' 'haskell-here' 'haskell-hledger-lib' 
'haskell-hunit' 'haskell-lucid'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show'
+ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-shakespeare' 
'haskell-split' 'haskell-tabular'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d1d0abbee555e152a713e2fcfc185e196e705f73dcc6f94106ddfc9695412ae8bfbe8b487ae09a5a8a94338b85b7466fa9c28ce81e8a56e46c4fab0a7714a5eb')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:32:48
  Author: felixonmars
Revision: 331244

upgpkg: hledger 1.9.1-8

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:31:35 UTC (rev 331243)
+++ PKGBUILD2018-05-26 21:32:48 UTC (rev 331244)
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.9.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:31:35
  Author: felixonmars
Revision: 331243

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
331242, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:31:35 UTC (rev 331243)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.3.1
+pkgrel=25
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('ab3d395c77192f72fa5cf9606f3cc5fc37c00a5719a58203d4b7c6edbc032524dd8457abe292d5d7dbe5ab2eaccd545269355931451ca0835d0ac1aa3cc48414')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:31:17
  Author: felixonmars
Revision: 331242

upgpkg: pandoc-citeproc 0.14.3.1-25

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:30:05 UTC (rev 331241)
+++ PKGBUILD2018-05-26 21:31:17 UTC (rev 331242)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.3.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 21:30:05
  Author: demize
Revision: 331241

archrelease: copy trunk to community-x86_64

Added:
  zathura/repos/community-x86_64/PKGBUILD
(from rev 331240, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 331240, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion

-+
 PKGBUILD|   88 +++---
 bash-completion |   58 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 21:30:00 UTC (rev 331240)
+++ PKGBUILD2018-05-26 21:30:05 UTC (rev 331241)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.9
-pkgrel=3
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/;
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
-
-sha1sums=('23fd07120031f64a52c24eb90b6e0de9397ba011'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-x86_64/PKGBUILD (from rev 331240, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 21:30:05 UTC (rev 331241)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.4.0
+pkgrel=1
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/;
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+bash-completion)
+
+sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: bash-completion
===
--- bash-completion 2018-05-26 21:30:00 UTC (rev 331240)
+++ bash-completion 2018-05-26 21:30:05 UTC (rev 331241)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-  epub.so)
-EXTENTIONS="$EXTENTIONS|epub"
-;;
-  cb.so)
-EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-;;
-  *)
-;;
-  esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-x86_64/bash-completion (from rev 331240, 
zathura/trunk/bash-completion)
===
--- bash-completion (rev 0)
+++ bash-completion 2018-05-26 21:30:05 UTC (rev 331241)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  for PLUGIN in /usr/lib/zathura/*.so; do
+case ${PLUGIN##*/} in
+  

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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 21:30:00
  Author: demize
Revision: 331240

upgpkg: zathura 0.4.0-1

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:29:26 UTC (rev 331239)
+++ PKGBUILD2018-05-26 21:30:00 UTC (rev 331240)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.4.0
-pkgrel=2
+pkgrel=1
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/;
@@ -14,7 +14,7 @@
 license=('custom')
 
 makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'
 'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -29,7 +29,7 @@
 
 build() {
   cd zathura-$pkgver
-  arch-meson -Denable-synctex=false build
+  arch-meson build
 
   cd build
   ninja


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:29:26
  Author: felixonmars
Revision: 331239

archrelease: copy trunk to community-staging-x86_64

Added:
  c2hs/repos/community-staging-x86_64/
  c2hs/repos/community-staging-x86_64/PKGBUILD
(from rev 331238, c2hs/trunk/PKGBUILD)

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

Copied: c2hs/repos/community-staging-x86_64/PKGBUILD (from rev 331238, 
c2hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:29:26 UTC (rev 331239)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=c2hs
+pkgver=0.28.3
+pkgrel=29
+pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
+url="https://github.com/haskell/c2hs;
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dlist" "haskell-language-c")
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-hunit'
+ 'haskell-shelly')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('17306b6ee41623d1c017581ed7aef6118a66c30a4698fa95d588b30ac625a6571906bb1fffecf7b86296667390d18cfe5ee2ade85098075f2ca982922b358b3a')
+
+prepare() {
+sed -i 's/cmd "ghc"/cmd "ghc" "-dynamic"/' c2hs-$pkgver/tests/test-*.hs
+sed -i 's/HC=ghc/HC="ghc -dynamic"/' c2hs-$pkgver/tests/system/Makefile
+sed -i 's/"ghc", \["-/"ghc", ["-dynamic", "-/' c2hs-$pkgver/tests/test-*.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" 
--enable-tests \
+-f-regression -fbase3
+runhaskell Setup build
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 21:28:28
  Author: demize
Revision: 331236

Again disable libsynctex in testing

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:27:42 UTC (rev 331235)
+++ PKGBUILD2018-05-26 21:28:28 UTC (rev 331236)
@@ -5,8 +5,8 @@
 # Contributor: ML 
 
 pkgname=zathura
-pkgver=0.3.9
-pkgrel=4
+pkgver=0.4.0
+pkgrel=2
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/;
@@ -24,7 +24,7 @@
 source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
 bash-completion)
 
-sha1sums=('23fd07120031f64a52c24eb90b6e0de9397ba011'
+sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
   '94a8236c483626a7f3acee053a1ea885aed45a82')
 
 build() {


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

2018-05-26 Thread Johannes Löthberg via arch-commits
Date: Saturday, May 26, 2018 @ 21:28:47
  Author: demize
Revision: 331237

archrelease: copy trunk to community-testing-x86_64

Added:
  zathura/repos/community-testing-x86_64/PKGBUILD
(from rev 331236, zathura/trunk/PKGBUILD)
  zathura/repos/community-testing-x86_64/bash-completion
(from rev 331236, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-testing-x86_64/PKGBUILD
  zathura/repos/community-testing-x86_64/bash-completion

-+
 PKGBUILD|   88 +++---
 bash-completion |   58 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-26 21:28:28 UTC (rev 331236)
+++ PKGBUILD2018-05-26 21:28:47 UTC (rev 331237)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.9
-pkgrel=4
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/;
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
-
-sha1sums=('23fd07120031f64a52c24eb90b6e0de9397ba011'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson -Denable-synctex=false build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-testing-x86_64/PKGBUILD (from rev 331236, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-26 21:28:47 UTC (rev 331237)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.4.0
+pkgrel=2
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/;
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+bash-completion)
+
+sha1sums=('4278a1cbccd414fdff5693598c996b2bf2a7cf71'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson -Denable-synctex=false build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: bash-completion
===
--- bash-completion 2018-05-26 21:28:28 UTC (rev 331236)
+++ bash-completion 2018-05-26 21:28:47 UTC (rev 331237)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-  epub.so)
-EXTENTIONS="$EXTENTIONS|epub"
-;;
-  cb.so)
-EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-;;
-  *)
-;;
-  esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-testing-x86_64/bash-completion (from rev 
331236, zathura/trunk/bash-completion)
===
--- bash-completion (rev 0)
+++ bash-completion 2018-05-26 21:28:47 UTC (rev 331237)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  

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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:29:06
  Author: felixonmars
Revision: 331238

upgpkg: c2hs 0.28.3-29

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:28:47 UTC (rev 331237)
+++ PKGBUILD2018-05-26 21:29:06 UTC (rev 331238)
@@ -4,7 +4,7 @@
 
 pkgname=c2hs
 pkgver=0.28.3
-pkgrel=28
+pkgrel=29
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs;
 license=("GPL2")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:27:24
  Author: felixonmars
Revision: 331234

upgpkg: haskell-binary-conduit 1.3-8

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-binary-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:26:48 UTC (rev 331233)
+++ PKGBUILD2018-05-26 21:27:24 UTC (rev 331234)
@@ -4,7 +4,7 @@
 _hkgname=binary-conduit
 pkgname=haskell-binary-conduit
 pkgver=1.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Data serialization/deserialization conduit library"
 url="https://github.com/qnikst/binary-conduit/;
 license=('MIT')


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:27:42
  Author: felixonmars
Revision: 331235

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-binary-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 331234, haskell-binary-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:27:42 UTC (rev 331235)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=binary-conduit
+pkgname=haskell-binary-conduit
+pkgver=1.3
+pkgrel=8
+pkgdesc="Data serialization/deserialization conduit library"
+url="https://github.com/qnikst/binary-conduit/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-exceptions' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('393fd9f72baeb16511c8bd69c71b7169e3d8337903151dd2e514d83c665e34c593352ebaa91bf84531fcbd485af092a1278fe6a10329f68bb3765030a72858e5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:26:48
  Author: felixonmars
Revision: 331233

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-concise/repos/community-staging-x86_64/PKGBUILD (from rev 
331232, haskell-concise/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:26:48 UTC (rev 331233)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=concise
+pkgname=haskell-concise
+pkgver=0.1.0.1
+pkgrel=27
+pkgdesc="Utilities for Control.Lens.Cons"
+url="https://github.com/frasertweedal/hs-concise;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-lens')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1ca4aacd319107b6a0031e7d0604563a6be68c4c1a2df6e31e7336e8c29f8efd94d5517e31e9a986b9607eb059f74e33b1d8a307d5a23194daf5e88350d560d7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:26:29
  Author: felixonmars
Revision: 331232

upgpkg: haskell-concise 0.1.0.1-27

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-concise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:25:50 UTC (rev 331231)
+++ PKGBUILD2018-05-26 21:26:29 UTC (rev 331232)
@@ -5,7 +5,7 @@
 _hkgname=concise
 pkgname=haskell-concise
 pkgver=0.1.0.1
-pkgrel=26
+pkgrel=27
 pkgdesc="Utilities for Control.Lens.Cons"
 url="https://github.com/frasertweedal/hs-concise;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:25:31
  Author: felixonmars
Revision: 331230

upgpkg: haskell-config-ini 0.2.2.0-49

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-config-ini/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:24:14 UTC (rev 331229)
+++ PKGBUILD2018-05-26 21:25:31 UTC (rev 331230)
@@ -5,7 +5,7 @@
 _hkgname=config-ini
 pkgname=haskell-config-ini
 pkgver=0.2.2.0
-pkgrel=48
+pkgrel=49
 pkgdesc="A library for simple INI-based configuration files."
 url="https://github.com/aisamanra/config-ini;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:25:50
  Author: felixonmars
Revision: 331231

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-config-ini/repos/community-staging-x86_64/
  haskell-config-ini/repos/community-staging-x86_64/PKGBUILD
(from rev 331230, haskell-config-ini/trunk/PKGBUILD)

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

Copied: haskell-config-ini/repos/community-staging-x86_64/PKGBUILD (from rev 
331230, haskell-config-ini/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:25:50 UTC (rev 331231)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=config-ini
+pkgname=haskell-config-ini
+pkgver=0.2.2.0
+pkgrel=49
+pkgdesc="A library for simple INI-based configuration files."
+url="https://github.com/aisamanra/config-ini;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-unordered-containers' 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-ini' 'haskell-hedgehog' 'haskell-doctest' 
'haskell-microlens')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('901745b9e6f2eb5d6458c8702a4a112f115448a89152eeec6610096ffb82577f132f0ab748835a9a55c293840674652791a54c746289fd718f37bd41ea3b4ed1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-enable-doctests
+# https://github.com/aisamanra/config-ini/issues/12
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:24:14
  Author: felixonmars
Revision: 331229

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-crypto-numbers/repos/community-staging-x86_64/
  haskell-crypto-numbers/repos/community-staging-x86_64/PKGBUILD
(from rev 331228, haskell-crypto-numbers/trunk/PKGBUILD)

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

Copied: haskell-crypto-numbers/repos/community-staging-x86_64/PKGBUILD (from 
rev 331228, haskell-crypto-numbers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:24:14 UTC (rev 331229)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-numbers
+pkgname=haskell-crypto-numbers
+pkgver=0.2.7
+pkgrel=50
+pkgdesc="Cryptographic numbers: functions and algorithms"
+url="https://github.com/vincenthz/hs-crypto-numbers;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-crypto-random' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4fac18f6d76d5cc9ae82d177a45c155847264494dd112db80a76c955faee4917b4b3c563bb76eb3a08923bb020138307a7115d78fe0caa20fd3fb2b12d679947')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:23:53
  Author: felixonmars
Revision: 331228

upgpkg: haskell-crypto-numbers 0.2.7-50

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-crypto-numbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 21:23:14 UTC (rev 331227)
+++ PKGBUILD2018-05-26 21:23:53 UTC (rev 331228)
@@ -5,7 +5,7 @@
 _hkgname=crypto-numbers
 pkgname=haskell-crypto-numbers
 pkgver=0.2.7
-pkgrel=49
+pkgrel=50
 pkgdesc="Cryptographic numbers: functions and algorithms"
 url="https://github.com/vincenthz/hs-crypto-numbers;
 license=('custom:BSD3')


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 21:23:14
  Author: felixonmars
Revision: 331227

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cryptohash/repos/community-staging-x86_64/PKGBUILD (from rev 
331226, haskell-cryptohash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-26 21:23:14 UTC (rev 331227)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash
+pkgname=haskell-cryptohash
+pkgver=0.11.9
+pkgrel=59
+pkgdesc="Collection of crypto hashes, fast, pure and practical"
+url="https://github.com/vincenthz/hs-cryptohash;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-byteable" "haskell-cryptonite" "haskell-memory")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d0eb07f59ae893df1a92a4dc45a98142e507ba3da25057ae4acf781b1b6200a2fb68dd2a19f1ba5f9395217bc81e7be1311a479dc3dcb4ec5338518a2f5239af')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


  1   2   3   4   5   6   7   8   >