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

2017-04-27 Thread Sven-Hendrik Haase
Date: Friday, April 28, 2017 @ 05:57:02
  Author: svenstaro
Revision: 226144

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

Added:
  oolite/repos/community-i686/PKGBUILD
(from rev 226143, oolite/trunk/PKGBUILD)
  oolite/repos/community-i686/lightdot-issue202-NSDate.patch
(from rev 226143, oolite/trunk/lightdot-issue202-NSDate.patch)
  oolite/repos/community-i686/oolite
(from rev 226143, oolite/trunk/oolite)
  oolite/repos/community-i686/spidermonkey185ff4-GCC6.patch
(from rev 226143, oolite/trunk/spidermonkey185ff4-GCC6.patch)
  oolite/repos/community-x86_64/PKGBUILD
(from rev 226143, oolite/trunk/PKGBUILD)
  oolite/repos/community-x86_64/lightdot-issue202-NSDate.patch
(from rev 226143, oolite/trunk/lightdot-issue202-NSDate.patch)
  oolite/repos/community-x86_64/oolite
(from rev 226143, oolite/trunk/oolite)
  oolite/repos/community-x86_64/spidermonkey185ff4-GCC6.patch
(from rev 226143, oolite/trunk/spidermonkey185ff4-GCC6.patch)
Deleted:
  oolite/repos/community-i686/PKGBUILD
  oolite/repos/community-i686/lightdot-issue202-NSDate.patch
  oolite/repos/community-i686/oolite
  oolite/repos/community-i686/spidermonkey185ff4-GCC6.patch
  oolite/repos/community-x86_64/PKGBUILD
  oolite/repos/community-x86_64/lightdot-issue202-NSDate.patch
  oolite/repos/community-x86_64/oolite
  oolite/repos/community-x86_64/spidermonkey185ff4-GCC6.patch

-+
 /PKGBUILD   |  104 ++
 /lightdot-issue202-NSDate.patch |   48 ++
 /oolite |   18 +++
 /spidermonkey185ff4-GCC6.patch  |   22 
 community-i686/PKGBUILD |   52 ---
 community-i686/lightdot-issue202-NSDate.patch   |   24 -
 community-i686/oolite   |9 -
 community-i686/spidermonkey185ff4-GCC6.patch|   11 --
 community-x86_64/PKGBUILD   |   52 ---
 community-x86_64/lightdot-issue202-NSDate.patch |   24 -
 community-x86_64/oolite |9 -
 community-x86_64/spidermonkey185ff4-GCC6.patch  |   11 --
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 05:56:46 UTC (rev 226143)
+++ community-i686/PKGBUILD 2017-04-28 05:57:02 UTC (rev 226144)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lone_Wolf 
-pkgname=oolite
-pkgver=1.84
-pkgrel=2
-pkgdesc="A space-sim based on the classic Elite"
-arch=('i686' 'x86_64')
-url="http://www.oolite.org/;
-license=('GPL2')
-depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base' 'openal')
-makedepends=('gnustep-make' 'curl' 'zip' 'mesa' 'gcc5')
-#options=(makeflags)
-source=(oolite
-spidermonkey185ff4-GCC6.patch
-lightdot-issue202-NSDate.patch
-
"https://github.com/OoliteProject/oolite/releases/download/${pkgver}/oolite-source-${pkgver}.tar.bz2;)
-md5sums=('ade14e17fe9d52d16b35f2e97046362c'
- '9e3ffab5a49afeebe7ba501161c8d4dc'
- '09e27cd86792feef0125d47627df1e26'
- '538e4249dbf4d3418216e0bdb7cbf408')
-
-prepare() {
-  cd ${srcdir}/oolite-source-${pkgver}
-  patch -Np1 -i ${srcdir}/lightdot-issue202-NSDate.patch
-  cd ${srcdir}/oolite-source-${pkgver}/deps/mozilla
-  patch -Np0 -i ${srcdir}/spidermonkey185ff4-GCC6.patch
-}
-
-build() {
-  cd oolite-source-${pkgver}
-  unset CPPFLAGS
-  #sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
-  sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile
-  CC=gcc-5 make -f Makefile release-deployment
-  # make -f Makefile release-deployment
-}
-
-package() {
-  cd oolite-source-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/bin
-  mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
-
-  cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
-
-  install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
-  install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
-  install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
-  install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
- }
-# vim:set ts=2 sw=2 et:

Copied: oolite/repos/community-i686/PKGBUILD (from rev 226143, 
oolite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-28 05:57:02 UTC (rev 226144)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lone_Wolf 
+pkgname=oolite
+pkgver=1.84
+pkgrel=3
+pkgdesc="A space-sim based on 

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

2017-04-27 Thread Sven-Hendrik Haase
Date: Friday, April 28, 2017 @ 05:56:46
  Author: svenstaro
Revision: 226143

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 226142, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 226142, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 226142, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 226142, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  180 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   93 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   93 
 community-x86_64/ogre.install |4 
 6 files changed, 188 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 05:56:36 UTC (rev 226142)
+++ community-i686/PKGBUILD 2017-04-28 05:56:46 UTC (rev 226143)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=16
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
-
ogre-template-fix.patch::https://bitbucket.org/sinbad/ogre/commits/a24ac4afbbb9dc5ff49a61634af50da11ba8fb97/raw/
-
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
-md5sums=('SKIP'
- '3debee4514a33a0a642370aecdc41975'
- '116fb8009c8d4b499f9a885052cc0ea6')
-
-prepare() {
-  cd ogre
-
-  patch -Np1 < $srcdir/ogre-template-fix.patch
-  patch -Np1 < $srcdir/ogre-cmake30.patch
-}
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # Silence warnings about deprecated declarations
-  CXXFLAGS+=' -Wno-deprecated-declarations'
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 226142, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-28 05:56:46 UTC (rev 226143)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.4
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
+

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

2017-04-27 Thread Sven-Hendrik Haase
Date: Friday, April 28, 2017 @ 05:56:36
  Author: svenstaro
Revision: 226142

upgpkg: oolite 1.84-3

rebuild

Modified:
  oolite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 05:56:28 UTC (rev 226141)
+++ PKGBUILD2017-04-28 05:56:36 UTC (rev 226142)
@@ -3,7 +3,7 @@
 # Contributor: Lone_Wolf 
 pkgname=oolite
 pkgver=1.84
-pkgrel=2
+pkgrel=3
 pkgdesc="A space-sim based on the classic Elite"
 arch=('i686' 'x86_64')
 url="http://www.oolite.org/;


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

2017-04-27 Thread Sven-Hendrik Haase
Date: Friday, April 28, 2017 @ 05:56:28
  Author: svenstaro
Revision: 226141

upgpkg: ogre 1.10.4-1

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 23:59:01 UTC (rev 226140)
+++ PKGBUILD2017-04-28 05:56:28 UTC (rev 226141)
@@ -2,8 +2,8 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=16
+pkgver=1.10.4
+pkgrel=1
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
@@ -13,16 +13,13 @@
 makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
 install=ogre.install
 source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
-
ogre-template-fix.patch::https://bitbucket.org/sinbad/ogre/commits/a24ac4afbbb9dc5ff49a61634af50da11ba8fb97/raw/
 
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
-md5sums=('SKIP'
- '3debee4514a33a0a642370aecdc41975'
- '116fb8009c8d4b499f9a885052cc0ea6')
+sha512sums=('SKIP'
+
'1130544e532d77d7fe31dbd09fe7980716e2497a309c35fa12663450838be393bdf329696d4411e5644e03e328cd8772fb9becb7be5f6a87bd54c296d90b75b7')
 
 prepare() {
   cd ogre
 
-  patch -Np1 < $srcdir/ogre-template-fix.patch
   patch -Np1 < $srcdir/ogre-cmake30.patch
 }
 
@@ -67,9 +64,9 @@
   echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
   echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
   chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
 
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+
   # move docs out of this package
   mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
 }


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

2017-04-27 Thread Evangelos Foutras
Date: Thursday, April 27, 2017 @ 23:55:00
  Author: foutrelis
Revision: 294933

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

Added:
  chromium/repos/staging-i686/PKGBUILD
(from rev 294932, chromium/trunk/PKGBUILD)
  chromium/repos/staging-i686/chromium-gn-bootstrap-r2.patch
(from rev 294932, chromium/trunk/chromium-gn-bootstrap-r2.patch)
  chromium/repos/staging-i686/chromium-system-ffmpeg-r4.patch
(from rev 294932, chromium/trunk/chromium-system-ffmpeg-r4.patch)
  chromium/repos/staging-i686/chromium-widevine.patch
(from rev 294932, chromium/trunk/chromium-widevine.patch)
  chromium/repos/staging-i686/chromium.desktop
(from rev 294932, chromium/trunk/chromium.desktop)
  chromium/repos/staging-i686/chromium.install
(from rev 294932, chromium/trunk/chromium.install)
  chromium/repos/staging-x86_64/PKGBUILD
(from rev 294932, chromium/trunk/PKGBUILD)
  chromium/repos/staging-x86_64/chromium-gn-bootstrap-r2.patch
(from rev 294932, chromium/trunk/chromium-gn-bootstrap-r2.patch)
  chromium/repos/staging-x86_64/chromium-system-ffmpeg-r4.patch
(from rev 294932, chromium/trunk/chromium-system-ffmpeg-r4.patch)
  chromium/repos/staging-x86_64/chromium-widevine.patch
(from rev 294932, chromium/trunk/chromium-widevine.patch)
  chromium/repos/staging-x86_64/chromium.desktop
(from rev 294932, chromium/trunk/chromium.desktop)
  chromium/repos/staging-x86_64/chromium.install
(from rev 294932, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/staging-i686/PKGBUILD
  chromium/repos/staging-i686/chromium-gn-bootstrap-r2.patch
  chromium/repos/staging-i686/chromium-system-ffmpeg-r4.patch
  chromium/repos/staging-i686/chromium-widevine.patch
  chromium/repos/staging-i686/chromium.desktop
  chromium/repos/staging-i686/chromium.install
  chromium/repos/staging-x86_64/PKGBUILD
  chromium/repos/staging-x86_64/chromium-gn-bootstrap-r2.patch
  chromium/repos/staging-x86_64/chromium-system-ffmpeg-r4.patch
  chromium/repos/staging-x86_64/chromium-widevine.patch
  chromium/repos/staging-x86_64/chromium.desktop
  chromium/repos/staging-x86_64/chromium.install

+
 /PKGBUILD  |  370 +++
 /chromium-gn-bootstrap-r2.patch|   26 +
 /chromium-system-ffmpeg-r4.patch   |   96 +
 /chromium-widevine.patch   |   20 +
 /chromium.desktop  |  224 +
 /chromium.install  |   32 +
 staging-i686/PKGBUILD  |  185 ---
 staging-i686/chromium-gn-bootstrap-r2.patch|   13 
 staging-i686/chromium-system-ffmpeg-r4.patch   |   48 --
 staging-i686/chromium-widevine.patch   |   10 
 staging-i686/chromium.desktop  |  112 --
 staging-i686/chromium.install  |   16 
 staging-x86_64/PKGBUILD|  185 ---
 staging-x86_64/chromium-gn-bootstrap-r2.patch  |   13 
 staging-x86_64/chromium-system-ffmpeg-r4.patch |   48 --
 staging-x86_64/chromium-widevine.patch |   10 
 staging-x86_64/chromium.desktop|  112 --
 staging-x86_64/chromium.install|   16 
 18 files changed, 768 insertions(+), 768 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-04-27 23:54:41 UTC (rev 294932)
+++ staging-i686/PKGBUILD   2017-04-27 23:55:00 UTC (rev 294933)
@@ -1,185 +0,0 @@
-# $Id: PKGBUILD 277477 2016-10-01 03:36:40Z foutrelis $
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -rgA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [harfbuzz-ng]=harfbuzz-icu
-  #[icu]=icu
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx # https://bugs.gentoo.org/show_bug.cgi?id=611394
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-
-pkgname=chromium
-pkgver=58.0.3029.81
-pkgrel=3
-_launcher_ver=3
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('i686' 'x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libexif' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'perl' 'perl-file-basedir'
- 'pciutils' 'desktop-file-utils' 'hicolor-icon-theme')
-depends+=(${_system_libs[@]})
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git')
-optdepends=('kdialog: needed for file dialogs in KDE'
-

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

2017-04-27 Thread Evangelos Foutras
Date: Thursday, April 27, 2017 @ 23:54:41
  Author: foutrelis
Revision: 294932

upgpkg: chromium 58.0.3029.81-4

Switch to internal ffmpeg to fix video playback issues (FS#53796).

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 22:46:26 UTC (rev 294931)
+++ PKGBUILD2017-04-27 23:54:41 UTC (rev 294932)
@@ -7,10 +7,10 @@
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch
 declare -rgA _system_libs=(
-  [ffmpeg]=ffmpeg
+  #[ffmpeg]=ffmpeg # https://bugs.archlinux.org/task/53796
   [flac]=flac
   [harfbuzz-ng]=harfbuzz-icu
-  #[icu]=icu
+  #[icu]=icu   # Enable again when upstream supports ICU 59
   [libjpeg]=libjpeg
   [libpng]=libpng
   #[libvpx]=libvpx # https://bugs.gentoo.org/show_bug.cgi?id=611394
@@ -25,7 +25,7 @@
 
 pkgname=chromium
 pkgver=58.0.3029.81
-pkgrel=3
+pkgrel=4
 _launcher_ver=3
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('i686' 'x86_64')
@@ -71,7 +71,7 @@
 patch -Np1
 
   # Fixes from Gentoo
-  patch -Np1 -i ../chromium-system-ffmpeg-r4.patch
+  #patch -Np1 -i ../chromium-system-ffmpeg-r4.patch
   patch -Np1 -i ../chromium-gn-bootstrap-r2.patch
 
   # Use Python 2


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

2017-04-27 Thread Johannes Löthberg
Date: Thursday, April 27, 2017 @ 22:35:14
  Author: demize
Revision: 226130

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

Added:
  rust/repos/community-i686/PKGBUILD
(from rev 226129, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/PKGBUILD
(from rev 226129, rust/trunk/PKGBUILD)
Deleted:
  
rust/repos/community-i686/0001-liballoc_jemalloc-fix-linking-with-system-library.patch
  rust/repos/community-i686/PKGBUILD
  
rust/repos/community-x86_64/0001-liballoc_jemalloc-fix-linking-with-system-library.patch
  rust/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD 
|  148 ++
 community-i686/0001-liballoc_jemalloc-fix-linking-with-system-library.patch   
|   41 --
 community-i686/PKGBUILD   
|   80 -
 community-x86_64/0001-liballoc_jemalloc-fix-linking-with-system-library.patch 
|   41 --
 community-x86_64/PKGBUILD 
|   80 -
 5 files changed, 148 insertions(+), 242 deletions(-)

Deleted: 
community-i686/0001-liballoc_jemalloc-fix-linking-with-system-library.patch
===
--- community-i686/0001-liballoc_jemalloc-fix-linking-with-system-library.patch 
2017-04-27 22:28:43 UTC (rev 226129)
+++ community-i686/0001-liballoc_jemalloc-fix-linking-with-system-library.patch 
2017-04-27 22:35:14 UTC (rev 226130)
@@ -1,41 +0,0 @@
-From 781561a6f26008a49572e156f80b577d6af60262 Mon Sep 17 00:00:00 2001
-From: Tatsuyuki Ishi 
-Date: Fri, 3 Feb 2017 16:15:34 +0900
-Subject: [PATCH] liballoc_jemalloc: fix linking with system library
-

- src/liballoc_jemalloc/build.rs | 11 ++-
- 1 file changed, 6 insertions(+), 5 deletions(-)
-
-diff --git a/src/liballoc_jemalloc/build.rs b/src/liballoc_jemalloc/build.rs
-index 1143df0c63..297f5ce99f 100644
 a/src/liballoc_jemalloc/build.rs
-+++ b/src/liballoc_jemalloc/build.rs
-@@ -42,6 +42,12 @@ fn main() {
- return;
- }
- 
-+if target.contains("android") {
-+println!("cargo:rustc-link-lib=gcc");
-+} else if !target.contains("windows") && !target.contains("musl") {
-+println!("cargo:rustc-link-lib=pthread");
-+}
-+
- if let Some(jemalloc) = env::var_os("JEMALLOC_OVERRIDE") {
- let jemalloc = PathBuf::from(jemalloc);
- println!("cargo:rustc-link-search=native={}",
-@@ -176,11 +182,6 @@ fn main() {
- println!("cargo:rustc-link-lib=static=jemalloc_pic");
- }
- println!("cargo:rustc-link-search=native={}/lib", build_dir.display());
--if target.contains("android") {
--println!("cargo:rustc-link-lib=gcc");
--} else if !target.contains("windows") && !target.contains("musl") {
--println!("cargo:rustc-link-lib=pthread");
--}
- 
- // The pthread_atfork symbols is used by jemalloc on android but the 
really
- // old android we're building on doesn't have them defined, so just make
--- 
-2.12.0
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 22:28:43 UTC (rev 226129)
+++ community-i686/PKGBUILD 2017-04-27 22:35:14 UTC (rev 226130)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.16.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64' 'i686')
-license=('MIT' 'Apache')
-
-makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-0001-liballoc_jemalloc-fix-linking-with-system-library.patch)
-
-sha256sums=('f966b31eb1cd9bd2df817c391a338eeb5b9253ae0a19bf8a11960c560f96e8b4'
-'SKIP'
-'b61d9aae58925b222cd44d7b41f0aa648fde89a48e7772aa659acd0d74dde612')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  # Backport of https://github.com/rust-lang/rust/pull/39481
-  patch -p1 
<"$srcdir"/0001-liballoc_jemalloc-fix-linking-with-system-library.patch
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  ./configure \
---prefix=/usr \
---release-channel=stable \
---llvm-root=/usr \
---disable-codegen-tests \
---jemalloc-root=/usr/lib
-
-  export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
-
-  python2 ./x.py build --verbose
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs')
-
-  cd "rustc-$pkgver-src"
-

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

2017-04-27 Thread Johannes Löthberg
Date: Thursday, April 27, 2017 @ 22:28:43
  Author: demize
Revision: 226129

upgpkg: rust 1:1.17.0-1

Modified:
  rust/trunk/PKGBUILD
Deleted:
  rust/trunk/0001-liballoc_jemalloc-fix-linking-with-system-library.patch

--+
 0001-liballoc_jemalloc-fix-linking-with-system-library.patch |   41 --
 PKGBUILD |   23 +
 2 files changed, 8 insertions(+), 56 deletions(-)

Deleted: 0001-liballoc_jemalloc-fix-linking-with-system-library.patch
===
--- 0001-liballoc_jemalloc-fix-linking-with-system-library.patch
2017-04-27 21:49:26 UTC (rev 226128)
+++ 0001-liballoc_jemalloc-fix-linking-with-system-library.patch
2017-04-27 22:28:43 UTC (rev 226129)
@@ -1,41 +0,0 @@
-From 781561a6f26008a49572e156f80b577d6af60262 Mon Sep 17 00:00:00 2001
-From: Tatsuyuki Ishi 
-Date: Fri, 3 Feb 2017 16:15:34 +0900
-Subject: [PATCH] liballoc_jemalloc: fix linking with system library
-

- src/liballoc_jemalloc/build.rs | 11 ++-
- 1 file changed, 6 insertions(+), 5 deletions(-)
-
-diff --git a/src/liballoc_jemalloc/build.rs b/src/liballoc_jemalloc/build.rs
-index 1143df0c63..297f5ce99f 100644
 a/src/liballoc_jemalloc/build.rs
-+++ b/src/liballoc_jemalloc/build.rs
-@@ -42,6 +42,12 @@ fn main() {
- return;
- }
- 
-+if target.contains("android") {
-+println!("cargo:rustc-link-lib=gcc");
-+} else if !target.contains("windows") && !target.contains("musl") {
-+println!("cargo:rustc-link-lib=pthread");
-+}
-+
- if let Some(jemalloc) = env::var_os("JEMALLOC_OVERRIDE") {
- let jemalloc = PathBuf::from(jemalloc);
- println!("cargo:rustc-link-search=native={}",
-@@ -176,11 +182,6 @@ fn main() {
- println!("cargo:rustc-link-lib=static=jemalloc_pic");
- }
- println!("cargo:rustc-link-search=native={}/lib", build_dir.display());
--if target.contains("android") {
--println!("cargo:rustc-link-lib=gcc");
--} else if !target.contains("windows") && !target.contains("musl") {
--println!("cargo:rustc-link-lib=pthread");
--}
- 
- // The pthread_atfork symbols is used by jemalloc on android but the 
really
- // old android we're building on doesn't have them defined, so just make
--- 
-2.12.0
-

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 21:49:26 UTC (rev 226128)
+++ PKGBUILD2017-04-27 22:28:43 UTC (rev 226129)
@@ -6,7 +6,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.16.0
+pkgver=1.17.0
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -14,25 +14,16 @@
 arch=('x86_64' 'i686')
 license=('MIT' 'Apache')
 
-makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
+makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
 
 options=('!emptydirs')
 
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-0001-liballoc_jemalloc-fix-linking-with-system-library.patch)
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
 
-sha256sums=('f966b31eb1cd9bd2df817c391a338eeb5b9253ae0a19bf8a11960c560f96e8b4'
-'SKIP'
-'b61d9aae58925b222cd44d7b41f0aa648fde89a48e7772aa659acd0d74dde612')
+sha256sums=('4baba3895b75f2492df6ce5a28a916307ecd1c088dc1fd02dbfa8a8e86174f87'
+'SKIP')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  # Backport of https://github.com/rust-lang/rust/pull/39481
-  patch -p1 
<"$srcdir"/0001-liballoc_jemalloc-fix-linking-with-system-library.patch
-}
-
 build() {
   cd "rustc-$pkgver-src"
 
@@ -40,8 +31,10 @@
 --prefix=/usr \
 --release-channel=stable \
 --llvm-root=/usr \
+--enable-llvm-link-shared \
 --disable-codegen-tests \
---jemalloc-root=/usr/lib
+--jemalloc-root=/usr/lib \
+--enable-local-rust
 
   export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
 


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

2017-04-27 Thread Sven-Hendrik Haase
Date: Thursday, April 27, 2017 @ 22:15:49
  Author: svenstaro
Revision: 294925

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 294924, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 294924, qtcreator/trunk/PKGBUILD)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-27 22:15:39 UTC (rev 294924)
+++ extra-i686/PKGBUILD 2017-04-27 22:15:49 UTC (rev 294925)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Antonio Rojas 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=4.2.2
-pkgrel=2
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 
'clang' 'qbs')
-makedepends=('git' 'mesa' 'llvm')
-options=('docs')
-optdepends=('qt5-doc: integrated Qt documentation'
-'qt5-examples: welcome page examples'
-'qt5-translations: for other languages'
-'gdb: debugger'
-'cmake: cmake project support'
-'x11-ssh-askpass: ssh support'
-'git: git support'
-'mercurial: mercurial support'
-'bzr: bazaar support'
-'valgrind: analyze support')
-source=("http://download.qt.io/official_releases/qtcreator/4.2/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz;)
-sha512sums=('cab23a75b3b8ef68cadf4fe57b81e96ef647bb48ab4c57618bf6dd25aed50abb412ac7fa76848b97da01f2df589ec763c95321956506aa4f159383f188efbf2d')
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr qmake QMAKE_CFLAGS_ISYSTEM=-I \
-CONFIG+=journald -r ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
-  make
-  make docs
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  install -Dm644 
${srcdir}/qt-creator-opensource-src-${pkgver}/LICENSE.GPL3-EXCEPT 
${pkgdir}/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 294924, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-27 22:15:49 UTC (rev 294925)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.2.2
+pkgrel=3
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 
'clang' 'qbs')
+makedepends=('git' 'mesa' 'llvm')
+options=('docs')
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support')
+source=("http://download.qt.io/official_releases/qtcreator/4.2/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz;)
+sha512sums=('cab23a75b3b8ef68cadf4fe57b81e96ef647bb48ab4c57618bf6dd25aed50abb412ac7fa76848b97da01f2df589ec763c95321956506aa4f159383f188efbf2d')
+
+build() {
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr qmake QMAKE_CFLAGS_ISYSTEM=-I \
+CONFIG+=journald -r ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 
${srcdir}/qt-creator-opensource-src-${pkgver}/LICENSE.GPL3-EXCEPT 

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

2017-04-27 Thread Sven-Hendrik Haase
Date: Thursday, April 27, 2017 @ 22:15:39
  Author: svenstaro
Revision: 294924

upgpkg: qtcreator 4.2.2-3

rebuild

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 21:10:48 UTC (rev 294923)
+++ PKGBUILD2017-04-27 22:15:39 UTC (rev 294924)
@@ -9,7 +9,7 @@
 
 pkgname=qtcreator
 pkgver=4.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'


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

2017-04-27 Thread Sven-Hendrik Haase
Date: Thursday, April 27, 2017 @ 21:48:49
  Author: svenstaro
Revision: 226127

upgpkg: gitlab 9.1.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 20:53:52 UTC (rev 226126)
+++ PKGBUILD2017-04-27 21:48:49 UTC (rev 226127)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=9.1.0
+pkgver=9.1.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 lighttpd.conf.example
 10589.patch)
 install='gitlab.install'
-sha512sums=('d18251fcc37ab35665137ed7c13b82a39c10cbf4794bca1db466f90d96a571c76d3fb8df6f865dcaa7648093aa47bfac141a3d7e67c9eb084bbba2d5781496b8'
+sha512sums=('aa625408fb2b9d0d691ac595551feab15adebbf9973c44b81ce74f963d3ef0f1891045c80d646e28795df8414fc8632dd5aaef0631e86e56c9071514be39abae'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'


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

2017-04-27 Thread Sven-Hendrik Haase
Date: Thursday, April 27, 2017 @ 21:10:35
  Author: svenstaro
Revision: 294922

upgpkg: qbs 1.7.2-1

Modified:
  qbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 20:36:55 UTC (rev 294921)
+++ PKGBUILD2017-04-27 21:10:35 UTC (rev 294922)
@@ -2,8 +2,8 @@
 # Contributor: Donald Carr 
 # Contributor: Jake Petroules 
 pkgname=qbs
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
 pkgdesc='Cross platform build tool'
 arch=('x86_64' 'i686')
 url='https://code.qt.io/qt-labs/qbs.git'
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'qt5-script')
 makedepends=('gcc')
 
source=("https://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz;)
-sha512sums=('fd68982bbe886d25099e8f1d9f55920eb313674071b2015092041b3ac3a875db5145f83907e03f07987271472fdc2f5e9164f91826a435578b8792a2a03e46ec')
+sha512sums=('f9e3e2e32610f60a34aa101a14852d5472f7cb3777eb067177b5596cd2c602f8791aab9258f03d6efd6cdf4f08d824848c05288cccbf334644f4fa5bf0664c20')
 
 build() {
   cd "$srcdir/qbs-src-$pkgver"


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

2017-04-27 Thread Sven-Hendrik Haase
Date: Thursday, April 27, 2017 @ 21:10:48
  Author: svenstaro
Revision: 294923

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

Added:
  qbs/repos/extra-i686/PKGBUILD
(from rev 294922, qbs/trunk/PKGBUILD)
  qbs/repos/extra-x86_64/PKGBUILD
(from rev 294922, qbs/trunk/PKGBUILD)
Deleted:
  qbs/repos/extra-i686/PKGBUILD
  qbs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 extra-i686/PKGBUILD   |   25 
 extra-x86_64/PKGBUILD |   25 
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-27 21:10:35 UTC (rev 294922)
+++ extra-i686/PKGBUILD 2017-04-27 21:10:48 UTC (rev 294923)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Donald Carr 
-# Contributor: Jake Petroules 
-pkgname=qbs
-pkgver=1.7.1
-pkgrel=3
-pkgdesc='Qt build system'
-arch=('x86_64' 'i686')
-url='https://code.qt.io/qt-labs/qbs.git'
-license=('LGPL')
-depends=('qt5-base' 'qt5-script')
-makedepends=('gcc')
-source=("https://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz;)
-sha512sums=('fd68982bbe886d25099e8f1d9f55920eb313674071b2015092041b3ac3a875db5145f83907e03f07987271472fdc2f5e9164f91826a435578b8792a2a03e46ec')
-
-build() {
-  cd "$srcdir/qbs-src-$pkgver"
-  qmake QBS_INSTALL_PREFIX=/usr CONFIG+=qbs_enable_project_file_updates qbs.pro
-  make
-}
-
-package() {
-  cd "$srcdir/qbs-src-$pkgver"
-  INSTALL_ROOT="$pkgdir" make install
-}

Copied: qbs/repos/extra-i686/PKGBUILD (from rev 294922, qbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-27 21:10:48 UTC (rev 294923)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Donald Carr 
+# Contributor: Jake Petroules 
+pkgname=qbs
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Cross platform build tool'
+arch=('x86_64' 'i686')
+url='https://code.qt.io/qt-labs/qbs.git'
+license=('LGPL')
+depends=('qt5-base' 'qt5-script')
+makedepends=('gcc')
+source=("https://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz;)
+sha512sums=('f9e3e2e32610f60a34aa101a14852d5472f7cb3777eb067177b5596cd2c602f8791aab9258f03d6efd6cdf4f08d824848c05288cccbf334644f4fa5bf0664c20')
+
+build() {
+  cd "$srcdir/qbs-src-$pkgver"
+  qmake QBS_INSTALL_PREFIX=/usr CONFIG+=qbs_enable_project_file_updates qbs.pro
+  make
+}
+
+package() {
+  cd "$srcdir/qbs-src-$pkgver"
+  INSTALL_ROOT="$pkgdir" make install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-27 21:10:35 UTC (rev 294922)
+++ extra-x86_64/PKGBUILD   2017-04-27 21:10:48 UTC (rev 294923)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Donald Carr 
-# Contributor: Jake Petroules 
-pkgname=qbs
-pkgver=1.7.1
-pkgrel=3
-pkgdesc='Qt build system'
-arch=('x86_64' 'i686')
-url='https://code.qt.io/qt-labs/qbs.git'
-license=('LGPL')
-depends=('qt5-base' 'qt5-script')
-makedepends=('gcc')
-source=("https://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz;)
-sha512sums=('fd68982bbe886d25099e8f1d9f55920eb313674071b2015092041b3ac3a875db5145f83907e03f07987271472fdc2f5e9164f91826a435578b8792a2a03e46ec')
-
-build() {
-  cd "$srcdir/qbs-src-$pkgver"
-  qmake QBS_INSTALL_PREFIX=/usr CONFIG+=qbs_enable_project_file_updates qbs.pro
-  make
-}
-
-package() {
-  cd "$srcdir/qbs-src-$pkgver"
-  INSTALL_ROOT="$pkgdir" make install
-}

Copied: qbs/repos/extra-x86_64/PKGBUILD (from rev 294922, qbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-27 21:10:48 UTC (rev 294923)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Donald Carr 
+# Contributor: Jake Petroules 
+pkgname=qbs
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Cross platform build tool'
+arch=('x86_64' 'i686')
+url='https://code.qt.io/qt-labs/qbs.git'
+license=('LGPL')
+depends=('qt5-base' 'qt5-script')
+makedepends=('gcc')
+source=("https://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz;)
+sha512sums=('f9e3e2e32610f60a34aa101a14852d5472f7cb3777eb067177b5596cd2c602f8791aab9258f03d6efd6cdf4f08d824848c05288cccbf334644f4fa5bf0664c20')
+
+build() {
+  cd "$srcdir/qbs-src-$pkgver"
+  qmake QBS_INSTALL_PREFIX=/usr CONFIG+=qbs_enable_project_file_updates qbs.pro
+  make
+}
+
+package() {
+  cd "$srcdir/qbs-src-$pkgver"
+  

[arch-commits] Commit in three.js/repos/community-any (PKGBUILD PKGBUILD)

2017-04-27 Thread Antonio Rojas
Date: Thursday, April 27, 2017 @ 20:53:52
  Author: arojas
Revision: 226126

archrelease: copy trunk to community-any

Added:
  three.js/repos/community-any/PKGBUILD
(from rev 226125, three.js/trunk/PKGBUILD)
Deleted:
  three.js/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-27 20:52:41 UTC (rev 226125)
+++ PKGBUILD2017-04-27 20:53:52 UTC (rev 226126)
@@ -1,21 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=three.js
-pkgver=r84
-pkgrel=1
-pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
-url='https://threejs.org/'
-arch=(any)
-license=(MIT)
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('c3667ec7f4ef4281ce2f212131067557a48240644d1151d8097e5e0879ac957f')
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/threejs
-  install -Dm644 build/*.js "$pkgdir"/usr/share/threejs/
-# Needed by sagemath
-  install -Dm644 examples/js/controls/OrbitControls.js 
"$pkgdir"/usr/share/threejs/
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: three.js/repos/community-any/PKGBUILD (from rev 226125, 
three.js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-27 20:53:52 UTC (rev 226126)
@@ -0,0 +1,21 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=three.js
+pkgver=r85
+pkgrel=1
+pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
+url='https://threejs.org/'
+arch=(any)
+license=(MIT)
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
+sha256sums=('f208506a928a809e78cb6a8ce36abf55e4c68bb5025df979017697292c9df3db')
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/threejs
+  install -Dm644 build/*.js "$pkgdir"/usr/share/threejs/
+# Needed by sagemath
+  install -Dm644 examples/js/controls/OrbitControls.js 
"$pkgdir"/usr/share/threejs/
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in three.js/trunk (PKGBUILD)

2017-04-27 Thread Antonio Rojas
Date: Thursday, April 27, 2017 @ 20:52:41
  Author: arojas
Revision: 226125

Update to r85

Modified:
  three.js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 20:06:43 UTC (rev 226124)
+++ PKGBUILD2017-04-27 20:52:41 UTC (rev 226125)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=three.js
-pkgver=r84
+pkgver=r85
 pkgrel=1
 pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
 url='https://threejs.org/'
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('c3667ec7f4ef4281ce2f212131067557a48240644d1151d8097e5e0879ac957f')
+sha256sums=('f208506a928a809e78cb6a8ce36abf55e4c68bb5025df979017697292c9df3db')
 
 package() {
   cd $pkgname-$pkgver


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

2017-04-27 Thread Jan Steffens
Date: Thursday, April 27, 2017 @ 20:36:55
  Author: heftig
Revision: 294921

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

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

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  299 +
 testing-i686/config.i686 | 8367 +
 testing-i686/config.x86_64   | 8120 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  299 +
 testing-x86_64/config.i686   | 8367 +
 testing-x86_64/config.x86_64 | 8120 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33676 insertions(+)

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


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

2017-04-27 Thread Jan Steffens
Date: Thursday, April 27, 2017 @ 20:22:38
  Author: heftig
Revision: 294920

4.10.13-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 18:16:20 UTC (rev 294919)
+++ PKGBUILD2017-04-27 20:22:38 UTC (rev 294920)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.10
-_zenpatch=zen-4.10.12-ad788e10ce86348ba49c41f24fe2ba24ea939479.diff
-pkgver=4.10.12
+_zenpatch=zen-4.10.13-5f4c0a1e5964720f2828140b79c66b1d67211e84.diff
+pkgver=4.10.13
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -29,9 +29,9 @@
 
 sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
 'SKIP'
-'ed919b49178bbda14b341058a92362322cbb09e9028229e860e6927553c8d037'
+'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'70548e67c422b55a3dc2957b45ee2b6d7f06f202070f86c8300038efccd8ac60'
+'59374b80fc5d0098e57ede23b26cdb2bbed0cd7230e07696e1c0f0c5a6dabea3'
 'SKIP'
 '7d843acf4b6ab19bce9e57baf62e717cfe23abd848cf3d49ee1fdf1274a4f79f'
 'ac0413b62ea6f4f843622c118000675afb9b45b595baa90b1b54d4f5e214d757'


[arch-commits] Commit in bashburn/repos/community-any (4 files)

2017-04-27 Thread Jaroslav Lichtblau
Date: Thursday, April 27, 2017 @ 20:06:43
  Author: jlichtblau
Revision: 226124

archrelease: copy trunk to community-any

Added:
  bashburn/repos/community-any/PKGBUILD
(from rev 226123, bashburn/trunk/PKGBUILD)
  bashburn/repos/community-any/bashburn.changelog
(from rev 226123, bashburn/trunk/bashburn.changelog)
Deleted:
  bashburn/repos/community-any/PKGBUILD
  bashburn/repos/community-any/bashburn.changelog

+
 PKGBUILD   |   81 ++-
 bashburn.changelog |   29 ++
 2 files changed, 58 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-27 20:06:32 UTC (rev 226123)
+++ PKGBUILD2017-04-27 20:06:43 UTC (rev 226124)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ronald van Haren 
-# Contributor: Andreas Wagner 
-
-pkgname=bashburn
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="A cd burning shell script"
-arch=('any')
-url="http://bashburn.dose.se/;
-license=('GPL2')
-changelog=$pkgname.changelog
-depends=('bash' 'cdrdao' 'cdrkit' 'eject')
-optdepends=('dvd+rw-tools: support for burning DVDs'
-'cdparanoia: Ripping audio CDs'
-'vorbis-tools: Vorbis-Support'
-'flac: Flac-Support'
-'normalize: Normalize audio'
-'mpg123: MP3-Support'
-'sudo: For missing permissions')
-source=("BashBurn-3.1.0.tar.gz::http://bashburn.dose.se/index.php?s=file_download=25;)
-sha256sums=('b78d5de1ee1b6e19aeee5b2f37a12aa6d02c665fd7645cad626ae7267351bb3c')
-
-package() {
-  cd ${srcdir}/BashBurn-${pkgver}
-
-# let it install in the correct location
-  sed -i 's|bblib=${lib}/lib|bblib=${lib}|' Install.sh
-
-# install
-  ./Install.sh --prefix=${pkgdir}/usr
-
-# fix executable
-  sed -i 's|'$pkgdir'||' ${pkgdir}/usr/bin/$pkgname
-
-# remove useless docs (changelog and such)
-  rm -rf ${pkgdir}/usr/lib/Bashburn/docs
-}

Copied: bashburn/repos/community-any/PKGBUILD (from rev 226123, 
bashburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-27 20:06:43 UTC (rev 226124)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ronald van Haren 
+# Contributor: Andreas Wagner 
+
+pkgname=bashburn
+pkgver=3.1.0
+pkgrel=3
+pkgdesc="CD burning shell script"
+arch=('any')
+url="http://bashburn.dose.se/;
+license=('GPL2')
+changelog=$pkgname.changelog
+depends=('bash' 'cdrdao' 'cdrkit')
+optdepends=('dvd+rw-tools: support for burning DVDs'
+'cdparanoia: Ripping audio CDs'
+'vorbis-tools: Vorbis-Support'
+'flac: Flac-Support'
+'normalize: Normalize audio'
+'mpg123: MP3-Support'
+'sudo: For missing permissions')
+source=(http://bashburn.dose.se/files/BashBurn-${pkgver}.tar.gz)
+sha256sums=('b78d5de1ee1b6e19aeee5b2f37a12aa6d02c665fd7645cad626ae7267351bb3c')
+
+prepare() {
+  cd "${srcdir}"/BashBurn-${pkgver}
+
+# let it install in the correct location
+  sed -i 's|bblib=${lib}/lib|bblib=${lib}|' Install.sh
+}
+
+package() {
+  cd "${srcdir}"/BashBurn-${pkgver}
+
+  ./Install.sh --prefix="${pkgdir}"/usr
+
+# fix executable
+  sed -i 's|'$pkgdir'||' "${pkgdir}"/usr/bin/${pkgname}
+
+# remove useless docs (changelog and such)
+  rm -rf "${pkgdir}"/usr/lib/Bashburn/docs
+}

Deleted: bashburn.changelog
===
--- bashburn.changelog  2017-04-27 20:06:32 UTC (rev 226123)
+++ bashburn.changelog  2017-04-27 20:06:43 UTC (rev 226124)
@@ -1,13 +0,0 @@
-2011-12-08 Jaroslav Lichtblau 
-   * bashburn 3.1.0-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * bashburn 3.0.1-3
-   * FS#26937 - [bashburn] cannot download sources fixed
-
-2011-07-20 Jaroslav Lichtblau 
-   * bashburn 3.0.1-2
-   * added optdeps to the package 
-
-2009-12-29 Jaroslav Lichtblau 
-   * Update to major version 3.0.1

Copied: bashburn/repos/community-any/bashburn.changelog (from rev 226123, 
bashburn/trunk/bashburn.changelog)
===
--- bashburn.changelog  (rev 0)
+++ bashburn.changelog  2017-04-27 20:06:43 UTC (rev 226124)
@@ -0,0 +1,16 @@
+2017-04-27 Jaroslav Lichtblau 
+   * bashburn 3.1.0-3 dropped the eject dependency
+
+2011-12-08 Jaroslav Lichtblau 
+   * bashburn 3.1.0-1
+
+2011-11-20 Jaroslav Lichtblau 
+   * bashburn 3.0.1-3
+   * FS#26937 - [bashburn] cannot download sources fixed
+
+2011-07-20 Jaroslav Lichtblau 

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

2017-04-27 Thread Jaroslav Lichtblau
Date: Thursday, April 27, 2017 @ 20:06:32
  Author: jlichtblau
Revision: 226123

upgpkg: bashburn 3.1.0-3 - dropped the eject dependency

Modified:
  bashburn/trunk/PKGBUILD
  bashburn/trunk/bashburn.changelog

+
 PKGBUILD   |   25 ++---
 bashburn.changelog |   11 +++
 2 files changed, 21 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 17:52:49 UTC (rev 226122)
+++ PKGBUILD2017-04-27 20:06:32 UTC (rev 226123)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Ronald van Haren 
 # Contributor: Andreas Wagner 
 
 pkgname=bashburn
 pkgver=3.1.0
-pkgrel=2
-pkgdesc="A cd burning shell script"
+pkgrel=3
+pkgdesc="CD burning shell script"
 arch=('any')
 url="http://bashburn.dose.se/;
 license=('GPL2')
 changelog=$pkgname.changelog
-depends=('bash' 'cdrdao' 'cdrkit' 'eject')
+depends=('bash' 'cdrdao' 'cdrkit')
 optdepends=('dvd+rw-tools: support for burning DVDs'
 'cdparanoia: Ripping audio CDs'
 'vorbis-tools: Vorbis-Support'
@@ -19,21 +19,24 @@
 'normalize: Normalize audio'
 'mpg123: MP3-Support'
 'sudo: For missing permissions')
-source=("BashBurn-3.1.0.tar.gz::http://bashburn.dose.se/index.php?s=file_download=25;)
+source=(http://bashburn.dose.se/files/BashBurn-${pkgver}.tar.gz)
 sha256sums=('b78d5de1ee1b6e19aeee5b2f37a12aa6d02c665fd7645cad626ae7267351bb3c')
 
-package() {
-  cd ${srcdir}/BashBurn-${pkgver}
+prepare() {
+  cd "${srcdir}"/BashBurn-${pkgver}
 
 # let it install in the correct location
   sed -i 's|bblib=${lib}/lib|bblib=${lib}|' Install.sh
+}
 
-# install
-  ./Install.sh --prefix=${pkgdir}/usr
+package() {
+  cd "${srcdir}"/BashBurn-${pkgver}
 
+  ./Install.sh --prefix="${pkgdir}"/usr
+
 # fix executable
-  sed -i 's|'$pkgdir'||' ${pkgdir}/usr/bin/$pkgname
+  sed -i 's|'$pkgdir'||' "${pkgdir}"/usr/bin/${pkgname}
 
 # remove useless docs (changelog and such)
-  rm -rf ${pkgdir}/usr/lib/Bashburn/docs
+  rm -rf "${pkgdir}"/usr/lib/Bashburn/docs
 }

Modified: bashburn.changelog
===
--- bashburn.changelog  2017-04-27 17:52:49 UTC (rev 226122)
+++ bashburn.changelog  2017-04-27 20:06:32 UTC (rev 226123)
@@ -1,13 +1,16 @@
-2011-12-08 Jaroslav Lichtblau 
+2017-04-27 Jaroslav Lichtblau 
+   * bashburn 3.1.0-3 dropped the eject dependency
+
+2011-12-08 Jaroslav Lichtblau 
* bashburn 3.1.0-1
 
-2011-11-20 Jaroslav Lichtblau 
+2011-11-20 Jaroslav Lichtblau 
* bashburn 3.0.1-3
* FS#26937 - [bashburn] cannot download sources fixed
 
-2011-07-20 Jaroslav Lichtblau 
+2011-07-20 Jaroslav Lichtblau 
* bashburn 3.0.1-2
* added optdeps to the package 
 
-2009-12-29 Jaroslav Lichtblau 
+2009-12-29 Jaroslav Lichtblau 
* Update to major version 3.0.1


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2017-04-27 Thread Florian Pritz
Date: Thursday, April 27, 2017 @ 18:16:20
  Author: bluewind
Revision: 294919

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 294918, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 294918, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 294918, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 +--
 mirrorlist |  949 +--
 upgpkg |8 
 3 files changed, 511 insertions(+), 508 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-27 18:16:13 UTC (rev 294918)
+++ PKGBUILD2017-04-27 18:16:20 UTC (rev 294919)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <d...@archlinux.org>
-
-pkgname=pacman-mirrorlist
-pkgver=20170316
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('0b0d63326a59c252d89de2a7e64ccee9')
-sha256sums=('1aff7edaec6f8f4f6f3c2a212d2fbac31bd0980922112321e41e01961e1c50e7')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 294918, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-27 18:16:20 UTC (rev 294919)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee <d...@archlinux.org>
+
+pkgname=pacman-mirrorlist
+pkgver=20170427
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('6ead94298ac62b88d3ad57be8b4a06dc')
+sha256sums=('35355c6a7ddd3b473a49b2024343b8766e9c948a869aec9ce4a5f4e8cb2af1c6')

Deleted: mirrorlist
===
--- mirrorlist  2017-04-27 18:16:13 UTC (rev 294918)
+++ mirrorlist  2017-04-27 18:16:20 UTC (rev 294919)
@@ -1,473 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2017-03-16
-##
-
-## Worldwide
-#Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
-#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Bosnia and Herzegovina
-#Server = http://burek.archlinux.ba/$repo/os/$arch
-#Server = http://archlinux.mirror.ba/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirror.host.ag/archlinux/$repo/os/$arch
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-#Server = http://mir

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

2017-04-27 Thread Florian Pritz
Date: Thursday, April 27, 2017 @ 18:16:13
  Author: bluewind
Revision: 294918

upgpkg: pacman-mirrorlist 20170427-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   25 ++---
 2 files changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 16:26:39 UTC (rev 294917)
+++ PKGBUILD2017-04-27 18:16:13 UTC (rev 294918)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20170316
+pkgver=20170427
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('0b0d63326a59c252d89de2a7e64ccee9')
-sha256sums=('1aff7edaec6f8f4f6f3c2a212d2fbac31bd0980922112321e41e01961e1c50e7')
+md5sums=('6ead94298ac62b88d3ad57be8b4a06dc')
+sha256sums=('35355c6a7ddd3b473a49b2024343b8766e9c948a869aec9ce4a5f4e8cb2af1c6')

Modified: mirrorlist
===
--- mirrorlist  2017-04-27 16:26:39 UTC (rev 294917)
+++ mirrorlist  2017-04-27 18:16:13 UTC (rev 294918)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2017-03-16
+## Generated on 2017-04-27
 ##
 
 ## Worldwide
@@ -34,7 +34,7 @@
 #Server = http://archlinux.mirror.ba/$repo/os/$arch
 
 ## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
+#Server = http://br.mirror.archlinux-br.org/$repo/os/$arch
 #Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
 #Server = http://linorg.usp.br/archlinux/$repo/os/$arch
 #Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
@@ -49,6 +49,7 @@
 
 ## Canada
 #Server = http://mirror.cedille.club/archlinux/$repo/os/$arch
+#Server = http://archlinux.mirror.colo-serv.net/$repo/os/$arch
 #Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
 #Server = https://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
 #Server = http://mirror.frgl.pw/archlinux/$repo/os/$arch
@@ -66,7 +67,6 @@
 #Server = http://mirrors.cqu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.opencas.org/archlinux/$repo/os/$arch
 #Server = https://mirrors.skyshe.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
 #Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
@@ -78,7 +78,6 @@
 
 ## Colombia
 #Server = http://mirror.edatel.net.co/archlinux/$repo/os/$arch
-#Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
 #Server = http://mirror.upb.edu.co/archlinux/$repo/os/$arch
 
 ## Croatia
@@ -147,7 +146,7 @@
 #Server = http://mirror.23media.de/archlinux/$repo/os/$arch
 #Server = https://arch.32g.eu/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
-#Server = http://mirror5.bastelfreak.org/archlinux/$repo/os/$arch
+#Server = https://fabric-mirror.vps.hosteurope.de/archlinux/$repo/os/$arch
 #Server = https://mirror.bethselamin.de/$repo/os/$arch
 #Server = http://mirrors.cicku.me/archlinux/$repo/os/$arch
 #Server = https://mirrors.cicku.me/archlinux/$repo/os/$arch
@@ -164,7 +163,6 @@
 #Server = http://mirror.hactar.xyz/$repo/os/$arch
 #Server = https://mirror.hactar.xyz/$repo/os/$arch
 #Server = http://archlinux.honkgong.info/$repo/os/$arch
-#Server = https://archlinux.honkgong.info/$repo/os/$arch
 #Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
 #Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirror.iphh.net/$repo/os/$arch
@@ -214,6 +212,8 @@
 #Server = http://ftp.uni-hannover.de/archlinux/$repo/os/$arch
 #Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
 #Server = http://mirror.united-gameserver.de/archlinux/$repo/os/$arch
+#Server = http://mirror.vfn-nrw.de/archlinux/$repo/os/$arch
+#Server = https://mirror.vfn-nrw.de/archlinux/$repo/os/$arch
 
 ## Greece
 #Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch
@@ -257,7 +257,8 @@
 #Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch
 
 ## Italy
-#Server = http://archlinux.openlabto.org/archlinux/$repo/os/$arch
+#Server = http://archlinux.prometeolibero.eu/archlinux/$repo/os/$arch
+#Server = https://archlinux.prometeolibero.eu/archlinux/$repo/os/$arch
 #Server = https://archlinux.beccacervello.it/archlinux/$repo/os/$arch
 #Server = http://mi.mirror.garr.it/mirrors/archlinux/$repo/os/$arch
 #Server = http://mirrors.prometeus.net/archlinux/$repo/os/$arch
@@ -291,6 +292,7 @@
 #Server = https://mirror.i3d.net/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch
 #Server = https://mirror.nl.leaseweb.net/archlinu

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

2017-04-27 Thread Jelle van der Waa
Date: Thursday, April 27, 2017 @ 17:52:49
  Author: jelle
Revision: 226122

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

Added:
  python-selenium/repos/community-i686/PKGBUILD
(from rev 226121, python-selenium/trunk/PKGBUILD)
  python-selenium/repos/community-x86_64/PKGBUILD
(from rev 226121, python-selenium/trunk/PKGBUILD)
Deleted:
  python-selenium/repos/community-i686/PKGBUILD
  python-selenium/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 17:48:29 UTC (rev 226121)
+++ community-i686/PKGBUILD 2017-04-27 17:52:49 UTC (rev 226122)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
-md5sums=('70ba2452cd12cbdf1ce41202f430df51')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-i686/PKGBUILD (from rev 226121, 
python-selenium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-27 17:52:49 UTC (rev 226122)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('geckodriver: Firefox driver support')
+source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
+md5sums=('70ba2452cd12cbdf1ce41202f430df51')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-27 17:48:29 UTC (rev 226121)
+++ community-x86_64/PKGBUILD   2017-04-27 17:52:49 UTC (rev 226122)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/e8/42/3cbe4cbde83a0bf6470c456301f2140d0b315e720660564919766e778e58/selenium-3.4.0.tar.gz')
-md5sums=('3f869785a289bd42df1c4d1f65f88df8')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-x86_64/PKGBUILD (from rev 226121, 
python-selenium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-27 17:52:49 UTC (rev 226122)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 

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

2017-04-27 Thread Jelle van der Waa
Date: Thursday, April 27, 2017 @ 17:48:23
  Author: jelle
Revision: 226120

upgpkg: python-selenium 3.4.1-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 16:15:09 UTC (rev 226119)
+++ PKGBUILD2017-04-27 17:48:23 UTC (rev 226120)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/e8/42/3cbe4cbde83a0bf6470c456301f2140d0b315e720660564919766e778e58/selenium-3.4.0.tar.gz')
-md5sums=('3f869785a289bd42df1c4d1f65f88df8')
+source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
+md5sums=('70ba2452cd12cbdf1ce41202f430df51')
 
 package_python-selenium() {
   depends=('python')


[arch-commits] Commit in python-selenium/repos/community-i686 (PKGBUILD PKGBUILD)

2017-04-27 Thread Jelle van der Waa
Date: Thursday, April 27, 2017 @ 17:48:29
  Author: jelle
Revision: 226121

archrelease: copy trunk to community-i686

Added:
  python-selenium/repos/community-i686/PKGBUILD
(from rev 226120, python-selenium/trunk/PKGBUILD)
Deleted:
  python-selenium/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-27 17:48:23 UTC (rev 226120)
+++ PKGBUILD2017-04-27 17:48:29 UTC (rev 226121)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/e8/42/3cbe4cbde83a0bf6470c456301f2140d0b315e720660564919766e778e58/selenium-3.4.0.tar.gz')
-md5sums=('3f869785a289bd42df1c4d1f65f88df8')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-i686/PKGBUILD (from rev 226120, 
python-selenium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-27 17:48:29 UTC (rev 226121)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('geckodriver: Firefox driver support')
+source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
+md5sums=('70ba2452cd12cbdf1ce41202f430df51')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run


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

2017-04-27 Thread Andreas Radke
Date: Thursday, April 27, 2017 @ 16:26:39
  Author: andyrtr
Revision: 294917

drop libmspack optional dependecy - FontOO is dead for a long time

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 16:25:57 UTC (rev 294916)
+++ PKGBUILD2017-04-27 16:26:39 UTC (rev 294917)
@@ -314,7 +314,6 @@
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
'libmythes:for use in thesaurus'
'beanshell:   interactive java -- good for 
prototyping/macros'
-   'libmspack:library for Microsoft compression formats 
for use in FontOOo'
'libwpg:   library for importing and converting 
WordPerfect Graphics format'
'sane: for scanner access'
'unixodbc: adds ODBC database support'


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

2017-04-27 Thread Andreas Radke
Date: Thursday, April 27, 2017 @ 16:25:57
  Author: andyrtr
Revision: 294916

drop libmspack optional dependecy - FontOO is dead for a long time

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 16:23:52 UTC (rev 294915)
+++ PKGBUILD2017-04-27 16:25:57 UTC (rev 294916)
@@ -304,7 +304,6 @@
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
'libmythes:for use in thesaurus'
'beanshell:   interactive java -- good for 
prototyping/macros'
-   'libmspack:library for Microsoft compression formats 
for use in FontOOo'
'libwpg:   library for importing and converting 
WordPerfect Graphics format'
'sane: for scanner access'
'unixodbc: adds ODBC database support'


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

2017-04-27 Thread Andreas Radke
Date: Thursday, April 27, 2017 @ 16:23:52
  Author: andyrtr
Revision: 294915

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

Added:
  libmspack/repos/extra-i686/PKGBUILD
(from rev 294914, libmspack/trunk/PKGBUILD)
  libmspack/repos/extra-x86_64/PKGBUILD
(from rev 294914, libmspack/trunk/PKGBUILD)
Deleted:
  libmspack/repos/extra-i686/PKGBUILD
  libmspack/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 70 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-27 16:23:37 UTC (rev 294914)
+++ extra-i686/PKGBUILD 2017-04-27 16:23:52 UTC (rev 294915)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libmspack
-pkgver=0.5alpha
-pkgrel=1
-pkgdesc="A library for Microsoft compression formats"
-arch=('i686' 'x86_64')
-url="http://www.cabextract.org.uk/libmspack/;
-license=('GPL')
-depends=('glibc')
-makedepends=()
-source=(http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz)
-md5sums=('3aa3f6b9ef101463270c085478fda1da')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: libmspack/repos/extra-i686/PKGBUILD (from rev 294914, 
libmspack/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-27 16:23:52 UTC (rev 294915)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libmspack
+pkgver=1.5
+pkgrel=1
+pkgdesc="A library for Microsoft compression formats"
+arch=('i686' 'x86_64')
+url="http://www.cabextract.org.uk/libmspack/;
+license=('GPL')
+depends=('glibc')
+source=(#http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz
+https://github.com/kyz/libmspack/archive/v${pkgver}.tar.gz)
+sha256sums=('a5383c4d662b6148f368327bfee2babed2436d5395654ea71e491a8eb6a6f947')
+
+prepare(){
+  cd $pkgname-$pkgver/$pkgname/trunk
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver/$pkgname/trunk
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/$pkgname/trunk
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver/$pkgname/trunk
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-27 16:23:37 UTC (rev 294914)
+++ extra-x86_64/PKGBUILD   2017-04-27 16:23:52 UTC (rev 294915)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libmspack
-pkgver=0.5alpha
-pkgrel=1
-pkgdesc="A library for Microsoft compression formats"
-arch=('i686' 'x86_64')
-url="http://www.cabextract.org.uk/libmspack/;
-license=('GPL')
-depends=('glibc')
-makedepends=()
-source=(http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz)
-md5sums=('3aa3f6b9ef101463270c085478fda1da')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: libmspack/repos/extra-x86_64/PKGBUILD (from rev 294914, 
libmspack/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-27 16:23:52 UTC (rev 294915)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libmspack
+pkgver=1.5
+pkgrel=1
+pkgdesc="A library for Microsoft compression formats"
+arch=('i686' 'x86_64')
+url="http://www.cabextract.org.uk/libmspack/;
+license=('GPL')
+depends=('glibc')
+source=(#http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz
+https://github.com/kyz/libmspack/archive/v${pkgver}.tar.gz)
+sha256sums=('a5383c4d662b6148f368327bfee2babed2436d5395654ea71e491a8eb6a6f947')
+
+prepare(){
+  cd $pkgname-$pkgver/$pkgname/trunk
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver/$pkgname/trunk
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/$pkgname/trunk
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver/$pkgname/trunk
+  make DESTDIR="$pkgdir/" install
+}


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

2017-04-27 Thread Andreas Radke
Date: Thursday, April 27, 2017 @ 16:23:37
  Author: andyrtr
Revision: 294914

upgpkg: libmspack 1.5-1

upstream update 1.5

Modified:
  libmspack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 15:21:43 UTC (rev 294913)
+++ PKGBUILD2017-04-27 16:23:37 UTC (rev 294914)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=libmspack
-pkgver=0.5alpha
+pkgver=1.5
 pkgrel=1
 pkgdesc="A library for Microsoft compression formats"
 arch=('i686' 'x86_64')
@@ -9,22 +9,27 @@
 url="http://www.cabextract.org.uk/libmspack/;
 license=('GPL')
 depends=('glibc')
-makedepends=()
-source=(http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz)
-md5sums=('3aa3f6b9ef101463270c085478fda1da')
+source=(#http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz
+https://github.com/kyz/libmspack/archive/v${pkgver}.tar.gz)
+sha256sums=('a5383c4d662b6148f368327bfee2babed2436d5395654ea71e491a8eb6a6f947')
 
+prepare(){
+  cd $pkgname-$pkgver/$pkgname/trunk
+  autoreconf -vfi
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver/$pkgname/trunk
   ./configure --prefix=/usr --disable-static
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver/$pkgname/trunk
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver/$pkgname/trunk
   make DESTDIR="$pkgdir/" install
 }


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

2017-04-27 Thread Christian Rebischke
Date: Thursday, April 27, 2017 @ 15:45:01
  Author: shibumi
Revision: 226116

upgpkg: arch-audit 0.1.8-3 openssl-1.1 rebuild: added openssl as
dependency

Modified:
  arch-audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 15:27:43 UTC (rev 226115)
+++ PKGBUILD2017-04-27 15:45:01 UTC (rev 226116)
@@ -4,10 +4,10 @@
 
 pkgname=arch-audit
 pkgver=0.1.8
-pkgrel=2
+pkgrel=3
 pkgdesc='An utility like pkg-audit based on Arch CVE Monitoring Team data'
 url='https://github.com/ilpianista/arch-audit'
-depends=('curl')
+depends=('curl' 'openssl')
 makedepends=('cargo' 'pkg-config')
 arch=('i686' 'x86_64')
 license=('MIT')


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

2017-04-27 Thread Christian Rebischke
Date: Thursday, April 27, 2017 @ 15:45:10
  Author: shibumi
Revision: 226117

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

Added:
  arch-audit/repos/community-i686/PKGBUILD
(from rev 226116, arch-audit/trunk/PKGBUILD)
  arch-audit/repos/community-x86_64/PKGBUILD
(from rev 226116, arch-audit/trunk/PKGBUILD)
Deleted:
  arch-audit/repos/community-i686/PKGBUILD
  arch-audit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 15:45:01 UTC (rev 226116)
+++ community-i686/PKGBUILD 2017-04-27 15:45:10 UTC (rev 226117)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke 
-# Contributor: Andrea Scarpino 
-
-pkgname=arch-audit
-pkgver=0.1.8
-pkgrel=2
-pkgdesc='An utility like pkg-audit based on Arch CVE Monitoring Team data'
-url='https://github.com/ilpianista/arch-audit'
-depends=('curl')
-makedepends=('cargo' 'pkg-config')
-arch=('i686' 'x86_64')
-license=('MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ilpianista/arch-audit/archive/${pkgver}.tar.gz;)
-sha512sums=('f8dd2439c81b4c23e2c3e60cf086e07488bc176489a201d4ee951c1faf2a1082b610c6765c3bc737e9246d59327232fc705b88a5816b6a0b770487b47f491f1c')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  install -Dm644 doc/arch-audit.1 "${pkgdir}/usr/share/man/man1/arch-audit.1"
-
-  install -Dm644 systemd/arch-audit.service \
-"${pkgdir}/usr/share/${pkgname}/arch-audit.service"
-  install -Dm644 systemd/arch-audit.timer \
-"${pkgdir}/usr/share/${pkgname}/arch-audit.timer"
-
-  install -Dm644 completions/zsh/_arch-audit \
-"${pkgdir}"/usr/share/zsh/site-functions/_arch-audit
-}

Copied: arch-audit/repos/community-i686/PKGBUILD (from rev 226116, 
arch-audit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-27 15:45:10 UTC (rev 226117)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Christian Rebischke 
+# Contributor: Andrea Scarpino 
+
+pkgname=arch-audit
+pkgver=0.1.8
+pkgrel=3
+pkgdesc='An utility like pkg-audit based on Arch CVE Monitoring Team data'
+url='https://github.com/ilpianista/arch-audit'
+depends=('curl' 'openssl')
+makedepends=('cargo' 'pkg-config')
+arch=('i686' 'x86_64')
+license=('MIT')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ilpianista/arch-audit/archive/${pkgver}.tar.gz;)
+sha512sums=('f8dd2439c81b4c23e2c3e60cf086e07488bc176489a201d4ee951c1faf2a1082b610c6765c3bc737e9246d59327232fc705b88a5816b6a0b770487b47f491f1c')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 doc/arch-audit.1 "${pkgdir}/usr/share/man/man1/arch-audit.1"
+
+  install -Dm644 systemd/arch-audit.service \
+"${pkgdir}/usr/share/${pkgname}/arch-audit.service"
+  install -Dm644 systemd/arch-audit.timer \
+"${pkgdir}/usr/share/${pkgname}/arch-audit.timer"
+
+  install -Dm644 completions/zsh/_arch-audit \
+"${pkgdir}"/usr/share/zsh/site-functions/_arch-audit
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-27 15:45:01 UTC (rev 226116)
+++ community-x86_64/PKGBUILD   2017-04-27 15:45:10 UTC (rev 226117)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke 
-# Contributor: Andrea Scarpino 
-
-pkgname=arch-audit
-pkgver=0.1.8
-pkgrel=2
-pkgdesc='An utility like pkg-audit based on Arch CVE Monitoring Team data'
-url='https://github.com/ilpianista/arch-audit'
-depends=('curl')
-makedepends=('cargo' 'pkg-config')
-arch=('i686' 'x86_64')
-license=('MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ilpianista/arch-audit/archive/${pkgver}.tar.gz;)
-sha512sums=('f8dd2439c81b4c23e2c3e60cf086e07488bc176489a201d4ee951c1faf2a1082b610c6765c3bc737e9246d59327232fc705b88a5816b6a0b770487b47f491f1c')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" 

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 15:27:43
  Author: felixonmars
Revision: 226115

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

Added:
  agda/repos/community-staging-i686/
  agda/repos/community-staging-i686/PKGBUILD
(from rev 226114, agda/trunk/PKGBUILD)
  agda/repos/community-staging-i686/unordered-containers-0.2.6.patch
(from rev 226114, agda/trunk/unordered-containers-0.2.6.patch)
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 226114, agda/trunk/PKGBUILD)
  agda/repos/community-staging-x86_64/unordered-containers-0.2.6.patch
(from rev 226114, agda/trunk/unordered-containers-0.2.6.patch)

---+
 community-staging-i686/PKGBUILD   |   61 
 community-staging-i686/unordered-containers-0.2.6.patch   |   40 +++
 community-staging-x86_64/PKGBUILD |   61 
 community-staging-x86_64/unordered-containers-0.2.6.patch |   40 +++
 4 files changed, 202 insertions(+)

Copied: agda/repos/community-staging-i686/PKGBUILD (from rev 226114, 
agda/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 15:27:43 UTC (rev 226115)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.5.2
+pkgrel=11
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="http://wiki.portal.chalmers.se/agda/;
+license=("custom")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-boxes" "haskell-cpphs" 
"haskell-data-hash"
+ "haskell-edisonapi" "haskell-edisoncore" "haskell-edit-distance" 
"haskell-equivalence"
+ "haskell-geniplate-mirror" "haskell-gitrev" "haskell-hashable" 
"haskell-hashtables"
+ "haskell-ieee754" "haskell-monadplus" "haskell-mtl" 
"haskell-murmur-hash"
+ "haskell-parallel" "haskell-regex-tdfa" "haskell-strict" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-zlib")
+optdepends=('agda-stdlib: for standard library')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d812cec3bf7f03c4b27248572475c7e060154102771a8434cc11ba89f5691439')
+
+prepare() {
+sed -i 's/, ieee754 >= 0.7.8 && < 0.8/, ieee754 >= 0.7.8 \&\& < 0.9/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+
+# TODO: Find a better way!
+# Build it twice to compile the agdai file.
+cp -a ${_hkgname}-${pkgver}{,-tmp}
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs -f-uhc -f-debug
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+
+cd "${srcdir}/${_hkgname}-${pkgver}-tmp"
+runhaskell Setup configure --prefix="$PWD/target" --datasubdir="$pkgname"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup copy
+
+target/bin/agda target/share/agda/lib/prim/Agda/Primitive.agda
+for _file in target/share/agda/lib/prim/Agda/Builtin/*.agda; do
+target/bin/agda "$_file"
+done
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Builtin/*.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: agda/repos/community-staging-i686/unordered-containers-0.2.6.patch 
(from rev 226114, agda/trunk/unordered-containers-0.2.6.patch)
===
--- community-staging-i686/unordered-containers-0.2.6.patch 
(rev 0)
+++ community-staging-i686/unordered-containers-0.2.6.patch 2017-04-27 
15:27:43 UTC (rev 226115)
@@ -0,0 +1,40 @@
+diff --git a/src/full/Agda/Utils/HashMap.hs b/src/full/Agda/Utils/HashMap.hs
+index 5e1da8b..bd14fac 100644
+--- a/src/full/Agda/Utils/HashMap.hs
 b/src/full/Agda/Utils/HashMap.hs
+@@ -1,29 +1,14 @@
+ module Agda.Utils.HashMap
+   ( module HashMap
+-  , mapMaybe
+-  , alter
+   ) where
+ 
+-import Data.Hashable
+ import Data.HashMap.Strict as HashMap
+-import qualified Data.Maybe as Maybe
+ 
+--- | Like 'Data.Map.Strict.mapMaybe'.

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 15:27:16
  Author: felixonmars
Revision: 226114

upgpkg: agda 2.5.2-11

rebuild with geniplate-mirror,0.7.5

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:49:32 UTC (rev 226113)
+++ PKGBUILD2017-04-27 15:27:16 UTC (rev 226114)
@@ -5,7 +5,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.5.2
-pkgrel=10
+pkgrel=11
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/;
 license=("custom")


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

2017-04-27 Thread Andreas Radke
Date: Thursday, April 27, 2017 @ 15:21:43
  Author: andyrtr
Revision: 294913

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/90-linux.hook
(from rev 294912, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 294912, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 294912, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 294912, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 294912, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 294912, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 294912, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 294912, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 294912, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 294912, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 294912, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 294912, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 294912, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 294912, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8211 +
 testing-i686/config.x86_64   | 7976 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8211 +
 testing-x86_64/config.x86_64 | 7976 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33112 insertions(+)

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


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

2017-04-27 Thread Andreas Radke
Date: Thursday, April 27, 2017 @ 15:21:13
  Author: andyrtr
Revision: 294912

upgpkg: linux-lts 4.9.25-1

upstream update 4.9.25

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:45:53 UTC (rev 294911)
+++ PKGBUILD2017-04-27 15:21:13 UTC (rev 294912)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.24
+pkgver=4.9.25
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'37897ce45426b8114c290dc52bc9de2034641b6dd9e33c7abba5224deb6e6e19'
+'1ae6b863b87c7dd67ce075e1e1d56b8b3fd30c26243c0cd2f1ecc64cbe0ad219'
 'SKIP'
 'd577759532f56b0df073cdc0f2aa3975f1325b8a91851050bb678e18ace6700c'
 '521943d91f3e2a42b9848c429063db2b554e4433366fa8341ab9186a1151d0ca'


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:49:32
  Author: felixonmars
Revision: 226113

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

Added:
  haskell-geniplate-mirror/repos/community-staging-i686/
  haskell-geniplate-mirror/repos/community-staging-i686/PKGBUILD
(from rev 226112, haskell-geniplate-mirror/trunk/PKGBUILD)
  haskell-geniplate-mirror/repos/community-staging-x86_64/
  haskell-geniplate-mirror/repos/community-staging-x86_64/PKGBUILD
(from rev 226112, haskell-geniplate-mirror/trunk/PKGBUILD)

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

Copied: haskell-geniplate-mirror/repos/community-staging-i686/PKGBUILD (from 
rev 226112, haskell-geniplate-mirror/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 14:49:32 UTC (rev 226113)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=geniplate-mirror
+pkgname=haskell-geniplate-mirror
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Use Template Haskell to generate Uniplate-like functions."
+url="https://github.com/danr/geniplate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c5ca8c9de5e4ba00e45fbb3e1a2510cb02b6fe9fc1447ab0e40f70ff2a9c93234b1e114816a8cde3f8adffa63e830e8d5ced70a71863c357663e10632e372eac')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-geniplate-mirror/repos/community-staging-x86_64/PKGBUILD (from 
rev 226112, haskell-geniplate-mirror/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 14:49:32 UTC (rev 226113)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=geniplate-mirror
+pkgname=haskell-geniplate-mirror
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Use Template Haskell to generate Uniplate-like functions."
+url="https://github.com/danr/geniplate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c5ca8c9de5e4ba00e45fbb3e1a2510cb02b6fe9fc1447ab0e40f70ff2a9c93234b1e114816a8cde3f8adffa63e830e8d5ced70a71863c357663e10632e372eac')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup 

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:49:05
  Author: felixonmars
Revision: 226112

upgpkg: haskell-geniplate-mirror 0.7.5-1

rebuild with geniplate-mirror,0.7.5

Modified:
  haskell-geniplate-mirror/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:41:29 UTC (rev 226111)
+++ PKGBUILD2017-04-27 14:49:05 UTC (rev 226112)
@@ -4,8 +4,8 @@
 
 _hkgname=geniplate-mirror
 pkgname=haskell-geniplate-mirror
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
 pkgdesc="Use Template Haskell to generate Uniplate-like functions."
 url="https://github.com/danr/geniplate;
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-mtl")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('1bbfc296d598d604e0cf4da0b4a23e36e73f019f83b7911e18621443f04e2c5f')
+sha512sums=('c5ca8c9de5e4ba00e45fbb3e1a2510cb02b6fe9fc1447ab0e40f70ff2a9c93234b1e114816a8cde3f8adffa63e830e8d5ced70a71863c357663e10632e372eac')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-04-27 Thread Jan Steffens
Date: Thursday, April 27, 2017 @ 14:41:29
  Author: heftig
Revision: 226111

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

Added:
  simple-scan/repos/community-i686/PKGBUILD
(from rev 226110, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-x86_64/PKGBUILD
(from rev 226110, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-i686/PKGBUILD
  simple-scan/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 14:40:44 UTC (rev 226110)
+++ community-i686/PKGBUILD 2017-04-27 14:41:29 UTC (rev 226111)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.22.0.1
-pkgrel=2
-pkgdesc="Simple scanning utility"
-url="http://launchpad.net/simple-scan;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb)
-makedepends=(yelp-tools intltool vala)
-source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Force regeneration
-  touch src/*.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---disable-schemas-compile \
---disable-packagekit
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simple-scan/repos/community-i686/PKGBUILD (from rev 226110, 
simple-scan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-27 14:41:29 UTC (rev 226111)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://launchpad.net/simple-scan;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb)
+makedepends=(yelp-tools intltool vala)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5eae832b14664183d55aa599801cf32f19ff2174dfba4e3d7e4eb4d55810efb3')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Force regeneration
+  touch src/*.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--disable-schemas-compile \
+--disable-packagekit
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-27 14:40:44 UTC (rev 226110)
+++ community-x86_64/PKGBUILD   2017-04-27 14:41:29 UTC (rev 226111)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.22.0.1
-pkgrel=2
-pkgdesc="Simple scanning utility"
-url="http://launchpad.net/simple-scan;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb)
-makedepends=(yelp-tools intltool vala)
-source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Force regeneration
-  touch src/*.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---disable-schemas-compile \
---disable-packagekit
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 226110, 
simple-scan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-27 14:41:29 UTC (rev 226111)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://launchpad.net/simple-scan;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb)

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

2017-04-27 Thread Jan Steffens
Date: Thursday, April 27, 2017 @ 14:40:44
  Author: heftig
Revision: 226110

3.24.1-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:21:58 UTC (rev 226109)
+++ PKGBUILD2017-04-27 14:40:44 UTC (rev 226110)
@@ -4,16 +4,16 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=3.22.0.1
-pkgrel=2
+pkgver=3.24.1
+pkgrel=1
 pkgdesc="Simple scanning utility"
-url="http://launchpad.net/simple-scan;
+url="https://launchpad.net/simple-scan;
 arch=(i686 x86_64)
 license=(GPL3)
 depends=(sane dconf gtk3 colord libgusb)
 makedepends=(yelp-tools intltool vala)
-source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5eae832b14664183d55aa599801cf32f19ff2174dfba4e3d7e4eb4d55810efb3')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:21:58
  Author: felixonmars
Revision: 226109

use https

Modified:
  fcitx-sunpinyin/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:21:49 UTC (rev 226108)
+++ PKGBUILD2017-04-27 14:21:58 UTC (rev 226109)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgname=fcitx-sunpinyin
 pkgver=0.4.1
@@ -10,21 +10,22 @@
 license=('GPL')
 depends=('fcitx' 'sunpinyin' 'sunpinyin-data' 'gtk-update-icon-cache')
 makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)  # 
{,.sig})
+sha512sums=('7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  mkdir -p build
   cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
   make
 }
 
 package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c')


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:21:49
  Author: felixonmars
Revision: 226108

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

Added:
  fcitx-mozc/repos/community-i686/PKGBUILD
(from rev 226107, fcitx-mozc/trunk/PKGBUILD)
  fcitx-mozc/repos/community-x86_64/PKGBUILD
(from rev 226107, fcitx-mozc/trunk/PKGBUILD)
Deleted:
  fcitx-mozc/repos/community-i686/PKGBUILD
  fcitx-mozc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  238 
 community-i686/PKGBUILD   |  115 -
 community-x86_64/PKGBUILD |  115 -
 3 files changed, 238 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 14:21:16 UTC (rev 226107)
+++ community-i686/PKGBUILD 2017-04-27 14:21:49 UTC (rev 226108)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-# Contributor: UTUMI Hirosi 
-
-## Mozc compile option
-_bldtype=Release
-
-_mozc_rev=280e38fe3d9db4df52f0713acf2ca65898cd697a
-_japanese_usage_dictionary_rev=e5b3425575734c323e1d947009dd74709437b684
-_gyp_rev=920ee58c3d3109dea3cd37d88054014891a93db7
-_protobuf_rev=a428e42072765993ff674fda72863c9f1aa2d268
-_zipcode_rel=201611
-
-_pkgbase=mozc
-pkgname=fcitx-mozc
-pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)"
-pkgver=2.20.2673.102
-_fcitx_patchver=2.18.2612.102.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="https://github.com/google/mozc;
-license=('custom')
-depends=('qt5-base' 'fcitx' 'zinnia')
-makedepends=('pkg-config' 'python2' 'curl' 'gtk2' 'mesa' 'subversion' 'ninja' 
'git' 'clang')
-replaces=('mozc-fcitx')
-conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
-source=(git+https://github.com/google/mozc.git#commit=${_mozc_rev}
-
japanese_usage_dictionary::git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=${_japanese_usage_dictionary_rev}
-git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev}
-git+https://github.com/google/protobuf.git#commit=${_protobuf_rev}
-
http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip
-http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip
-
http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch
-http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'c48a4ac3237a367672009e67ccc34416cbbd5373f8ce7e47d28e5be85dddbb216d3eb27d2439cde4fdcf826df92ad13694e113761cb927def77944f14757aab1'
-
'a6c328ebf4805a38ed17f782d70179d37072a0d4c6dd50fef0aeefff0e073acd606a006c261c6a79d381038e3928533f76104362d5bd443d93794ecffe45d923'
-
'725c464727f230707b90975705ef1565f1178f9144e66c5a688696a4ef520a6fec1d11f7aa68ee05f82aa9417060b1cccf49a155e30734871a525eaa4c76addb'
-
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')
-
-prepare() {
-  cd mozc/src
-
-  # Apply fcitx patch
-  rm unix/fcitx -rf
-  patch -Np2 -i "$srcdir/fcitx-mozc-${_fcitx_patchver}.patch"
-
-  # Adjust to use python2
-  find . -name  \*.py-type f -exec sed -i -e "1s|python.*$|python2|"  
{} +
-  find . -regex '.*\.gypi?$' -type f -exec sed -i -e "s|'python'|'python2'|g" 
{} +
-
-  # Generate zip code seed
-  msg "Generating zip code seed..."
-  PYTHONPATH="$PWD:$PYTHONPATH" python2 dictionary/gen_zip_code_seed.py 
--zip_code="${srcdir}/x-ken-all.csv" --jigyosyo="${srcdir}/JIGYOSYO.CSV" >> 
data/dictionary_oss/dictionary09.txt
-  msg "Done."
-
-  # Copy third party deps
-  cd "$srcdir"
-  for dep in gyp protobuf japanese_usage_dictionary
-  do
-cp -a $dep mozc/src/third_party/
-  done
-}
-
-build() {
-  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
-  CFLAGS="${CFLAGS} -fvisibility=hidden"
-  CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"
-
-  cd mozc/src
-
-  _targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc"
-
-  QTDIR=/usr GYP_DEFINES="document_dir=/usr/share/licenses/$pkgname 
use_libzinnia=1" python2 build_mozc.py gyp
-  python2 build_mozc.py build -c $_bldtype $_targets
-
-  # Extract license part of mozc
-  head -n 29 server/mozc_server.cc > LICENSE
-}
-
-package() {
-  cd mozc/src
-  install -D -m 755 out_linux/${_bldtype}/mozc_server 
"${pkgdir}/usr/lib/mozc/mozc_server"
-  install-m 755 out_linux/${_bldtype}/mozc_tool   
"${pkgdir}/usr/lib/mozc/mozc_tool"
-
-  install -d "${pkgdir}/usr/share/licenses/$pkgname/"
-  install -m 644 LICENSE data/installer/*.html 
"${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  for mofile in 

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:21:16
  Author: felixonmars
Revision: 226107

upgpkg: fcitx-mozc 2.20.2673.102-2

update zipcode

Modified:
  fcitx-mozc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:18:02 UTC (rev 226106)
+++ PKGBUILD2017-04-27 14:21:16 UTC (rev 226107)
@@ -10,7 +10,7 @@
 _japanese_usage_dictionary_rev=e5b3425575734c323e1d947009dd74709437b684
 _gyp_rev=920ee58c3d3109dea3cd37d88054014891a93db7
 _protobuf_rev=a428e42072765993ff674fda72863c9f1aa2d268
-_zipcode_rel=201611
+_zipcode_rel=201703
 
 _pkgbase=mozc
 pkgname=fcitx-mozc
@@ -17,7 +17,7 @@
 pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)"
 pkgver=2.20.2673.102
 _fcitx_patchver=2.18.2612.102.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/google/mozc;
 license=('custom')
@@ -27,22 +27,26 @@
 conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
 source=(git+https://github.com/google/mozc.git#commit=${_mozc_rev}
 
japanese_usage_dictionary::git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=${_japanese_usage_dictionary_rev}
-git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev}
+
mozc-gyp::git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev}
 git+https://github.com/google/protobuf.git#commit=${_protobuf_rev}
 
http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip
 http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip
-
http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch
-http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
+
https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch{,.sig}
+https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
 sha512sums=('SKIP'
 'SKIP'
 'SKIP'
 'SKIP'
-
'c48a4ac3237a367672009e67ccc34416cbbd5373f8ce7e47d28e5be85dddbb216d3eb27d2439cde4fdcf826df92ad13694e113761cb927def77944f14757aab1'
-
'a6c328ebf4805a38ed17f782d70179d37072a0d4c6dd50fef0aeefff0e073acd606a006c261c6a79d381038e3928533f76104362d5bd443d93794ecffe45d923'
+
'aecd93a99c460fbbb9790bdf9e024a313b62cf51a1fec23bc19da0f375ddaeec37fe3bdf5d44930d16da9d1ba0b3205a2da008c4be611165ae474c469d173176'
+
'e426652cfa1ab6360c00770a76d12089165ba66364aaf8b6dcd3b6bf9fc7b154ec490eea77476eefd7e1551cf84165a45f165bb6cfab4964a1bb682220e11e28'
 
'725c464727f230707b90975705ef1565f1178f9144e66c5a688696a4ef520a6fec1d11f7aa68ee05f82aa9417060b1cccf49a155e30734871a525eaa4c76addb'
+'SKIP'
 
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 prepare() {
+  mv mozc-gyp gyp
+
   cd mozc/src
 
   # Apply fcitx patch


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:18:02
  Author: felixonmars
Revision: 226106

validate pgp signature

Modified:
  fcitx-skk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:16:30 UTC (rev 226105)
+++ PKGBUILD2017-04-27 14:18:02 UTC (rev 226106)
@@ -10,10 +10,13 @@
 license=('GPL')
 depends=('fcitx-qt4' 'libskk')
 makedepends=('cmake')
-source=("http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('040ae86a687e036be724d856808dd0c713517c216a44fd9ec65d5da708115681d3a1865947db3fcc597dee19bc350a94114b1b780a90c3444309db15f1a3e868'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build(){
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
  
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
   make
@@ -20,8 +23,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('040ae86a687e036be724d856808dd0c713517c216a44fd9ec65d5da708115681d3a1865947db3fcc597dee19bc350a94114b1b780a90c3444309db15f1a3e868')


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:14:38
  Author: felixonmars
Revision: 226055

use https

Modified:
  fcitx-sayura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:14:35 UTC (rev 226054)
+++ PKGBUILD2017-04-27 14:14:38 UTC (rev 226055)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgname=fcitx-sayura
 pkgver=0.1.1
@@ -10,22 +10,22 @@
 license=('GPL')
 depends=('fcitx')
 makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)  # 
{,.sig})
+sha512sums=('1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
   cd build
   
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
   make
 }
 
 package() {
-  cd "$srcdir"/${pkgname}-${pkgver}/build
+  cd build
   make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3')


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:13:28
  Author: felixonmars
Revision: 226051

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 226050, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 14:13:28 UTC (rev 226051)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.10
+pkgrel=5
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('19b8aa8d49c6c48d0b9a12413159611e2530abda81dc19186dd6c03672403a457a8f2cc72439132f8d47e6a7de9fd09d95b48d05172d87e248e8cd2931d68f64')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 226050, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 14:13:28 UTC (rev 226051)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.10
+pkgrel=5
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('19b8aa8d49c6c48d0b9a12413159611e2530abda81dc19186dd6c03672403a457a8f2cc72439132f8d47e6a7de9fd09d95b48d05172d87e248e8cd2931d68f64')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:12:51
  Author: felixonmars
Revision: 226050

upgpkg: hoogle 5.0.10-5

rebuild with memory,0.14.5

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:11:10 UTC (rev 226049)
+++ PKGBUILD2017-04-27 14:12:51 UTC (rev 226050)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.10
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:11:10
  Author: felixonmars
Revision: 226049

use https

Modified:
  fcitx-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:07:50 UTC (rev 226048)
+++ PKGBUILD2017-04-27 14:11:10 UTC (rev 226049)
@@ -11,7 +11,9 @@
 license=('GPL')
 depends=('fcitx' "librime" "brise")
 makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;) #  
{,.sig})
+sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build() {
   cd $pkgname-$pkgver
@@ -24,5 +26,3 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:07:50
  Author: felixonmars
Revision: 226048

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

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

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

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

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

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:07:22
  Author: felixonmars
Revision: 226047

upgpkg: git-annex 6.20170321-32

rebuild with memory,0.14.5

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:02:50 UTC (rev 226046)
+++ PKGBUILD2017-04-27 14:07:22 UTC (rev 226047)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170321
-pkgrel=31
+pkgrel=32
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-04-27 Thread Jelle van der Waa
Date: Thursday, April 27, 2017 @ 14:02:50
  Author: jelle
Revision: 226046

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   36 -
 community-x86_64/PKGBUILD |   36 -
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 14:02:38 UTC (rev 226045)
+++ community-i686/PKGBUILD 2017-04-27 14:02:50 UTC (rev 226046)
@@ -1,36 +0,0 @@
-# Maintainer: Grey Christoforo 
-
-pkgname=arcus
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="Communication library between internal components for Ultimaker 
software"
-url="https://github.com/Ultimaker/libArcus;
-arch=('x86_64' 'i686')
-license=('AGPL')
-makedepends=('cmake')
-depends=('python' 'protobuf' 'python-sip')
-source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-md5sums=('d726e90657760488da79480be333e0c7')
-
-build() {
-  cd libArcus-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=OFF  \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
-
-  make
-}
-
-package() {
-  cd libArcus-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arcus/repos/community-i686/PKGBUILD (from rev 226045, 
arcus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-27 14:02:50 UTC (rev 226046)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=arcus
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus;
+arch=('x86_64' 'i686')
+license=('AGPL')
+makedepends=('cmake')
+depends=('python' 'protobuf' 'python-sip')
+source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
+md5sums=('a8f83c896793262967971b7a94fe3082')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-27 14:02:38 UTC (rev 226045)
+++ community-x86_64/PKGBUILD   2017-04-27 14:02:50 UTC (rev 226046)
@@ -1,36 +0,0 @@
-# Maintainer: Grey Christoforo 
-
-pkgname=arcus
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="Communication library between internal components for Ultimaker 
software"
-url="https://github.com/Ultimaker/libArcus;
-arch=('x86_64' 'i686')
-license=('AGPL')
-makedepends=('cmake')
-depends=('python' 'protobuf' 'python-sip')
-source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-md5sums=('d726e90657760488da79480be333e0c7')
-
-build() {
-  cd libArcus-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=OFF  \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
-
-  make
-}
-
-package() {
-  cd libArcus-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arcus/repos/community-x86_64/PKGBUILD (from rev 226045, 
arcus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-27 14:02:50 UTC (rev 226046)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=arcus
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus;
+arch=('x86_64' 'i686')
+license=('AGPL')
+makedepends=('cmake')
+depends=('python' 'protobuf' 'python-sip')
+source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
+md5sums=('a8f83c896793262967971b7a94fe3082')
+
+build() 

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

2017-04-27 Thread Jelle van der Waa
Date: Thursday, April 27, 2017 @ 14:02:38
  Author: jelle
Revision: 226045

upgpkg: arcus 2.5.0-1

Modified:
  arcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:02:24 UTC (rev 226044)
+++ PKGBUILD2017-04-27 14:02:38 UTC (rev 226045)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=arcus
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="Communication library between internal components for Ultimaker 
software"
 url="https://github.com/Ultimaker/libArcus;
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 makedepends=('cmake')
 depends=('python' 'protobuf' 'python-sip')
 source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-md5sums=('d726e90657760488da79480be333e0c7')
+md5sums=('a8f83c896793262967971b7a94fe3082')
 
 build() {
   cd libArcus-${pkgver}


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:02:24
  Author: felixonmars
Revision: 226044

use https

Modified:
  fcitx-m17n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 14:01:51 UTC (rev 226043)
+++ PKGBUILD2017-04-27 14:02:24 UTC (rev 226044)
@@ -1,27 +1,27 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgname=fcitx-m17n
 pkgver=0.2.3
 pkgrel=1
-pkgdesc="Fcitx Wrapper for m17n."
+pkgdesc="Fcitx Wrapper for m17n"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fcitx;
 license=('GPL')
 depends=('fcitx' 'm17n-lib')
 makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)  # 
{,.sig})
+sha512sums=('6e78b70fb2e3139a59f49d25026c075893a8f192dd2083641ab3e56595a4f631ff13307dd647fd0eedd510dade690d97b44cbdeca96e086855f73910dc5d02af')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build() {
-cd ${pkgname}-${pkgver}
-
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-make
+  cd $pkgname-$pkgver
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('6e78b70fb2e3139a59f49d25026c075893a8f192dd2083641ab3e56595a4f631ff13307dd647fd0eedd510dade690d97b44cbdeca96e086855f73910dc5d02af')


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:01:51
  Author: felixonmars
Revision: 226043

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

Added:
  fcitx-libpinyin/repos/community-testing-i686/
  fcitx-libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 226042, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-testing-x86_64/
  fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 226042, fcitx-libpinyin/trunk/PKGBUILD)

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

Copied: fcitx-libpinyin/repos/community-testing-i686/PKGBUILD (from rev 226042, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-27 14:01:51 UTC (rev 226043)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=3
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
+"$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
+sha512sums=('5847d98c639584aa53be630c7d96f529fa03f5c88f2e2dc657256c7192d09e93abc36be5c77da2a3b6f57674a4a9e0f666df9da9d5b18e02a42d914c5cc4aacf'
+
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 
226042, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-27 14:01:51 UTC (rev 226043)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=3
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
+"$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
+sha512sums=('5847d98c639584aa53be630c7d96f529fa03f5c88f2e2dc657256c7192d09e93abc36be5c77da2a3b6f57674a4a9e0f666df9da9d5b18e02a42d914c5cc4aacf'
+
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 14:01:23
  Author: felixonmars
Revision: 226042

upgpkg: fcitx-libpinyin 0.5.1-3

rebuild with new libpinyin

Modified:
  fcitx-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:53:30 UTC (rev 226041)
+++ PKGBUILD2017-04-27 14:01:23 UTC (rev 226042)
@@ -5,31 +5,31 @@
 pkgname=fcitx-libpinyin
 pkgver=0.5.1
 _model=model.text.20161206.tar.gz
-pkgrel=2
+pkgrel=3
 pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
 arch=('i686' 'x86_64')
 url="https://github.com/fcitx/fcitx-libpinyin;
 license=('GPL')
 depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
-makedepends=('cmake' 'git')
-source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver;
-"http://download.fcitx-im.org/data/$_model;)
-sha512sums=('SKIP'
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
+"$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
+sha512sums=('5847d98c639584aa53be630c7d96f529fa03f5c88f2e2dc657256c7192d09e93abc36be5c77da2a3b6f57674a4a9e0f666df9da9d5b18e02a42d914c5cc4aacf'
 
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
 
 prepare() {
   mkdir build
-  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
+  ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
 }
 
 build() {
   cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
   make
 }
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in cura-binary-data/repos/community-any (PKGBUILD PKGBUILD)

2017-04-27 Thread Jelle van der Waa
Date: Thursday, April 27, 2017 @ 13:53:30
  Author: jelle
Revision: 226041

archrelease: copy trunk to community-any

Added:
  cura-binary-data/repos/community-any/PKGBUILD
(from rev 226040, cura-binary-data/trunk/PKGBUILD)
Deleted:
  cura-binary-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-27 13:53:20 UTC (rev 226040)
+++ PKGBUILD2017-04-27 13:53:30 UTC (rev 226041)
@@ -1,20 +0,0 @@
-# Maintainer: Jelle  van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=cura-binary-data
-pkgver=2.4.0
-pkgrel=3
-pkgdesc="Binary data (firmwares and such) for cura"
-url="https://github.com/Ultimaker/${pkgname};
-license=('AGPL')
-arch=('any')
-source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('cbe03b3f0a3353d011dbfa09680dd12f677823b7')
-
-package(){
-  install -d "${pkgdir}/usr/share/"
-  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
-  
-  # see https://github.com/Ultimaker/cura-binary-data/issues/6
-  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
-}

Copied: cura-binary-data/repos/community-any/PKGBUILD (from rev 226040, 
cura-binary-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-27 13:53:30 UTC (rev 226041)
@@ -0,0 +1,20 @@
+# Maintainer: Jelle  van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura-binary-data
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Binary data (firmwares and such) for cura"
+url="https://github.com/Ultimaker/${pkgname};
+license=('AGPL')
+arch=('any')
+source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
+sha1sums=('cfc5939d11ec35edf0252250b4f61bfa932d2448')
+
+package(){
+  install -d "${pkgdir}/usr/share/"
+  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
+  
+  # see https://github.com/Ultimaker/cura-binary-data/issues/6
+  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
+}


[arch-commits] Commit in cura-binary-data/trunk (PKGBUILD)

2017-04-27 Thread Jelle van der Waa
Date: Thursday, April 27, 2017 @ 13:53:20
  Author: jelle
Revision: 226040

upgpkg: cura-binary-data 2.5.0-1

Modified:
  cura-binary-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:52:30 UTC (rev 226039)
+++ PKGBUILD2017-04-27 13:53:20 UTC (rev 226040)
@@ -2,14 +2,14 @@
 # Contributor: Grey Christoforo 
 
 pkgname=cura-binary-data
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="Binary data (firmwares and such) for cura"
 url="https://github.com/Ultimaker/${pkgname};
 license=('AGPL')
 arch=('any')
 source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('cbe03b3f0a3353d011dbfa09680dd12f677823b7')
+sha1sums=('cfc5939d11ec35edf0252250b4f61bfa932d2448')
 
 package(){
   install -d "${pkgdir}/usr/share/"


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 13:52:30
  Author: felixonmars
Revision: 226039

use https

Modified:
  fcitx-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:52:11 UTC (rev 226038)
+++ PKGBUILD2017-04-27 13:52:30 UTC (rev 226039)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
 makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 
sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 13:52:11
  Author: felixonmars
Revision: 226038

validate pgp signature

Modified:
  fcitx-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:51:52 UTC (rev 226037)
+++ PKGBUILD2017-04-27 13:52:11 UTC (rev 226038)
@@ -11,10 +11,13 @@
 license=('GPL')
 depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
 makedepends=('cmake')
-source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build(){
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
  
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
   make
@@ -21,8 +24,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 13:51:52
  Author: felixonmars
Revision: 226037

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

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

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
226036, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 13:51:52 UTC (rev 226037)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.3
+pkgrel=22
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
226036, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 13:51:52 UTC (rev 226037)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.3
+pkgrel=22
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup 

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 13:51:19
  Author: felixonmars
Revision: 226036

upgpkg: haskell-warp-tls 3.2.3-22

rebuild with memory,0.14.5

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:50:11 UTC (rev 226035)
+++ PKGBUILD2017-04-27 13:51:19 UTC (rev 226036)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.3
-pkgrel=21
+pkgrel=22
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 13:50:11
  Author: felixonmars
Revision: 226035

use https

Modified:
  fcitx-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:49:44 UTC (rev 226034)
+++ PKGBUILD2017-04-27 13:50:11 UTC (rev 226035)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('fcitx' 'anthy')
 makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 
sha512sums=('a4b1eeba813481cc40617e70bd5ee97d1921dc92bab15cf0bdc059d689c239e46caf9e8aba3403ff6374acfbdea565261a948444fe40fa18d5513797eccbd28d'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 13:49:44
  Author: felixonmars
Revision: 226034

validate pgp signature

Modified:
  fcitx-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:47:25 UTC (rev 226033)
+++ PKGBUILD2017-04-27 13:49:44 UTC (rev 226034)
@@ -11,10 +11,13 @@
 license=('GPL')
 depends=('fcitx' 'anthy')
 makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('a4b1eeba813481cc40617e70bd5ee97d1921dc92bab15cf0bdc059d689c239e46caf9e8aba3403ff6374acfbdea565261a948444fe40fa18d5513797eccbd28d'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build(){
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
   make
@@ -21,8 +24,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
-
-md5sums=('956660d67900f59fa7fd80d68cc4ad7c')


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 13:47:25
  Author: felixonmars
Revision: 226033

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

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

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

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

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 13:46:55
  Author: felixonmars
Revision: 226032

upgpkg: stack 1.4.0-39

rebuild with memory,0.14.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:26:14 UTC (rev 226031)
+++ PKGBUILD2017-04-27 13:46:55 UTC (rev 226032)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=38
+pkgrel=39
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-04-27 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 13:45:53
  Author: anatolik
Revision: 294911

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 294910, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 294910, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 294910, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-27 13:45:53 UTC (rev 294911)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.7
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7b78850b8504a93972a3f114a0e75f9b115607d9')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 294910, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-27 13:45:53 UTC (rev 294911)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.7
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7b78850b8504a93972a3f114a0e75f9b115607d9')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


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

2017-04-27 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 13:45:13
  Author: anatolik
Revision: 294910

upgpkg: hwloc 1.11.7-1

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:15:33 UTC (rev 294909)
+++ PKGBUILD2017-04-27 13:45:13 UTC (rev 294910)
@@ -4,7 +4,7 @@
 # Contributor: Hervé YVIQUEL 
 
 pkgname=hwloc
-pkgver=1.11.6
+pkgver=1.11.7
 pkgrel=1
 pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cairo' 'libxml2' 'pciutils')
 options=('!docs')
 
source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7508710be4f9920b46936f6b975cab379298ebdd')
+sha1sums=('7b78850b8504a93972a3f114a0e75f9b115607d9')
 
 build() {
   cd hwloc-$pkgver


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

2017-04-27 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 13:26:14
  Author: anatolik
Revision: 226031

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

Added:
  ruby-cairo/repos/community-i686/PKGBUILD
(from rev 226030, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 226030, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 community-i686/PKGBUILD   |   23 -
 community-x86_64/PKGBUILD |   23 -
 3 files changed, 48 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 13:25:24 UTC (rev 226030)
+++ community-i686/PKGBUILD 2017-04-27 13:26:14 UTC (rev 226031)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.15.5
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo ruby-pkg-config)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('dcc4a805547d4fb0f7a72d72ae2590fbbb566033')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 226030, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-27 13:26:14 UTC (rev 226031)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.15.6
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkg-config)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('e9c03d4d2a4f685d7ca8731c760f6469a3de4017')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-27 13:25:24 UTC (rev 226030)
+++ community-x86_64/PKGBUILD   2017-04-27 13:26:14 UTC (rev 226031)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.15.5
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo ruby-pkg-config)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('dcc4a805547d4fb0f7a72d72ae2590fbbb566033')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 226030, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-27 13:26:14 UTC (rev 226031)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.15.6
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkg-config)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)

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

2017-04-27 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 13:25:24
  Author: anatolik
Revision: 226030

upgpkg: ruby-cairo 1.15.6-1

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 13:19:28 UTC (rev 226029)
+++ PKGBUILD2017-04-27 13:25:24 UTC (rev 226030)
@@ -3,7 +3,7 @@
 
 _gemname=cairo
 pkgname=ruby-$_gemname
-pkgver=1.15.5
+pkgver=1.15.6
 pkgrel=1
 pkgdesc='Ruby bindings for cairo'
 arch=(i686 x86_64)
@@ -10,10 +10,11 @@
 url='http://cairographics.org/rcairo'
 license=(Ruby)
 depends=(ruby cairo ruby-pkg-config)
+makedepends=(ruby-native-package-installer)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('dcc4a805547d4fb0f7a72d72ae2590fbbb566033')
+sha1sums=('e9c03d4d2a4f685d7ca8731c760f6469a3de4017')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-04-27 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 13:19:28
  Author: anatolik
Revision: 226029

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

Added:
  ruby-gtk2/repos/community-i686/PKGBUILD
(from rev 226028, ruby-gtk2/trunk/PKGBUILD)
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 226028, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-i686/PKGBUILD
  ruby-gtk2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 13:18:43 UTC (rev 226028)
+++ community-i686/PKGBUILD 2017-04-27 13:19:28 UTC (rev 226029)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.1.2
-pkgrel=1
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('1aafc0bac30992cb91fca3eea53f41b39e9cb1a4')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-i686/PKGBUILD (from rev 226028, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-27 13:19:28 UTC (rev 226029)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('d82ea7bb38818651c475f680b02cbc08d0622dbe')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-27 13:18:43 UTC (rev 226028)
+++ community-x86_64/PKGBUILD   2017-04-27 13:19:28 UTC (rev 226029)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.1.2
-pkgrel=1
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('1aafc0bac30992cb91fca3eea53f41b39e9cb1a4')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 226028, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-27 13:19:28 UTC (rev 226029)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)

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

2017-04-27 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 13:18:43
  Author: anatolik
Revision: 226028

upgpkg: ruby-gtk2 3.1.3-1

upgpkg: ruby-gtk2 3.1.3-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 12:51:03 UTC (rev 226027)
+++ PKGBUILD2017-04-27 13:18:43 UTC (rev 226028)
@@ -3,7 +3,7 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('1aafc0bac30992cb91fca3eea53f41b39e9cb1a4')
+sha1sums=('d82ea7bb38818651c475f680b02cbc08d0622dbe')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-04-27 Thread Bartłomiej Piotrowski
Date: Thursday, April 27, 2017 @ 13:15:33
  Author: bpiotrowski
Revision: 294909

Add WIP PKGBUILD with test suite enabled

Added:
  nginx/trunk/PKGBUILD.WIP

--+
 PKGBUILD.WIP |  138 +
 1 file changed, 138 insertions(+)

Added: PKGBUILD.WIP
===
--- PKGBUILD.WIP(rev 0)
+++ PKGBUILD.WIP2017-04-27 13:15:33 UTC (rev 294909)
@@ -0,0 +1,138 @@
+# $Id: PKGBUILD 292660 2017-04-13 07:36:26Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Sébastien Luttringer
+# Contributor: Sergej Pupykin 
+# Contributor: Miroslaw Szot 
+# Contributor: Daniel Micay 
+
+pkgname=nginx
+pkgver=1.12.0
+pkgrel=2
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
+arch=(i686 x86_64)
+url='https://nginx.org'
+license=(custom)
+depends=(pcre zlib openssl geoip)
+checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
+  memcached ffmpeg inetutils)
+makedepends=(hardening-wrapper mercurial)
+backup=(etc/nginx/fastcgi.conf
+etc/nginx/fastcgi_params
+etc/nginx/koi-win
+etc/nginx/koi-utf
+etc/nginx/mime.types
+etc/nginx/nginx.conf
+etc/nginx/scgi_params
+etc/nginx/uwsgi_params
+etc/nginx/win-utf
+etc/logrotate.d/nginx)
+install=nginx.install
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+hg+http://hg.nginx.org/nginx-tests#revision=8821e405b91e
+service
+logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+md5sums=('995eb0a140455cf0cfc497e5bd7f94b3'
+ 'SKIP'
+ 'SKIP'
+ '09862c34cd9593bc40da81f88c5fc4b2'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+
+_common_flags=(
+  --with-compat
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-pcre-jit
+  --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
+  --with-stream_ssl_module
+  --with-stream_ssl_preread_module
+  --with-threads
+)
+
+_stable_flags=(
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+${_common_flags[@]} \
+${_stable_flags[@]}
+
+  make
+}
+
+check() {
+  cd nginx-tests
+  TEST_NGINX_BINARY="$srcdir/$pkgname-$pkgver/objs/nginx" prove .
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
+
+  for i in ftdetect indent syntax; do
+install -Dm644 contrib/vim/$i/nginx.vim \
+  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 12:51:03
  Author: felixonmars
Revision: 226027

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

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

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

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

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

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 12:49:56
  Author: felixonmars
Revision: 226026

upgpkg: purescript 0.11.1-23

rebuild with memory,0.14.5

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 12:18:39 UTC (rev 226025)
+++ PKGBUILD2017-04-27 12:49:56 UTC (rev 226026)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.1
-pkgrel=22
+pkgrel=23
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 12:18:39
  Author: felixonmars
Revision: 226025

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

Added:
  haskell-pipes-http/repos/community-staging-i686/
  haskell-pipes-http/repos/community-staging-i686/PKGBUILD
(from rev 226024, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 226024, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
226024, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 12:18:39 UTC (rev 226025)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=28
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
226024, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 12:18:39 UTC (rev 226025)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=28
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 12:18:07
  Author: felixonmars
Revision: 226024

upgpkg: haskell-pipes-http 1.0.5-28

rebuild with memory,0.14.5

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 12:15:11 UTC (rev 226023)
+++ PKGBUILD2017-04-27 12:18:07 UTC (rev 226024)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=27
+pkgrel=28
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 12:15:11
  Author: felixonmars
Revision: 226023

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

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

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 226022, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 12:15:11 UTC (rev 226023)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=34
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
226022, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 12:15:11 UTC (rev 226023)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=34
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 12:14:42
  Author: felixonmars
Revision: 226022

upgpkg: pandoc-crossref 0.2.5.0-34

rebuild with memory,0.14.5

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 12:06:41 UTC (rev 226021)
+++ PKGBUILD2017-04-27 12:14:42 UTC (rev 226022)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.5.0
-pkgrel=33
+pkgrel=34
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 12:06:41
  Author: felixonmars
Revision: 226021

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

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

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

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

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

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 12:06:03
  Author: felixonmars
Revision: 226020

upgpkg: haskell-hakyll 4.9.5.1-50

rebuild with memory,0.14.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 11:57:58 UTC (rev 226019)
+++ PKGBUILD2017-04-27 12:06:03 UTC (rev 226020)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=49
+pkgrel=50
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:57:58
  Author: felixonmars
Revision: 226019

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

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

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

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

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

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:57:26
  Author: felixonmars
Revision: 226018

upgpkg: pandoc-citeproc 0.10.4.1-41

rebuild with memory,0.14.5

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 11:43:14 UTC (rev 226017)
+++ PKGBUILD2017-04-27 11:57:26 UTC (rev 226018)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:42:37
  Author: felixonmars
Revision: 226016

upgpkg: pandoc 1.19.2.1-48

rebuild with memory,0.14.5

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 11:18:31 UTC (rev 226015)
+++ PKGBUILD2017-04-27 11:42:37 UTC (rev 226016)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=47
+pkgrel=48
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:43:14
  Author: felixonmars
Revision: 226017

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 226016, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 11:43:14 UTC (rev 226017)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=48
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-skylighting" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 226016, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 11:43:14 UTC (rev 226017)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=48
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" 

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:23:08
  Author: felixonmars
Revision: 294908

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

Added:
  efl/repos/staging-i686/
  efl/repos/staging-i686/PKGBUILD
(from rev 294907, efl/trunk/PKGBUILD)
  efl/repos/staging-i686/efl-1.18.2-openssl-1.1.patch
(from rev 294907, efl/trunk/efl-1.18.2-openssl-1.1.patch)
  efl/repos/staging-i686/eina_doxygen.patch
(from rev 294907, efl/trunk/eina_doxygen.patch)
  efl/repos/staging-x86_64/
  efl/repos/staging-x86_64/PKGBUILD
(from rev 294907, efl/trunk/PKGBUILD)
  efl/repos/staging-x86_64/efl-1.18.2-openssl-1.1.patch
(from rev 294907, efl/trunk/efl-1.18.2-openssl-1.1.patch)
  efl/repos/staging-x86_64/eina_doxygen.patch
(from rev 294907, efl/trunk/eina_doxygen.patch)

-+
 staging-i686/PKGBUILD   |   76 
 staging-i686/efl-1.18.2-openssl-1.1.patch   |  247 ++
 staging-i686/eina_doxygen.patch |   10 +
 staging-x86_64/PKGBUILD |   76 
 staging-x86_64/efl-1.18.2-openssl-1.1.patch |  247 ++
 staging-x86_64/eina_doxygen.patch   |   10 +
 6 files changed, 666 insertions(+)

Copied: efl/repos/staging-i686/PKGBUILD (from rev 294907, efl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-04-27 11:23:08 UTC (rev 294908)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.18.4
+pkgrel=3
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
+eina_doxygen.patch
+efl-1.18.2-openssl-1.1.patch)
+sha256sums=('39ebc07e37437d6ecdeb0f645783484e28a882b38f7e619ad12c2bf9b5548025'
+'2a83b636a4e897ea9445b42de98dbf8514a920c3765648b0c27f7366ad95cb87'
+'fa8e9d0b4f8ec36a40354f2c7c3e2bef055ab7301317437e3a6c5fd01152e9c3')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+
+  # fix docs building
+  patch -Np0 -i ${srcdir}/eina_doxygen.patch
+
+  patch -Np1 -i ../efl-1.18.2-openssl-1.1.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
+
+  make
+  make -j1 doc || return 0  # don't fail on the docs
+}
+
+package_efl(){
+  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR=${pkgdir} install
+
+  # install non-standard license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
+}
+
+package_efl-docs() {
+  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
+  depends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+}
+

Copied: efl/repos/staging-i686/efl-1.18.2-openssl-1.1.patch (from rev 294907, 
efl/trunk/efl-1.18.2-openssl-1.1.patch)
===
--- staging-i686/efl-1.18.2-openssl-1.1.patch   (rev 0)
+++ staging-i686/efl-1.18.2-openssl-1.1.patch   2017-04-27 11:23:08 UTC (rev 
294908)
@@ -0,0 +1,247 @@
+diff -up efl-1.18.2/src/lib/eet/eet_cipher.c.fixup 
efl-1.18.2/src/lib/eet/eet_cipher.c
+--- efl-1.18.2/src/lib/eet/eet_cipher.c.fixup  2016-10-19 10:31:31.601037298 
-0400
 efl-1.18.2/src/lib/eet/eet_cipher.c2016-10-19 10:43:13.258515381 
-0400
+@@ -475,9 

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:22:16
  Author: felixonmars
Revision: 294907

libwebp 0.6.0 / poppler 0.54.0 rebuild

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 11:09:11 UTC (rev 294906)
+++ PKGBUILD2017-04-27 11:22:16 UTC (rev 294907)
@@ -5,7 +5,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.18.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
 url="https://www.enlightenment.org;


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:18:31
  Author: felixonmars
Revision: 226015

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

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

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

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

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

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:18:03
  Author: felixonmars
Revision: 226014

upgpkg: haskell-yesod-auth 1.4.17-37

rebuild with memory,0.14.5

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 11:12:28 UTC (rev 226013)
+++ PKGBUILD2017-04-27 11:18:03 UTC (rev 226014)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17
-pkgrel=36
+pkgrel=37
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-27 Thread Jerome Leclanche
Date: Thursday, April 27, 2017 @ 11:12:28
  Author: jleclanche
Revision: 226013

archrelease: copy trunk to community-any

Added:
  python-humanize/repos/community-any/
  python-humanize/repos/community-any/PKGBUILD
(from rev 226012, python-humanize/trunk/PKGBUILD)

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

Copied: python-humanize/repos/community-any/PKGBUILD (from rev 226012, 
python-humanize/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-27 11:12:28 UTC (rev 226013)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+_pkgname=humanize
+pkgname=python-$_pkgname
+pkgver=0.5.1
+pkgrel=4
+pkgdesc="Humanize is a modest package contains various common humanization 
utilities"
+arch=("any")
+
+url="https://github.com/jmoiron/humanize;
+license=("MIT")
+depends=("python")
+makedepends=("python-setuptools")
+source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha256sums=("a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")
+
+
+check() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py check
+}
+
+check() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+   install -Dm 644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-04-27 Thread Jerome Leclanche
Date: Thursday, April 27, 2017 @ 11:12:18
  Author: jleclanche
Revision: 226012

upgpkg: python-humanize 0.5.1-4

Initial import from AUR

Modified:
  python-humanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 11:11:30 UTC (rev 226011)
+++ PKGBUILD2017-04-27 11:12:18 UTC (rev 226012)
@@ -10,6 +10,7 @@
 url="https://github.com/jmoiron/humanize;
 license=("MIT")
 depends=("python")
+makedepends=("python-setuptools")
 
source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
 sha256sums=("a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")
 


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:11:30
  Author: felixonmars
Revision: 226011

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

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

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 226010, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 11:11:30 UTC (rev 226011)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=27
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 226010, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 11:11:30 UTC (rev 226011)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=27
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {
+  

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:10:50
  Author: felixonmars
Revision: 226010

upgpkg: haskell-aws 0.16-27

rebuild with memory,0.14.5

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 11:06:35 UTC (rev 226009)
+++ PKGBUILD2017-04-27 11:10:50 UTC (rev 226010)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.16
-pkgrel=26
+pkgrel=27
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2017-04-27 Thread Christian Hesse
Date: Thursday, April 27, 2017 @ 11:09:04
  Author: eworm
Revision: 294905

upgpkg: cryptsetup 1.7.5-1

new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 09:55:56 UTC (rev 294904)
+++ PKGBUILD2017-04-27 11:09:04 UTC (rev 294905)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=cryptsetup
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 encrypt_install
 sd-encrypt)
 validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

-sha256sums=('7ccf893ef79a38fb92d61f03c17b964982119f5319cdaa85a1335b8558cca016'
+sha256sums=('2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd'
 'SKIP'
 '4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
 'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'


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

2017-04-27 Thread Christian Hesse
Date: Thursday, April 27, 2017 @ 11:09:11
  Author: eworm
Revision: 294906

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

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 294905, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 294905, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 294905, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-i686/sd-encrypt
(from rev 294905, cryptsetup/trunk/sd-encrypt)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 294905, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 294905, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 294905, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/sd-encrypt
(from rev 294905, cryptsetup/trunk/sd-encrypt)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/encrypt_hook  |  139 +++
 testing-i686/encrypt_install   |   44 
 testing-i686/sd-encrypt|   42 +++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/encrypt_hook|  139 +++
 testing-x86_64/encrypt_install |   44 
 testing-x86_64/sd-encrypt  |   42 +++
 8 files changed, 532 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 294905, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-27 11:09:11 UTC (rev 294906)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=1.7.5
+pkgrel=1
+pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://gitlab.com/cryptsetup/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux')
+makedepends=('util-linux')
+options=('!emptydirs')
+source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.xz
+
https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.sign
+encrypt_hook
+encrypt_install
+sd-encrypt)
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+sha256sums=('2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd'
+'SKIP'
+'4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
+'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
+'d442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-static 
--enable-cryptsetup-reencrypt
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # install hook
+  install -D -m644 "${srcdir}"/encrypt_hook 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 "${srcdir}"/encrypt_install 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m644 "${srcdir}"/sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 294905, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2017-04-27 11:09:11 UTC (rev 294906)
@@ -0,0 +1,139 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated

[arch-commits] Commit in (4 files)

2017-04-27 Thread Jerome Leclanche
Date: Thursday, April 27, 2017 @ 11:06:35
  Author: jleclanche
Revision: 226009

python-humanize: Moved from AUR

Added:
  python-humanize/
  python-humanize/repos/
  python-humanize/trunk/
  python-humanize/trunk/PKGBUILD

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

Added: python-humanize/trunk/PKGBUILD
===
--- python-humanize/trunk/PKGBUILD  (rev 0)
+++ python-humanize/trunk/PKGBUILD  2017-04-27 11:06:35 UTC (rev 226009)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+_pkgname=humanize
+pkgname=python-$_pkgname
+pkgver=0.5.1
+pkgrel=4
+pkgdesc="Humanize is a modest package contains various common humanization 
utilities"
+arch=("any")
+
+url="https://github.com/jmoiron/humanize;
+license=("MIT")
+depends=("python")
+source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha256sums=("a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")
+
+
+check() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py check
+}
+
+check() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+   install -Dm 644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:00:31
  Author: felixonmars
Revision: 226008

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
226007, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 11:00:31 UTC (rev 226008)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=73
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
226007, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 11:00:31 UTC (rev 226008)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=73
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* 

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:00:00
  Author: felixonmars
Revision: 226007

upgpkg: haskell-authenticate 1.3.3.2-73

rebuild with memory,0.14.5

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 10:57:04 UTC (rev 226006)
+++ PKGBUILD2017-04-27 11:00:00 UTC (rev 226007)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=72
+pkgrel=73
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 10:57:04
  Author: felixonmars
Revision: 226006

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

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
226005, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 10:57:04 UTC (rev 226006)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=23
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
226005, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 10:57:04 UTC (rev 226006)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=23
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 10:56:25
  Author: felixonmars
Revision: 226005

upgpkg: haskell-http-conduit 2.2.3.1-23

rebuild with memory,0.14.5

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 10:49:56 UTC (rev 226004)
+++ PKGBUILD2017-04-27 10:56:25 UTC (rev 226005)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3.1
-pkgrel=22
+pkgrel=23
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 10:49:56
  Author: felixonmars
Revision: 226004

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

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

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 226003, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 10:49:56 UTC (rev 226004)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=80
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
226003, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 10:49:56 UTC (rev 226004)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=80
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 10:49:19
  Author: felixonmars
Revision: 226003

upgpkg: hopenpgp-tools 0.19.4-80

rebuild with memory,0.14.5

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 10:39:03 UTC (rev 226002)
+++ PKGBUILD2017-04-27 10:49:19 UTC (rev 226003)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=79
+pkgrel=80
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 10:39:03
  Author: felixonmars
Revision: 226002

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 226001, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 10:39:03 UTC (rev 226002)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=88
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 226001, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 10:39:03 UTC (rev 226002)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=88
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed 

  1   2   3   >