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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:58:41
  Author: felixonmars
Revision: 250173

upgpkg: haskell-lens-aeson 1.0.2-10

rebuild with aeson,1.2.1.0

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:56:48 UTC (rev 250172)
+++ PKGBUILD2017-08-14 05:58:41 UTC (rev 250173)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/;
 license=('MIT')


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:59:08
  Author: felixonmars
Revision: 250174

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

Added:
  haskell-lens-aeson/repos/community-staging-i686/
  haskell-lens-aeson/repos/community-staging-i686/PKGBUILD
(from rev 250173, haskell-lens-aeson/trunk/PKGBUILD)
  haskell-lens-aeson/repos/community-staging-x86_64/
  haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 250173, haskell-lens-aeson/trunk/PKGBUILD)

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

Copied: haskell-lens-aeson/repos/community-staging-i686/PKGBUILD (from rev 
250173, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:59:08 UTC (rev 250174)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.2
+pkgrel=10
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 
250173, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:59:08 UTC (rev 250174)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.2
+pkgrel=10
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+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-jwt/repos (4 files)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:56:48
  Author: felixonmars
Revision: 250172

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

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

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

Copied: haskell-jwt/repos/community-staging-i686/PKGBUILD (from rev 250171, 
haskell-jwt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:56:48 UTC (rev 250172)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=jwt
+pkgname=haskell-jwt
+pkgver=0.7.2
+pkgrel=5
+pkgdesc="JSON Web Token (JWT) decoding and encoding"
+url="https://bitbucket.org/ssaasen/haskell-jwt;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-memory" "haskell-text" 
"haskell-aeson"
+ "haskell-unordered-containers" "haskell-scientific" 
"haskell-data-default"
+ "haskell-http-types" "haskell-vector" "haskell-semigroups" 
"haskell-network-uri")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('17967413d21399596a236bc8169d9e030bb85e2b1c349c6e470543767cc20a31')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-jwt/repos/community-staging-x86_64/PKGBUILD (from rev 250171, 
haskell-jwt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:56:48 UTC (rev 250172)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=jwt
+pkgname=haskell-jwt
+pkgver=0.7.2
+pkgrel=5
+pkgdesc="JSON Web Token (JWT) decoding and encoding"
+url="https://bitbucket.org/ssaasen/haskell-jwt;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-memory" "haskell-text" 
"haskell-aeson"
+ "haskell-unordered-containers" "haskell-scientific" 
"haskell-data-default"
+ "haskell-http-types" "haskell-vector" "haskell-semigroups" 
"haskell-network-uri")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('17967413d21399596a236bc8169d9e030bb85e2b1c349c6e470543767cc20a31')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:56:19
  Author: felixonmars
Revision: 250171

upgpkg: haskell-jwt 0.7.2-5

rebuild with aeson,1.2.1.0

Modified:
  haskell-jwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:54:48 UTC (rev 250170)
+++ PKGBUILD2017-08-14 05:56:19 UTC (rev 250171)
@@ -5,7 +5,7 @@
 _hkgname=jwt
 pkgname=haskell-jwt
 pkgver=0.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc="JSON Web Token (JWT) decoding and encoding"
 url="https://bitbucket.org/ssaasen/haskell-jwt;
 license=("MIT")


[arch-commits] Commit in haskell-insert-ordered-containers/repos (4 files)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:54:48
  Author: felixonmars
Revision: 250170

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

Added:
  haskell-insert-ordered-containers/repos/community-staging-i686/
  haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD
(from rev 250169, haskell-insert-ordered-containers/trunk/PKGBUILD)
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 250169, haskell-insert-ordered-containers/trunk/PKGBUILD)

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

Copied: haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD 
(from rev 250169, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:54:48 UTC (rev 250170)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=29
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+prepare() {
+sed -e 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3  \&\& <5.3/' \
+-e 's/, aeson >=1.0.0.0  && <1.2/, aeson   
  >=1.0.0.0  \&\& <1.3/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 250169, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:54:48 UTC (rev 250170)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=29
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+prepare() {
+sed -e 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3  \&\& <5.3/' \
+-e 's/, aeson >=1.0.0.0  && <1.2/, aeson   
  >=1.0.0.0  \&\& <1.3/' \
+-i 

[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:54:22
  Author: felixonmars
Revision: 250169

upgpkg: haskell-insert-ordered-containers 0.2.1.0-29

rebuild with aeson,1.2.1.0

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:36:32 UTC (rev 250168)
+++ PKGBUILD2017-08-14 05:54:22 UTC (rev 250169)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers;
 license=('custom:BSD3')
@@ -15,7 +15,9 @@
 
sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
 
 prepare() {
-sed -i 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3  \&\& <5.3/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+sed -e 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3  \&\& <5.3/' \
+-e 's/, aeson >=1.0.0.0  && <1.2/, aeson   
  >=1.0.0.0  \&\& <1.3/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:36:32
  Author: felixonmars
Revision: 250168

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 250167, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:36:32 UTC (rev 250168)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.13
+pkgrel=11
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b5925b39b19000f312a700bf46a157efd028d2f2748ac03efe1b703659a40535dd7259dfa212d534e20358c00143df59b8e6198bfa064847559bec0c64d41b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 250167, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:36:32 UTC (rev 250168)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.13
+pkgrel=11
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b5925b39b19000f312a700bf46a157efd028d2f2748ac03efe1b703659a40535dd7259dfa212d534e20358c00143df59b8e6198bfa064847559bec0c64d41b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:36:07
  Author: felixonmars
Revision: 250167

upgpkg: hoogle 5.0.13-11

rebuild with aeson,1.2.1.0

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:31:20 UTC (rev 250166)
+++ PKGBUILD2017-08-14 05:36:07 UTC (rev 250167)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.13
-pkgrel=10
+pkgrel=11
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:31:20
  Author: felixonmars
Revision: 250166

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

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 250165, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:31:20 UTC (rev 250166)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=72
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-monad-control" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-resourcet" "haskell-safe" 
"haskell-scientific"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+prepare() {
+sed -i 's/xml-conduit  >= 1.2 && <1.5/xml-conduit  >= 
1.2 \&\& <1.6/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 250165, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:31:20 UTC (rev 250166)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=72
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "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"
+ 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:30:54
  Author: felixonmars
Revision: 250165

upgpkg: haskell-aws 0.16-72

rebuild with aeson,1.2.1.0

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:30:08 UTC (rev 250164)
+++ PKGBUILD2017-08-14 05:30:54 UTC (rev 250165)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.16
-pkgrel=71
+pkgrel=72
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2017-08-13 Thread Anatol Pomozov
Date: Monday, August 14, 2017 @ 05:30:08
  Author: anatolik
Revision: 250164

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

Added:
  sshfs/repos/community-testing-i686/PKGBUILD
(from rev 250163, sshfs/trunk/PKGBUILD)
  sshfs/repos/community-testing-x86_64/PKGBUILD
(from rev 250163, sshfs/trunk/PKGBUILD)
Deleted:
  sshfs/repos/community-testing-i686/PKGBUILD
  sshfs/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-testing-i686/PKGBUILD   |   34 --
 community-testing-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-08-14 05:28:45 UTC (rev 250163)
+++ community-testing-i686/PKGBUILD 2017-08-14 05:30:08 UTC (rev 250164)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-
-pkgname=sshfs
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=(x86_64 i686)
-url="http://github.com/libfuse/sshfs;
-license=(GPL)
-depends=(fuse3 glib2 openssh)
-makedepends=(meson)
-source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
-sha256sums=('c4f439ef0b8122e126f3ab9c0c84cc1665a58777e0f10806fa68f241bc6d3874'
-'SKIP')
-validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

-
-build() {
-  cd $pkgname-$pkgver
-
-  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
-  rm -rf build
-  mkdir build
-  cd build
-  meson --prefix=/usr ..
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: sshfs/repos/community-testing-i686/PKGBUILD (from rev 250163, 
sshfs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-14 05:30:08 UTC (rev 250164)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+
+pkgname=sshfs
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=(x86_64 i686)
+url="http://github.com/libfuse/sshfs;
+license=(GPL)
+depends=(fuse3 glib2 openssh)
+makedepends=(meson)
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
+sha256sums=('b494cdbac7ba2e77b994b3d3957171610be640e49c287ff6cb8f2959c4768101'
+'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

+
+build() {
+  cd $pkgname-$pkgver
+
+  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
+  rm -rf build
+  mkdir build
+  cd build
+  meson --prefix=/usr ..
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-08-14 05:28:45 UTC (rev 250163)
+++ community-testing-x86_64/PKGBUILD   2017-08-14 05:30:08 UTC (rev 250164)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-
-pkgname=sshfs
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=(x86_64 i686)
-url="http://github.com/libfuse/sshfs;
-license=(GPL)
-depends=(fuse3 glib2 openssh)
-makedepends=(meson)
-source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
-sha256sums=('c4f439ef0b8122e126f3ab9c0c84cc1665a58777e0f10806fa68f241bc6d3874'
-'SKIP')
-validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

-
-build() {
-  cd $pkgname-$pkgver
-
-  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
-  rm -rf build
-  mkdir build
-  cd build
-  meson --prefix=/usr ..
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: sshfs/repos/community-testing-x86_64/PKGBUILD (from rev 250163, 
sshfs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-14 05:30:08 UTC (rev 250164)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+
+pkgname=sshfs
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=(x86_64 i686)

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

2017-08-13 Thread Anatol Pomozov
Date: Monday, August 14, 2017 @ 05:28:45
  Author: anatolik
Revision: 250163

upgpkg: sshfs 3.2.0-1

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:25:19 UTC (rev 250162)
+++ PKGBUILD2017-08-14 05:28:45 UTC (rev 250163)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=sshfs
-pkgver=3.1.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=(x86_64 i686)
@@ -12,7 +12,7 @@
 depends=(fuse3 glib2 openssh)
 makedepends=(meson)
 
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
-sha256sums=('c4f439ef0b8122e126f3ab9c0c84cc1665a58777e0f10806fa68f241bc6d3874'
+sha256sums=('b494cdbac7ba2e77b994b3d3957171610be640e49c287ff6cb8f2959c4768101'
 'SKIP')
 validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

 


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

2017-08-13 Thread Gaëtan Bisson
Date: Monday, August 14, 2017 @ 05:26:32
  Author: bisson
Revision: 302017

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-14 05:23:38 UTC (rev 302016)
+++ extra-i686/PKGBUILD 2017-08-14 05:26:32 UTC (rev 302017)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.19.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('ec8824596b8c4f668195b2a445832c903c438c2931e5b60095eab61155659eb4'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 302016, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-14 05:26:32 UTC (rev 302017)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.19.2
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('822a71953dbd5fbf5c3ee84bc64b0b7af77ffb4e9fd9a04a417a93a90de3566c'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-14 05:23:38 UTC (rev 302016)
+++ extra-x86_64/PKGBUILD   2017-08-14 05:26:32 UTC (rev 302017)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.19.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('ec8824596b8c4f668195b2a445832c903c438c2931e5b60095eab61155659eb4'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 302016, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-14 05:26:32 UTC (rev 302017)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:25:19
  Author: felixonmars
Revision: 250162

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
250161, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:25:19 UTC (rev 250162)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=117
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "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-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
250161, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:25:19 UTC (rev 250162)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=117
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "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-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:24:53
  Author: felixonmars
Revision: 250161

upgpkg: haskell-authenticate 1.3.3.2-117

rebuild with aeson,1.2.1.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:23:05 UTC (rev 250160)
+++ PKGBUILD2017-08-14 05:24:53 UTC (rev 250161)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=116
+pkgrel=117
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-13 Thread Gaëtan Bisson
Date: Monday, August 14, 2017 @ 05:23:38
  Author: bisson
Revision: 302016

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 23:38:19 UTC (rev 302015)
+++ PKGBUILD2017-08-14 05:23:38 UTC (rev 302016)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.19.1
+pkgver=2.19.2
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('ec8824596b8c4f668195b2a445832c903c438c2931e5b60095eab61155659eb4'
+sha256sums=('822a71953dbd5fbf5c3ee84bc64b0b7af77ffb4e9fd9a04a417a93a90de3566c'
 'SKIP')
 
 build() {


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:23:05
  Author: felixonmars
Revision: 250160

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
250159, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:23:05 UTC (rev 250160)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.2
+pkgrel=10
+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' "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;)
+sha512sums=('07732465673fc4a42115a4a9d4a2e1eec8f826a36dda5825551adf98840810c2c6a22191621fcf1b1ab09e3efd21d190fb3b44f20555ffd601d3dad3efd58e08')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
250159, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:23:05 UTC (rev 250160)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.2
+pkgrel=10
+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' "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;)
+sha512sums=('07732465673fc4a42115a4a9d4a2e1eec8f826a36dda5825551adf98840810c2c6a22191621fcf1b1ab09e3efd21d190fb3b44f20555ffd601d3dad3efd58e08')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:22:40
  Author: felixonmars
Revision: 250159

upgpkg: haskell-http-conduit 2.2.3.2-10

rebuild with aeson,1.2.1.0

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:20:58 UTC (rev 250158)
+++ PKGBUILD2017-08-14 05:22:40 UTC (rev 250159)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3.2
-pkgrel=9
+pkgrel=10
 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-hopenpgp/repos (4 files)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:20:58
  Author: felixonmars
Revision: 250158

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

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

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

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
250157, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:20:58 UTC (rev 250158)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=106
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
250157, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:20:58 UTC (rev 250158)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=106
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:20:33
  Author: felixonmars
Revision: 250157

upgpkg: haskell-hopenpgp 2.5.5-106

rebuild with aeson,1.2.1.0

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:11:19 UTC (rev 250156)
+++ PKGBUILD2017-08-14 05:20:33 UTC (rev 250157)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=105
+pkgrel=106
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:11:19
  Author: felixonmars
Revision: 250156

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

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

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

Copied: haskell-doctemplates/repos/community-staging-i686/PKGBUILD (from rev 
250155, haskell-doctemplates/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:11:19 UTC (rev 250156)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.1.0.2
+pkgrel=29
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-blaze-markup" "haskell-blaze-html" 
"haskell-parsec"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-doctemplates/repos/community-staging-x86_64/PKGBUILD (from rev 
250155, haskell-doctemplates/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:11:19 UTC (rev 250156)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.1.0.2
+pkgrel=29
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-blaze-markup" "haskell-blaze-html" 
"haskell-parsec"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --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"

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:10:53
  Author: felixonmars
Revision: 250155

upgpkg: haskell-doctemplates 0.1.0.2-29

rebuild with aeson,1.2.1.0

Modified:
  haskell-doctemplates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:09:32 UTC (rev 250154)
+++ PKGBUILD2017-08-14 05:10:53 UTC (rev 250155)
@@ -4,7 +4,7 @@
 _hkgname=doctemplates
 pkgname=haskell-doctemplates
 pkgver=0.1.0.2
-pkgrel=28
+pkgrel=29
 pkgdesc="Pandoc-style document templates"
 url="https://github.com/jgm/doctemplates;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:09:32
  Author: felixonmars
Revision: 250154

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

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

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

Copied: haskell-descriptive/repos/community-staging-i686/PKGBUILD (from rev 
250153, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:09:32 UTC (rev 250154)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=62
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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" 
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
250153, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:09:32 UTC (rev 250154)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=62
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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-descriptive/trunk (PKGBUILD)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:09:05
  Author: felixonmars
Revision: 250153

upgpkg: haskell-descriptive 0.9.4-62

rebuild with aeson,1.2.1.0

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:07:32 UTC (rev 250152)
+++ PKGBUILD2017-08-14 05:09:05 UTC (rev 250153)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=61
+pkgrel=62
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:07:32
  Author: felixonmars
Revision: 250152

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

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

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

Copied: cblrepo/repos/community-staging-i686/PKGBUILD (from rev 250151, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:07:32 UTC (rev 250152)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=35
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-safe" "haskell-stringsearch" "haskell-tar" "haskell-text" 
"haskell-unixutils"
+ "haskell-utf8-string" "haskell-vector" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+prepare() {
+sed -e 's/aeson ==1.0.*,/aeson >=1.0,/' \
+-e 's/directory ==1.2.*,/directory >=1.2,/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}

Copied: cblrepo/repos/community-staging-x86_64/PKGBUILD (from rev 250151, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:07:32 UTC (rev 250152)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=35
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-safe" "haskell-stringsearch" "haskell-tar" "haskell-text" 
"haskell-unixutils"
+ "haskell-utf8-string" "haskell-vector" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+prepare() {
+sed -e 's/aeson ==1.0.*,/aeson >=1.0,/' \
+-e 's/directory ==1.2.*,/directory >=1.2,/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:06:53
  Author: felixonmars
Revision: 250151

upgpkg: cblrepo 0.24.0-35

rebuild with aeson,1.2.1.0

Modified:
  cblrepo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:05:00 UTC (rev 250150)
+++ PKGBUILD2017-08-14 05:06:53 UTC (rev 250151)
@@ -3,7 +3,7 @@
 
 pkgname=cblrepo
 pkgver=0.24.0
-pkgrel=34
+pkgrel=35
 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
 url="https://github.com/magthe/cblrepo;
 license=("Apache")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:05:00
  Author: felixonmars
Revision: 250150

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

Added:
  haskell-bower-json/repos/community-staging-i686/
  haskell-bower-json/repos/community-staging-i686/PKGBUILD
(from rev 250149, haskell-bower-json/trunk/PKGBUILD)
  haskell-bower-json/repos/community-staging-x86_64/
  haskell-bower-json/repos/community-staging-x86_64/PKGBUILD
(from rev 250149, haskell-bower-json/trunk/PKGBUILD)

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

Copied: haskell-bower-json/repos/community-staging-i686/PKGBUILD (from rev 
250149, haskell-bower-json/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:05:00 UTC (rev 250150)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bower-json
+pkgname=haskell-bower-json
+pkgver=1.0.0.1
+pkgrel=25
+pkgdesc="Read bower.json from Haskell"
+url="https://github.com/hdgarrood/bower-json;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7aa954e2b1bf79307db710c158108bd9ddb45b333ca96072cdbfaf96c77b7e73')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-bower-json/repos/community-staging-x86_64/PKGBUILD (from rev 
250149, haskell-bower-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:05:00 UTC (rev 250150)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bower-json
+pkgname=haskell-bower-json
+pkgver=1.0.0.1
+pkgrel=25
+pkgdesc="Read bower.json from Haskell"
+url="https://github.com/hdgarrood/bower-json;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7aa954e2b1bf79307db710c158108bd9ddb45b333ca96072cdbfaf96c77b7e73')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:04:34
  Author: felixonmars
Revision: 250149

upgpkg: haskell-bower-json 1.0.0.1-25

rebuild with aeson,1.2.1.0

Modified:
  haskell-bower-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:02:59 UTC (rev 250148)
+++ PKGBUILD2017-08-14 05:04:34 UTC (rev 250149)
@@ -5,7 +5,7 @@
 _hkgname=bower-json
 pkgname=haskell-bower-json
 pkgver=1.0.0.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Read bower.json from Haskell"
 url="https://github.com/hdgarrood/bower-json;
 license=("MIT")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:02:59
  Author: felixonmars
Revision: 250148

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

Added:
  haskell-binary-tagged/repos/community-staging-i686/
  haskell-binary-tagged/repos/community-staging-i686/PKGBUILD
(from rev 250147, haskell-binary-tagged/trunk/PKGBUILD)
  haskell-binary-tagged/repos/community-staging-x86_64/
  haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD
(from rev 250147, haskell-binary-tagged/trunk/PKGBUILD)

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

Copied: haskell-binary-tagged/repos/community-staging-i686/PKGBUILD (from rev 
250147, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:02:59 UTC (rev 250148)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.4.2
+pkgrel=30
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base16-bytestring" 
"haskell-generics-sop"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-sha" "haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('311fab8c2bac00cb6785cb144e25ed58b2efce85e5dc64e30e2b5a2a16cdc784')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-e 's/, vector   >=0.10 && <0.12/, vector  
 >=0.10 \&\& <0.13/' \
+-e 's/, aeson>=0.8  && <1.1/, aeson
>=0.8  \&\& <1.3/' \
+-e 's/, generics-sop >=0.1  && <0.3/, generics-sop 
>=0.1  \&\& <0.4/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD (from rev 
250147, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:02:59 UTC (rev 250148)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.4.2
+pkgrel=30
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base16-bytestring" 
"haskell-generics-sop"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-sha" "haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('311fab8c2bac00cb6785cb144e25ed58b2efce85e5dc64e30e2b5a2a16cdc784')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-e 's/, vector   >=0.10 && <0.12/, vector  
 >=0.10 \&\& <0.13/' \
+  

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:02:32
  Author: felixonmars
Revision: 250147

upgpkg: haskell-binary-tagged 0.1.4.2-30

rebuild with aeson,1.2.1.0

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:01:06 UTC (rev 250146)
+++ PKGBUILD2017-08-14 05:02:32 UTC (rev 250147)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.4.2
-pkgrel=29
+pkgrel=30
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:01:06
  Author: felixonmars
Revision: 250146

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

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

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

Copied: haskell-binary-orphans/repos/community-staging-i686/PKGBUILD (from rev 
250145, haskell-binary-orphans/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 05:01:06 UTC (rev 250146)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-orphans
+pkgname=haskell-binary-orphans
+pkgver=0.1.7.0
+pkgrel=2
+pkgdesc="Orphan instances for binary"
+url="https://github.com/phadej/binary-orphans;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-case-insensitive" "haskell-hashable" 
"haskell-scientific"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-text-binary" "haskell-vector-binary-instances")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5c79e9981afd13bcceced9c046f4b0551f40f90469f2ff018ec6b8cbe967e115dd8817788ea496bbce03f584620c164ef8059cce3ab84b154115e773e2fb5e94')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-binary-orphans/repos/community-staging-x86_64/PKGBUILD (from 
rev 250145, haskell-binary-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 05:01:06 UTC (rev 250146)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-orphans
+pkgname=haskell-binary-orphans
+pkgver=0.1.7.0
+pkgrel=2
+pkgdesc="Orphan instances for binary"
+url="https://github.com/phadej/binary-orphans;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-case-insensitive" "haskell-hashable" 
"haskell-scientific"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-text-binary" "haskell-vector-binary-instances")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5c79e9981afd13bcceced9c046f4b0551f40f90469f2ff018ec6b8cbe967e115dd8817788ea496bbce03f584620c164ef8059cce3ab84b154115e773e2fb5e94')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:00:40
  Author: felixonmars
Revision: 250145

upgpkg: haskell-binary-orphans 0.1.7.0-2

rebuild with aeson,1.2.1.0

Modified:
  haskell-binary-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 04:59:23 UTC (rev 250144)
+++ PKGBUILD2017-08-14 05:00:40 UTC (rev 250145)
@@ -5,7 +5,7 @@
 _hkgname=binary-orphans
 pkgname=haskell-binary-orphans
 pkgver=0.1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-orphans;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 04:59:23
  Author: felixonmars
Revision: 250144

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

Added:
  haskell-aeson-pretty/repos/community-staging-i686/
  haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD
(from rev 250143, haskell-aeson-pretty/trunk/PKGBUILD)
  haskell-aeson-pretty/repos/community-staging-x86_64/
  haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD
(from rev 250143, haskell-aeson-pretty/trunk/PKGBUILD)

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

Copied: haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD (from rev 
250143, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 04:59:23 UTC (rev 250144)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.8.5
+pkgrel=9
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" 
"haskell-cmdargs"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-only
+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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD (from rev 
250143, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 04:59:23 UTC (rev 250144)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.8.5
+pkgrel=9
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" 
"haskell-cmdargs"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-only
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 04:58:57
  Author: felixonmars
Revision: 250143

upgpkg: haskell-aeson-pretty 0.8.5-9

rebuild with aeson,1.2.1.0

Modified:
  haskell-aeson-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 04:57:39 UTC (rev 250142)
+++ PKGBUILD2017-08-14 04:58:57 UTC (rev 250143)
@@ -5,7 +5,7 @@
 _hkgname=aeson-pretty
 pkgname=haskell-aeson-pretty
 pkgver=0.8.5
-pkgrel=8
+pkgrel=9
 pkgdesc="JSON pretty-printing library and command-line tool."
 url="http://github.com/informatikr/aeson-pretty;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 04:57:39
  Author: felixonmars
Revision: 250142

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

Added:
  haskell-aeson-compat/repos/community-staging-i686/
  haskell-aeson-compat/repos/community-staging-i686/PKGBUILD
(from rev 250141, haskell-aeson-compat/trunk/PKGBUILD)
  haskell-aeson-compat/repos/community-staging-x86_64/
  haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 250141, haskell-aeson-compat/trunk/PKGBUILD)

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

Copied: haskell-aeson-compat/repos/community-staging-i686/PKGBUILD (from rev 
250141, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 04:57:39 UTC (rev 250142)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.7.1
+pkgrel=3
+pkgdesc="Compatibility layer for aeson"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" 
"haskell-attoparsec-iso8601"
+ "haskell-base-compat" "haskell-exceptions" "haskell-hashable" 
"haskell-scientific"
+ "haskell-text" "haskell-tagged" "haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('47a9c1148cad6ac14455306579ff658192479eb6bc2132bb2204b94b3c89d8ad99b3d7600354d6a49922867f8d9226acf35107f225ab2b46d3e4c298a3ca7369')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
250141, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 04:57:39 UTC (rev 250142)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.7.1
+pkgrel=3
+pkgdesc="Compatibility layer for aeson"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" 
"haskell-attoparsec-iso8601"
+ "haskell-base-compat" "haskell-exceptions" "haskell-hashable" 
"haskell-scientific"
+ "haskell-text" "haskell-tagged" "haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('47a9c1148cad6ac14455306579ff658192479eb6bc2132bb2204b94b3c89d8ad99b3d7600354d6a49922867f8d9226acf35107f225ab2b46d3e4c298a3ca7369')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 04:57:11
  Author: felixonmars
Revision: 250141

upgpkg: haskell-aeson-compat 0.3.7.1-3

rebuild with aeson,1.2.1.0

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 04:55:57 UTC (rev 250140)
+++ PKGBUILD2017-08-14 04:57:11 UTC (rev 250141)
@@ -5,7 +5,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


[arch-commits] Commit in haskell-aeson-better-errors/repos (4 files)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 04:55:57
  Author: felixonmars
Revision: 250140

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

Added:
  haskell-aeson-better-errors/repos/community-staging-i686/
  haskell-aeson-better-errors/repos/community-staging-i686/PKGBUILD
(from rev 250139, haskell-aeson-better-errors/trunk/PKGBUILD)
  haskell-aeson-better-errors/repos/community-staging-x86_64/
  haskell-aeson-better-errors/repos/community-staging-x86_64/PKGBUILD
(from rev 250139, haskell-aeson-better-errors/trunk/PKGBUILD)

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

Copied: haskell-aeson-better-errors/repos/community-staging-i686/PKGBUILD (from 
rev 250139, haskell-aeson-better-errors/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 04:55:57 UTC (rev 250140)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-better-errors
+pkgname=haskell-aeson-better-errors
+pkgver=0.9.1.0
+pkgrel=27
+pkgdesc="Better error messages when decoding JSON values."
+url="https://github.com/hdgarrood/aeson-better-errors;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-dlist" "haskell-mtl" 
"haskell-scientific" "haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('68f001bf055ec7b755d91019f2a0ef136307d157a231acddad6b4cc561f67327')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson-better-errors/repos/community-staging-x86_64/PKGBUILD 
(from rev 250139, haskell-aeson-better-errors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 04:55:57 UTC (rev 250140)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-better-errors
+pkgname=haskell-aeson-better-errors
+pkgver=0.9.1.0
+pkgrel=27
+pkgdesc="Better error messages when decoding JSON values."
+url="https://github.com/hdgarrood/aeson-better-errors;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-dlist" "haskell-mtl" 
"haskell-scientific" "haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('68f001bf055ec7b755d91019f2a0ef136307d157a231acddad6b4cc561f67327')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+

[arch-commits] Commit in haskell-aeson-better-errors/trunk (PKGBUILD)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 04:55:31
  Author: felixonmars
Revision: 250139

upgpkg: haskell-aeson-better-errors 0.9.1.0-27

rebuild with aeson,1.2.1.0

Modified:
  haskell-aeson-better-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 04:54:07 UTC (rev 250138)
+++ PKGBUILD2017-08-14 04:55:31 UTC (rev 250139)
@@ -5,7 +5,7 @@
 _hkgname=aeson-better-errors
 pkgname=haskell-aeson-better-errors
 pkgver=0.9.1.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Better error messages when decoding JSON values."
 url="https://github.com/hdgarrood/aeson-better-errors;
 license=("MIT")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 04:54:07
  Author: felixonmars
Revision: 250138

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

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

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

Copied: haskell-aeson/repos/community-staging-i686/PKGBUILD (from rev 250137, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 04:54:07 UTC (rev 250138)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=1.2.1.0
+pkgrel=1
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('7e60a09e983ad236d3c06c11965b39f132c59ff57a396611b488dcf2399790a4cf829c4288998eb8093f5dfd01a744c45e0e6631a4c209f03142a47b87c42d28')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast -f-bytestring-builder -f-cffi
+  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 -dm755 "$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"
+
+  # Remove static libs
+  find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 250137, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 04:54:07 UTC (rev 250138)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=1.2.1.0
+pkgrel=1
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('7e60a09e983ad236d3c06c11965b39f132c59ff57a396611b488dcf2399790a4cf829c4288998eb8093f5dfd01a744c45e0e6631a4c209f03142a47b87c42d28')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast -f-bytestring-builder -f-cffi
+  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}"
+
+  

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 04:53:41
  Author: felixonmars
Revision: 250137

upgpkg: haskell-aeson 1.2.1.0-1

rebuild with aeson,1.2.1.0

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 04:45:04 UTC (rev 250136)
+++ PKGBUILD2017-08-14 04:53:41 UTC (rev 250137)
@@ -5,8 +5,8 @@
 
 pkgname=haskell-aeson
 _hkgname=aeson
-pkgver=1.1.2.0
-pkgrel=12
+pkgver=1.2.1.0
+pkgrel=1
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
 url="https://github.com/bos/aeson;
 license=("GPL")
@@ -15,7 +15,7 @@
  'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
  'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
-sha512sums=('643462221fe1c1e324ffa65c2865619b6ba4721104283d5de965225b3b821ac4493d4783a30b51a417883e3ef3aa59d019d594658cf4656c3e4918fbc0b12b44')
+sha512sums=('7e60a09e983ad236d3c06c11965b39f132c59ff57a396611b488dcf2399790a4cf829c4288998eb8093f5dfd01a744c45e0e6631a4c209f03142a47b87c42d28')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"
@@ -22,7 +22,7 @@
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-developer -f-fast -f-bytestring-builder -fcffi
+-f-developer -f-fast -f-bytestring-builder -f-cffi
   runhaskell Setup build
   runhaskell Setup haddock
   runhaskell Setup register --gen-script


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:49:10
  Author: felixonmars
Revision: 250124

upgpkg: haskell-yesod-auth 1.4.17.2-44

rebuild with persistent,2.7.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 03:45:22 UTC (rev 250123)
+++ PKGBUILD2017-08-14 03:49:10 UTC (rev 250124)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17.2
-pkgrel=43
+pkgrel=44
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:49:38
  Author: felixonmars
Revision: 250125

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
250124, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 03:49:38 UTC (rev 250125)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=44
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "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-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('14f93e1683f5c727f3628ed3d7e685a58f9c39d6189049a7d2d179bf54ce6baf973f3c8d241c17f9324a719d01df35f109448df8356db5d71bc846dda244e4db')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
250124, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 03:49:38 UTC (rev 250125)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=44
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "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-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:45:22
  Author: felixonmars
Revision: 250123

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

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

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

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 250122, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 03:45:22 UTC (rev 250123)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3
+pkgrel=34
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffb3673f3972bf90d4b9f1508299e8ab59ec8e48d89d6107aefce28c68278eac733287a1ca4f464f83393f44e87eb907cb7c31b5c098fda9235585dfbedd91ec')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+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}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 250122, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 03:45:22 UTC (rev 250123)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3
+pkgrel=34
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:44:51
  Author: felixonmars
Revision: 250122

upgpkg: hledger-web 1.3-34

rebuild with persistent,2.7.0

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 03:40:23 UTC (rev 250121)
+++ PKGBUILD2017-08-14 03:44:51 UTC (rev 250122)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.3
-pkgrel=33
+pkgrel=34
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:39:51
  Author: felixonmars
Revision: 250120

upgpkg: git-annex 6.20170520-65

rebuild with persistent,2.7.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 03:27:31 UTC (rev 250119)
+++ PKGBUILD2017-08-14 03:39:51 UTC (rev 250120)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-pkgrel=64
+pkgrel=65
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:40:23
  Author: felixonmars
Revision: 250121

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 250120, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-i686/quickcheck-2.10.patch
(from rev 250120, git-annex/trunk/quickcheck-2.10.patch)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 250120, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/quickcheck-2.10.patch
(from rev 250120, git-annex/trunk/quickcheck-2.10.patch)

+
 community-staging-i686/PKGBUILD|   60 ++
 community-staging-i686/quickcheck-2.10.patch   |   75 +++
 community-staging-x86_64/PKGBUILD  |   60 ++
 community-staging-x86_64/quickcheck-2.10.patch |   75 +++
 4 files changed, 270 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 250120, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 03:40:23 UTC (rev 250121)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=65
+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' 'ghc' "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-memory" 
"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-split" "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")
+makedepends=("chrpath")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true 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-i686/quickcheck-2.10.patch (from rev 
250120, git-annex/trunk/quickcheck-2.10.patch)
===
--- community-staging-i686/quickcheck-2.10.patch
(rev 0)
+++ community-staging-i686/quickcheck-2.10.patch2017-08-14 03:40:23 UTC 
(rev 250121)
@@ -0,0 +1,75 @@
+From 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:27:31
  Author: felixonmars
Revision: 250119

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 250118, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 03:27:31 UTC (rev 250119)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=91
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

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

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:27:02
  Author: felixonmars
Revision: 250118

upgpkg: haskell-yesod 1.4.5-91

rebuild with persistent,2.7.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 03:24:48 UTC (rev 250117)
+++ PKGBUILD2017-08-14 03:27:02 UTC (rev 250118)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=90
+pkgrel=91
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:24:22
  Author: felixonmars
Revision: 250116

upgpkg: haskell-yesod-form 1.4.13-10

rebuild with persistent,2.7.0

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 03:21:46 UTC (rev 250115)
+++ PKGBUILD2017-08-14 03:24:22 UTC (rev 250116)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.13
-pkgrel=9
+pkgrel=10
 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-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:24:48
  Author: felixonmars
Revision: 250117

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
250116, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 03:24:48 UTC (rev 250117)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.13
+pkgrel=10
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6b023cdb536bdf9b88b9a503e20a1190e4eb1c69e14663527cab84c22c69be30268e9cf58073ac3ea3a9004e588175dc0e11dfcc78efbb477aab856cde93cde8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --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
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
250116, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 03:24:48 UTC (rev 250117)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.13
+pkgrel=10
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6b023cdb536bdf9b88b9a503e20a1190e4eb1c69e14663527cab84c22c69be30268e9cf58073ac3ea3a9004e588175dc0e11dfcc78efbb477aab856cde93cde8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:21:46
  Author: felixonmars
Revision: 250115

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

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 250114, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 03:21:46 UTC (rev 250115)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=79
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-conduit" "haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+prepare() {
+sed -i 's/, persistent>= 2.1  && < 2.7/, persistent
>= 2.1  \&\& < 2.8/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 250114, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 03:21:46 UTC (rev 250115)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=79
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-conduit" "haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+prepare() {
+sed -i 's/, persistent>= 2.1  && < 2.7/, persistent
>= 2.1  \&\& < 2.8/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:21:18
  Author: felixonmars
Revision: 250114

upgpkg: haskell-yesod-persistent 1.4.2-79

rebuild with persistent,2.7.0

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 03:17:10 UTC (rev 250113)
+++ PKGBUILD2017-08-14 03:21:18 UTC (rev 250114)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.2
-pkgrel=78
+pkgrel=79
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -16,9 +16,13 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
 
+prepare() {
+sed -i 's/, persistent>= 2.1  && < 2.7/, persistent
>= 2.1  \&\& < 2.8/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
@@ -32,7 +36,7 @@
 
 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"


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:17:10
  Author: felixonmars
Revision: 250113

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

---+
 community-staging-i686/PKGBUILD   |   82 
 community-staging-i686/path-0.6.1.patch   |   49 
 community-staging-i686/stack.install  |4 +
 community-staging-x86_64/PKGBUILD |   82 
 community-staging-x86_64/path-0.6.1.patch |   49 
 community-staging-x86_64/stack.install|4 +
 6 files changed, 270 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 250112, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 03:17:10 UTC (rev 250113)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.5.0
+pkgrel=28
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit" "haskell-echo"
+ "haskell-either" "haskell-errors" "haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security" "haskell-hashable"
+ "haskell-hastache" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-async" 
"haskell-lifted-base"
+ "haskell-memory" "haskell-microlens" "haskell-microlens-mtl" 
"haskell-mintty"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-monad-unlift" 
"haskell-mtl"
+ "haskell-network-uri" "haskell-open-browser" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-pid1"
+ "haskell-project-template" "haskell-regex-applicative-text" 
"haskell-resourcet"
+ "haskell-retry" "haskell-safe" "haskell-safe-exceptions" 
"haskell-semigroups"
+ "haskell-split" "haskell-stm" "haskell-store" "haskell-store-core"
+ "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")
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+path-0.6.1.patch)
+sha256sums=('2ffead80e9cc3b72480e9130bb639aaa8a6a684d8f6098a3843fe88803c8e478'
+'2013b76677e62851248f26f8b77d0f37a52496b3380bf3107519d5a84e09808f')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../path-0.6.1.patch
+
+sed -e 's/cryptonite >= 0.19 && < 0.24/cryptonite >= 0.19 \&\& < 0.25/' \
+-e 's/, path >= 0.5.8 && < 0.6/, path >= 0.5.8 \&\& < 0.7/' \
+-i stack.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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
+

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 03:16:36
  Author: felixonmars
Revision: 250112

upgpkg: stack 1.5.0-28

rebuild with persistent,2.7.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 02:50:23 UTC (rev 250111)
+++ PKGBUILD2017-08-14 03:16:36 UTC (rev 250112)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.5.0
-pkgrel=27
+pkgrel=28
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:49:58
  Author: felixonmars
Revision: 250110

upgpkg: haskell-persistent-template 2.5.2-50

rebuild with persistent,2.7.0

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 02:47:51 UTC (rev 250109)
+++ PKGBUILD2017-08-14 02:49:58 UTC (rev 250110)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.2
-pkgrel=49
+pkgrel=50
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:50:23
  Author: felixonmars
Revision: 250111

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

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

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 250110, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 02:50:23 UTC (rev 250111)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=50
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-compat" "haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 250110, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 02:50:23 UTC (rev 250111)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=50
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-compat" "haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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' |" 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:47:51
  Author: felixonmars
Revision: 250109

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

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

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 250108, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 02:47:51 UTC (rev 250109)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=47
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:47:25
  Author: felixonmars
Revision: 250108

upgpkg: haskell-persistent-sqlite 2.6.2-47

rebuild with persistent,2.7.0

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 02:44:17 UTC (rev 250107)
+++ PKGBUILD2017-08-14 02:47:25 UTC (rev 250108)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.2
-pkgrel=46
+pkgrel=47
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:44:17
  Author: felixonmars
Revision: 250107

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
250106, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 02:44:17 UTC (rev 250107)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.3
+pkgrel=12
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
250106, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 02:44:17 UTC (rev 250107)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.3
+pkgrel=12
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:43:51
  Author: felixonmars
Revision: 250106

upgpkg: haskell-esqueleto 2.5.3-12

rebuild with persistent,2.7.0

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 02:41:35 UTC (rev 250105)
+++ PKGBUILD2017-08-14 02:43:51 UTC (rev 250106)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:41:35
  Author: felixonmars
Revision: 250105

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

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

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
250104, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 02:41:35 UTC (rev 250105)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:41:09
  Author: felixonmars
Revision: 250104

upgpkg: haskell-persistent 2.7.0-1

rebuild with persistent,2.7.0

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 02:41:02 UTC (rev 250103)
+++ PKGBUILD2017-08-14 02:41:09 UTC (rev 250104)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.6.1
-pkgrel=46
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -18,7 +18,7 @@
  "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
  "haskell-unordered-containers" "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+sha512sums=('0cbe19efb17707ed9b1ee4c73c336a7c5e7404be50c6be6ad03a3adaeba232795c78b2e7cd45b6d20077831a21b79d9f88a1c42b794eea8b35b6d2102894a68b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:41:02
  Author: felixonmars
Revision: 250103

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-14 02:40:42 UTC (rev 250102)
+++ PKGBUILD2017-08-14 02:41:02 UTC (rev 250103)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-ioflo
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.9
-pkgrel=1
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ioflo/ioflo/archive/v$pkgver.tar.gz;)
-sha512sums=('e359ff07bd1bbeb11ad28f4b200d0454ef5cf3007095d97e8eafa40f5beb36170d952b6371503bfc1b56cd6480c7ab4aa1be313475ee080f7aae1a0d05d6ed06')
-
-prepare() {
-  cp -a ioflo-$pkgver{,-py2}
-
-  sed -i '1i#coding: utf-8' ioflo-$pkgver-py2/ioflo/aid/vectoring.py
-}
-
-build() {
-  cd "$srcdir"/ioflo-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/ioflo-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ioflo-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/ioflo-$pkgver-py2
-  python2 setup.py pytest || warning "Tests failed"
-}
-
-package_python-ioflo() {
-  depends=('python')
-
-  cd ioflo-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2-enum34')
-
-  cd ioflo-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" -O1
-
-  mv "$pkgdir"/usr/bin/ioflo{,2}
-}

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 250102, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-14 02:41:02 UTC (rev 250103)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-ioflo
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ioflo/ioflo/archive/v$pkgver.tar.gz;)
+sha512sums=('b7f3ba0511ed5f2cf8031aa11a660ccee8eef0674c8df17ec09ff32268b5c9d34dd2d79956ddf24ab2fcbf4fe8fc7bb5e521f9636f013b7ed6365960b4cabe48')
+
+prepare() {
+  cp -a ioflo-$pkgver{,-py2}
+
+  sed -i '1i#coding: utf-8' ioflo-$pkgver-py2/ioflo/aid/vectoring.py
+}
+
+build() {
+  cd "$srcdir"/ioflo-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/ioflo-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ioflo-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/ioflo-$pkgver-py2
+  python2 setup.py pytest || warning "Tests failed"
+}
+
+package_python-ioflo() {
+  depends=('python')
+
+  cd ioflo-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2-enum34')
+
+  cd ioflo-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" -O1
+
+  mv "$pkgdir"/usr/bin/ioflo{,2}
+}


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:40:42
  Author: felixonmars
Revision: 250102

upgpkg: python-ioflo 1.7.0-1

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 02:27:01 UTC (rev 250101)
+++ PKGBUILD2017-08-14 02:40:42 UTC (rev 250102)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ioflo
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.9
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/ioflo/ioflo/archive/v$pkgver.tar.gz;)
-sha512sums=('e359ff07bd1bbeb11ad28f4b200d0454ef5cf3007095d97e8eafa40f5beb36170d952b6371503bfc1b56cd6480c7ab4aa1be313475ee080f7aae1a0d05d6ed06')
+sha512sums=('b7f3ba0511ed5f2cf8031aa11a660ccee8eef0674c8df17ec09ff32268b5c9d34dd2d79956ddf24ab2fcbf4fe8fc7bb5e521f9636f013b7ed6365960b4cabe48')
 
 prepare() {
   cp -a ioflo-$pkgver{,-py2}


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:27:01
  Author: felixonmars
Revision: 250101

archrelease: copy trunk to community-any

Added:
  m2r/repos/community-any/PKGBUILD
(from rev 250100, m2r/trunk/PKGBUILD)
Deleted:
  m2r/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-14 02:26:42 UTC (rev 250100)
+++ PKGBUILD2017-08-14 02:27:01 UTC (rev 250101)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=m2r
-pkgname=(m2r python2-m2r)
-pkgver=0.1.8
-pkgrel=1
-pkgdesc="Markdown to reStructuredText converter"
-arch=('any')
-url="https://github.com/miyakogi/m2r;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-mistune' 
'python2-mistune'
- 'python-docutils' 'python2-docutils')
-checkdepends=('python2-mock' 'python-pygments' 'python2-pygments' 
'python-pytest-runner'
-  'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/miyakogi/m2r/archive/v$pkgver.tar.gz;)
-sha512sums=('c1fdbce1af2d837261ca27b0ff6e6d407924528cf20ae80ecae065d3e09061c93a31a01b4e01da0bafa851004546d47ee3bc60c242baaf6f771770e753d7b0f0')
-
-prepare() {
-  cp -a m2r-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/m2r-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/m2r-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_m2r() {
-  depends=('python-mistune' 'python-docutils' 'python-setuptools')
-
-  cd "$srcdir"/m2r-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-m2r() {
-  depends=('python2-mistune' 'python2-docutils' 'python2-setuptools')
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/m2r{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: m2r/repos/community-any/PKGBUILD (from rev 250100, m2r/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-14 02:27:01 UTC (rev 250101)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=m2r
+pkgname=(m2r python2-m2r)
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="Markdown to reStructuredText converter"
+arch=('any')
+url="https://github.com/miyakogi/m2r;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-mistune' 
'python2-mistune'
+ 'python-docutils' 'python2-docutils')
+checkdepends=('python2-mock' 'python-pygments' 'python2-pygments' 
'python-pytest-runner'
+  'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/miyakogi/m2r/archive/v$pkgver.tar.gz;)
+sha512sums=('8ec74530154016fece58727f93641b0279d820a2f46d3eacc97afeb3bde65558792e4897593f52819946e49962e00c5931f7a3d5d7dbfa9429a08d5a38503023')
+
+prepare() {
+  cp -a m2r-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/m2r-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/m2r-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/m2r-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/m2r-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_m2r() {
+  depends=('python-mistune' 'python-docutils' 'python-setuptools')
+
+  cd "$srcdir"/m2r-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-m2r() {
+  depends=('python2-mistune' 'python2-docutils' 'python2-setuptools')
+
+  cd "$srcdir"/m2r-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/m2r{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:26:42
  Author: felixonmars
Revision: 250100

upgpkg: m2r 0.1.9-1

Modified:
  m2r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 02:25:36 UTC (rev 250099)
+++ PKGBUILD2017-08-14 02:26:42 UTC (rev 250100)
@@ -3,7 +3,7 @@
 
 pkgbase=m2r
 pkgname=(m2r python2-m2r)
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc="Markdown to reStructuredText converter"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python2-mock' 'python-pygments' 'python2-pygments' 
'python-pytest-runner'
   'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/miyakogi/m2r/archive/v$pkgver.tar.gz;)
-sha512sums=('c1fdbce1af2d837261ca27b0ff6e6d407924528cf20ae80ecae065d3e09061c93a31a01b4e01da0bafa851004546d47ee3bc60c242baaf6f771770e753d7b0f0')
+sha512sums=('8ec74530154016fece58727f93641b0279d820a2f46d3eacc97afeb3bde65558792e4897593f52819946e49962e00c5931f7a3d5d7dbfa9429a08d5a38503023')
 
 prepare() {
   cp -a m2r-$pkgver{,-py2}


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:25:36
  Author: felixonmars
Revision: 250099

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

Added:
  postgrest/repos/community-i686/
  postgrest/repos/community-i686/PKGBUILD
(from rev 250098, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-i686/protolude-0.2.patch
(from rev 250098, postgrest/trunk/protolude-0.2.patch)
  postgrest/repos/community-x86_64/
  postgrest/repos/community-x86_64/PKGBUILD
(from rev 250098, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-x86_64/protolude-0.2.patch
(from rev 250098, postgrest/trunk/protolude-0.2.patch)

--+
 community-i686/PKGBUILD  |   61 
 community-i686/protolude-0.2.patch   |   70 +
 community-x86_64/PKGBUILD|   61 
 community-x86_64/protolude-0.2.patch |   70 +
 4 files changed, 262 insertions(+)

Copied: postgrest/repos/community-i686/PKGBUILD (from rev 250098, 
postgrest/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-14 02:25:36 UTC (rev 250099)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.2.0
+pkgrel=1
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-auto-update" "haskell-hasql" "haskell-hasql-pool" 
"haskell-protolude"
+ "haskell-text" "haskell-warp" "haskell-base64-bytestring" 
"haskell-retry" "haskell-aeson"
+ "haskell-ansi-wl-pprint" "haskell-case-insensitive" "haskell-cassava"
+ "haskell-configurator-ng" "haskell-contravariant" "haskell-either"
+ "haskell-hasql-transaction" "haskell-heredoc" "haskell-http" 
"haskell-http-types"
+ "haskell-insert-ordered-containers" 
"haskell-interpolatedstring-perl6" "haskell-jwt"
+ "haskell-lens" "haskell-lens-aeson" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-ranged-sets" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-scientific" "haskell-swagger2" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-wai" "haskell-wai-cors" "haskell-wai-extra" 
"haskell-wai-middleware-static"
+ "haskell-cookie")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+protolude-0.2.patch)
+sha256sums=('15b0902c2318e44bcf2d2c1cd654abc8acbbe00a9794e5ad821ab09eb0aca608'
+'8b2eb2a999dba5bfc1953926e170c2ff5086efed75a038923249840d5370f9a6')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../protolude-0.2.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: postgrest/repos/community-i686/protolude-0.2.patch (from rev 250098, 
postgrest/trunk/protolude-0.2.patch)
===
--- community-i686/protolude-0.2.patch  (rev 0)
+++ community-i686/protolude-0.2.patch  2017-08-14 02:25:36 UTC (rev 250099)
@@ -0,0 +1,70 @@
+commit 96f1c00cfb5b92419e188248c6e672dc10990d9e
+Author: Felix Yan 
+Date:   Mon Aug 14 09:14:08 2017 +0800
+
+Fix compatibility with protolude-0.2
+
+diff --git a/main/Main.hs b/main/Main.hs
+index 902195e..cbe5a9f 100644
+--- a/main/Main.hs
 b/main/Main.hs
+@@ -11,7 +11,7 @@ import   PostgREST.DbStructure(getDbStructure)
+
+ module Main where

[arch-commits] Commit in (5 files)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:25:00
  Author: felixonmars
Revision: 250098

addpkg: postgrest 0.4.2.0-1

Added:
  postgrest/
  postgrest/repos/
  postgrest/trunk/
  postgrest/trunk/PKGBUILD
  postgrest/trunk/protolude-0.2.patch

-+
 PKGBUILD|   61 +++
 protolude-0.2.patch |   70 ++
 2 files changed, 131 insertions(+)

Added: postgrest/trunk/PKGBUILD
===
--- postgrest/trunk/PKGBUILD(rev 0)
+++ postgrest/trunk/PKGBUILD2017-08-14 02:25:00 UTC (rev 250098)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.2.0
+pkgrel=1
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-auto-update" "haskell-hasql" "haskell-hasql-pool" 
"haskell-protolude"
+ "haskell-text" "haskell-warp" "haskell-base64-bytestring" 
"haskell-retry" "haskell-aeson"
+ "haskell-ansi-wl-pprint" "haskell-case-insensitive" "haskell-cassava"
+ "haskell-configurator-ng" "haskell-contravariant" "haskell-either"
+ "haskell-hasql-transaction" "haskell-heredoc" "haskell-http" 
"haskell-http-types"
+ "haskell-insert-ordered-containers" 
"haskell-interpolatedstring-perl6" "haskell-jwt"
+ "haskell-lens" "haskell-lens-aeson" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-ranged-sets" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-scientific" "haskell-swagger2" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-wai" "haskell-wai-cors" "haskell-wai-extra" 
"haskell-wai-middleware-static"
+ "haskell-cookie")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+protolude-0.2.patch)
+sha256sums=('15b0902c2318e44bcf2d2c1cd654abc8acbbe00a9794e5ad821ab09eb0aca608'
+'8b2eb2a999dba5bfc1953926e170c2ff5086efed75a038923249840d5370f9a6')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../protolude-0.2.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


Property changes on: postgrest/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: postgrest/trunk/protolude-0.2.patch
===
--- postgrest/trunk/protolude-0.2.patch (rev 0)
+++ postgrest/trunk/protolude-0.2.patch 2017-08-14 02:25:00 UTC (rev 250098)
@@ -0,0 +1,70 @@
+commit 96f1c00cfb5b92419e188248c6e672dc10990d9e
+Author: Felix Yan 
+Date:   Mon Aug 14 09:14:08 2017 +0800
+
+Fix compatibility with protolude-0.2
+
+diff --git a/main/Main.hs b/main/Main.hs
+index 902195e..cbe5a9f 100644
+--- a/main/Main.hs
 b/main/Main.hs
+@@ -11,7 +11,7 @@ import   PostgREST.DbStructure(getDbStructure)
+
+ module Main where
+
+-import   Protolude
++import   Protolude hiding (replace, hPutStrLn)
+ import   PostgREST.App
+ import   PostgREST.Config (AppConfig (..),
+ PgVersion (..),
+diff --git a/postgrest.cabal b/postgrest.cabal
+index e727116..ce97ff2 100644
+--- a/postgrest.cabal
 b/postgrest.cabal
+@@ -72,7 +72,7 @@ library
+  , network-uri
+  , optparse-applicative >= 0.13 && < 0.14
+  , parsec
+-

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:02:56
  Author: felixonmars
Revision: 250096

upgpkg: python-hypothesis 3.18.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 01:36:45 UTC (rev 250095)
+++ PKGBUILD2017-08-14 02:02:56 UTC (rev 250096)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.17.0
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -15,7 +15,7 @@
   'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('ad997aac103932f3a871fafe4d9e617df460933d08835855426754fa022ce49c55aa37551c2fff1b5a313feed1b008a6c9fc48f9156f9d6439a8839b5fdd854e')
+sha512sums=('2c33bf47e84e39065f988b4d16ba6b45b933ea841011b91e2677517dc7dc26c384752f9d2ac4c3785a18c1bc22737a46f4a534f072a45f0231ebaad91ef846bb')
 
 prepare() {
   cp -a hypothesis-python-$pkgver{,-py2}


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 02:03:15
  Author: felixonmars
Revision: 250097

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-14 02:02:56 UTC (rev 250096)
+++ PKGBUILD2017-08-14 02:03:15 UTC (rev 250097)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.17.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('ad997aac103932f3a871fafe4d9e617df460933d08835855426754fa022ce49c55aa37551c2fff1b5a313feed1b008a6c9fc48f9156f9d6439a8839b5fdd854e')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 250096, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-14 02:03:15 UTC (rev 250097)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('2c33bf47e84e39065f988b4d16ba6b45b933ea841011b91e2677517dc7dc26c384752f9d2ac4c3785a18c1bc22737a46f4a534f072a45f0231ebaad91ef846bb')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-python-$pkgver-py2
+  python2 setup.py build
+}
+

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 01:36:45
  Author: felixonmars
Revision: 250095

archrelease: copy trunk to community-any

Added:
  python-pytest-xdist/repos/community-any/PKGBUILD
(from rev 250094, python-pytest-xdist/trunk/PKGBUILD)
Deleted:
  python-pytest-xdist/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-14 01:36:25 UTC (rev 250094)
+++ PKGBUILD2017-08-14 01:36:45 UTC (rev 250095)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-xdist
-pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.19.1
-pkgrel=1
-pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-xdist'
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
- 'python-execnet' 'python2-execnet')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('3c61f7f23bcb0f4fa761c0ab77b48117452c4f4db53699cb55ccc62a28279e15356d6f9cbd7b9f14fc69ae981fac4f18bcac3d214149d8ecef6a02d2293c6ca6')
-
-prepare() {
-  cp -a pytest-xdist-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-xdist-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # https://github.com/pytest-dev/pytest-xdist/issues/163
-
-  cd "$srcdir"/pytest-xdist-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-xdist() {
-  depends=('python-pytest' 'python-execnet')
-
-  cd pytest-xdist-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-xdist() {
-  depends=('python2-pytest' 'python2-execnet')
-
-  cd pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-xdist/repos/community-any/PKGBUILD (from rev 250094, 
python-pytest-xdist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-14 01:36:45 UTC (rev 250095)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-xdist
+pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
+pkgver=1.19.1
+pkgrel=2
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-xdist'
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
+ 'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
+sha512sums=('3c61f7f23bcb0f4fa761c0ab77b48117452c4f4db53699cb55ccc62a28279e15356d6f9cbd7b9f14fc69ae981fac4f18bcac3d214149d8ecef6a02d2293c6ca6')
+
+prepare() {
+  cp -a pytest-xdist-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-xdist-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-xdist-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-xdist() {
+  depends=('python-pytest-forked' 'python-execnet')
+
+  cd pytest-xdist-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-xdist() {
+  depends=('python2-pytest-forked' 'python2-execnet')
+
+  cd pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 01:36:25
  Author: felixonmars
Revision: 250094

upgpkg: python-pytest-xdist 1.19.1-2

Fix dependency on pytest-forked

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 01:01:44 UTC (rev 250093)
+++ PKGBUILD2017-08-14 01:36:25 UTC (rev 250094)
@@ -4,13 +4,13 @@
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 pkgver=1.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
- 'python-execnet' 'python2-execnet')
+ 'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
 
sha512sums=('3c61f7f23bcb0f4fa761c0ab77b48117452c4f4db53699cb55ccc62a28279e15356d6f9cbd7b9f14fc69ae981fac4f18bcac3d214149d8ecef6a02d2293c6ca6')
 
@@ -30,19 +30,18 @@
 
 check() {
   # Hack entry points by installing it
-  # https://github.com/pytest-dev/pytest-xdist/issues/163
 
   cd "$srcdir"/pytest-xdist-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
 
   cd "$srcdir"/pytest-xdist-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
 
 package_python-pytest-xdist() {
-  depends=('python-pytest' 'python-execnet')
+  depends=('python-pytest-forked' 'python-execnet')
 
   cd pytest-xdist-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -50,7 +49,7 @@
 }
 
 package_python2-pytest-xdist() {
-  depends=('python2-pytest' 'python2-execnet')
+  depends=('python2-pytest-forked' 'python2-execnet')
 
   cd pytest-xdist-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


[arch-commits] Commit in python-pytest-forked/repos (2 files)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 01:01:44
  Author: felixonmars
Revision: 250093

archrelease: copy trunk to community-any

Added:
  python-pytest-forked/repos/community-any/
  python-pytest-forked/repos/community-any/PKGBUILD
(from rev 250092, python-pytest-forked/trunk/PKGBUILD)

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

Copied: python-pytest-forked/repos/community-any/PKGBUILD (from rev 250092, 
python-pytest-forked/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-08-14 01:01:44 UTC (rev 250093)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-forked
+pkgname=('python-pytest-forked' 'python2-pytest-forked')
+pkgver=0.2
+pkgrel=1
+pkgdesc='run tests in isolated forked subprocesses'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-forked'
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools-scm' 
'python2-setuptools-scm')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-forked/archive/v$pkgver.tar.gz;)
+md5sums=('3c26f166ff2532c103a6572405db68b1')
+
+prepare() {
+  cp -a pytest-forked-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-forked-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-forked-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-forked-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-forked-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-forked() {
+  depends=('python-pytest')
+
+  cd pytest-forked-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-forked() {
+  depends=('python2-pytest')
+
+  cd pytest-forked-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 01:01:24
  Author: felixonmars
Revision: 250092

addpkg: python-pytest-forked 0.2-1

Added:
  python-pytest-forked/
  python-pytest-forked/repos/
  python-pytest-forked/trunk/
  python-pytest-forked/trunk/PKGBUILD

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

Added: python-pytest-forked/trunk/PKGBUILD
===
--- python-pytest-forked/trunk/PKGBUILD (rev 0)
+++ python-pytest-forked/trunk/PKGBUILD 2017-08-14 01:01:24 UTC (rev 250092)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-forked
+pkgname=('python-pytest-forked' 'python2-pytest-forked')
+pkgver=0.2
+pkgrel=1
+pkgdesc='run tests in isolated forked subprocesses'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-forked'
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools-scm' 
'python2-setuptools-scm')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-forked/archive/v$pkgver.tar.gz;)
+md5sums=('3c26f166ff2532c103a6572405db68b1')
+
+prepare() {
+  cp -a pytest-forked-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-forked-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-forked-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-forked-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-forked-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-forked() {
+  depends=('python-pytest')
+
+  cd pytest-forked-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-forked() {
+  depends=('python2-pytest')
+
+  cd pytest-forked-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in (4 files)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 00:55:35
  Author: felixonmars
Revision: 250090

addpkg: haskell-wai-middleware-static 0.8.1-1

Added:
  haskell-wai-middleware-static/
  haskell-wai-middleware-static/repos/
  haskell-wai-middleware-static/trunk/
  haskell-wai-middleware-static/trunk/PKGBUILD

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

Added: haskell-wai-middleware-static/trunk/PKGBUILD
===
--- haskell-wai-middleware-static/trunk/PKGBUILD
(rev 0)
+++ haskell-wai-middleware-static/trunk/PKGBUILD2017-08-14 00:55:35 UTC 
(rev 250090)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-middleware-static
+pkgname=haskell-wai-middleware-static
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="WAI middleware that serves requests to static files"
+url="https://github.com/scotty-web/wai-middleware-static;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-memory" 
"haskell-expiring-cache-map"
+ "haskell-http-types" "haskell-mime-types" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-semigroups" "haskell-text" "haskell-wai")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('84feb1301508e04f35e313e53c2bc59ff5e21f908d5850fef66645b2a0bb02b18d4b9e4a53d56f68d9de1db9e4847868a33e21c0b67bcf32f843073f7daa7f8f')
+
+prepare() {
+sed -i 's/directory  >= 1.2.0.1  && < 1.3,/directory  >= 
1.2.0.1  \&\& < 1.4,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 00:56:02
  Author: felixonmars
Revision: 250091

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

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

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

Copied: haskell-wai-middleware-static/repos/community-i686/PKGBUILD (from rev 
250090, haskell-wai-middleware-static/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-14 00:56:02 UTC (rev 250091)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-middleware-static
+pkgname=haskell-wai-middleware-static
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="WAI middleware that serves requests to static files"
+url="https://github.com/scotty-web/wai-middleware-static;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-memory" 
"haskell-expiring-cache-map"
+ "haskell-http-types" "haskell-mime-types" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-semigroups" "haskell-text" "haskell-wai")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('84feb1301508e04f35e313e53c2bc59ff5e21f908d5850fef66645b2a0bb02b18d4b9e4a53d56f68d9de1db9e4847868a33e21c0b67bcf32f843073f7daa7f8f')
+
+prepare() {
+sed -i 's/directory  >= 1.2.0.1  && < 1.3,/directory  >= 
1.2.0.1  \&\& < 1.4,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-wai-middleware-static/repos/community-x86_64/PKGBUILD (from rev 
250090, haskell-wai-middleware-static/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-14 00:56:02 UTC (rev 250091)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-middleware-static
+pkgname=haskell-wai-middleware-static
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="WAI middleware that serves requests to static files"
+url="https://github.com/scotty-web/wai-middleware-static;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-memory" 
"haskell-expiring-cache-map"
+ "haskell-http-types" "haskell-mime-types" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-semigroups" "haskell-text" "haskell-wai")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('84feb1301508e04f35e313e53c2bc59ff5e21f908d5850fef66645b2a0bb02b18d4b9e4a53d56f68d9de1db9e4847868a33e21c0b67bcf32f843073f7daa7f8f')
+
+prepare() {
+sed -i 's/directory  >= 1.2.0.1  && < 1.3,/directory  >= 
1.2.0.1  \&\& < 1.4,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 00:47:13
  Author: felixonmars
Revision: 250087

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

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

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

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
250086, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 00:47:13 UTC (rev 250087)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.2.2.0
+pkgrel=4
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" 
"haskell-code-page"
+ "haskell-exceptions" "haskell-glob" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-microstache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b655bba05c4da4e9c2272dba79de95f1f714a655f2d48baff5b8b26fd0eadcfc3528c21e028adfb2c4adcd904260d5ff1b06e30a41c9d5bdf91ca01bea6559e0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
250086, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 00:47:13 UTC (rev 250087)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.2.2.0
+pkgrel=4
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" 
"haskell-code-page"
+ "haskell-exceptions" "haskell-glob" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-microstache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b655bba05c4da4e9c2272dba79de95f1f714a655f2d48baff5b8b26fd0eadcfc3528c21e028adfb2c4adcd904260d5ff1b06e30a41c9d5bdf91ca01bea6559e0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 00:46:47
  Author: felixonmars
Revision: 250086

upgpkg: haskell-criterion 1.2.2.0-4

rebuild with cassava,0.5.1.0

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 00:43:23 UTC (rev 250085)
+++ PKGBUILD2017-08-14 00:46:47 UTC (rev 250086)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.2.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 00:43:23
  Author: felixonmars
Revision: 250085

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

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

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

Copied: haskell-cassava/repos/community-staging-i686/PKGBUILD (from rev 250084, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-14 00:43:23 UTC (rev 250085)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.5.1.0
+pkgrel=1
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" 
"haskell-only"
+ "haskell-scientific" "haskell-text" "haskell-text-short" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('74853c6d0f837826613cf2a0249a25e940faa283e89bca017fa9812551bffd428dc9af9a2d0ba082866243521fab9820f478fce1f28d276ae988d4a6331754e6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-bytestring--LT-0_10_4
+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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-cassava/repos/community-staging-x86_64/PKGBUILD (from rev 
250084, haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-14 00:43:23 UTC (rev 250085)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.5.1.0
+pkgrel=1
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" 
"haskell-only"
+ "haskell-scientific" "haskell-text" "haskell-text-short" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('74853c6d0f837826613cf2a0249a25e940faa283e89bca017fa9812551bffd428dc9af9a2d0ba082866243521fab9820f478fce1f28d276ae988d4a6331754e6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-bytestring--LT-0_10_4
+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 

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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 00:42:58
  Author: felixonmars
Revision: 250084

upgpkg: haskell-cassava 0.5.1.0-1

rebuild with cassava,0.5.1.0

Modified:
  haskell-cassava/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 00:42:27 UTC (rev 250083)
+++ PKGBUILD2017-08-14 00:42:58 UTC (rev 250084)
@@ -4,16 +4,17 @@
 
 _hkgname=cassava
 pkgname=haskell-cassava
-pkgver=0.5.0.0
-pkgrel=6
+pkgver=0.5.1.0
+pkgrel=1
 pkgdesc="A CSV parsing and encoding library"
 url="https://github.com/tibbe/cassava;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" 
"haskell-only"
- "haskell-text" "haskell-text-short" "haskell-unordered-containers" 
"haskell-vector")
+ "haskell-scientific" "haskell-text" "haskell-text-short" 
"haskell-unordered-containers"
+ "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('96cb0355d3af7a4ee937e525641b6c9ab92a20f932e6e1f0eea5f5b271c492714071ef0f29b53db4adce036190921e59ace0034b79fc3a779985b8a385157ec1')
+sha512sums=('74853c6d0f837826613cf2a0249a25e940faa283e89bca017fa9812551bffd428dc9af9a2d0ba082866243521fab9820f478fce1f28d276ae988d4a6331754e6')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +22,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-pre-bytestring-0-10-4
+-f-bytestring--LT-0_10_4
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 00:42:27
  Author: felixonmars
Revision: 250083

archrelease: copy trunk to community-any

Added:
  python-json-logger/repos/community-any/PKGBUILD
(from rev 250082, python-json-logger/trunk/PKGBUILD)
Deleted:
  python-json-logger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-14 00:42:07 UTC (rev 250082)
+++ PKGBUILD2017-08-14 00:42:27 UTC (rev 250083)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-json-logger
-pkgname=('python-json-logger' 'python2-json-logger')
-pkgver=0.1.7
-_commit=1a464798a033d3f8034c05811dbdf097ec4b0201
-pkgrel=1
-pkgdesc='A python library adding a json log formatter'
-arch=('any')
-license=('BSD')
-url='https://github.com/madzak/python-json-logger'
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/madzak/python-json-logger/archive/$_commit.tar.gz;)
-sha512sums=('a0331493aa2861db28669e344f9c13be247ddd84ed6a33b2af2719a49f089230c42d5f66ca2fd776f9584ae2dbdb0f6cf27c575f270c3e1727ddc71da7167ded')
-
-prepare() {
-  mv python-json-logger-$_commit python-json-logger-$pkgver
-  cp -a python-json-logger-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-json-logger-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-json-logger-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-json-logger-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/python-json-logger-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-json-logger() {
-  depends=('python-setuptools')
-
-  cd python-json-logger-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-json-logger() {
-  depends=('python2-setuptools')
-
-  cd python-json-logger-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-json-logger/repos/community-any/PKGBUILD (from rev 250082, 
python-json-logger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-14 00:42:27 UTC (rev 250083)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-json-logger
+pkgname=('python-json-logger' 'python2-json-logger')
+pkgver=0.1.8
+_commit=1a464798a033d3f8034c05811dbdf097ec4b0201
+pkgrel=1
+pkgdesc='A python library adding a json log formatter'
+arch=('any')
+license=('BSD')
+url='https://github.com/madzak/python-json-logger'
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/madzak/python-json-logger/archive/$_commit.tar.gz;)
+sha512sums=('a0331493aa2861db28669e344f9c13be247ddd84ed6a33b2af2719a49f089230c42d5f66ca2fd776f9584ae2dbdb0f6cf27c575f270c3e1727ddc71da7167ded')
+
+prepare() {
+  mv python-json-logger-$_commit python-json-logger-$pkgver
+  cp -a python-json-logger-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-json-logger-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-json-logger-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-json-logger-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/python-json-logger-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-json-logger() {
+  depends=('python-setuptools')
+
+  cd python-json-logger-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-json-logger() {
+  depends=('python2-setuptools')
+
+  cd python-json-logger-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 00:42:07
  Author: felixonmars
Revision: 250082

upgpkg: python-json-logger 0.1.8-1

Modified:
  python-json-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:35:40 UTC (rev 250081)
+++ PKGBUILD2017-08-14 00:42:07 UTC (rev 250082)
@@ -3,7 +3,7 @@
 
 pkgbase=python-json-logger
 pkgname=('python-json-logger' 'python2-json-logger')
-pkgver=0.1.7
+pkgver=0.1.8
 _commit=1a464798a033d3f8034c05811dbdf097ec4b0201
 pkgrel=1
 pkgdesc='A python library adding a json log formatter'


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

2017-08-13 Thread Jan Steffens
Date: Sunday, August 13, 2017 @ 23:38:19
  Author: heftig
Revision: 302015

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

Added:
  colord/repos/testing-i686/
  colord/repos/testing-i686/PKGBUILD
(from rev 302014, colord/trunk/PKGBUILD)
  colord/repos/testing-i686/colord.install
(from rev 302014, colord/trunk/colord.install)
  colord/repos/testing-x86_64/
  colord/repos/testing-x86_64/PKGBUILD
(from rev 302014, colord/trunk/PKGBUILD)
  colord/repos/testing-x86_64/colord.install
(from rev 302014, colord/trunk/colord.install)

---+
 testing-i686/PKGBUILD |   59 
 testing-i686/colord.install   |8 +
 testing-x86_64/PKGBUILD   |   59 
 testing-x86_64/colord.install |8 +
 4 files changed, 134 insertions(+)

Copied: colord/repos/testing-i686/PKGBUILD (from rev 302014, 
colord/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-13 23:38:19 UTC (rev 302015)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=1.4.0+11+g98cf67b
+pkgrel=1
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev 
shared-mime-info)
+makedepends=(gobject-introspection vala sane bash-completion argyllcms git 
docbook-utils
+ docbook-sgml perl-sgmls meson gtk-doc)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
+replaces=(shared-color-profiles)
+install=colord.install
+_commit=98cf67bf3ffe2e6ccb629e3bcaf9a6b15dfd79ed  # master
+source=("git+https://github.com/hughsie/colord#commit=$_commit;)
+sha1sums=('SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+--localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+-Denable-libcolordcompat=true \
+-Denable-sane=true \
+-Denable-vala=true \
+-Denable-print-profiles=true \
+-Dwith-daemon-user=colord
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+  # the build system has no colord user, so the chown fails
+  chown -R 124:124 "$pkgdir/var/lib/colord"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: colord/repos/testing-i686/colord.install (from rev 302014, 
colord/trunk/colord.install)
===
--- testing-i686/colord.install (rev 0)
+++ testing-i686/colord.install 2017-08-13 23:38:19 UTC (rev 302015)
@@ -0,0 +1,8 @@
+post_install() {
+  getent group colord >/dev/null || groupadd -g 124 colord
+  getent passwd colord >/dev/null || useradd -d /var/lib/colord -u 124 -g 
colord -s /bin/false colord
+}
+
+post_upgrade() {
+  post_install
+}

Copied: colord/repos/testing-x86_64/PKGBUILD (from rev 302014, 
colord/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-13 23:38:19 UTC (rev 302015)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=1.4.0+11+g98cf67b
+pkgrel=1
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev 
shared-mime-info)
+makedepends=(gobject-introspection vala sane bash-completion argyllcms git 
docbook-utils
+ docbook-sgml perl-sgmls meson gtk-doc)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
+replaces=(shared-color-profiles)
+install=colord.install
+_commit=98cf67bf3ffe2e6ccb629e3bcaf9a6b15dfd79ed  # master
+source=("git+https://github.com/hughsie/colord#commit=$_commit;)
+sha1sums=('SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+--localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+-Denable-libcolordcompat=true \
+-Denable-sane=true \
+-Denable-vala=true \
+-Denable-print-profiles=true \
+-Dwith-daemon-user=colord
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" 

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

2017-08-13 Thread Jan Steffens
Date: Sunday, August 13, 2017 @ 23:36:54
  Author: heftig
Revision: 302014

1.4.0+11+g98cf67b-1

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 23:20:34 UTC (rev 302013)
+++ PKGBUILD2017-08-13 23:36:54 UTC (rev 302014)
@@ -3,20 +3,20 @@
 # Contributor: Ionut Biru 
 
 pkgname=colord
-pkgver=1.3.5
+pkgver=1.4.0+11+g98cf67b
 pkgrel=1
 pkgdesc="System daemon for managing color devices"
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/software/colord;
 license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev)
-makedepends=(intltool gobject-introspection vala sane bash-completion 
argyllcms gnome-common git
- docbook-utils docbook-sgml perl-sgmls)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev 
shared-mime-info)
+makedepends=(gobject-introspection vala sane bash-completion argyllcms git 
docbook-utils
+ docbook-sgml perl-sgmls meson gtk-doc)
 optdepends=('sane: scanner support'
 'argyllcms: color profiling')
 replaces=(shared-color-profiles)
 install=colord.install
-_commit=54723dc6e3373a63a43cf814ad7424932bd996f0  # tags/1.3.5^0
+_commit=98cf67bf3ffe2e6ccb629e3bcaf9a6b15dfd79ed  # master
 source=("git+https://github.com/hughsie/colord#commit=$_commit;)
 sha1sums=('SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
@@ -27,31 +27,30 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-daemon-user=colord \
---enable-print-profiles \
---enable-libcolordcompat \
---enable-vala \
---enable-sane \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  PATH="$srcdir/path:$PATH" make
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+--localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+-Denable-libcolordcompat=true \
+-Denable-sane=true \
+-Denable-vala=true \
+-Denable-print-profiles=true \
+-Dwith-daemon-user=colord
+  ninja
 }
 
+check() {
+  cd build
+  mesontest
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 
   # the build system has no colord user, so the chown fails
   chown -R 124:124 "$pkgdir/var/lib/colord"


[arch-commits] Commit in spice/trunk (PKGBUILD git-fixes.patch)

2017-08-13 Thread Jan de Groot
Date: Sunday, August 13, 2017 @ 23:20:28
  Author: jgc
Revision: 302012

upgpkg: spice 0.12.8+8+ga957a90b-1

Remove unused dependencies
Update to git snapshot, fixes FS#54808, AVG-349
Remove .git when running make check, the testsuite checks for non-public 
commits in submodules, which fails when building from chroot
Update description, spice client is no more, fixes FS#46827

Modified:
  spice/trunk/PKGBUILD
Deleted:
  spice/trunk/git-fixes.patch

-+
 PKGBUILD|   42 ++-
 git-fixes.patch |   98 --
 2 files changed, 26 insertions(+), 114 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:00:46 UTC (rev 302011)
+++ PKGBUILD2017-08-13 23:20:28 UTC (rev 302012)
@@ -3,33 +3,43 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.8
-pkgrel=2
-pkgdesc="SPICE client and server"
+pkgver=0.12.8+8+ga957a90b
+pkgrel=1
+pkgdesc="SPICE server"
 arch=('i686' 'x86_64')
 url="https://www.spice-space.org;
 license=('LGPL2.1')
-depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
-makedepends=(python2-pyparsing python2-six qemu spice-protocol)
-source=(https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2{,.sign}
-git-fixes.patch)
-validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
-sha256sums=('f901a5c5873d61acac84642f9eea5c4d6386fc3e525c2b68792322794e1c407d'
-'SKIP'
-'70a6d71e24095bc0864f659b0f3b196ffea5c618e8799281607112726dc2484d')
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
+makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
+_commit=a957a90baf2c62d31f3547e56bba7d0e812d2331  # 0.12
+source=("git+https://anongit.freedesktop.org/git/spice/spice#commit=$_commit;
+"git+https://anongit.freedesktop.org/git/spice/spice-common;)
+sha256sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+check() {
+  cd $pkgname
+  rm -rf .git
+  make check
+}
+
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../git-fixes.patch
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
+  cd "$srcdir/$pkgname"
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname"
   make DESTDIR="$pkgdir/" install
 }

Deleted: git-fixes.patch
===
--- git-fixes.patch 2017-08-13 22:00:46 UTC (rev 302011)
+++ git-fixes.patch 2017-08-13 23:20:28 UTC (rev 302012)
@@ -1,98 +0,0 @@
-diff --git a/server/main_channel.c b/server/main_channel.c
-index 0ecc9df8..1fc39155 100644
 a/server/main_channel.c
-+++ b/server/main_channel.c
-@@ -1026,6 +1026,9 @@ static uint8_t 
*main_channel_alloc_msg_rcv_buf(RedChannelClient *rcc,
- 
- if (type == SPICE_MSGC_MAIN_AGENT_DATA) {
- return reds_get_agent_data_buffer(mcc, size);
-+} else if (size > sizeof(main_chan->recv_buf)) {
-+/* message too large, caller will log a message and close the 
connection */
-+return NULL;
- } else {
- return main_chan->recv_buf;
- }
-diff --git a/server/reds.c b/server/reds.c
-index 61bf7357..f439a366 100644
 a/server/reds.c
-+++ b/server/reds.c
-@@ -2110,6 +2110,14 @@ static void reds_handle_read_link_done(void *opaque)
- link_mess->num_channel_caps = 
GUINT32_FROM_LE(link_mess->num_channel_caps);
- link_mess->num_common_caps = GUINT32_FROM_LE(link_mess->num_common_caps);
- 
-+/* Prevent DoS. Currently we defined only 13 capabilities,
-+ * I expect 1024 to be valid for quite a lot time */
-+if (link_mess->num_channel_caps > 1024 || link_mess->num_common_caps > 
1024) {
-+reds_send_link_error(link, SPICE_LINK_ERR_INVALID_DATA);
-+reds_link_free(link);
-+return;
-+}
-+
- num_caps = link_mess->num_common_caps + link_mess->num_channel_caps;
- caps = (uint32_t *)((uint8_t *)link_mess + link_mess->caps_offset);
- 
-@@ -2184,12 +2192,6 @@ static void reds_handle_read_header_done(void *opaque)
- header->minor_version = GUINT32_FROM_LE(header->minor_version);
- header->size = GUINT32_FROM_LE(header->size);
- 
--if (header->magic != SPICE_MAGIC) {
--reds_send_link_error(link, SPICE_LINK_ERR_INVALID_MAGIC);
--reds_link_free(link);
--return;
--}
--
- if (header->major_version != SPICE_VERSION_MAJOR) {
- if (header->major_version > 0) {
- reds_send_link_error(link, SPICE_LINK_ERR_VERSION_MISMATCH);
-@@ -2202,7 +2204,8 @@ static void 

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

2017-08-13 Thread Jan de Groot
Date: Sunday, August 13, 2017 @ 23:20:34
  Author: jgc
Revision: 302013

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

Added:
  spice/repos/extra-i686/PKGBUILD
(from rev 302012, spice/trunk/PKGBUILD)
  spice/repos/extra-x86_64/PKGBUILD
(from rev 302012, spice/trunk/PKGBUILD)
Deleted:
  spice/repos/extra-i686/PKGBUILD
  spice/repos/extra-i686/git-fixes.patch
  spice/repos/extra-x86_64/PKGBUILD
  spice/repos/extra-x86_64/git-fixes.patch

--+
 /PKGBUILD|   90 +
 extra-i686/PKGBUILD  |   35 --
 extra-i686/git-fixes.patch   |   98 -
 extra-x86_64/PKGBUILD|   35 --
 extra-x86_64/git-fixes.patch |   98 -
 5 files changed, 90 insertions(+), 266 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-13 23:20:28 UTC (rev 302012)
+++ extra-i686/PKGBUILD 2017-08-13 23:20:34 UTC (rev 302013)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=spice
-pkgver=0.12.8
-pkgrel=2
-pkgdesc="SPICE client and server"
-arch=('i686' 'x86_64')
-url="https://www.spice-space.org;
-license=('LGPL2.1')
-depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
-makedepends=(python2-pyparsing python2-six qemu spice-protocol)
-source=(https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2{,.sign}
-git-fixes.patch)
-validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
-sha256sums=('f901a5c5873d61acac84642f9eea5c4d6386fc3e525c2b68792322794e1c407d'
-'SKIP'
-'70a6d71e24095bc0864f659b0f3b196ffea5c618e8799281607112726dc2484d')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../git-fixes.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice/repos/extra-i686/PKGBUILD (from rev 302012, spice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-13 23:20:34 UTC (rev 302013)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.12.8+8+ga957a90b
+pkgrel=1
+pkgdesc="SPICE server"
+arch=('i686' 'x86_64')
+url="https://www.spice-space.org;
+license=('LGPL2.1')
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
+makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
+_commit=a957a90baf2c62d31f3547e56bba7d0e812d2331  # 0.12
+source=("git+https://anongit.freedesktop.org/git/spice/spice#commit=$_commit;
+"git+https://anongit.freedesktop.org/git/spice/spice-common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+check() {
+  cd $pkgname
+  rm -rf .git
+  make check
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-i686/git-fixes.patch
===
--- extra-i686/git-fixes.patch  2017-08-13 23:20:28 UTC (rev 302012)
+++ extra-i686/git-fixes.patch  2017-08-13 23:20:34 UTC (rev 302013)
@@ -1,98 +0,0 @@
-diff --git a/server/main_channel.c b/server/main_channel.c
-index 0ecc9df8..1fc39155 100644
 a/server/main_channel.c
-+++ b/server/main_channel.c
-@@ -1026,6 +1026,9 @@ static uint8_t 
*main_channel_alloc_msg_rcv_buf(RedChannelClient *rcc,
- 
- if (type == SPICE_MSGC_MAIN_AGENT_DATA) {
- return reds_get_agent_data_buffer(mcc, size);
-+} else if (size > sizeof(main_chan->recv_buf)) {
-+/* message too large, caller will log a message and close the 
connection */
-+return NULL;
- } else {
- return main_chan->recv_buf;
- }
-diff --git a/server/reds.c b/server/reds.c
-index 61bf7357..f439a366 100644
 a/server/reds.c
-+++ b/server/reds.c
-@@ -2110,6 +2110,14 @@ static void reds_handle_read_link_done(void *opaque)
- link_mess->num_channel_caps = 
GUINT32_FROM_LE(link_mess->num_channel_caps);
- link_mess->num_common_caps = GUINT32_FROM_LE(link_mess->num_common_caps);
- 
-+/* Prevent DoS. Currently we defined only 13 capabilities,
-+ * I expect 1024 to be valid for quite a lot time */
-+if 

[arch-commits] Commit in dbeaver-plugin-office/trunk (PKGBUILD)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:35:27
  Author: muflone
Revision: 250080

upgpkg: dbeaver-plugin-office 1.1.0-2

Modified:
  dbeaver-plugin-office/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:29:45 UTC (rev 250079)
+++ PKGBUILD2017-08-13 22:35:27 UTC (rev 250080)
@@ -3,7 +3,7 @@
 
 pkgname=dbeaver-plugin-office
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='DBeaver plugin to export data to Microsoft Office format'
 arch=('any')
 url='http://dbeaver.jkiss.org/'
@@ -30,6 +30,6 @@
 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_1.1.0"
 
   # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/${pkgbase}/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/${pkgbase}/bundles.d/20-${pkgname}.info"
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
 }


[arch-commits] Commit in dbeaver-plugin-office/repos/community-testing-any (4 files)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:35:40
  Author: muflone
Revision: 250081

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
(from rev 250080, dbeaver-plugin-office/trunk/PKGBUILD)
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info
(from rev 250080, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)
Deleted:
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info

+
 PKGBUILD   |   70 +--
 dbeaver-plugin-office.info |2 -
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-13 22:35:27 UTC (rev 250080)
+++ PKGBUILD2017-08-13 22:35:40 UTC (rev 250081)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=dbeaver-plugin-office
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='DBeaver plugin to export data to Microsoft Office format'
-arch=('any')
-url='http://dbeaver.jkiss.org/'
-license=('Apache')
-makedepends=('unzip')
-depends=('dbeaver>=4.1.2' 'dbeaver-plugin-apache-poi')
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
-"${pkgname}.info")
-sha256sums=('e1a1e827aa3905954bc7f55d7c0b79dd0f6a8aece4696071cd15d3b8315d0320'
-'a6d13a076a550457780cf3811924dcde4837aab6fcee620e92c94ea12cf74ae4'
-'71572bc2403e251367c6096cc623e989f913ae143025bc79675f68aa9c2df695')
-noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
-   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
-
-package() {
-  # Install plugin
-  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
-  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
-
-  # Extract feature
-  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
-  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_1.1.0.jar" \
--d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_1.1.0"
-
-  # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/${pkgbase}/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/${pkgbase}/bundles.d/20-${pkgname}.info"
-}

Copied: dbeaver-plugin-office/repos/community-testing-any/PKGBUILD (from rev 
250080, dbeaver-plugin-office/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-13 22:35:40 UTC (rev 250081)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-office
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='DBeaver plugin to export data to Microsoft Office format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.1.2' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('e1a1e827aa3905954bc7f55d7c0b79dd0f6a8aece4696071cd15d3b8315d0320'
+'a6d13a076a550457780cf3811924dcde4837aab6fcee620e92c94ea12cf74ae4'
+'71572bc2403e251367c6096cc623e989f913ae143025bc79675f68aa9c2df695')
+noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
+   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_1.1.0.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_1.1.0"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Deleted: dbeaver-plugin-office.info
===
--- dbeaver-plugin-office.info  2017-08-13 22:35:27 UTC (rev 250080)
+++ dbeaver-plugin-office.info  2017-08-13 22:35:40 UTC (rev 250081)
@@ -1 +0,0 @@
-org.jkiss.dbeaver.data.office,1.1.0,plugins/org.jkiss.dbeaver.data.office_1.1.0.jar,4,false

Copied: 

[arch-commits] Commit in dbeaver-plugin-office/repos (3 files)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:29:45
  Author: muflone
Revision: 250079

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-office/repos/community-testing-any/
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
(from rev 250078, dbeaver-plugin-office/trunk/PKGBUILD)
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info
(from rev 250078, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)

+
 PKGBUILD   |   35 +++
 dbeaver-plugin-office.info |1 +
 2 files changed, 36 insertions(+)

Copied: dbeaver-plugin-office/repos/community-testing-any/PKGBUILD (from rev 
250078, dbeaver-plugin-office/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-08-13 22:29:45 UTC (rev 250079)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-office
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='DBeaver plugin to export data to Microsoft Office format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.1.2' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('e1a1e827aa3905954bc7f55d7c0b79dd0f6a8aece4696071cd15d3b8315d0320'
+'a6d13a076a550457780cf3811924dcde4837aab6fcee620e92c94ea12cf74ae4'
+'71572bc2403e251367c6096cc623e989f913ae143025bc79675f68aa9c2df695')
+noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
+   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_1.1.0.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_1.1.0"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/${pkgbase}/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/${pkgbase}/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info 
(from rev 250078, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)
===
--- community-testing-any/dbeaver-plugin-office.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-office.info2017-08-13 22:29:45 UTC 
(rev 250079)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.data.office,1.1.0,plugins/org.jkiss.dbeaver.data.office_1.1.0.jar,4,false


[arch-commits] Commit in (5 files)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:29:29
  Author: muflone
Revision: 250078

new package dbeaver-plugin-office 1.1.0-1

Added:
  dbeaver-plugin-office/
  dbeaver-plugin-office/repos/
  dbeaver-plugin-office/trunk/
  dbeaver-plugin-office/trunk/PKGBUILD
  dbeaver-plugin-office/trunk/dbeaver-plugin-office.info

+
 PKGBUILD   |   35 +++
 dbeaver-plugin-office.info |1 +
 2 files changed, 36 insertions(+)

Added: dbeaver-plugin-office/trunk/PKGBUILD
===
--- dbeaver-plugin-office/trunk/PKGBUILD(rev 0)
+++ dbeaver-plugin-office/trunk/PKGBUILD2017-08-13 22:29:29 UTC (rev 
250078)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-office
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='DBeaver plugin to export data to Microsoft Office format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.1.2' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('e1a1e827aa3905954bc7f55d7c0b79dd0f6a8aece4696071cd15d3b8315d0320'
+'a6d13a076a550457780cf3811924dcde4837aab6fcee620e92c94ea12cf74ae4'
+'71572bc2403e251367c6096cc623e989f913ae143025bc79675f68aa9c2df695')
+noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
+   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_1.1.0.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_1.1.0"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/${pkgbase}/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/${pkgbase}/bundles.d/20-${pkgname}.info"
+}


Property changes on: dbeaver-plugin-office/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: dbeaver-plugin-office/trunk/dbeaver-plugin-office.info
===
--- dbeaver-plugin-office/trunk/dbeaver-plugin-office.info  
(rev 0)
+++ dbeaver-plugin-office/trunk/dbeaver-plugin-office.info  2017-08-13 
22:29:29 UTC (rev 250078)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.data.office,1.1.0,plugins/org.jkiss.dbeaver.data.office_1.1.0.jar,4,false


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

2017-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 13, 2017 @ 22:25:04
  Author: svenstaro
Revision: 250077

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-13 22:24:58 UTC (rev 250076)
+++ community-i686/PKGBUILD 2017-08-13 22:25:04 UTC (rev 250077)
@@ -1,31 +0,0 @@
-# $Id:
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-pkgname=openmw
-pkgver=0.42.0
-pkgrel=1
-pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('x86_64' 'i686')
-url="http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
-makedepends=('cmake' 'boost' 'doxygen' 'ninja')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha512sums=('f638e804e03e965db8e19cb37b3be67804202c1e43b0abf2730e0be104093edc31fc3656f90c570980b66ece4f5c889b44f0f59789e865327d221714a9ed65f3')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DDESIRED_QT_VERSION=5 \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: openmw/repos/community-i686/PKGBUILD (from rev 250076, 
openmw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-13 22:25:04 UTC (rev 250077)
@@ -0,0 +1,31 @@
+# $Id:
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+pkgname=openmw
+pkgver=0.42.0
+pkgrel=2
+pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('x86_64' 'i686')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
+makedepends=('cmake' 'boost' 'doxygen' 'ninja')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha512sums=('f638e804e03e965db8e19cb37b3be67804202c1e43b0abf2730e0be104093edc31fc3656f90c570980b66ece4f5c889b44f0f59789e865327d221714a9ed65f3')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DDESIRED_QT_VERSION=5 \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-13 22:24:58 UTC (rev 250076)
+++ community-x86_64/PKGBUILD   2017-08-13 22:25:04 UTC (rev 250077)
@@ -1,31 +0,0 @@
-# $Id:
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-pkgname=openmw
-pkgver=0.42.0
-pkgrel=1
-pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('x86_64' 'i686')
-url="http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
-makedepends=('cmake' 'boost' 'doxygen' 'ninja')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha512sums=('f638e804e03e965db8e19cb37b3be67804202c1e43b0abf2730e0be104093edc31fc3656f90c570980b66ece4f5c889b44f0f59789e865327d221714a9ed65f3')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DDESIRED_QT_VERSION=5 \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: openmw/repos/community-x86_64/PKGBUILD (from rev 250076, 
openmw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-13 22:25:04 UTC (rev 250077)
@@ -0,0 +1,31 @@
+# $Id:
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+pkgname=openmw
+pkgver=0.42.0
+pkgrel=2
+pkgdesc="Open-source engine reimplementation 

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

2017-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 13, 2017 @ 22:24:58
  Author: svenstaro
Revision: 250076

upgpkg: openmw 0.42.0-2

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:23:22 UTC (rev 250075)
+++ PKGBUILD2017-08-13 22:24:58 UTC (rev 250076)
@@ -3,7 +3,7 @@
 # Contributor: Sandy Carter 
 pkgname=openmw
 pkgver=0.42.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64' 'i686')
 url="http://www.openmw.org;


[arch-commits] Commit in dbeaver-plugin-apache-poi/repos/community-testing-any (4 files)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:23:22
  Author: muflone
Revision: 250075

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
(from rev 250074, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
(from rev 250074, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
Deleted:
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info

+
 PKGBUILD   |   56 +++
 dbeaver-plugin-apache-poi.info |2 -
 2 files changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-13 22:22:25 UTC (rev 250074)
+++ PKGBUILD2017-08-13 22:23:22 UTC (rev 250075)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=dbeaver-plugin-apache-poi
-pkgver=3.16.0
-pkgrel=1
-pkgdesc='DBeaver library for Microsoft Office documents'
-arch=('any')
-url='http://dbeaver.jkiss.org/'
-license=('Apache')
-makedepends=('unzip')
-depends=('dbeaver')
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
-"${pkgname}.info")
-sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
-'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
-noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
-
-package() {
-  # Extract plugin
-  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
--d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-
-  # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
-}

Copied: dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD (from 
rev 250074, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-13 22:23:22 UTC (rev 250075)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-apache-poi
+pkgver=3.16.0
+pkgrel=2
+pkgdesc='DBeaver library for Microsoft Office documents'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.1.2')
+source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
+'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
+noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
+
+package() {
+  # Extract plugin
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+  unzip -q "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Deleted: dbeaver-plugin-apache-poi.info
===
--- dbeaver-plugin-apache-poi.info  2017-08-13 22:22:25 UTC (rev 250074)
+++ dbeaver-plugin-apache-poi.info  2017-08-13 22:23:22 UTC (rev 250075)
@@ -1 +0,0 @@
-org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false

Copied: 
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
 (from rev 250074, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
===
--- dbeaver-plugin-apache-poi.info  (rev 0)
+++ dbeaver-plugin-apache-poi.info  2017-08-13 22:23:22 UTC (rev 250075)
@@ -0,0 +1 @@
+org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false


[arch-commits] Commit in dbeaver-plugin-apache-poi/trunk (PKGBUILD)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:22:25
  Author: muflone
Revision: 250074

upgpkg: dbeaver-plugin-apache-poi 3.16.0-2

Modified:
  dbeaver-plugin-apache-poi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:12:27 UTC (rev 250073)
+++ PKGBUILD2017-08-13 22:22:25 UTC (rev 250074)
@@ -3,13 +3,13 @@
 
 pkgname=dbeaver-plugin-apache-poi
 pkgver=3.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='DBeaver library for Microsoft Office documents'
 arch=('any')
 url='http://dbeaver.jkiss.org/'
 license=('Apache')
 makedepends=('unzip')
-depends=('dbeaver')
+depends=('dbeaver>=4.1.2')
 
source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
 "${pkgname}.info")
 sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
@@ -19,7 +19,7 @@
 package() {
   # Extract plugin
   install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
+  unzip -q "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
 
   # Add configuration file (handled by the hook)


[arch-commits] Commit in dbeaver-plugin-apache-poi/repos/community-testing-any (4 files)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:12:27
  Author: muflone
Revision: 250073

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
(from rev 250072, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
(from rev 250072, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
Deleted:
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info

+
 PKGBUILD   |   56 +++
 dbeaver-plugin-apache-poi.info |2 -
 2 files changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-13 22:08:56 UTC (rev 250072)
+++ PKGBUILD2017-08-13 22:12:27 UTC (rev 250073)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=dbeaver-plugin-apache-poi
-pkgver=3.16.0
-pkgrel=1
-pkgdesc='DBeaver library for Microsoft Office documents'
-arch=('any')
-url='http://dbeaver.jkiss.org/'
-license=('Apache')
-makedepends=('unzip')
-depends=('dbeaver')
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
-"${pkgname}.info")
-sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
-'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
-noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
-
-package() {
-  # Extract plugin
-  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
--d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-
-  # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
-}

Copied: dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD (from 
rev 250072, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-13 22:12:27 UTC (rev 250073)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-apache-poi
+pkgver=3.16.0
+pkgrel=1
+pkgdesc='DBeaver library for Microsoft Office documents'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver')
+source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
+'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
+noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
+
+package() {
+  # Extract plugin
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Deleted: dbeaver-plugin-apache-poi.info
===
--- dbeaver-plugin-apache-poi.info  2017-08-13 22:08:56 UTC (rev 250072)
+++ dbeaver-plugin-apache-poi.info  2017-08-13 22:12:27 UTC (rev 250073)
@@ -1 +0,0 @@
-org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false

Copied: 
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
 (from rev 250072, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
===
--- dbeaver-plugin-apache-poi.info  (rev 0)
+++ dbeaver-plugin-apache-poi.info  2017-08-13 22:12:27 UTC (rev 250073)
@@ -0,0 +1 @@
+org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false


[arch-commits] Commit in dbeaver-plugin-apache-poi/repos/community-testing-any (4 files)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:08:56
  Author: muflone
Revision: 250072

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
(from rev 250071, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
(from rev 250071, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
Deleted:
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info

+
 PKGBUILD   |   56 +++
 dbeaver-plugin-apache-poi.info |2 -
 2 files changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-13 22:08:42 UTC (rev 250071)
+++ PKGBUILD2017-08-13 22:08:56 UTC (rev 250072)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname='dbeaver-plugin-apache-poi'
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="DBeaver library for Microsoft Office documents"
-arch=('any')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
-makedepends=('unzip')
-depends=("dbeaver")
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
-"${pkgname}.info")
-sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
-'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
-noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
-
-package() {
-  # Extract plugin
-  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
--d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-
-  # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
-}

Copied: dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD (from 
rev 250071, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-13 22:08:56 UTC (rev 250072)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-apache-poi
+pkgver=3.16.0
+pkgrel=1
+pkgdesc='DBeaver library for Microsoft Office documents'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver')
+source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
+'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
+noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
+
+package() {
+  # Extract plugin
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Deleted: dbeaver-plugin-apache-poi.info
===
--- dbeaver-plugin-apache-poi.info  2017-08-13 22:08:42 UTC (rev 250071)
+++ dbeaver-plugin-apache-poi.info  2017-08-13 22:08:56 UTC (rev 250072)
@@ -1 +0,0 @@
-org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false

Copied: 
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
 (from rev 250071, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
===
--- dbeaver-plugin-apache-poi.info  (rev 0)
+++ dbeaver-plugin-apache-poi.info  2017-08-13 22:08:56 UTC (rev 250072)
@@ -0,0 +1 @@
+org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false


[arch-commits] Commit in dbeaver-plugin-apache-poi/trunk (PKGBUILD)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:08:42
  Author: muflone
Revision: 250071

upgpkg: dbeaver-plugin-apache-poi 3.16.0-1

Modified:
  dbeaver-plugin-apache-poi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:06:28 UTC (rev 250070)
+++ PKGBUILD2017-08-13 22:08:42 UTC (rev 250071)
@@ -4,10 +4,10 @@
 pkgname=dbeaver-plugin-apache-poi
 pkgver=3.16.0
 pkgrel=1
-pkgdesc="DBeaver library for Microsoft Office documents"
+pkgdesc='DBeaver library for Microsoft Office documents'
 arch=('any')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
 makedepends=('unzip')
 depends=('dbeaver')
 
source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;


[arch-commits] Commit in dbeaver-plugin-apache-poi/trunk (PKGBUILD)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:06:28
  Author: muflone
Revision: 250070

upgpkg: dbeaver-plugin-apache-poi 3.16.0-1

Modified:
  dbeaver-plugin-apache-poi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:04:11 UTC (rev 250069)
+++ PKGBUILD2017-08-13 22:06:28 UTC (rev 250070)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
-pkgname='dbeaver-plugin-apache-poi'
+pkgname=dbeaver-plugin-apache-poi
 pkgver=3.16.0
 pkgrel=1
 pkgdesc="DBeaver library for Microsoft Office documents"
@@ -9,7 +9,7 @@
 url="http://dbeaver.jkiss.org/;
 license=("Apache")
 makedepends=('unzip')
-depends=("dbeaver")
+depends=('dbeaver')
 
source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
 "${pkgname}.info")
 sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'


[arch-commits] Commit in dbeaver-plugin-apache-poi/repos/community-testing-any (4 files)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:04:11
  Author: muflone
Revision: 250069

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
(from rev 250068, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
(from rev 250068, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
Deleted:
  dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD
  
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info

+
 PKGBUILD   |   55 +++
 dbeaver-plugin-apache-poi.info |2 -
 2 files changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-13 22:03:56 UTC (rev 250068)
+++ PKGBUILD2017-08-13 22:04:11 UTC (rev 250069)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname='dbeaver-plugin-apache-poi'
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="DBeaver library for Microsoft Office documents"
-arch=('any')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
-depends=("dbeaver")
-makedepends=('unzip')
-source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
-"${pkgname}.info")
-sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
-'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
-
-package() {
-  # Extract plugin
-  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-  cd "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar"
-
-  # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
-}

Copied: dbeaver-plugin-apache-poi/repos/community-testing-any/PKGBUILD (from 
rev 250068, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-13 22:04:11 UTC (rev 250069)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname='dbeaver-plugin-apache-poi'
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="DBeaver library for Microsoft Office documents"
+arch=('any')
+url="http://dbeaver.jkiss.org/;
+license=("Apache")
+makedepends=('unzip')
+depends=("dbeaver")
+source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
+'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
+noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
+
+package() {
+  # Extract plugin
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Deleted: dbeaver-plugin-apache-poi.info
===
--- dbeaver-plugin-apache-poi.info  2017-08-13 22:03:56 UTC (rev 250068)
+++ dbeaver-plugin-apache-poi.info  2017-08-13 22:04:11 UTC (rev 250069)
@@ -1 +0,0 @@
-org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false

Copied: 
dbeaver-plugin-apache-poi/repos/community-testing-any/dbeaver-plugin-apache-poi.info
 (from rev 250068, 
dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
===
--- dbeaver-plugin-apache-poi.info  (rev 0)
+++ dbeaver-plugin-apache-poi.info  2017-08-13 22:04:11 UTC (rev 250069)
@@ -0,0 +1 @@
+org.jkiss.bundle.apache.poi,3.16.0,plugins/org.jkiss.bundle.apache.poi_3.16.0/,4,false


[arch-commits] Commit in dbeaver-plugin-apache-poi/trunk (PKGBUILD)

2017-08-13 Thread Fabio Castelli
Date: Sunday, August 13, 2017 @ 22:03:56
  Author: muflone
Revision: 250068

upgpkg: dbeaver-plugin-apache-poi 3.16.0-1

Modified:
  dbeaver-plugin-apache-poi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:01:58 UTC (rev 250067)
+++ PKGBUILD2017-08-13 22:03:56 UTC (rev 250068)
@@ -8,18 +8,19 @@
 arch=('any')
 url="http://dbeaver.jkiss.org/;
 license=("Apache")
+makedepends=('unzip')
 depends=("dbeaver")
-makedepends=('unzip')
 
source=("https://dbeaver.jkiss.org/update/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar;
 "${pkgname}.info")
 sha256sums=('d6f1dd96b99fe8fbb80c025fb714e06b0d9f6c6ed46a3ceb0f1dc273802a7626'
 'fc7127a98a8de5347c9ce31f78d1d55c911d86477825a5632d9d53d89d4f8490')
+noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
 
 package() {
   # Extract plugin
   install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-  cd "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
-  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar"
+  unzip "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_3.16.0"
 
   # Add configuration file (handled by the hook)
   install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"


  1   2   >