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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 08:18:35
  Author: felixonmars
Revision: 212542

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 212541, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 212541, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 212541, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 212541, stack/trunk/stack.install)

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 212541, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 08:18:35 UTC (rev 212542)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=35
+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-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-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-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-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "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=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${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}" \
+--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 "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 

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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 08:18:03
  Author: felixonmars
Revision: 212541

upgpkg: stack 1.3.2-35

rebuild with mono-traversable,1.0.1.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 07:54:26 UTC (rev 212540)
+++ PKGBUILD2017-02-16 08:18:03 UTC (rev 212541)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=34
+pkgrel=35
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:27:09
  Author: felixonmars
Revision: 212656

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

Added:
  haskell-src-meta/repos/community-staging-i686/
  haskell-src-meta/repos/community-staging-i686/PKGBUILD
(from rev 212655, haskell-src-meta/trunk/PKGBUILD)
  haskell-src-meta/repos/community-staging-x86_64/
  haskell-src-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 212655, haskell-src-meta/trunk/PKGBUILD)

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

Copied: haskell-src-meta/repos/community-staging-i686/PKGBUILD (from rev 
212655, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 22:27:09 UTC (rev 212656)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-meta
+pkgname=haskell-src-meta
+pkgver=0.7.0.1
+pkgrel=7
+pkgdesc="Parse source to template-haskell abstract syntax"
+url="https://github.com/bmillwood/haskell-src-meta;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-src-exts" "haskell-syb" "haskell-th-orphans")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('428e5a1c90c645d4c9cb54f984721b1b21e494677d1d7d8e7206f6c0e9286a3a')
+
+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-src-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
212655, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 22:27:09 UTC (rev 212656)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-meta
+pkgname=haskell-src-meta
+pkgver=0.7.0.1
+pkgrel=7
+pkgdesc="Parse source to template-haskell abstract syntax"
+url="https://github.com/bmillwood/haskell-src-meta;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-src-exts" "haskell-syb" "haskell-th-orphans")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('428e5a1c90c645d4c9cb54f984721b1b21e494677d1d7d8e7206f6c0e9286a3a')
+
+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 linux-zen/trunk (PKGBUILD)

2017-02-16 Thread Jan Steffens
Date: Thursday, February 16, 2017 @ 22:27:33
  Author: heftig
Revision: 289079

4.9.10-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 21:36:55 UTC (rev 289078)
+++ PKGBUILD2017-02-16 22:27:33 UTC (rev 289079)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.9
-_zenpatch=zen-4.9.9-c0040995f260f9142ae349d84d59df9c00ac50ce.diff
-pkgver=4.9.9
+_zenpatch=zen-4.9.10-5e5dd81d970b2877a33f667181bb5f55a26da5a5.diff
+pkgver=4.9.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -31,9 +31,9 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'ec97e3bf8585865d409a804316b276a6b4e4939286de9757f99bfb41cf112078'
+'d6350ace4757775a76f2b7f76ab1b16756587a2f6ab06182fee8125eb01dd3f4'
 'SKIP'
-'21df5cce943e37873d550d5e0d68dd7ca13d837feec2f02266253a815452ba4b'
+'b7422035d3200583fb3f21eee5b558a89a1a4ff7e376884047e785f7b8a3b312'
 'SKIP'
 'c1f3bfd84bf664221495e9975bc337edb40f7c14f992ce65ea85c0376ed2f30f'
 '8823a62efee521df49fce92bbcf7e30ba39310d8b2a2595dd8dbe04a06e04567'


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:26:38
  Author: felixonmars
Revision: 212655

upgpkg: haskell-src-meta 0.7.0.1-7

rebuild with safe,0.3.14

Modified:
  haskell-src-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:24:21 UTC (rev 212654)
+++ PKGBUILD2017-02-16 22:26:38 UTC (rev 212655)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-meta
 pkgname=haskell-src-meta
 pkgver=0.7.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Parse source to template-haskell abstract syntax"
 url="https://github.com/bmillwood/haskell-src-meta;
 license=("custom:BSD3")


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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 22:32:50
  Author: anthraxx
Revision: 289082

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

Added:
  nvidia-settings/repos/extra-i686/PKGBUILD
(from rev 289081, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-i686/libxnvctrl_so.patch
(from rev 289081, nvidia-settings/trunk/libxnvctrl_so.patch)
  nvidia-settings/repos/extra-x86_64/PKGBUILD
(from rev 289081, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch
(from rev 289081, nvidia-settings/trunk/libxnvctrl_so.patch)
Deleted:
  nvidia-settings/repos/extra-i686/PKGBUILD
  nvidia-settings/repos/extra-i686/libxnvctrl_so.patch
  nvidia-settings/repos/extra-x86_64/PKGBUILD
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch

--+
 /PKGBUILD|  122 +
 /libxnvctrl_so.patch |  134 +
 extra-i686/PKGBUILD  |   61 
 extra-i686/libxnvctrl_so.patch   |   67 --
 extra-x86_64/PKGBUILD|   61 
 extra-x86_64/libxnvctrl_so.patch |   67 --
 6 files changed, 256 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-16 22:32:41 UTC (rev 289081)
+++ extra-i686/PKGBUILD 2017-02-16 22:32:50 UTC (rev 289082)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-
-pkgbase=nvidia-settings
-pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=375.26
-pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
-arch=('i686' 'x86_64')
-url="https://github.com/NVIDIA/nvidia-settings;
-license=('GPL2')
-makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
-options=('staticlibs')
-source=(ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2
-libxnvctrl_so.patch)
-sha512sums=('e575670ccf7e3ef0089ee6a969f107f6f43d742a60cc325c6d95efc4773f34a6e013fd2c4e38b5f90054e24146a05c2300c0cf6a9b7013b556bacc1402956f49'
-
'ed4b609de9691fbb4421eea340399331e7a5c5f47b9de8eade40ca8f78ac39a6f76cc106928cd0d79825f248a3a0eb563a10f68b7b6991cf3e28db0dde2a0f8d')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-  cd ${pkgbase}-${pkgver}
-  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make
-  make -C src/libXNVCtrl
-}
-
-package_nvidia-settings() {
-  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}
-
-package_libxnvctrl() {
-  depends=('libxext')
-  pkgdesc='NVIDIA NV-CONTROL X extension'
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
-
-  cd src/libXNVCtrl
-  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
-  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
-  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
-  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
-  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/extra-i686/PKGBUILD (from rev 289081, 
nvidia-settings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-16 22:32:50 UTC (rev 289082)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=378.13
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings;
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2
+libxnvctrl_so.patch)
+sha512sums=('a12352c92fd4f56002bda2b07e8cddd5573af98521ec3495cd428b784eb368c9f2cb40f9b4372400ba1ea67c9349c6a9b4f7c218ede2d0d5dabb08325eda9844'
+

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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 22:32:41
  Author: anthraxx
Revision: 289081

upgpkg: nvidia-settings 378.13-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:29:05 UTC (rev 289080)
+++ PKGBUILD2017-02-16 22:32:41 UTC (rev 289081)
@@ -3,7 +3,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=375.26
+pkgver=378.13
 pkgrel=1
 pkgdesc="Tool for configuring the NVIDIA graphics driver"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('staticlibs')
 
source=(ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2
 libxnvctrl_so.patch)
-sha512sums=('e575670ccf7e3ef0089ee6a969f107f6f43d742a60cc325c6d95efc4773f34a6e013fd2c4e38b5f90054e24146a05c2300c0cf6a9b7013b556bacc1402956f49'
+sha512sums=('a12352c92fd4f56002bda2b07e8cddd5573af98521ec3495cd428b784eb368c9f2cb40f9b4372400ba1ea67c9349c6a9b4f7c218ede2d0d5dabb08325eda9844'
 
'ed4b609de9691fbb4421eea340399331e7a5c5f47b9de8eade40ca8f78ac39a6f76cc106928cd0d79825f248a3a0eb563a10f68b7b6991cf3e28db0dde2a0f8d')
 
 prepare() {


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:32:39
  Author: felixonmars
Revision: 212662

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

Added:
  haskell-th-utilities/repos/community-staging-i686/
  haskell-th-utilities/repos/community-staging-i686/PKGBUILD
(from rev 212661, haskell-th-utilities/trunk/PKGBUILD)
  haskell-th-utilities/repos/community-staging-x86_64/
  haskell-th-utilities/repos/community-staging-x86_64/PKGBUILD
(from rev 212661, haskell-th-utilities/trunk/PKGBUILD)

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

Copied: haskell-th-utilities/repos/community-staging-i686/PKGBUILD (from rev 
212661, haskell-th-utilities/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 22:32:39 UTC (rev 212662)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-utilities
+pkgname=haskell-th-utilities
+pkgver=0.2.0.1
+pkgrel=8
+pkgdesc="Collection of useful functions for use with Template Haskell"
+url="https://github.com/fpco/th-utilities;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-primitive' 'haskell-syb' 'haskell-text' 
'haskell-th-orphans')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('2caf2260cdff51506c564946d610e527')
+
+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-th-utilities/repos/community-staging-x86_64/PKGBUILD (from rev 
212661, haskell-th-utilities/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 22:32:39 UTC (rev 212662)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-utilities
+pkgname=haskell-th-utilities
+pkgver=0.2.0.1
+pkgrel=8
+pkgdesc="Collection of useful functions for use with Template Haskell"
+url="https://github.com/fpco/th-utilities;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-primitive' 'haskell-syb' 'haskell-text' 
'haskell-th-orphans')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('2caf2260cdff51506c564946d610e527')
+
+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"
+}


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:32:08
  Author: felixonmars
Revision: 212661

upgpkg: haskell-th-utilities 0.2.0.1-8

rebuild with safe,0.3.14

Modified:
  haskell-th-utilities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:31:14 UTC (rev 212660)
+++ PKGBUILD2017-02-16 22:32:08 UTC (rev 212661)
@@ -4,7 +4,7 @@
 _hkgname=th-utilities
 pkgname=haskell-th-utilities
 pkgver=0.2.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Collection of useful functions for use with Template Haskell"
 url="https://github.com/fpco/th-utilities;
 license=('MIT')


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

2017-02-16 Thread Jan Steffens
Date: Thursday, February 16, 2017 @ 22:42:15
  Author: heftig
Revision: 289084

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/PKGBUILD
(from rev 289083, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 289083, dbus/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   78 ++
 testing-x86_64/PKGBUILD |   78 ++
 2 files changed, 156 insertions(+)

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 289083, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-16 22:42:15 UTC (rev 289084)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.10.16
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(i686 x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
+_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_dbus() {
+  provides=(libdbus)
+  conflicts=(libdbus)
+  replaces=(libdbus)
+
+  cd $pkgbase
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir/var/run"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
+
+  # Split docs
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_dbus-docs() {
+  pkgdesc+=" (documentation)"
+  depends=(dbus)
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/dbus-docs"
+
+  mv doc "$pkgdir/usr/share"
+}

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 289083, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-16 22:42:15 UTC (rev 289084)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.10.16
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(i686 x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
+_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:05:49
  Author: felixonmars
Revision: 212727

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 212726, haskell-http-client-tls/trunk/PKGBUILD)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 212726, haskell-http-client-tls/trunk/PKGBUILD)

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
212726, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 03:05:49 UTC (rev 212727)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.3.1
+pkgrel=5
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('56317378785688a129fdc7abdf5d721fe15e46178f89f457878aa3acd1ac7d12')
+
+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-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 212726, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 03:05:49 UTC (rev 212727)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.3.1
+pkgrel=5
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('56317378785688a129fdc7abdf5d721fe15e46178f89f457878aa3acd1ac7d12')
+
+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-client-tls/trunk (PKGBUILD)

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:05:23
  Author: felixonmars
Revision: 212726

upgpkg: haskell-http-client-tls 0.3.3.1-5

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 03:03:35 UTC (rev 212725)
+++ PKGBUILD2017-02-17 03:05:23 UTC (rev 212726)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:15:11
  Author: felixonmars
Revision: 212731

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 212730, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 212730, 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 212730, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 03:15:11 UTC (rev 212731)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=43
+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 
212730, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 03:15:11 UTC (rev 212731)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=43
+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 haskell-case-insensitive/repos (4 files)

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 02:58:07
  Author: felixonmars
Revision: 212721

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

Added:
  haskell-case-insensitive/repos/community-staging-i686/
  haskell-case-insensitive/repos/community-staging-i686/PKGBUILD
(from rev 212720, haskell-case-insensitive/trunk/PKGBUILD)
  haskell-case-insensitive/repos/community-staging-x86_64/
  haskell-case-insensitive/repos/community-staging-x86_64/PKGBUILD
(from rev 212720, haskell-case-insensitive/trunk/PKGBUILD)

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

Copied: haskell-case-insensitive/repos/community-staging-i686/PKGBUILD (from 
rev 212720, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 02:58:07 UTC (rev 212721)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.8
+pkgrel=1
+pkgdesc="Case insensitive string comparison"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-hashable' 'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('80888b24a4408d3dcd58cd41e3abddfb')
+
+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
+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-case-insensitive/repos/community-staging-x86_64/PKGBUILD (from 
rev 212720, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 02:58:07 UTC (rev 212721)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.8
+pkgrel=1
+pkgdesc="Case insensitive string comparison"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-hashable' 'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('80888b24a4408d3dcd58cd41e3abddfb')
+
+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
+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"
+}


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 02:57:38
  Author: felixonmars
Revision: 212720

upgpkg: haskell-case-insensitive 1.2.0.8-1

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-case-insensitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 01:06:23 UTC (rev 212719)
+++ PKGBUILD2017-02-17 02:57:38 UTC (rev 212720)
@@ -4,8 +4,8 @@
 
 _hkgname=case-insensitive
 pkgname=haskell-case-insensitive
-pkgver=1.2.0.7
-pkgrel=2
+pkgver=1.2.0.8
+pkgrel=1
 pkgdesc="Case insensitive string comparison"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-hashable' 'haskell-text')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('d8e080bba3677810cf9fb71118a3d1e8')
+md5sums=('80888b24a4408d3dcd58cd41e3abddfb')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:03:06
  Author: felixonmars
Revision: 212724

upgpkg: haskell-http-client 0.5.5-4

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 03:00:27 UTC (rev 212723)
+++ PKGBUILD2017-02-17 03:03:06 UTC (rev 212724)
@@ -5,7 +5,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.5.5
-pkgrel=3
+pkgrel=4
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:14:45
  Author: felixonmars
Revision: 212730

upgpkg: hopenpgp-tools 0.19.4-43

rebuild with case-insensitive,1.2.0.8

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 03:09:24 UTC (rev 212729)
+++ PKGBUILD2017-02-17 03:14:45 UTC (rev 212730)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=42
+pkgrel=43
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:19:39
  Author: felixonmars
Revision: 212734

upgpkg: haskell-http-conduit 2.2.3-28

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 03:17:40 UTC (rev 212733)
+++ PKGBUILD2017-02-17 03:19:39 UTC (rev 212734)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3
-pkgrel=27
+pkgrel=28
 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 haskell-http-conduit/repos (4 files)

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:20:05
  Author: felixonmars
Revision: 212735

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 212734, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 212734, 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 
212734, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 03:20:05 UTC (rev 212735)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=28
+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=('eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3')
+
+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 
212734, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 03:20:05 UTC (rev 212735)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=28
+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=('eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3')
+
+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-aws/repos (4 files)

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:30:31
  Author: felixonmars
Revision: 212737

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 212736, haskell-aws/trunk/PKGBUILD)
  haskell-aws/repos/community-staging-x86_64/
  haskell-aws/repos/community-staging-x86_64/PKGBUILD
(from rev 212736, haskell-aws/trunk/PKGBUILD)

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 212736, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 03:30:31 UTC (rev 212737)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.15
+pkgrel=21
+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=('53c73595bddd5614d980486a380d4ce83c100fd25b5fa35d477609f1bd03b11b')
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+sed -i 's/xml-conduit  >= 1.2 && <1.4/xml-conduit >= 1.2 \&\& 
<1.5/' aws.cabal
+}
+
+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 212736, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 03:30:31 UTC (rev 212737)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.15
+pkgrel=21
+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")

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

2017-02-16 Thread Gaëtan Bisson
Date: Friday, February 17, 2017 @ 01:27:10
  Author: bisson
Revision: 289086

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-17 01:26:09 UTC (rev 289085)
+++ extra-i686/PKGBUILD 2017-02-17 01:27:10 UTC (rev 289086)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.92.0
-pkgrel=6
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
- 'popt' 'potrace' 'ttf-dejavu' 'python2' 'desktop-file-utils'
- 'hicolor-icon-theme')
-optdepends=('gvfs: import clip art'
-'pstoedit: latex formulas'
-'python2-scour: optimized SVG output'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
-source=("https://inkscape.org/en/gallery/item/10552/inkscape-0.92.0.tar.bz2;)
-sha1sums=('8f576bc828138e9c3c835a458c3cefd5801a907a')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./autogen.sh
-
-   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|"python"|"python2"|g' src/main.cpp
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-strict-build \
-   --disable-dependency-tracking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: inkscape/repos/extra-i686/PKGBUILD (from rev 289085, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-17 01:27:10 UTC (rev 289086)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.1
+pkgrel=1
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=('https://media.inkscape.org/dl/resources/file/inkscape-0.92.1.tar_XlpI7qT.bz2')
+sha1sums=('bede1252b344dc08abb6736084364d8125a6dffc')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+

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

2017-02-16 Thread Gaëtan Bisson
Date: Friday, February 17, 2017 @ 01:26:09
  Author: bisson
Revision: 289085

upstream update

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:42:15 UTC (rev 289084)
+++ PKGBUILD2017-02-17 01:26:09 UTC (rev 289085)
@@ -4,8 +4,8 @@
 # Contributor: tobias 
 
 pkgname=inkscape
-pkgver=0.92.0
-pkgrel=6
+pkgver=0.92.1
+pkgrel=1
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -21,8 +21,8 @@
 'python2-numpy: some extensions'
 'python2-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
-source=("https://inkscape.org/en/gallery/item/10552/inkscape-0.92.0.tar.bz2;)
-sha1sums=('8f576bc828138e9c3c835a458c3cefd5801a907a')
+source=('https://media.inkscape.org/dl/resources/file/inkscape-0.92.1.tar_XlpI7qT.bz2')
+sha1sums=('bede1252b344dc08abb6736084364d8125a6dffc')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:03:35
  Author: felixonmars
Revision: 212725

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

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

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

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
212724, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 03:03:35 UTC (rev 212725)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.5
+pkgrel=4
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d1fdda6035e0bab95d3294f5175ac8c3629f9cd1d32e1bce5d0aa27226751c85')
+
+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-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
212724, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 03:03:35 UTC (rev 212725)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.5
+pkgrel=4
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d1fdda6035e0bab95d3294f5175ac8c3629f9cd1d32e1bce5d0aa27226751c85')
+
+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   

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:17:40
  Author: felixonmars
Revision: 212733

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 212732, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 212732, 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 
212732, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 03:17:40 UTC (rev 212733)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=10
+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 
212732, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 03:17:40 UTC (rev 212733)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=10
+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-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:17:08
  Author: felixonmars
Revision: 212732

upgpkg: haskell-pipes-http 1.0.5-10

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 03:15:11 UTC (rev 212731)
+++ PKGBUILD2017-02-17 03:17:08 UTC (rev 212732)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=9
+pkgrel=10
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:30:04
  Author: felixonmars
Revision: 212736

upgpkg: haskell-aws 0.15-21

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 03:20:05 UTC (rev 212735)
+++ PKGBUILD2017-02-17 03:30:04 UTC (rev 212736)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.15
-pkgrel=20
+pkgrel=21
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


[arch-commits] Commit in xfce4-weather-plugin/repos (4 files)

2017-02-16 Thread Evangelos Foutras
Date: Friday, February 17, 2017 @ 01:55:12
  Author: foutrelis
Revision: 289088

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

Added:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
(from rev 289087, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
(from rev 289087, xfce4-weather-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-17 01:54:34 UTC (rev 289087)
+++ extra-i686/PKGBUILD 2017-02-17 01:55:12 UTC (rev 289088)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.8
-pkgrel=1
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug \
---disable-upower
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/PKGBUILD (from rev 289087, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-17 01:55:12 UTC (rev 289088)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Suzy Williams 
+
+pkgname=xfce4-weather-plugin
+pkgver=0.8.9
+pkgrel=1
+pkgdesc="A weather plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug \
+--disable-upower
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-17 01:54:34 UTC (rev 289087)
+++ extra-x86_64/PKGBUILD   2017-02-17 01:55:12 UTC (rev 289088)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.8
-pkgrel=1
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug \
---disable-upower
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD (from rev 289087, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-17 01:55:12 UTC (rev 289088)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Suzy Williams 

[arch-commits] Commit in xfce4-weather-plugin/trunk (PKGBUILD)

2017-02-16 Thread Evangelos Foutras
Date: Friday, February 17, 2017 @ 01:54:34
  Author: foutrelis
Revision: 289087

upgpkg: xfce4-weather-plugin 0.8.9-1

New upstream release.

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 01:27:10 UTC (rev 289086)
+++ PKGBUILD2017-02-17 01:54:34 UTC (rev 289087)
@@ -3,7 +3,7 @@
 # Contributor: Suzy Williams 
 
 pkgname=xfce4-weather-plugin
-pkgver=0.8.8
+pkgver=0.8.9
 pkgrel=1
 pkgdesc="A weather plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f')
+sha256sums=('0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:00:27
  Author: felixonmars
Revision: 212723

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

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

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

Copied: haskell-http-types/repos/community-staging-i686/PKGBUILD (from rev 
212722, haskell-http-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 03:00:27 UTC (rev 212723)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9.1
+pkgrel=6
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('80c6ba409125f2ec5ed51b94e7621d7d')
+
+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
+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-types/repos/community-staging-x86_64/PKGBUILD (from rev 
212722, haskell-http-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 03:00:27 UTC (rev 212723)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9.1
+pkgrel=6
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('80c6ba409125f2ec5ed51b94e7621d7d')
+
+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
+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"
+}


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 02:59:59
  Author: felixonmars
Revision: 212722

upgpkg: haskell-http-types 0.9.1-6

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-http-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 02:58:07 UTC (rev 212721)
+++ PKGBUILD2017-02-17 02:59:59 UTC (rev 212722)
@@ -5,7 +5,7 @@
 _hkgname=http-types
 pkgname=haskell-http-types
 pkgver=0.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:09:24
  Author: felixonmars
Revision: 212729

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 212728, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 212728, 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 212728, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 03:09:24 UTC (rev 212729)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=54
+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 212728, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 03:09:24 UTC (rev 212729)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=54
+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 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 03:08:55
  Author: felixonmars
Revision: 212728

upgpkg: haskell-dav 1.3.1-54

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 03:05:49 UTC (rev 212727)
+++ PKGBUILD2017-02-17 03:08:55 UTC (rev 212728)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=53
+pkgrel=54
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 21:55:59
  Author: anthraxx
Revision: 212644

archrelease: copy trunk to community-any

Added:
  strip-nondeterminism/repos/community-any/PKGBUILD
(from rev 212643, strip-nondeterminism/trunk/PKGBUILD)
Deleted:
  strip-nondeterminism/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-16 21:55:50 UTC (rev 212643)
+++ PKGBUILD2017-02-16 21:55:59 UTC (rev 212644)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=strip-nondeterminism
-pkgver=0.029
-pkgrel=1
-pkgdesc='Tool for stripping bits of non-deterministic information from files'
-url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
-arch=('any')
-license=('GPL3')
-depends=("perl" 'perl-archive-zip')
-makedepends=('git')
-options=('!emptydirs')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
-sha512sums=('SKIP')
-validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

-  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

-  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

-
-prepare() {
-  cd ${pkgname}
-  git tag --verify ${pkgver}
-  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
-}
-
-build() {
-  cd ${pkgname}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  make -C ${pkgname} test
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 212643, 
strip-nondeterminism/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-16 21:55:59 UTC (rev 212644)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+pkgname=strip-nondeterminism
+pkgver=0.031
+pkgrel=1
+pkgdesc='Tool for stripping bits of non-deterministic information from files'
+url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+arch=('any')
+license=('GPL3')
+depends=("perl" 'perl-archive-zip')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#tag=${pkgver};)
+sha512sums=('SKIP')
+validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

+  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

+
+prepare() {
+  cd ${pkgname}
+  git tag --verify ${pkgver}
+  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
+}
+
+build() {
+  cd ${pkgname}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  make -C ${pkgname} test
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 21:55:50
  Author: anthraxx
Revision: 212643

upgpkg: strip-nondeterminism 0.031-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 21:41:11 UTC (rev 212642)
+++ PKGBUILD2017-02-16 21:55:50 UTC (rev 212643)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=0.029
+pkgver=0.031
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:17:30
  Author: felixonmars
Revision: 212650

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 212649, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 212649, 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 212649, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 22:17:30 UTC (rev 212650)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=6
+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=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+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 
212649, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 22:17:30 UTC (rev 212650)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=6
+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=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+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-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:16:59
  Author: felixonmars
Revision: 212649

upgpkg: pandoc-crossref 0.2.4.2-6

rebuild with safe,0.3.14

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:10:06 UTC (rev 212648)
+++ PKGBUILD2017-02-16 22:16:59 UTC (rev 212649)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 22:31:14
  Author: anthraxx
Revision: 212660

archrelease: copy trunk to community-any

Added:
  smplayer-themes/repos/community-any/PKGBUILD
(from rev 212659, smplayer-themes/trunk/PKGBUILD)
Deleted:
  smplayer-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-16 22:31:07 UTC (rev 212659)
+++ PKGBUILD2017-02-16 22:31:14 UTC (rev 212660)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-pkgname=smplayer-themes
-pkgver=16.8.0
-pkgrel=1
-epoch=1
-pkgdesc='Themes for SMPlayer'
-url='http://smplayer.sourceforge.net/'
-arch=('any')
-license=('GPL2')
-depends=('smplayer')
-makedepends=('optipng')
-source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e15663cad1eb3028f3e278fc8253f3835879e7a5277ac847d46d646a7c5f848e0994f22ec421f158225a8d8d7d5a0c04bb686ac33d802e663e671277b304967f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Fix invalid PNG icons to work with libpng 1.6
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer-themes/repos/community-any/PKGBUILD (from rev 212659, 
smplayer-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-16 22:31:14 UTC (rev 212660)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+pkgname=smplayer-themes
+pkgver=17.2.0
+pkgrel=1
+epoch=1
+pkgdesc='Themes for SMPlayer'
+url='http://smplayer.sourceforge.net/'
+arch=('any')
+license=('GPL2')
+depends=('smplayer')
+makedepends=('optipng')
+source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('c2ca64aed6feda30de2be62f1ced99122cc92506c086dbb2a8f9b8a5a6b0f9d6bb3c85dfa43be0dea848f8e2d094115de1acf75da3c23ecf8d46d3685d22e4ba')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Fix invalid PNG icons to work with libpng 1.6
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 22:31:07
  Author: anthraxx
Revision: 212659

upgpkg: smplayer-themes 1:17.2.0-1

Modified:
  smplayer-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:29:42 UTC (rev 212658)
+++ PKGBUILD2017-02-16 22:31:07 UTC (rev 212659)
@@ -2,7 +2,7 @@
 # Contributor: Alessio 'mOLOk' Bolognino 
 
 pkgname=smplayer-themes
-pkgver=16.8.0
+pkgver=17.2.0
 pkgrel=1
 epoch=1
 pkgdesc='Themes for SMPlayer'
@@ -12,7 +12,7 @@
 depends=('smplayer')
 makedepends=('optipng')
 
source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e15663cad1eb3028f3e278fc8253f3835879e7a5277ac847d46d646a7c5f848e0994f22ec421f158225a8d8d7d5a0c04bb686ac33d802e663e671277b304967f')
+sha512sums=('c2ca64aed6feda30de2be62f1ced99122cc92506c086dbb2a8f9b8a5a6b0f9d6bb3c85dfa43be0dea848f8e2d094115de1acf75da3c23ecf8d46d3685d22e4ba')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-02-16 Thread Alexander Rødseth
Date: Thursday, February 16, 2017 @ 23:48:04
  Author: arodseth
Revision: 212670

upgpkg: go 2:1.8-1

Modified:
  go/trunk/PKGBUILD
Deleted:
  go/trunk/go.install

+
 PKGBUILD   |5 ++---
 go.install |6 --
 2 files changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 23:39:07 UTC (rev 212669)
+++ PKGBUILD2017-02-16 23:48:04 UTC (rev 212670)
@@ -11,9 +11,9 @@
 # Contributor: John Luebs 
 
 pkgname=('go' 'go-tools')
-pkgver=1.7.5
+epoch=2
+pkgver=1.8
 pkgrel=1
-epoch=2
 arch=('x86_64' 'i686')
 url='http://golang.org/'
 license=('BSD')
@@ -113,7 +113,6 @@
   'bzr: for fetching sources from bazaar repositories'
   'subversion: for fetching sources from subversion repositories'
   'go-tools: doc, goimports, gorename, and other tools.')
-  install="$pkgname.install"
 
   cd "$pkgname-$pkgver"
 

Deleted: go.install
===
--- go.install  2017-02-16 23:39:07 UTC (rev 212669)
+++ go.install  2017-02-16 23:48:04 UTC (rev 212670)
@@ -1,6 +0,0 @@
-post_upgrade() {
-  # Fixes FS#41561 and FS#44099
-  go install std 2> /dev/null || return 0
-}
-
-# vim:set ts=2 sw=2 et:


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 23:55:02
  Author: felixonmars
Revision: 212675

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

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

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
212674, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 23:55:02 UTC (rev 212675)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=108
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
212674, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 23:55:02 UTC (rev 212675)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=108
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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-yesod-auth/trunk (PKGBUILD)

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:12:52
  Author: felixonmars
Revision: 212682

upgpkg: haskell-yesod-auth 1.4.16-13

rebuild with safe,0.3.14

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 00:06:51 UTC (rev 212681)
+++ PKGBUILD2017-02-17 00:12:52 UTC (rev 212682)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.16
-pkgrel=12
+pkgrel=13
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:13:28
  Author: felixonmars
Revision: 212683

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 212682, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 212682, 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 
212682, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 00:13:28 UTC (rev 212683)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=13
+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=('a2c76409522ac276b92d31e13ffa94ae51194ffdb902a41f979d25181a5182d2')
+
+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 
212682, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 00:13:28 UTC (rev 212683)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=13
+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-th-reify-many/repos (4 files)

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:21:49
  Author: felixonmars
Revision: 212652

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

Added:
  haskell-th-reify-many/repos/community-staging-i686/
  haskell-th-reify-many/repos/community-staging-i686/PKGBUILD
(from rev 212651, haskell-th-reify-many/trunk/PKGBUILD)
  haskell-th-reify-many/repos/community-staging-x86_64/
  haskell-th-reify-many/repos/community-staging-x86_64/PKGBUILD
(from rev 212651, haskell-th-reify-many/trunk/PKGBUILD)

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

Copied: haskell-th-reify-many/repos/community-staging-i686/PKGBUILD (from rev 
212651, haskell-th-reify-many/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 22:21:49 UTC (rev 212652)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-reify-many
+pkgname=haskell-th-reify-many
+pkgver=0.1.6
+pkgrel=8
+pkgdesc="Recurseively reify template haskell datatype info"
+url="http://github.com/mgsloan/th-reify-many;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-safe' 'haskell-th-expand-syns')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('edbb5233c4b189ba49e3fd5c66a6acfc')
+
+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-th-reify-many/repos/community-staging-x86_64/PKGBUILD (from rev 
212651, haskell-th-reify-many/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 22:21:49 UTC (rev 212652)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-reify-many
+pkgname=haskell-th-reify-many
+pkgver=0.1.6
+pkgrel=8
+pkgdesc="Recurseively reify template haskell datatype info"
+url="http://github.com/mgsloan/th-reify-many;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-safe' 'haskell-th-expand-syns')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('edbb5233c4b189ba49e3fd5c66a6acfc')
+
+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"
+}


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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 22:42:59
  Author: anthraxx
Revision: 212665

archrelease: copy trunk to community-any

Added:
  ruby-packetfu/repos/community-any/PKGBUILD
(from rev 212664, ruby-packetfu/trunk/PKGBUILD)
Deleted:
  ruby-packetfu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-16 22:38:55 UTC (rev 212664)
+++ PKGBUILD2017-02-16 22:42:59 UTC (rev 212665)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=packetfu
-pkgname=ruby-${_gemname}
-pkgver=1.1.12
-pkgrel=1
-pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
-url='https://github.com/packetfu/packetfu'
-arch=('any')
-license=('BSD')
-depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
-sha512sums=('c50c12274a476eeb19588dc5e545487319946edc75e808105a511f6de1b91c9c2713348617ffe859c579e43ffb00e6d6b498df93e43f3cf921fc1412977dc394')
-
-prepare() {
-  cd ${_gemname}-version-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
-  sed "s|1.1.13-pre|${pkgver}|" -i lib/packetfu/version.rb
-}
-
-build() {
-  cd ${_gemname}-version-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-version-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-packetfu/repos/community-any/PKGBUILD (from rev 212664, 
ruby-packetfu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-16 22:42:59 UTC (rev 212665)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=packetfu
+pkgname=ruby-${_gemname}
+pkgver=1.1.12
+pkgrel=1
+pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
+url='https://github.com/packetfu/packetfu'
+arch=('any')
+license=('BSD')
+depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
+sha512sums=('c50c12274a476eeb19588dc5e545487319946edc75e808105a511f6de1b91c9c2713348617ffe859c579e43ffb00e6d6b498df93e43f3cf921fc1412977dc394')
+
+prepare() {
+  cd ${_gemname}-version-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed "s|1.1.13-pre|${pkgver}|" -i lib/packetfu/version.rb
+}
+
+build() {
+  cd ${_gemname}-version-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-version-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-02-16 Thread Jan Steffens
Date: Thursday, February 16, 2017 @ 22:41:48
  Author: heftig
Revision: 289083

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

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

--+
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  311 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8249 +
 testing-i686/config.x86_64   | 8013 
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  311 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8249 +
 testing-x86_64/config.x86_64 | 8013 
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 33272 insertions(+)

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


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:48:45
  Author: felixonmars
Revision: 212666

upgpkg: haskell-store 0.3-19

rebuild with safe,0.3.14

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:42:59 UTC (rev 212665)
+++ PKGBUILD2017-02-16 22:48:45 UTC (rev 212666)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.3
-pkgrel=18
+pkgrel=19
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')


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

2017-02-16 Thread Alexander Rødseth
Date: Thursday, February 16, 2017 @ 23:49:35
  Author: arodseth
Revision: 212671

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

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

-+
 /PKGBUILD   |  372 ++
 community-i686/PKGBUILD |  187 -
 community-i686/go.install   |6 
 community-x86_64/PKGBUILD   |  187 -
 community-x86_64/go.install |6 
 5 files changed, 372 insertions(+), 386 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-16 23:48:04 UTC (rev 212670)
+++ community-i686/PKGBUILD 2017-02-16 23:49:35 UTC (rev 212671)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=('go' 'go-tools')
-pkgver=1.7.5
-pkgrel=1
-epoch=2
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'go')
-options=('!strip' 'staticlibs')
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-_gourl=golang.org/x/tools/cmd
-
-build() {
-  cd "$pkgname-$pkgver/src"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Crosscompilation for various platforms. This is not strictly required as 
the
-  # compiler can generate libraries on the fly. Prebuilding the libs speeds up
-  # crosscompilation time.
-  #
-  # for os in darwin freebsd linux windows; do
-  #   for arch in 386 amd64 arm; do
-  # export GOOS="$os"
-  # export GOARCH="$arch"
-  # bash make.bash --no-clean
-  #   done
-  # done
-
-  export GOOS=linux
-  case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 ;;
-  esac
-
-  bash make.bash --no-clean
-
-  # System-wide tools
-  for tool in godex godoc goimports gomvpkg gorename gotype; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
-  done
-
-  # Distribution tools
-  for tool in benchcmp bundle callgraph digraph eg fiximports guru 
html2article present ssadump stress stringer ; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  #export GO386=387
-
-  export GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  for tool in goimports gomvpkg gorename gotype \
-benchcmp bundle callgraph digraph eg fiximports guru html2article present 
ssadump stress stringer; do
-GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
-  done
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package_go() {
-  pkgdesc='Compiler and tools for the Go programming language from Google'
-  optdepends=('mercurial: for fetching sources from mercurial repositories'
-  'git: for fetching sources from git repositories'
-  'bzr: for fetching sources from bazaar repositories'
-  'subversion: for fetching sources from subversion repositories'
-  'go-tools: doc, goimports, gorename, and other tools.')
-  install="$pkgname.install"
-
-  cd "$pkgname-$pkgver"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:33:44
  Author: felixonmars
Revision: 212687

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 212686, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 212686, 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 212686, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 00:33:44 UTC (rev 212687)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=36
+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://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -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 212686, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 00:33:44 UTC (rev 212687)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=36
+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" 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:33:10
  Author: felixonmars
Revision: 212686

upgpkg: git-annex 6.20170101-36

rebuild with safe,0.3.14

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 00:17:41 UTC (rev 212685)
+++ PKGBUILD2017-02-17 00:33:10 UTC (rev 212686)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170101
-pkgrel=35
+pkgrel=36
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:00:08
  Author: felixonmars
Revision: 212646

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 212645, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 212645, 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 212645, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 22:00:08 UTC (rev 212646)
@@ -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
+pkgrel=7
+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=('1dcfffe0dc26d0a1b5ef5688a09c1bb81231702169196e6faed8ddef360d848f')
+
+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 
212645, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 22:00:08 UTC (rev 212646)
@@ -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
+pkgrel=7
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ 

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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:10:06
  Author: felixonmars
Revision: 212648

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 212647, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 212647, 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 212647, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 22:10:06 UTC (rev 212648)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=4
+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 
212647, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 22:10:06 UTC (rev 212648)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=4
+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-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:09:35
  Author: felixonmars
Revision: 212647

upgpkg: haskell-hakyll 4.9.5.1-4

rebuild with safe,0.3.14

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:00:08 UTC (rev 212646)
+++ PKGBUILD2017-02-16 22:09:35 UTC (rev 212647)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 23:51:06
  Author: felixonmars
Revision: 212672

upgpkg: haskell-yesod-core 1.4.31-9

rebuild with safe,0.3.14

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 23:49:35 UTC (rev 212671)
+++ PKGBUILD2017-02-16 23:51:06 UTC (rev 212672)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.31
-pkgrel=8
+pkgrel=9
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 23:51:36
  Author: felixonmars
Revision: 212673

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

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

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

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
212672, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 23:51:36 UTC (rev 212673)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.31
+pkgrel=9
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9a2e4c39c9ce66c2881d5da6c9a621c07492c950d935231aa7e12ed3a008d7af')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
212672, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 23:51:36 UTC (rev 212673)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.31
+pkgrel=9
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:02:17
  Author: felixonmars
Revision: 212678

upgpkg: haskell-yesod-form 1.4.10-6

rebuild with safe,0.3.14

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 23:57:50 UTC (rev 212677)
+++ PKGBUILD2017-02-17 00:02:17 UTC (rev 212678)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.10
-pkgrel=5
+pkgrel=6
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:02:51
  Author: felixonmars
Revision: 212679

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
212678, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 00:02:51 UTC (rev 212679)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.10
+pkgrel=6
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddeb72988e1dffb1c3766c35941520aa6ff6a8b09d6bdeb453d9c75d11ad8e43')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir"/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

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

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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 21:59:36
  Author: felixonmars
Revision: 212645

upgpkg: pandoc-citeproc 0.10.4-7

rebuild with safe,0.3.14

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 21:55:59 UTC (rev 212644)
+++ PKGBUILD2017-02-16 21:59:36 UTC (rev 212645)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:23:48
  Author: felixonmars
Revision: 212653

upgpkg: haskell-th-orphans 0.13.3-6

rebuild with safe,0.3.14

Modified:
  haskell-th-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:21:49 UTC (rev 212652)
+++ PKGBUILD2017-02-16 22:23:48 UTC (rev 212653)
@@ -4,7 +4,7 @@
 _hkgname=th-orphans
 pkgname=haskell-th-orphans
 pkgver=0.13.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Orphan instances for TH datatypes"
 url="http://github.com/ekmett/th-orphans/;
 license=('custom:BSD3')


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:24:21
  Author: felixonmars
Revision: 212654

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

Added:
  haskell-th-orphans/repos/community-staging-i686/
  haskell-th-orphans/repos/community-staging-i686/PKGBUILD
(from rev 212653, haskell-th-orphans/trunk/PKGBUILD)
  haskell-th-orphans/repos/community-staging-x86_64/
  haskell-th-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 212653, haskell-th-orphans/trunk/PKGBUILD)

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

Copied: haskell-th-orphans/repos/community-staging-i686/PKGBUILD (from rev 
212653, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 22:24:21 UTC (rev 212654)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=6
+pkgdesc="Orphan instances for TH datatypes"
+url="http://github.com/ekmett/th-orphans/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-reify-many')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d56c8222885e82e47076a27224fd4ced')
+
+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-th-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 
212653, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 22:24:21 UTC (rev 212654)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=6
+pkgdesc="Orphan instances for TH datatypes"
+url="http://github.com/ekmett/th-orphans/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-reify-many')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d56c8222885e82e47076a27224fd4ced')
+
+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"
+}


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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 22:38:47
  Author: anthraxx
Revision: 212663

upgpkg: ruby-packetfu 1.1.12-1

Modified:
  ruby-packetfu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:32:39 UTC (rev 212662)
+++ PKGBUILD2017-02-16 22:38:47 UTC (rev 212663)
@@ -2,8 +2,8 @@
 
 _gemname=packetfu
 pkgname=ruby-${_gemname}
-pkgver=1.1.11
-pkgrel=3
+pkgver=1.1.12
+pkgrel=1
 pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
 url='https://github.com/packetfu/packetfu'
 arch=('any')
@@ -11,12 +11,13 @@
 depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
-sha512sums=('c1144b11e3b4020a96ad7a73b299b06fbe51a8e0a81ff2ddbef8f82268bbe2edd8497eb4f69cb66078ce724e41d0d1105571e0462794d11ca42b7da573753837')
+sha512sums=('c50c12274a476eeb19588dc5e545487319946edc75e808105a511f6de1b91c9c2713348617ffe859c579e43ffb00e6d6b498df93e43f3cf921fc1412977dc394')
 
 prepare() {
   cd ${_gemname}-version-${pkgver}
   sed 's|git ls-files|find|' -i ${_gemname}.gemspec
   sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed "s|1.1.13-pre|${pkgver}|" -i lib/packetfu/version.rb
 }
 
 build() {
@@ -29,7 +30,7 @@
   local _gemdir="$(gem env gemdir)"
   gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
   install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
 }
 


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

2017-02-16 Thread Levente Polyak
Date: Thursday, February 16, 2017 @ 22:38:55
  Author: anthraxx
Revision: 212664

archrelease: copy trunk to community-any

Added:
  ruby-packetfu/repos/community-any/PKGBUILD
(from rev 212663, ruby-packetfu/trunk/PKGBUILD)
Deleted:
  ruby-packetfu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-16 22:38:47 UTC (rev 212663)
+++ PKGBUILD2017-02-16 22:38:55 UTC (rev 212664)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=packetfu
-pkgname=ruby-${_gemname}
-pkgver=1.1.11
-pkgrel=3
-pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
-url='https://github.com/packetfu/packetfu'
-arch=('any')
-license=('BSD')
-depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
-sha512sums=('c1144b11e3b4020a96ad7a73b299b06fbe51a8e0a81ff2ddbef8f82268bbe2edd8497eb4f69cb66078ce724e41d0d1105571e0462794d11ca42b7da573753837')
-
-prepare() {
-  cd ${_gemname}-version-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
-}
-
-build() {
-  cd ${_gemname}-version-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-version-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-packetfu/repos/community-any/PKGBUILD (from rev 212663, 
ruby-packetfu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-16 22:38:55 UTC (rev 212664)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=packetfu
+pkgname=ruby-${_gemname}
+pkgver=1.1.12
+pkgrel=1
+pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
+url='https://github.com/packetfu/packetfu'
+arch=('any')
+license=('BSD')
+depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
+sha512sums=('c50c12274a476eeb19588dc5e545487319946edc75e808105a511f6de1b91c9c2713348617ffe859c579e43ffb00e6d6b498df93e43f3cf921fc1412977dc394')
+
+prepare() {
+  cd ${_gemname}-version-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed "s|1.1.13-pre|${pkgver}|" -i lib/packetfu/version.rb
+}
+
+build() {
+  cd ${_gemname}-version-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-version-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 22:49:22
  Author: felixonmars
Revision: 212667

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

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

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

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

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 212666, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-16 22:49:22 UTC (rev 212667)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3
+pkgrel=19
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-cryptohash' 'haskell-free' 
'haskell-hashable' 'haskell-hspec'
+ 'haskell-hspec-smallcheck' 'haskell-lifted-base' 
'haskell-monad-control'
+ 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' 
'haskell-resourcet'
+ 'haskell-safe' 'haskell-semigroups' 'haskell-smallcheck' 
'haskell-streaming-commons'
+ 'haskell-store-core' 'haskell-syb' 'haskell-text' 'haskell-th-lift'
+ 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('e8f68402d601c7d02453cb0f3aa04e74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling 

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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 23:38:34
  Author: felixonmars
Revision: 212668

upgpkg: stack 1.3.2-36

rebuild with safe,0.3.14

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 22:49:22 UTC (rev 212667)
+++ PKGBUILD2017-02-16 23:38:34 UTC (rev 212668)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=35
+pkgrel=36
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 23:39:07
  Author: felixonmars
Revision: 212669

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 212668, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 212668, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 212668, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 212668, stack/trunk/stack.install)

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 212668, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-16 23:39:07 UTC (rev 212669)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=36
+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-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-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-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-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "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=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${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}" \
+--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 "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 

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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 23:57:50
  Author: felixonmars
Revision: 212677

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

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

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

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

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

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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 23:57:18
  Author: felixonmars
Revision: 212676

upgpkg: haskell-yesod-persistent 1.4.1.1-24

rebuild with safe,0.3.14

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 23:55:02 UTC (rev 212675)
+++ PKGBUILD2017-02-16 23:57:18 UTC (rev 212676)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.1.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:06:19
  Author: felixonmars
Revision: 212680

upgpkg: haskell-yesod 1.4.4-18

rebuild with safe,0.3.14

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 00:02:51 UTC (rev 212679)
+++ PKGBUILD2017-02-17 00:06:19 UTC (rev 212680)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.4
-pkgrel=17
+pkgrel=18
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:06:51
  Author: felixonmars
Revision: 212681

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

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

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

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

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

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:17:41
  Author: felixonmars
Revision: 212685

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

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

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
212684, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 00:17:41 UTC (rev 212685)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=39
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
212684, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 00:17:41 UTC (rev 212685)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=39
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+ 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 00:17:09
  Author: felixonmars
Revision: 212684

upgpkg: haskell-yesod-static 1.5.1.1-39

rebuild with safe,0.3.14

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 00:13:28 UTC (rev 212683)
+++ PKGBUILD2017-02-17 00:17:09 UTC (rev 212684)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.1.1
-pkgrel=38
+pkgrel=39
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 23:54:31
  Author: felixonmars
Revision: 212674

upgpkg: haskell-yesod-default 1.2.0-108

rebuild with safe,0.3.14

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 23:51:36 UTC (rev 212673)
+++ PKGBUILD2017-02-16 23:54:31 UTC (rev 212674)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=107
+pkgrel=108
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 04:29:38
  Author: felixonmars
Revision: 212745

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

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

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

Copied: haskell-http2/repos/community-staging-i686/PKGBUILD (from rev 212744, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 04:29:38 UTC (rev 212745)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="https://github.com/kazu-yamamoto/http2;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-case-insensitive"
+ "haskell-hex" "haskell-psqueues" "haskell-stm" "haskell-text" 
"haskell-vector")
+makedepends=('haskell-word8')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('61620eca0f57875a6a9bd24f9cc04c301b5c3c668bf98f85e9989aad5d069c43')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+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-devel
+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-http2/repos/community-staging-x86_64/PKGBUILD (from rev 212744, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 04:29:38 UTC (rev 212745)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="https://github.com/kazu-yamamoto/http2;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-case-insensitive"
+ "haskell-hex" "haskell-psqueues" "haskell-stm" "haskell-text" 
"haskell-vector")
+makedepends=('haskell-word8')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('61620eca0f57875a6a9bd24f9cc04c301b5c3c668bf98f85e9989aad5d069c43')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+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-devel
+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 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 04:29:12
  Author: felixonmars
Revision: 212744

upgpkg: haskell-http2 1.6.3-2

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 04:26:09 UTC (rev 212743)
+++ PKGBUILD2017-02-17 04:29:12 UTC (rev 212744)
@@ -5,7 +5,7 @@
 _hkgname=http2
 pkgname=haskell-http2
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP/2.0 library including frames and HPACK"
 url="https://github.com/kazu-yamamoto/http2;
 license=("custom:BSD3")


[arch-commits] Commit in e2fsprogs/trunk (mke2fs.conf)

2017-02-16 Thread Christian Hesse
Date: Friday, February 17, 2017 @ 06:39:40
  Author: eworm
Revision: 289089

remove unused mke2fs.conf

FS#52986

Deleted:
  e2fsprogs/trunk/mke2fs.conf

-+
 mke2fs.conf |   26 --
 1 file changed, 26 deletions(-)

Deleted: mke2fs.conf
===
--- mke2fs.conf 2017-02-17 01:55:12 UTC (rev 289088)
+++ mke2fs.conf 2017-02-17 06:39:40 UTC (rev 289089)
@@ -1,26 +0,0 @@
-[defaults]
-   base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
-   blocksize = 4096
-   inode_size = 128
-   inode_ratio = 16384
-
-[fs_types]
-   small = {
-   blocksize = 1024
-   inode_size = 128
-   inode_ratio = 4096
-   }
-   floppy = {
-   blocksize = 1024
-   inode_size = 128
-   inode_ratio = 8192
-   }
-   news = {
-   inode_ratio = 4096
-   }
-   largefile = {
-   inode_ratio = 1048576
-   }
-   largefile4 = {
-   inode_ratio = 4194304
-   }


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 06:41:39
  Author: felixonmars
Revision: 212748

upgpkg: pandoc 1.19.2.1-11

rebuild with case-insensitive,1.2.0.8

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 06:12:25 UTC (rev 212747)
+++ PKGBUILD2017-02-17 06:41:39 UTC (rev 212748)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:06:26
  Author: felixonmars
Revision: 212758

upgpkg: haskell-tagstream-conduit 0.5.5.3-57

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 07:03:34 UTC (rev 212757)
+++ PKGBUILD2017-02-17 07:06:26 UTC (rev 212758)
@@ -5,7 +5,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=56
+pkgrel=57
 pkgdesc="Streamlined html tag parser"
 url="http://github.com/yihuang/tagstream-conduit;
 license=("custom:BSD3")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:06:51
  Author: felixonmars
Revision: 212759

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

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

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

Copied: haskell-tagstream-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 212758, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 07:06:51 UTC (rev 212759)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5.5.3
+pkgrel=57
+pkgdesc="Streamlined html tag parser"
+url="http://github.com/yihuang/tagstream-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-resourcet" "haskell-text"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b296e8f0ba18ae951b5bb3fc2d9d964954666df61ea9363d667f251af17134ab')
+
+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-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 212758, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 07:06:51 UTC (rev 212759)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5.5.3
+pkgrel=57
+pkgdesc="Streamlined html tag parser"
+url="http://github.com/yihuang/tagstream-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-resourcet" "haskell-text"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b296e8f0ba18ae951b5bb3fc2d9d964954666df61ea9363d667f251af17134ab')
+
+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 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:09:42
  Author: felixonmars
Revision: 212761

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 212760, haskell-authenticate/trunk/PKGBUILD)
  haskell-authenticate/repos/community-staging-x86_64/
  haskell-authenticate/repos/community-staging-x86_64/PKGBUILD
(from rev 212760, 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 
212760, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 07:09:42 UTC (rev 212761)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=47
+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 
212760, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 07:09:42 UTC (rev 212761)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=47
+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-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:09:11
  Author: felixonmars
Revision: 212760

upgpkg: haskell-authenticate 1.3.3.2-47

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 07:06:51 UTC (rev 212759)
+++ PKGBUILD2017-02-17 07:09:11 UTC (rev 212760)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=46
+pkgrel=47
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 04:22:54
  Author: felixonmars
Revision: 212740

upgpkg: stack 1.3.2-37

rebuild with case-insensitive,1.2.0.8

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 03:46:42 UTC (rev 212739)
+++ PKGBUILD2017-02-17 04:22:54 UTC (rev 212740)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=36
+pkgrel=37
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-02-16 Thread Christian Hesse
Date: Friday, February 17, 2017 @ 07:01:05
  Author: eworm
Revision: 212752

upgpkg: python-pyodbc 4.0.7-1

new upstream release

Modified:
  python-pyodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 06:56:38 UTC (rev 212751)
+++ PKGBUILD2017-02-17 07:01:05 UTC (rev 212752)
@@ -5,7 +5,7 @@
 pkgbase=python-pyodbc
 pkgname=(python-pyodbc python2-pyodbc)
 _srcname=pyodbc
-pkgver=4.0.6
+pkgver=4.0.7
 pkgrel=1
 pkgdesc='ODBC module for Python'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'unixodbc')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('f4ad778de8dd2db2dd6814c1e47ef39cbdfa41fc54d477fc007fad6732fbbb7f')
+sha256sums=('4955490030cd2ee1ce859b22ac408573ba6182b565576c26f6014bf1adcfebeb')
 
 prepare() {
echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"


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

2017-02-16 Thread Christian Hesse
Date: Friday, February 17, 2017 @ 07:01:13
  Author: eworm
Revision: 212753

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-17 07:01:05 UTC (rev 212752)
+++ community-i686/PKGBUILD 2017-02-17 07:01:13 UTC (rev 212753)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.6
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('f4ad778de8dd2db2dd6814c1e47ef39cbdfa41fc54d477fc007fad6732fbbb7f')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: python-pyodbc/repos/community-i686/PKGBUILD (from rev 212752, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-17 07:01:13 UTC (rev 212753)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.7
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('4955490030cd2ee1ce859b22ac408573ba6182b565576c26f6014bf1adcfebeb')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-17 07:01:05 UTC (rev 212752)
+++ community-x86_64/PKGBUILD   2017-02-17 07:01:13 UTC (rev 212753)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.6
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('f4ad778de8dd2db2dd6814c1e47ef39cbdfa41fc54d477fc007fad6732fbbb7f')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:19:28
  Author: felixonmars
Revision: 212767

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

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

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

Copied: haskell-cheapskate/repos/community-staging-i686/PKGBUILD (from rev 
212766, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 07:19:28 UTC (rev 212767)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.5
+pkgrel=42
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7a63b7ffc4976d006c5f693569a5ffd7a887e83d126d1dce9bbe8b5fbaabfa32')
+
+prepare() {
+sed -i 's/data-default >= 0.5 && < 0.7,/data-default >= 0.5 \&\& < 0.8,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 \
+-fdingus
+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-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
212766, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 07:19:28 UTC (rev 212767)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.5
+pkgrel=42
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7a63b7ffc4976d006c5f693569a5ffd7a887e83d126d1dce9bbe8b5fbaabfa32')
+
+prepare() {
+sed -i 's/data-default >= 0.5 && < 0.7,/data-default >= 0.5 \&\& < 0.8,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 \
+-fdingus
+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 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:19:02
  Author: felixonmars
Revision: 212766

upgpkg: haskell-cheapskate 0.1.0.5-42

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 07:15:00 UTC (rev 212765)
+++ PKGBUILD2017-02-17 07:19:02 UTC (rev 212766)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.5
-pkgrel=41
+pkgrel=42
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2017-02-16 Thread Daniel Micay
Date: Friday, February 17, 2017 @ 03:46:42
  Author: thestinger
Revision: 212739

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

Added:
  linux-grsec/repos/community-testing-i686/
  linux-grsec/repos/community-testing-i686/99-linux.hook
(from rev 212738, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-testing-i686/PKGBUILD
(from rev 212738, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-testing-i686/change-default-console-loglevel.patch
(from rev 212738, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-testing-i686/config
(from rev 212738, linux-grsec/trunk/config)
  linux-grsec/repos/community-testing-i686/config.x86_64
(from rev 212738, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-testing-i686/linux-grsec.install
(from rev 212738, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-testing-i686/linux.preset
(from rev 212738, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-testing-x86_64/
  linux-grsec/repos/community-testing-x86_64/99-linux.hook
(from rev 212738, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-testing-x86_64/PKGBUILD
(from rev 212738, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-testing-x86_64/change-default-console-loglevel.patch
(from rev 212738, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-testing-x86_64/config
(from rev 212738, linux-grsec/trunk/config)
  linux-grsec/repos/community-testing-x86_64/config.x86_64
(from rev 212738, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-testing-x86_64/linux-grsec.install
(from rev 212738, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-testing-x86_64/linux.preset
(from rev 212738, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-testing-i686/99-linux.hook
  linux-grsec/repos/community-testing-i686/PKGBUILD
  linux-grsec/repos/community-testing-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-testing-i686/config
  linux-grsec/repos/community-testing-i686/config.x86_64
  linux-grsec/repos/community-testing-i686/linux-grsec.install
  linux-grsec/repos/community-testing-i686/linux.preset
  linux-grsec/repos/community-testing-x86_64/99-linux.hook
  linux-grsec/repos/community-testing-x86_64/PKGBUILD
  
linux-grsec/repos/community-testing-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-testing-x86_64/config
  linux-grsec/repos/community-testing-x86_64/config.x86_64
  linux-grsec/repos/community-testing-x86_64/linux-grsec.install
  linux-grsec/repos/community-testing-x86_64/linux.preset

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16540 
++
 /config.x86_64 |15964 +
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-testing-i686/99-linux.hook   |   11 
 community-testing-i686/PKGBUILD|  319 
 community-testing-i686/change-default-console-loglevel.patch   |   11 
 community-testing-i686/config  | 8270 -
 community-testing-i686/config.x86_64   | 7977 
 community-testing-i686/linux-grsec.install |   27 
 community-testing-i686/linux.preset|   14 
 community-testing-x86_64/99-linux.hook |   11 
 community-testing-x86_64/PKGBUILD  |  319 
 community-testing-x86_64/change-default-console-loglevel.patch |   11 
 community-testing-x86_64/config| 8270 -
 community-testing-x86_64/config.x86_64 | 7977 
 community-testing-x86_64/linux-grsec.install   |   27 
 community-testing-x86_64/linux.preset  |   14 
 21 files changed, 33268 insertions(+), 33258 deletions(-)

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


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 06:12:25
  Author: felixonmars
Revision: 212747

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

Added:
  haskell-skylighting/repos/community-staging-i686/
  haskell-skylighting/repos/community-staging-i686/PKGBUILD
(from rev 212746, haskell-skylighting/trunk/PKGBUILD)
  haskell-skylighting/repos/community-staging-i686/system-pcre.patch
(from rev 212746, haskell-skylighting/trunk/system-pcre.patch)
  haskell-skylighting/repos/community-staging-x86_64/
  haskell-skylighting/repos/community-staging-x86_64/PKGBUILD
(from rev 212746, haskell-skylighting/trunk/PKGBUILD)
  haskell-skylighting/repos/community-staging-x86_64/system-pcre.patch
(from rev 212746, haskell-skylighting/trunk/system-pcre.patch)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/system-pcre.patch   |   57 +++
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/system-pcre.patch |   57 +++
 4 files changed, 212 insertions(+)

Copied: haskell-skylighting/repos/community-staging-i686/PKGBUILD (from rev 
212746, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 06:12:25 UTC (rev 212747)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting 
+pkgver=0.1.1.5
+pkgrel=6
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-blaze-html' 
'haskell-case-insensitive' 'haskell-hxt'
+ 'haskell-mtl' 'haskell-pretty-show' 'haskell-regex-pcre' 
'haskell-safe' 'haskell-text'
+ 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+system-pcre.patch)
+md5sums=('7681c510ab20d79a32a0a54479a2325c'
+ '5971978a26d8133df62b803bd67a70b6')
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+patch -p1 -i ../system-pcre.patch
+}
+
+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 \
+-fsystem-pcre
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-skylighting/repos/community-staging-i686/system-pcre.patch 
(from rev 212746, haskell-skylighting/trunk/system-pcre.patch)
===
--- community-staging-i686/system-pcre.patch(rev 0)
+++ community-staging-i686/system-pcre.patch2017-02-17 06:12:25 UTC (rev 
212747)
@@ -0,0 +1,57 @@
+commit 5fbf9b74c1d34a395a99e61349e3f5f8af0f6140
+Author: Felix Yan 
+Date:   Mon Feb 6 11:44:37 2017 +0800
+
+Add a flag to build with system pcre
+
+diff --git a/skylighting.cabal b/skylighting.cabal
+index 83d39aa..f5684bf 100644
+--- a/skylighting.cabal
 b/skylighting.cabal
+@@ -228,7 +228,6 @@ library
+mtl,
+text,
+bytestring,
+-   regex-pcre-builtin,
+directory,
+filepath,
+aeson,
+@@ -238,6 +237,10 @@ library
+safe,
+blaze-html >= 0.5,
+containers
++  if flag(system-pcre)
++build-depends: regex-pcre
++  else
++build-depends: regex-pcre-builtin
+   hs-source-dirs:  src
+   if impl(ghc < 7.10)
+  hs-source-dirs:   prelude
+@@ -255,12 +258,15 @@ Flag executable
+   Description:   Build skylighting CLI tool
+   Default:   False
+ 
++Flag system-pcre
++  Description:   Use regex-pcre instead of regex-pcre-builtin
++  

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 06:11:56
  Author: felixonmars
Revision: 212746

upgpkg: haskell-skylighting 0.1.1.5-6

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 04:29:38 UTC (rev 212745)
+++ PKGBUILD2017-02-17 06:11:56 UTC (rev 212746)
@@ -4,7 +4,7 @@
 _hkgname=skylighting
 pkgname=haskell-skylighting 
 pkgver=0.1.1.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('GPL2')


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:03:08
  Author: felixonmars
Revision: 212756

upgpkg: pandoc-crossref 0.2.4.2-7

rebuild with case-insensitive,1.2.0.8

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 07:02:30 UTC (rev 212755)
+++ PKGBUILD2017-02-17 07:03:08 UTC (rev 212756)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-02-16 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 07:02:10
  Author: arojas
Revision: 212754

Update to 14.9.0

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 07:01:13 UTC (rev 212753)
+++ PKGBUILD2017-02-17 07:02:10 UTC (rev 212754)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.8.0
+pkgver=14.9.0
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha1sums=('c356eb5992ea22c0ec139102aac4b401125ce46b')
+sha1sums=('a9e9c10e2e76ce50a34556308f4676e676717f88')
 
 package() {
   cd $pkgname-$pkgver


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

2017-02-16 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 07:02:30
  Author: arojas
Revision: 212755

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 212754, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-17 07:02:10 UTC (rev 212754)
+++ PKGBUILD2017-02-17 07:02:30 UTC (rev 212755)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.8.0
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha1sums=('c356eb5992ea22c0ec139102aac4b401125ce46b')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 212754, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-17 07:02:30 UTC (rev 212755)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.9.0
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha1sums=('a9e9c10e2e76ce50a34556308f4676e676717f88')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:03:34
  Author: felixonmars
Revision: 212757

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 212756, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 212756, 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 212756, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 07:03:34 UTC (rev 212757)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=7
+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=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+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 
212756, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 07:03:34 UTC (rev 212757)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=7
+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=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+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 haskell-wai-logger/trunk (PKGBUILD)

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:11:14
  Author: felixonmars
Revision: 212762

upgpkg: haskell-wai-logger 2.3.0-9

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 07:09:42 UTC (rev 212761)
+++ PKGBUILD2017-02-17 07:11:14 UTC (rev 212762)
@@ -5,7 +5,7 @@
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
 pkgver=2.3.0
-pkgrel=8
+pkgrel=9
 pkgdesc="A logging system for WAI"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:11:39
  Author: felixonmars
Revision: 212763

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

Added:
  haskell-wai-logger/repos/community-staging-i686/
  haskell-wai-logger/repos/community-staging-i686/PKGBUILD
(from rev 212762, haskell-wai-logger/trunk/PKGBUILD)
  haskell-wai-logger/repos/community-staging-x86_64/
  haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 212762, haskell-wai-logger/trunk/PKGBUILD)

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

Copied: haskell-wai-logger/repos/community-staging-i686/PKGBUILD (from rev 
212762, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 07:11:39 UTC (rev 212763)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.0
+pkgrel=9
+pkgdesc="A logging system for WAI"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0')
+
+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-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
212762, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 07:11:39 UTC (rev 212763)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.0
+pkgrel=9
+pkgdesc="A logging system for WAI"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:15:00
  Author: felixonmars
Revision: 212765

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

Added:
  haskell-wai-extra/repos/community-staging-i686/
  haskell-wai-extra/repos/community-staging-i686/PKGBUILD
(from rev 212764, haskell-wai-extra/trunk/PKGBUILD)
  haskell-wai-extra/repos/community-staging-x86_64/
  haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 212764, haskell-wai-extra/trunk/PKGBUILD)

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

Copied: haskell-wai-extra/repos/community-staging-i686/PKGBUILD (from rev 
212764, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 07:15:00 UTC (rev 212765)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.19.1
+pkgrel=6
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f7e7ca4432fd868bb549f16ff2671534cab4e0bcfff194b9de55aa561b21a7f6')
+
+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-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
212764, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 07:15:00 UTC (rev 212765)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.19.1
+pkgrel=6
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f7e7ca4432fd868bb549f16ff2671534cab4e0bcfff194b9de55aa561b21a7f6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2017-02-16 Thread Antonio Rojas
Date: Thursday, February 16, 2017 @ 12:33:44
  Author: arojas
Revision: 289052

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

Added:
  qt5-wayland/repos/testing-i686/
  qt5-wayland/repos/testing-i686/PKGBUILD
(from rev 289051, qt5-wayland/trunk/PKGBUILD)
  qt5-wayland/repos/testing-i686/revert-5b807802.patch
(from rev 289051, qt5-wayland/trunk/revert-5b807802.patch)
  qt5-wayland/repos/testing-x86_64/
  qt5-wayland/repos/testing-x86_64/PKGBUILD
(from rev 289051, qt5-wayland/trunk/PKGBUILD)
  qt5-wayland/repos/testing-x86_64/revert-5b807802.patch
(from rev 289051, qt5-wayland/trunk/revert-5b807802.patch)

--+
 testing-i686/PKGBUILD|   47 ++
 testing-i686/revert-5b807802.patch   |  542 +
 testing-x86_64/PKGBUILD  |   47 ++
 testing-x86_64/revert-5b807802.patch |  542 +
 4 files changed, 1178 insertions(+)

Copied: qt5-wayland/repos/testing-i686/PKGBUILD (from rev 289051, 
qt5-wayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-16 12:33:44 UTC (rev 289052)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.8.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+revert-5b807802.patch)
+md5sums=('0a40bd721bd5e1630601beab660c6ea9'
+ '95e986e9c0ab5ebe03c85efb69ee751a')
+
+prepare() {
+  mkdir -p build
+
+# Revert commit that breaks Plasma Wayland
+  cd ${_pkgfqn}
+  patch -Rp1 -i ../revert-5b807802.patch
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-wayland/repos/testing-i686/revert-5b807802.patch (from rev 289051, 
qt5-wayland/trunk/revert-5b807802.patch)
===
--- testing-i686/revert-5b807802.patch  (rev 0)
+++ testing-i686/revert-5b807802.patch  2017-02-16 12:33:44 UTC (rev 289052)
@@ -0,0 +1,542 @@
+From 5b807802866c8df00cb3340d4f9bcc343be5973a Mon Sep 17 00:00:00 2001
+From: Giulio Camuffo 
+Date: Sat, 2 Jul 2016 10:46:58 +0200
+Subject: [PATCH] Create and destroy the shell surface when showing and hiding
+
+This changes the shell surface handling for windows, and instead of
+creating the shell surface at initialization time, and then attaching
+a null buffer to hide it, it creates the shell surface on setVisible(true),
+and destroys it on setVisible(false).
+This fixes hiding when using xdg_shell, as that interface defines that
+attaching a null buffer to an xdg_surface is an error.
+Also this should help with bugged EGL drivers which attach a buffer
+after eglSwapBuffers() returns, which used to cause a newly hidden
+window to get a new valid buffer after we attached a null one, showing
+it again.
+
+Task-number: QTBUG-47902
+Change-Id: I8e0a0442319a98cc1361803ea7be1d079b36fc8c
+Reviewed-by: Johan Helsing 
+Reviewed-by: Paul Olav Tvete 
+---
+ src/client/qwaylandshellsurface_p.h|  5 +-
+ src/client/qwaylandshmbackingstore.cpp |  8 +-
+ src/client/qwaylandwindow.cpp  | 90 +++---
+ src/client/qwaylandwindow_p.h  |  2 +
+ src/client/qwaylandwlshellsurface.cpp  | 10 +++
+ src/client/qwaylandwlshellsurface_p.h  |  6 +-
+ src/client/qwaylandxdgpopup.cpp|  6 ++
+ src/client/qwaylandxdgpopup_p.h|  2 +
+ src/client/qwaylandxdgsurface.cpp  | 19 ++---
+ src/client/qwaylandxdgsurface_p.h  |  5 +-
+ .../client/wayland-egl/qwaylandeglwindow.cpp   | 10 +++
+ .../client/wayland-egl/qwaylandeglwindow.h |  4 +
+ .../qwaylandxcompositeeglcontext.cpp   |  4 +-
+ .../qwaylandxcompositeglxcontext.cpp   |  4 +-
+ .../ivi-shell/qwaylandivisurface.cpp   |  7 ++
+ .../ivi-shell/qwaylandivisurface_p.h  

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

2017-02-16 Thread Sergej Pupykin
Date: Thursday, February 16, 2017 @ 13:42:30
  Author: spupykin
Revision: 212576

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

Added:
  gpsbabel/repos/community-i686/PKGBUILD
(from rev 212575, gpsbabel/trunk/PKGBUILD)
  gpsbabel/repos/community-i686/build-fix.patch
(from rev 212575, gpsbabel/trunk/build-fix.patch)
  gpsbabel/repos/community-x86_64/PKGBUILD
(from rev 212575, gpsbabel/trunk/PKGBUILD)
  gpsbabel/repos/community-x86_64/build-fix.patch
(from rev 212575, gpsbabel/trunk/build-fix.patch)
Deleted:
  gpsbabel/repos/community-i686/PKGBUILD
  gpsbabel/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|  104 +
 community-i686/PKGBUILD  |   45 
 community-i686/build-fix.patch   |   58 
 community-x86_64/PKGBUILD|   45 
 community-x86_64/build-fix.patch |   58 
 5 files changed, 220 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-16 13:42:12 UTC (rev 212575)
+++ community-i686/PKGBUILD 2017-02-16 13:42:30 UTC (rev 212576)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=gpsbabel
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
-arch=('i686' 'x86_64')
-url="http://www.gpsbabel.org;
-license=('GPL')
-depends=('libusb-compat' 'expat' 'qt5-base')
-makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qt5-webkit' 
'java-environment' 'docbook-xsl')
-optdepends=('qt5-webkit')
-options=('docs')
-source=("http://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz;)
-md5sums=('2ff4dd37aba85e0211fd818d653f5943')
-
-build() {
-  cd $srcdir
-  ./configure --prefix=/usr --with-doc=babelweb
-  make
-  make doc
-  (cd gui && qmake-qt5 && make)
-}
-
-package() {
-  cd $srcdir
-  make DESTDIR=$pkgdir install
-
-  # GUI
-  install -Dm755 gui/objects/gpsbabelfe-bin ${pkgdir}/usr/bin/gpsbabelfe-bin
-  install -Dm644 gui/images/appicon.png $pkgdir/usr/share/pixmaps/gpsbabel.png
-  install -Dm644 gui/gpsbabel.desktop 
$pkgdir/usr/share/applications/gpsbabel.desktop
-
-  # Header install
-  mkdir -p $pkgdir/usr/include/gpsbabel
-  cp *.h $pkgdir/usr/include/gpsbabel
-
-  # Doc install
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/babelweb/* $pkgdir/usr/share/doc/$pkgname/
-  cp README* $pkgdir/usr/share/doc/$pkgname/
-}

Copied: gpsbabel/repos/community-i686/PKGBUILD (from rev 212575, 
gpsbabel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-16 13:42:30 UTC (rev 212576)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gpsbabel
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
+arch=('i686' 'x86_64')
+url="http://www.gpsbabel.org;
+license=('GPL')
+depends=('libusb-compat' 'expat' 'qt5-base' 'qt5-webengine')
+makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qt5-webkit' 
'java-environment' 'docbook-xsl')
+optdepends=('qt5-webkit')
+options=('docs')
+source=("https://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz;
+   "build-fix.patch")
+sha256sums=('59e29b83a16af16556fffc9315d3d3626d11fc7f2f50d6ec1f99dfc64412989e'
+'537752bd5d097d836d4d5a77b4f7a5ea68d408d6a648511e4a98865d2742fb46')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <../build-fix.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-doc=babelweb
+  make
+  make doc
+  (cd gui && qmake-qt5 && make)
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # GUI
+  install -Dm755 gui/objects/gpsbabelfe-bin "$pkgdir"/usr/bin/gpsbabelfe-bin
+  install -Dm644 gui/images/appicon.png 
"$pkgdir"/usr/share/pixmaps/gpsbabel.png
+  install -Dm644 gui/gpsbabel.desktop 
"$pkgdir"/usr/share/applications/gpsbabel.desktop
+
+  # Header install
+  mkdir -p "$pkgdir"/usr/include/gpsbabel
+  cp *.h "$pkgdir"/usr/include/gpsbabel
+
+  # Doc install
+  mkdir -p "$pkgdir"/usr/share/doc/$pkgname
+  cp -r babelweb/* "$pkgdir"/usr/share/doc/$pkgname/
+  cp README* "$pkgdir"/usr/share/doc/$pkgname/
+}

Copied: gpsbabel/repos/community-i686/build-fix.patch (from rev 212575, 
gpsbabel/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch   

[arch-commits] Commit in gpsbabel/trunk (PKGBUILD build-fix.patch)

2017-02-16 Thread Sergej Pupykin
Date: Thursday, February 16, 2017 @ 13:42:12
  Author: spupykin
Revision: 212575

upgpkg: gpsbabel 1.5.4-1

upd

Added:
  gpsbabel/trunk/build-fix.patch
Modified:
  gpsbabel/trunk/PKGBUILD

-+
 PKGBUILD|   21 +--
 build-fix.patch |   58 ++
 2 files changed, 72 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 12:02:23 UTC (rev 212574)
+++ PKGBUILD2017-02-16 13:42:12 UTC (rev 212575)
@@ -4,21 +4,28 @@
 # Contributor: William Rea 
 
 pkgname=gpsbabel
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
 arch=('i686' 'x86_64')
 url="http://www.gpsbabel.org;
 license=('GPL')
-depends=('libusb-compat' 'expat' 'qt5-base')
+depends=('libusb-compat' 'expat' 'qt5-base' 'qt5-webengine')
 makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qt5-webkit' 
'java-environment' 'docbook-xsl')
 optdepends=('qt5-webkit')
 options=('docs')
-source=("https://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz;)
-sha256sums=('7599beb312488a96d8b8e646c357fbc122970522a7c9ae0a2777862a0ef39351')
+source=("https://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz;
+   "build-fix.patch")
+sha256sums=('59e29b83a16af16556fffc9315d3d3626d11fc7f2f50d6ec1f99dfc64412989e'
+'537752bd5d097d836d4d5a77b4f7a5ea68d408d6a648511e4a98865d2742fb46')
 
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <../build-fix.patch
+}
+
 build() {
-  cd "$srcdir"
+  cd "$srcdir"/$pkgname-$pkgver
   ./configure --prefix=/usr --with-doc=babelweb
   make
   make doc
@@ -26,7 +33,7 @@
 }
 
 package() {
-  cd "$srcdir"
+  cd "$srcdir"/$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
   # GUI
@@ -40,6 +47,6 @@
 
   # Doc install
   mkdir -p "$pkgdir"/usr/share/doc/$pkgname
-  cp -r "$srcdir"/babelweb/* "$pkgdir"/usr/share/doc/$pkgname/
+  cp -r babelweb/* "$pkgdir"/usr/share/doc/$pkgname/
   cp README* "$pkgdir"/usr/share/doc/$pkgname/
 }

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2017-02-16 13:42:12 UTC (rev 212575)
@@ -0,0 +1,58 @@
+diff -wbBur gpsbabel-1.5.4/tef_xml.cc gpsbabel-1.5.4.my/tef_xml.cc
+--- gpsbabel-1.5.4/tef_xml.cc  2017-01-02 08:05:19.0 +0300
 gpsbabel-1.5.4.my/tef_xml.cc   2017-02-16 16:20:22.788961096 +0300
+@@ -72,11 +72,11 @@
+   bool valid = false;
+ 
+   foreach(QXmlStreamAttribute attr, *attrv) {
+-if (attr.name().compare("Comment", Qt::CaseInsensitive) == 0) {
+-  if (attr.value().compare("TourExchangeFormat", Qt::CaseInsensitive) == 
0) {
++if (attr.name().compare((QString&)"Comment", Qt::CaseInsensitive) == 0) {
++  if (attr.value().compare((QString&)"TourExchangeFormat", 
Qt::CaseInsensitive) == 0) {
+ valid = true;
+   }
+-} else if (attr.name().compare("Version", Qt::CaseInsensitive) == 0) {
++} else if (attr.name().compare((QString&)"Version", Qt::CaseInsensitive) 
== 0) {
+   version = attr.value().toString().toDouble();
+ }
+   }
+@@ -95,9 +95,9 @@
+ {
+   route = route_head_alloc();
+   foreach(QXmlStreamAttribute attr, *attrv) {
+-if (attr.name().compare("Name", Qt::CaseInsensitive) == 0) {
++if (attr.name().compare((QString&)"Name", Qt::CaseInsensitive) == 0) {
+   route->rte_name = attr.value().toString().trimmed();
+-} else if (attr.name().compare("Software", Qt::CaseInsensitive) == 0) {
++} else if (attr.name().compare((QString&)"Software", Qt::CaseInsensitive) 
== 0) {
+   route->rte_desc = attr.value().toString().trimmed();
+ }
+   }
+@@ -248,20 +248,20 @@
+ QString attrstr = attr.value().toString();
+ QByteArray attrtext = attrstr.toUtf8();
+ 
+-if (attr.name().compare("SegDescription", Qt::CaseInsensitive) == 0) {
++if (attr.name().compare((QString&)"SegDescription", Qt::CaseInsensitive) 
== 0) {
+   wpt_tmp->shortname = attrstr.trimmed();
+-} else if (attr.name().compare("PointDescription", Qt::CaseInsensitive) 
== 0) {
++} else if (attr.name().compare((QString&)"PointDescription", 
Qt::CaseInsensitive) == 0) {
+   wpt_tmp->description = attrstr.trimmed();
+-} else if (attr.name().compare("ViaStation", Qt::CaseInsensitive) == 0 &&
+-   attr.value().compare("true", Qt::CaseInsensitive) == 0) {
++} else if (attr.name().compare((QString&)"ViaStation", 
Qt::CaseInsensitive) == 0 &&
++   attr.value().compare((QString&)"true", Qt::CaseInsensitive) == 
0) {
+   wpt_tmp->wpt_flags.fmt_use = 1;  /* only a flag */
+ 
+   /* new in TEF V2 */
+-} else if (attr.name().compare("Instruction", Qt::CaseInsensitive) == 0) {
++} else if (attr.name().compare((QString&)"Instruction", 
Qt::CaseInsensitive) == 0) {
+   wpt_tmp->description = 

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

2017-02-16 Thread Massimiliano Torromeo
Date: Thursday, February 16, 2017 @ 10:07:38
  Author: mtorromeo
Revision: 212553

upgpkg: beats 5.2.1-1

Modified:
  beats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 10:05:23 UTC (rev 212552)
+++ PKGBUILD2017-02-16 10:07:38 UTC (rev 212553)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat)
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='Data shippers for Elasticsearch'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 "filebeat-tmpfile.conf"
 "packetbeat-tmpfile.conf"
 "metricbeat-tmpfile.conf")
-sha256sums=('b74d6c77e60dffe1d76623ef50117715219f8d81c2400b2aa90fef79d34ed564'
+sha256sums=('8cd082583c9762314c3a15c8847a8b155733e04db328a8f759a0bf7acc17ec7d'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
 '4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
 '9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'


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

2017-02-16 Thread Allan McRae
Date: Thursday, February 16, 2017 @ 10:51:23
  Author: allan
Revision: 289048

update

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 10:50:57 UTC (rev 289047)
+++ PKGBUILD2017-02-16 10:51:23 UTC (rev 289048)
@@ -5,9 +5,9 @@
 # NOTE: valgrind requires rebuilt with each major glibc version
 
 pkgname=glibc
-pkgver=2.24
-pkgrel=2.91
-_commit=fdfc9260
+pkgver=2.25
+pkgrel=1
+_commit=58520986c38e34db60e07260c64c563e3efcf353
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc;
@@ -20,22 +20,15 @@
 etc/nscd.conf)
 options=('!strip' 'staticlibs')
 install=glibc.install
-source=(git://sourceware.org/git/glibc.git#commit=${_commit}
+source=(git+https://sourceware.org/git/glibc.git#commit=${_commit}
 locale.gen.txt
-locale-gen
-0001-Revert-Avoid-an-extra-branch-to-PLT-for-z-now.patch)
+locale-gen)
 md5sums=('SKIP'
  '07ac979b6ab5eeb778d55f041529d623'
- '476e9113489f93b348b21e144b6a8fcf'
- 'aa0c0742ea5de00c25dfae8868c1bc9b')
+ '476e9113489f93b348b21e144b6a8fcf')
 
 prepare() {
   mkdir glibc-build
-  
-  cd glibc
-  # build fails with PIE enabled toolchain
-  # https://sourceware.org/bugzilla/show_bug.cgi?id=20621
-  patch -p1 -i $srcdir/0001-Revert-Avoid-an-extra-branch-to-PLT-for-z-now.patch
 }
 
 build() {
@@ -52,11 +45,8 @@
   echo "sbindir=/usr/bin" >> configparms
   echo "rootsbindir=/usr/bin" >> configparms
 
-  # remove hardening options for building libraries
+  # remove fortify for building libraries
   CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
-  CFLAGS=${CFLAGS/-fstack-protector-strong/}
-  # this is handled properly by --enable-bind-now
-  LDFLAGS=${LDFLAGS/,-z,now/}
 
   ../${pkgname}/configure \
   --prefix=/usr \
@@ -70,19 +60,20 @@
   --enable-bind-now \
   --disable-profile \
   --enable-stackguard-randomization \
+  --enable-stack-protector=strong \
   --enable-lock-elision \
   --enable-multi-arch \
   --disable-werror
 
-  # build libraries with hardening disabled
+  # build libraries with fortify disabled
   echo "build-programs=no" >> configparms
   make
 
-  # re-enable hardening for programs
+  # re-enable fortify for programs
   sed -i "/build-programs=/s#no#yes#" configparms
 
-  echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
-  echo "CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CC += -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
   make
 }
 
@@ -89,7 +80,7 @@
 check() {
   cd glibc-build
 
-  # remove harding in preparation to run test-suite
+  # remove fortify in preparation to run test-suite
   sed -i '/FORTIFY/d' configparms
 
   # some failures are "expected"
@@ -137,7 +128,9 @@
 strip $STRIP_BINARIES usr/bin/lddlibc4
   fi
 
-  strip $STRIP_STATIC usr/lib/*.a
+  strip $STRIP_STATIC usr/lib/lib{anl,BrokenLocale,c{,_nonshared},crypt}.a \
+  
usr/lib/lib{dl,g,ieee,m-${pkgver},mcheck,mvec{,_nonshared}}.a \
+  
usr/lib/lib{nsl,pthread{,_nonshared},resolv,rpcsvc,rt,util}.a
 
   strip $STRIP_SHARED usr/lib/lib{anl,BrokenLocale,cidn,crypt}-*.so \
   
usr/lib/libnss_{compat,db,dns,files,hesiod,nis,nisplus}-*.so \


[arch-commits] Commit in qt5-wayland/trunk (PKGBUILD revert-5b807802.patch)

2017-02-16 Thread Antonio Rojas
Date: Thursday, February 16, 2017 @ 12:33:11
  Author: arojas
Revision: 289051

Revert change that breaks Plasma Wayland (FS#52728)

Added:
  qt5-wayland/trunk/revert-5b807802.patch
Modified:
  qt5-wayland/trunk/PKGBUILD

---+
 PKGBUILD  |   12 -
 revert-5b807802.patch |  542 
 2 files changed, 551 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 11:53:46 UTC (rev 289050)
+++ PKGBUILD2017-02-16 12:33:11 UTC (rev 289051)
@@ -5,7 +5,7 @@
 pkgname=qt5-wayland
 _qtver=5.8.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,11 +13,17 @@
 depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('0a40bd721bd5e1630601beab660c6ea9')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+revert-5b807802.patch)
+md5sums=('0a40bd721bd5e1630601beab660c6ea9'
+ '95e986e9c0ab5ebe03c85efb69ee751a')
 
 prepare() {
   mkdir -p build
+
+# Revert commit that breaks Plasma Wayland
+  cd ${_pkgfqn}
+  patch -Rp1 -i ../revert-5b807802.patch
 }
 
 build() {

Added: revert-5b807802.patch
===
--- revert-5b807802.patch   (rev 0)
+++ revert-5b807802.patch   2017-02-16 12:33:11 UTC (rev 289051)
@@ -0,0 +1,542 @@
+From 5b807802866c8df00cb3340d4f9bcc343be5973a Mon Sep 17 00:00:00 2001
+From: Giulio Camuffo 
+Date: Sat, 2 Jul 2016 10:46:58 +0200
+Subject: [PATCH] Create and destroy the shell surface when showing and hiding
+
+This changes the shell surface handling for windows, and instead of
+creating the shell surface at initialization time, and then attaching
+a null buffer to hide it, it creates the shell surface on setVisible(true),
+and destroys it on setVisible(false).
+This fixes hiding when using xdg_shell, as that interface defines that
+attaching a null buffer to an xdg_surface is an error.
+Also this should help with bugged EGL drivers which attach a buffer
+after eglSwapBuffers() returns, which used to cause a newly hidden
+window to get a new valid buffer after we attached a null one, showing
+it again.
+
+Task-number: QTBUG-47902
+Change-Id: I8e0a0442319a98cc1361803ea7be1d079b36fc8c
+Reviewed-by: Johan Helsing 
+Reviewed-by: Paul Olav Tvete 
+---
+ src/client/qwaylandshellsurface_p.h|  5 +-
+ src/client/qwaylandshmbackingstore.cpp |  8 +-
+ src/client/qwaylandwindow.cpp  | 90 +++---
+ src/client/qwaylandwindow_p.h  |  2 +
+ src/client/qwaylandwlshellsurface.cpp  | 10 +++
+ src/client/qwaylandwlshellsurface_p.h  |  6 +-
+ src/client/qwaylandxdgpopup.cpp|  6 ++
+ src/client/qwaylandxdgpopup_p.h|  2 +
+ src/client/qwaylandxdgsurface.cpp  | 19 ++---
+ src/client/qwaylandxdgsurface_p.h  |  5 +-
+ .../client/wayland-egl/qwaylandeglwindow.cpp   | 10 +++
+ .../client/wayland-egl/qwaylandeglwindow.h |  4 +
+ .../qwaylandxcompositeeglcontext.cpp   |  4 +-
+ .../qwaylandxcompositeglxcontext.cpp   |  4 +-
+ .../ivi-shell/qwaylandivisurface.cpp   |  7 ++
+ .../ivi-shell/qwaylandivisurface_p.h   |  2 +
+ tests/auto/client/client/tst_client.cpp|  4 +-
+ 17 files changed, 110 insertions(+), 78 deletions(-)
+
+diff --git a/src/client/qwaylandshellsurface_p.h 
b/src/client/qwaylandshellsurface_p.h
+index 63b77ab..b51c252 100644
+--- a/src/client/qwaylandshellsurface_p.h
 b/src/client/qwaylandshellsurface_p.h
+@@ -94,15 +94,14 @@ class Q_WAYLAND_CLIENT_EXPORT QWaylandShellSurface : 
public QObject
+ 
+ inline QWaylandWindow *window() { return m_window; }
+ 
++virtual void setType(Qt::WindowType type, QWaylandWindow 
*transientParent) = 0;
++
+ protected:
+ virtual void setMaximized() {}
+ virtual void setFullscreen() {}
+ virtual void setNormal() {}
+ virtual void setMinimized() {}
+ 
+-virtual void setTopLevel() {}
+-virtual void updateTransientParent(QWindow * /*parent*/) {}
+-
+ private:
+ QWaylandWindow *m_window;
+ friend class QWaylandWindow;
+diff --git a/src/client/qwaylandshmbackingstore.cpp 
b/src/client/qwaylandshmbackingstore.cpp
+index 5f8336c..d0d6cfd 100644
+--- a/src/client/qwaylandshmbackingstore.cpp
 b/src/client/qwaylandshmbackingstore.cpp
+@@ -211,13 +211,7 @@ void 

  1   2   3   >