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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:50:41
  Author: felixonmars
Revision: 275988

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
275987, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 05:50:41 UTC (rev 275988)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.0.0
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-mtl'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'haskell-utility-ht')
+makedepends=('ghc')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('1a7e50a16b39a7d348901c58d1da177f9f2f941d4ce52c9f6a45e84c45d3e74a3f5c8dfe98ec7e2b922ffacf5fefc39778d393dc62832e2f81caf7d967e41826')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:50:27
  Author: felixonmars
Revision: 275987

upgpkg: pandoc-crossref 0.3.0.0-4

rebuild with texmath,0.10.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:49:25 UTC (rev 275986)
+++ PKGBUILD2017-12-25 05:50:27 UTC (rev 275987)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:49:11
  Author: felixonmars
Revision: 275985

upgpkg: haskell-hakyll 4.10.0.0-5

rebuild with texmath,0.10.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:48:32 UTC (rev 275984)
+++ PKGBUILD2017-12-25 05:49:11 UTC (rev 275985)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.10.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:49:25
  Author: felixonmars
Revision: 275986

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
275985, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 05:49:25 UTC (rev 275986)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.10.0.0
+pkgrel=5
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-fsnotify' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-lrucache' 'haskell-mtl' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-parsec'
+ 'haskell-random' 'haskell-regex-base' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-scientific' 'haskell-system-filepath' 'haskell-tagsoup' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('17c5986ba3a522d081067e7d728113311b918289c2b35da372d5804d1606fe58494249b3acc9e0988a0608f8d9715eace172f6e64fed1e45625b791410a61d37')
+
+prepare() {
+sed -e 's/tasty  >= 0.11 && < 0.12,/tasty,/' \
+-e 's/tasty-hunit>= 0.9  && < 0.10,/tasty-hunit,/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:48:32
  Author: felixonmars
Revision: 275984

fix license (FS#50260)

Modified:
  consul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:47:13 UTC (rev 275983)
+++ PKGBUILD2017-12-25 05:48:32 UTC (rev 275984)
@@ -9,7 +9,7 @@
 arch=('x86_64')
 _gocli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b' # HEAD
 url="https://www.consul.io;
-license=('MPL')
+license=('MPL2')
 depends=('glibc')
 makedepends=('git' 'go-pie' 'procps-ng' 'syslog-ng')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz;


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:47:13
  Author: felixonmars
Revision: 275983

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:46:58
  Author: felixonmars
Revision: 275982

upgpkg: pandoc-citeproc 0.12.1.1-4

rebuild with texmath,0.10.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:44:25 UTC (rev 275981)
+++ PKGBUILD2017-12-25 05:46:58 UTC (rev 275982)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.12.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:44:25
  Author: felixonmars
Revision: 275981

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 275980, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 05:44:25 UTC (rev 275981)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.0.5
+pkgrel=4
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-aeson-pretty" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-case-insensitive" "haskell-cmark-gfm"
+ "haskell-data-default" "haskell-doctemplates" "haskell-glob" 
"haskell-mtl"
+ "haskell-haddock-library" "haskell-skylighting" "haskell-hslua" 
"haskell-hslua-module-text"
+ "haskell-http-client" "haskell-syb" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-safe" "haskell-split" "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-pandoc-types" "haskell-parsec" "haskell-random" 
"haskell-scientific"
+ "haskell-tagsoup" "haskell-temporary" "haskell-network-uri" 
"haskell-unordered-containers"
+ "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" 
"haskell-zlib")
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9235255b8a421bf072e37074ee435635f8b32bc5efc38b8ef1629cb19c9d08a300d498185e32f589c58e312cfcf3f5e5dbed06fc29537f329de428015c701430')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -f-trypandoc -f-embed_data_files 
-f-weigh-pandoc -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:44:09
  Author: felixonmars
Revision: 275980

upgpkg: pandoc 2.0.5-4

rebuild with texmath,0.10.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:40:08 UTC (rev 275979)
+++ PKGBUILD2017-12-25 05:44:09 UTC (rev 275980)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:40:08
  Author: felixonmars
Revision: 275979

fix pkgdesc (FS#52924)

Modified:
  python-sure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:34:18 UTC (rev 275978)
+++ PKGBUILD2017-12-25 05:40:08 UTC (rev 275979)
@@ -5,7 +5,7 @@
 pkgname=("python-sure" "python2-sure")
 pkgver=1.4.7
 pkgrel=1
-pkgdesc="HTTP client mock for Python"
+pkgdesc="An idiomatic testing library for python with powerful and flexible 
assertions"
 arch=('any')
 url="https://github.com/gabrielfalcao/sure;
 license=('GPL')


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:34:18
  Author: felixonmars
Revision: 275978

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
275977, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 05:34:18 UTC (rev 275978)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Conversion between formats used to represent mathematics."
+url="https://github.com/jgm/texmath;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-syb" "haskell-xml")
+makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6410aa02fe07a008ff228550967dd73cc623c8796f930148cf4b5c9774c6cb50cd19d4518f5c92ba2578aec9ada4ee53561cb093abf2fca674cbc9bf6b1be70b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:34:02
  Author: felixonmars
Revision: 275977

upgpkg: haskell-texmath 0.10.1-1

rebuild with texmath,0.10.1

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:31:40 UTC (rev 275976)
+++ PKGBUILD2017-12-25 05:34:02 UTC (rev 275977)
@@ -4,8 +4,8 @@
 
 _hkgname=texmath
 pkgname=haskell-texmath
-pkgver=0.10
-pkgrel=3
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Conversion between formats used to represent mathematics."
 url="https://github.com/jgm/texmath;
 license=("GPL")
@@ -14,7 +14,7 @@
  "haskell-syb" "haskell-xml")
 makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('c940cdb30adf38fa131965430a53adb2e445ef9813a71187eda101fdfbfb55bd6b3842f8119c7c47edc22432e086068dcb68d7a649fca521a293731f4c44ab26')
+sha512sums=('6410aa02fe07a008ff228550967dd73cc623c8796f930148cf4b5c9774c6cb50cd19d4518f5c92ba2578aec9ada4ee53561cb093abf2fca674cbc9bf6b1be70b')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in deepin-image-viewer/repos/community-x86_64 (2 files)

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:31:40
  Author: felixonmars
Revision: 275976

archrelease: copy trunk to community-x86_64

Added:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 275975, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 05:31:23 UTC (rev 275975)
+++ PKGBUILD2017-12-25 05:31:40 UTC (rev 275976)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.2.16.5
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer;
-license=('GPL3')
-depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer'
- 'deepin-manual')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('bc9063970f89b04652eb0c21ad0ca52ac23b969364bf774257278005c2c907565ec2ebc40ffb6df2b5cc83ec52da65d632c25c40e31cc66d680b92eff8d64889')
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 275975, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 05:31:40 UTC (rev 275976)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.2.16.7
+pkgrel=1
+pkgdesc='Deepin Image Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer;
+license=('GPL3')
+depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer'
+ 'deepin-manual')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
+sha512sums=('a8b25107a6990f5a4fe722377922ad1d266f343d176de9878b12d461634856c03d6e99b152f03378ddcc59d39b6a6dc8418d5b8184e12084b8032bc3fbecb449')
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-image-viewer/trunk (PKGBUILD)

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:31:23
  Author: felixonmars
Revision: 275975

upgpkg: deepin-image-viewer 1.2.16.7-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:30:39 UTC (rev 275974)
+++ PKGBUILD2017-12-25 05:31:23 UTC (rev 275975)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-viewer
-pkgver=1.2.16.5
+pkgver=1.2.16.7
 pkgrel=1
 pkgdesc='Deepin Image Viewer'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('bc9063970f89b04652eb0c21ad0ca52ac23b969364bf774257278005c2c907565ec2ebc40ffb6df2b5cc83ec52da65d632c25c40e31cc66d680b92eff8d64889')
+sha512sums=('a8b25107a6990f5a4fe722377922ad1d266f343d176de9878b12d461634856c03d6e99b152f03378ddcc59d39b6a6dc8418d5b8184e12084b8032bc3fbecb449')
 
 build() {
   cd deepin-image-viewer-$pkgver


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:11:25
  Author: felixonmars
Revision: 275954

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 275953, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch
(from rev 275953, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)

--+
 PKGBUILD |   54 +
 binary-orphans-0.1.8.0.patch |   16 
 2 files changed, 70 insertions(+)

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
275953, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 05:11:25 UTC (rev 275954)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=43
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' "haskell-hunit" "haskell-binary-orphans"
+ "haskell-blaze-builder" "haskell-blaze-html" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-fclabels" "haskell-file-embed" "haskell-gitrev" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-mtl" "haskell-resourcet" "haskell-safe"
+ "haskell-shakespeare" "haskell-text" "haskell-threads" "haskell-wai" 
"haskell-warp"
+ "haskell-yesod-core" "haskell-yesod-static" 
"haskell-tamarin-prover-utils"
+ "haskell-tamarin-prover-term" "haskell-tamarin-prover-theory")
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+binary-orphans-0.1.8.0.patch)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de'
+'d2f700f4d5b0a3aaf239139bc4abba85acdc2ab86ae3ff7fe345b95679998011')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+patch -p1 -i ../binary-orphans-0.1.8.0.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: 
tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch 
(from rev 275953, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)
===
--- community-staging-x86_64/binary-orphans-0.1.8.0.patch   
(rev 0)
+++ community-staging-x86_64/binary-orphans-0.1.8.0.patch   2017-12-25 
05:11:25 UTC (rev 275954)
@@ -0,0 +1,16 @@
+diff --git a/src/Web/Types.hs b/src/Web/Types.hs
+index 8efe669..95e75f3 100644
+--- a/src/Web/Types.hs
 b/src/Web/Types.hs
+@@ -79,11 +79,6 @@ import   Yesod.Static
+ import   Theory
+ 
+ 
+--- | Derived Instances to fix things
+-instance Bin.Binary ZonedTime where
+-  get = liftM2 ZonedTime Bin.get Bin.get
+-  put (ZonedTime d tod) = Bin.put d >> Bin.put tod
+-
+ --
+ -- Types
+ --


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:11:07
  Author: felixonmars
Revision: 275953

upgpkg: tamarin-prover 1.2.2-43

rebuild with wai-extra,3.0.21.0

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:09:30 UTC (rev 275952)
+++ PKGBUILD2017-12-25 05:11:07 UTC (rev 275953)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=42
+pkgrel=43
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:09:30
  Author: felixonmars
Revision: 275952

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 275951, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 05:09:30 UTC (rev 275952)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.4
+pkgrel=39
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' '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' 'haskell-parsec')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2c890a2f45b0ab5ffb781887bdd4e9f48465bb63e70118e59ec64f3ea5077df67462f52c0a6f292a970d893fd03a870b1d0a1093d32c1d3ed4a56a8a59d8c57f')
+
+prepare() {
+sed -e 's/, megaparsec >=5.0 && < 6.2/, megaparsec >=5/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:09:00
  Author: felixonmars
Revision: 275951

upgpkg: hledger-web 1.4-39

rebuild with wai-extra,3.0.21.0

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:07:25 UTC (rev 275950)
+++ PKGBUILD2017-12-25 05:09:00 UTC (rev 275951)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.4
-pkgrel=38
+pkgrel=39
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:07:11
  Author: felixonmars
Revision: 275949

upgpkg: git-annex 6.20171214-6

rebuild with wai-extra,3.0.21.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:01:22 UTC (rev 275948)
+++ PKGBUILD2017-12-25 05:07:11 UTC (rev 275949)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20171214
-pkgrel=5
+pkgrel=6
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:07:25
  Author: felixonmars
Revision: 275950

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 275949, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 05:07:25 UTC (rev 275950)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171214
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' '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-tagsoup'
+ '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-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--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" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:01:22
  Author: felixonmars
Revision: 275948

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:01:07
  Author: felixonmars
Revision: 275947

upgpkg: haskell-yesod-static 1.5.3.1-45

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 05:00:15 UTC (rev 275946)
+++ PKGBUILD2017-12-25 05:01:07 UTC (rev 275947)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3.1
-pkgrel=44
+pkgrel=45
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:00:15
  Author: felixonmars
Revision: 275946

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
275945, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 05:00:15 UTC (rev 275946)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=12
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 05:00:01
  Author: felixonmars
Revision: 275945

upgpkg: haskell-yesod-auth 1.4.21-12

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:58:50 UTC (rev 275944)
+++ PKGBUILD2017-12-25 05:00:01 UTC (rev 275945)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=11
+pkgrel=12
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:58:50
  Author: felixonmars
Revision: 275944

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 275943, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:58:50 UTC (rev 275944)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=137
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-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")
+makedepends=('ghc')
+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 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:58:35
  Author: felixonmars
Revision: 275943

upgpkg: haskell-yesod 1.4.5-137

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:57:44 UTC (rev 275942)
+++ PKGBUILD2017-12-25 04:58:35 UTC (rev 275943)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=136
+pkgrel=137
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:57:44
  Author: felixonmars
Revision: 275942

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
275941, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:57:44 UTC (rev 275942)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.16
+pkgrel=35
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ca350cea4dd1cdd1645ad20c2d54f929cf7cb6d6f45cdf1c7ab0bb5475199bf65f5f5ac79dedf8b6b9013e6eeda7bf4a8fd190666253709a0a63800c7f560dd0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:57:25
  Author: felixonmars
Revision: 275941

upgpkg: haskell-yesod-form 1.4.16-35

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:56:14 UTC (rev 275940)
+++ PKGBUILD2017-12-25 04:57:25 UTC (rev 275941)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.16
-pkgrel=34
+pkgrel=35
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:56:14
  Author: felixonmars
Revision: 275940

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 275939, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:56:14 UTC (rev 275940)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.3
+pkgrel=17
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d609ed1f49d11936fb162eb643006b0e2bebe707a1d94e595d38b568769b30bb507f368fbf2801330f34824609e60e9230db3a24b7ca51b6a13f29b6cbd9af9b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:55:59
  Author: felixonmars
Revision: 275939

upgpkg: haskell-yesod-persistent 1.4.3-17

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:55:09 UTC (rev 275938)
+++ PKGBUILD2017-12-25 04:55:59 UTC (rev 275939)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.3
-pkgrel=16
+pkgrel=17
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:54:55
  Author: felixonmars
Revision: 275937

upgpkg: haskell-yesod-default 1.2.0-214

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:54:12 UTC (rev 275936)
+++ PKGBUILD2017-12-25 04:54:55 UTC (rev 275937)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=213
+pkgrel=214
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:55:09
  Author: felixonmars
Revision: 275938

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
275937, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:55:09 UTC (rev 275938)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=214
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:54:12
  Author: felixonmars
Revision: 275936

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:53:58
  Author: felixonmars
Revision: 275935

upgpkg: haskell-yesod-core 1.4.37.2-11

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:52:53 UTC (rev 275934)
+++ PKGBUILD2017-12-25 04:53:58 UTC (rev 275935)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.37.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:52:53
  Author: felixonmars
Revision: 275934

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 275933, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:52:53 UTC (rev 275934)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.4
+pkgrel=32
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e71231c8d4602affdfcdd229fe488331c4f827c9274d17e0e711eea853e4dbc51bb47652081ae7d822e836b8932970fc01169649f1652716c00036be45a8e547')
+
+prepare() {
+sed -i 's/, swagger2 >= 2.0 && < 2.2/, swagger2 >= 2.0/' 
$pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:52:39
  Author: felixonmars
Revision: 275933

upgpkg: hledger-api 1.4-32

rebuild with wai-extra,3.0.21.0

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:51:25 UTC (rev 275932)
+++ PKGBUILD2017-12-25 04:52:39 UTC (rev 275933)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.4
-pkgrel=31
+pkgrel=32
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:51:25
  Author: felixonmars
Revision: 275932

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:51:11
  Author: felixonmars
Revision: 275931

upgpkg: haskell-servant-server 0.12-14

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:50:21 UTC (rev 275930)
+++ PKGBUILD2017-12-25 04:51:11 UTC (rev 275931)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.12
-pkgrel=13
+pkgrel=14
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/;
 license=("custom:BSD3")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:50:21
  Author: felixonmars
Revision: 275930

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
275929, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:50:21 UTC (rev 275930)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.10.0.0
+pkgrel=4
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-fsnotify' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-lrucache' 'haskell-mtl' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-parsec'
+ 'haskell-random' 'haskell-regex-base' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-scientific' 'haskell-system-filepath' 'haskell-tagsoup' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('17c5986ba3a522d081067e7d728113311b918289c2b35da372d5804d1606fe58494249b3acc9e0988a0608f8d9715eace172f6e64fed1e45625b791410a61d37')
+
+prepare() {
+sed -e 's/tasty  >= 0.11 && < 0.12,/tasty,/' \
+-e 's/tasty-hunit>= 0.9  && < 0.10,/tasty-hunit,/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:50:07
  Author: felixonmars
Revision: 275929

upgpkg: haskell-hakyll 4.10.0.0-4

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:48:14 UTC (rev 275928)
+++ PKGBUILD2017-12-25 04:50:07 UTC (rev 275929)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.10.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:48:14
  Author: felixonmars
Revision: 275928

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 275927, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:48:14 UTC (rev 275928)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=113
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:47:53
  Author: felixonmars
Revision: 275927

upgpkg: haskell-wai-app-static 3.1.6.1-113

rebuild with wai-extra,3.0.21.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:47:09 UTC (rev 275926)
+++ PKGBUILD2017-12-25 04:47:53 UTC (rev 275927)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.1
-pkgrel=112
+pkgrel=113
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:46:54
  Author: felixonmars
Revision: 275925

upgpkg: postgrest 0.4.3.0-20

rebuild with wai-extra,3.0.21.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:44:29 UTC (rev 275924)
+++ PKGBUILD2017-12-25 04:46:54 UTC (rev 275925)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.3.0
-pkgrel=19
+pkgrel=20
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:47:09
  Author: felixonmars
Revision: 275926

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 275925, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 275925, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:47:09 UTC (rev 275926)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.3.0
+pkgrel=20
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' '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-jose0.5'
+ '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')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema' 
'haskell-hjsonpointer')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e07d7e3aa0a830c5e8be8c2ed31236e0b12b97b4a5eaa1a3034bffc395cf7722150700b66e278faba24995435c85cb0eb846c40479ce8224ffe82c25d658')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:44:29
  Author: felixonmars
Revision: 275924

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-wai-json/repos/community-staging-x86_64/
  haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD
(from rev 275923, haskell-hspec-wai-json/trunk/PKGBUILD)

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

Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from 
rev 275923, haskell-hspec-wai-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:44:29 UTC (rev 275924)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai-json
+pkgname=haskell-hspec-wai-json
+pkgver=0.9.0
+pkgrel=4
+pkgdesc="Testing JSON APIs with hspec-wai"
+url="https://github.com/hspec/hspec-wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 
'haskell-case-insensitive'
+ 'haskell-hspec-wai')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('550bbf263c52c817f5ba26f30ac9e612645597d8bea7a5614e61452da0b0ae728484f4ac9a486e523b0e4d2cf1518d95a55d9dc5d7be1e1fa15d67432f7a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:44:14
  Author: felixonmars
Revision: 275923

upgpkg: haskell-hspec-wai-json 0.9.0-4

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:43:33 UTC (rev 275922)
+++ PKGBUILD2017-12-25 04:44:14 UTC (rev 275923)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:43:33
  Author: felixonmars
Revision: 275922

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-wai/repos/community-staging-x86_64/PKGBUILD (from rev 
275921, haskell-hspec-wai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:43:33 UTC (rev 275922)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai
+pkgname=haskell-hspec-wai
+pkgver=0.9.0
+pkgrel=4
+pkgdesc="Experimental Hspec support for testing WAI applications"
+url="https://github.com/hspec/hspec-wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 
'haskell-case-insensitive'
+ 'haskell-hspec' 'haskell-hspec-core' 'haskell-hspec-expectations' 
'haskell-http-types'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('47822443b1a141a9ca6f6365a07906f7b11b44c2c999ef80bf6c87e66538a3a9d3e3221f48098414aea3538f7ea957bb3435255a490268b5eaecf3785fec407c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:43:17
  Author: felixonmars
Revision: 275921

upgpkg: haskell-hspec-wai 0.9.0-4

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-hspec-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:42:04 UTC (rev 275920)
+++ PKGBUILD2017-12-25 04:43:17 UTC (rev 275921)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai
 pkgname=haskell-hspec-wai
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Experimental Hspec support for testing WAI applications"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:42:04
  Author: felixonmars
Revision: 275920

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 275919, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 275919, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:42:04 UTC (rev 275920)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.1.1
+pkgrel=19
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
+makedepends=('ghc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('5768705f0ae22053214e62e79720d6d70e4bda55a8ddff45302c7b4f6c484999102100ee8146a7ec3abd823e028a7a3fecb82d67be49a9401219ef26cf7aa946')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+
+sed -i 's/, ansi-terminal < 0.7/, ansi-terminal/' idris.cabal
+}
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:41:43
  Author: felixonmars
Revision: 275919

upgpkg: idris 1.1.1-19

rebuild with wai-extra,3.0.21.0

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:41:16 UTC (rev 275918)
+++ PKGBUILD2017-12-25 04:41:43 UTC (rev 275919)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.1.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


[arch-commits] Commit in mongodb/trunk (5 files)

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:41:16
  Author: felixonmars
Revision: 275918

remove old patches

Deleted:
  mongodb/trunk/asio-openssl-1.1.0.patch
  mongodb/trunk/boost160.patch
  mongodb/trunk/mongodb-3.2.10-boost-1.62.0.patch
  mongodb/trunk/mongodb-3.2.10-network_interface_asio_integration_test.patch
  mongodb/trunk/using-std-string.patch

--+
 asio-openssl-1.1.0.patch |  666 --
 boost160.patch   |   11 
 mongodb-3.2.10-boost-1.62.0.patch|   15 
 mongodb-3.2.10-network_interface_asio_integration_test.patch |   23 
 using-std-string.patch   |   70 -
 5 files changed, 785 deletions(-)

Deleted: asio-openssl-1.1.0.patch
===
--- asio-openssl-1.1.0.patch2017-12-25 04:37:57 UTC (rev 275917)
+++ asio-openssl-1.1.0.patch2017-12-25 04:41:16 UTC (rev 275918)
@@ -1,666 +0,0 @@
-From 628e3ca9fe7a1bed1ce2308e2df4a1a4ecd1dfe7 Mon Sep 17 00:00:00 2001
-From: Christopher Kohlhoff 
-Date: Fri, 20 Mar 2015 08:46:51 +1100
-Subject: [PATCH] ERR_remove_state is deprecated, use ERR_remove_thread_state
- instead.
-

- asio/include/asio/ssl/detail/impl/openssl_init.ipp | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/asio/include/asio/ssl/detail/impl/openssl_init.ipp 
b/asio/include/asio/ssl/detail/impl/openssl_init.ipp
-index 2c40d40..da66fc1 100644
 a/asio/include/asio/ssl/detail/impl/openssl_init.ipp
-+++ b/asio/include/asio/ssl/detail/impl/openssl_init.ipp
-@@ -63,7 +63,11 @@ public:
- ::CRYPTO_set_id_callback(0);
- ::CRYPTO_set_locking_callback(0);
- ::ERR_free_strings();
-+#if (OPENSSL_VERSION_NUMBER >= 0x1000L)
-+::ERR_remove_thread_state(NULL);
-+#else // (OPENSSL_VERSION_NUMBER >= 0x1000L)
- ::ERR_remove_state(0);
-+#endif // (OPENSSL_VERSION_NUMBER >= 0x1000L)
- ::EVP_cleanup();
- ::CRYPTO_cleanup_all_ex_data();
- ::CONF_modules_unload(1);
-From aa21de0944b4327f998fe161dde5ddaaf38cec5c Mon Sep 17 00:00:00 2001
-From: Christopher Kohlhoff 
-Date: Sat, 21 Mar 2015 20:52:42 +1100
-Subject: [PATCH] Remove redundant pointer check in SSL engine.
-

- asio/include/asio/ssl/detail/impl/engine.ipp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/asio/include/asio/ssl/detail/impl/engine.ipp 
b/asio/include/asio/ssl/detail/impl/engine.ipp
-index 5504411..2e4a39d 100644
 a/asio/include/asio/ssl/detail/impl/engine.ipp
-+++ b/asio/include/asio/ssl/detail/impl/engine.ipp
-@@ -206,7 +206,7 @@ const asio::error_code& engine::map_error_code(
- 
-   // SSL v2 doesn't provide a protocol-level shutdown, so an eof on the
-   // underlying transport is passed through.
--  if (ssl_ && ssl_->version == SSL2_VERSION)
-+  if (ssl_->version == SSL2_VERSION)
- return ec;
- 
-   // Otherwise, the peer should have negotiated a proper shutdown.
-From 6c70257e20ef159c581298b54838361bb54bfce4 Mon Sep 17 00:00:00 2001
-From: Christopher Kohlhoff 
-Date: Thu, 1 Oct 2015 08:44:30 +1000
-Subject: [PATCH] Use SSL_CTX_clear_chain_certs, if available.
-

- asio/include/asio/ssl/impl/context.ipp | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/asio/include/asio/ssl/impl/context.ipp 
b/asio/include/asio/ssl/impl/context.ipp
-index 08705e7..77da84e 100644
 a/asio/include/asio/ssl/impl/context.ipp
-+++ b/asio/include/asio/ssl/impl/context.ipp
-@@ -539,11 +539,15 @@ asio::error_code context::use_certificate_chain(
-   return ec;
- }
- 
-+#if (OPENSSL_VERSION_NUMBER >= 0x10002000L)
-+::SSL_CTX_clear_chain_certs(handle_);
-+#else
- if (handle_->extra_certs)
- {
-   ::sk_X509_pop_free(handle_->extra_certs, X509_free);
-   handle_->extra_certs = 0;
- }
-+#endif // (OPENSSL_VERSION_NUMBER >= 0x10002000L)
- 
- while (X509* cacert = ::PEM_read_bio_X509(bio.p, 0,
-   handle_->default_passwd_callback,
-From 92bfc623e6a71353dd2c783f4c9fef5591ac550d Mon Sep 17 00:00:00 2001
-From: Christopher Kohlhoff 
-Date: Thu, 19 Nov 2015 10:24:56 +1100
-Subject: [PATCH] Add new error category and constant for
- ssl::error::stream_truncated.
-
-This error replaces uses of SSL_R_SHORT_READ, and indicates that the
-SSL stream has been shut down abruptly. (I.e. the underlying socket
-has been closed without performing an SSL-layer shutdown.)

- asio/include/asio/ssl/detail/impl/engine.ipp |  8 ++-
- asio/include/asio/ssl/error.hpp  | 34 
- asio/include/asio/ssl/impl/error.ipp | 33 ++-
- 3 files changed, 68 insertions(+), 7 deletions(-)
-
-diff --git a/asio/include/asio/ssl/detail/impl/engine.ipp 
b/asio/include/asio/ssl/detail/impl/engine.ipp
-index b59cf18..9abe010 100644
 

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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:37:41
  Author: felixonmars
Revision: 275916

upgpkg: goaccess 1.2-2

build with geoip2 support (FS#53503)

Modified:
  goaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:36:24 UTC (rev 275915)
+++ PKGBUILD2017-12-25 04:37:41 UTC (rev 275916)
@@ -5,12 +5,13 @@
 
 pkgname=goaccess
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source real-time web log analyzer and interactive viewer"
 arch=('x86_64')
 url='http://goaccess.io'
 license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
+depends=('ncurses' 'libmaxminddb')
+optdepends=('geoip2-database: for geoip support')
 backup=('etc/goaccess.conf')
 source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('bc31ef1e4c92608635856fa73e69b58267c161a7e3c6f2e3ca8860b862ed1c47575b93943dd975a5f8503774ee90ee0649d380563639e30908d876416638f889')
@@ -17,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
+  ./configure --enable-geoip=mmdb --enable-utf8
   make prefix=/usr sysconfdir=/etc
 }
 


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:37:57
  Author: felixonmars
Revision: 275917

archrelease: copy trunk to community-testing-x86_64

Added:
  goaccess/repos/community-testing-x86_64/
  goaccess/repos/community-testing-x86_64/PKGBUILD
(from rev 275916, goaccess/trunk/PKGBUILD)

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

Copied: goaccess/repos/community-testing-x86_64/PKGBUILD (from rev 275916, 
goaccess/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-25 04:37:57 UTC (rev 275917)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josh VanderLinden 
+# Contributor: Nicolas Storme 
+
+pkgname=goaccess
+pkgver=1.2
+pkgrel=2
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('x86_64')
+url='http://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'libmaxminddb')
+optdepends=('geoip2-database: for geoip support')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
+sha512sums=('bc31ef1e4c92608635856fa73e69b58267c161a7e3c6f2e3ca8860b862ed1c47575b93943dd975a5f8503774ee90ee0649d380563639e30908d876416638f889')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip=mmdb --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}
+


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:36:24
  Author: felixonmars
Revision: 275915

archrelease: copy trunk to community-testing-x86_64

Added:
  mongodb-tools/repos/community-testing-x86_64/
  mongodb-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 275914, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-testing-x86_64/disable-sslv3.patch
(from rev 275914, mongodb-tools/trunk/disable-sslv3.patch)

-+
 PKGBUILD|   38 ++
 disable-sslv3.patch |   13 +
 2 files changed, 51 insertions(+)

Copied: mongodb-tools/repos/community-testing-x86_64/PKGBUILD (from rev 275914, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-25 04:36:24 UTC (rev 275915)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('x86_64')
+url="https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl' 'libpcap' 'openssl-1.0')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz;
+"disable-sslv3.patch")
+sha512sums=('88f4e18d260b9f675f216c1dd3be736507516f03d3faf057f79b408d9a939d5aa29e2a9b8eb3e543615260f87e53bafaffaa1a2e464f7cfd83480a0b9685a9ab'
+
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
+
+prepare() {
+  cd mongo-tools-r$pkgver
+  . ./set_gopath.sh
+  mkdir bin
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+}
+
+build() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongoreplay; do
+go build -o bin/$i -tags "ssl sasl" $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongoreplay; do
+install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
+  done
+}

Copied: mongodb-tools/repos/community-testing-x86_64/disable-sslv3.patch (from 
rev 275914, mongodb-tools/trunk/disable-sslv3.patch)
===
--- community-testing-x86_64/disable-sslv3.patch
(rev 0)
+++ community-testing-x86_64/disable-sslv3.patch2017-12-25 04:36:24 UTC 
(rev 275915)
@@ -0,0 +1,13 @@
+diff --git i/vendor/src/github.com/spacemonkeygo/openssl/ctx.go 
w/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
+index 22d6dd1..25b0eec 100644
+--- i/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
 w/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
+@@ -141,7 +141,7 @@ func NewCtxWithVersion(version SSLVersion) (*Ctx, error) {
+   var method *C.SSL_METHOD
+   switch version {
+   case SSLv3:
+-  method = C.SSLv3_method()
++  method = C.SSLv23_method()
+   case TLSv1:
+   method = C.TLSv1_method()
+   case TLSv1_1:


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:35:59
  Author: felixonmars
Revision: 275914

upgpkg: mongodb-tools 3.6.0-1

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:29:04 UTC (rev 275913)
+++ PKGBUILD2017-12-25 04:35:59 UTC (rev 275914)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongodb-tools
-pkgver=3.4.9
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz;
 "disable-sslv3.patch")
-sha512sums=('546060a65124e722a1c6eb152fd4e086bc523656312888e16238b4a1df5313ab63ece41e638f012676af4be94ed156855b053afa62d778f72cd31f0ccd70f19d'
+sha512sums=('88f4e18d260b9f675f216c1dd3be736507516f03d3faf057f79b408d9a939d5aa29e2a9b8eb3e543615260f87e53bafaffaa1a2e464f7cfd83480a0b9685a9ab'
 
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
 
 prepare() {
@@ -25,7 +25,7 @@
 
 build() {
   cd mongo-tools-r$pkgver
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongoreplay; do
 go build -o bin/$i -tags "ssl sasl" $i/main/$i.go
   done
 }
@@ -32,7 +32,7 @@
 
 package() {
   cd mongo-tools-r$pkgver
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongoreplay; do
 install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
   done
 }


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:31:43
  Author: felixonmars
Revision: 313601

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 313600, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 04:31:26 UTC (rev 313600)
+++ PKGBUILD2017-12-25 04:31:43 UTC (rev 313601)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.4
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-mock' 'python2-mock' 
'python-pytest-fixture-config'
-  'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
-  'python-wheel' 'python2-wheel' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f06badd27f0b797482bf42314edb7ffde7fa80556825b0ef27b125a3fc876b9d2ec26bf2b540f88b39f52fb58536e762c5bef24d9a92115b5f5decdf01f00c6c')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
-
-  rm -r setuptools-$pkgver/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 313600, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 04:31:43 UTC (rev 313601)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=38.2.5
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 

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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:31:26
  Author: felixonmars
Revision: 313600

upgpkg: python-setuptools 1:38.2.5-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 02:53:06 UTC (rev 313599)
+++ PKGBUILD2017-12-25 04:31:26 UTC (rev 313600)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.4
+pkgver=38.2.5
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,8 +17,8 @@
   'python2-pytest-flake8' 'python-mock' 'python2-mock' 
'python-pytest-fixture-config'
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f06badd27f0b797482bf42314edb7ffde7fa80556825b0ef27b125a3fc876b9d2ec26bf2b540f88b39f52fb58536e762c5bef24d9a92115b5f5decdf01f00c6c')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/$pkgver.tar.gz;)
+sha512sums=('053777ef0749173240d55e26c987bee1be3adbd16c28ddd0b6c14c1d8cfdf5ae9997ea7cff8dc8ee7474ae669abe7e6f960116f56d72fdac66203e68472e3c31')
 
 prepare() {
   # Don't download and install deps


[arch-commits] Commit in python-websocket-client/repos/community-any (4 files)

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:28:43
  Author: felixonmars
Revision: 275911

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 275910, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 275910, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  126 +-
 use-system-ca.patch |   20 +++
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 04:28:27 UTC (rev 275910)
+++ PKGBUILD2017-12-25 04:28:43 UTC (rev 275911)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.44.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-sha512sums=('845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738'
-
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 275910, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 04:28:43 UTC (rev 275911)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.45.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+sha512sums=('a6d582174538ee66b8f04721faad5f287040ec64c7b75ac16f1168a08014bfc0cbb54c0730413eeecc0e25a980823d8e49a54f64e8913d0cf9dbf273f99f3af3'
+
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  

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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:29:04
  Author: felixonmars
Revision: 275913

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
275912, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:29:04 UTC (rev 275913)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.1
+pkgrel=17
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default" "haskell-http-types"
+ "haskell-mtl" "haskell-syb" "haskell-text" "haskell-uniplate" 
"haskell-wai"
+ "haskell-wai-extra" "haskell-xss-sanitize")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e06c8683031e8e7946e10a49ba2fedfedb4b8c5940272d8095ab3ff94c3b77169175b492d15f07fb486efd8fccd0850062174a63d88d2ae69c864eeaffc7a59f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fdingus
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:28:49
  Author: felixonmars
Revision: 275912

upgpkg: haskell-cheapskate 0.1.1-17

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:28:43 UTC (rev 275911)
+++ PKGBUILD2017-12-25 04:28:49 UTC (rev 275912)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:28:27
  Author: felixonmars
Revision: 275910

upgpkg: python-websocket-client 0.45.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:26:41 UTC (rev 275909)
+++ PKGBUILD2017-12-25 04:28:27 UTC (rev 275910)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.44.0
+pkgver=0.45.0
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
 use-system-ca.patch)
-sha512sums=('845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738'
+sha512sums=('a6d582174538ee66b8f04721faad5f287040ec64c7b75ac16f1168a08014bfc0cbb54c0730413eeecc0e25a980823d8e49a54f64e8913d0cf9dbf273f99f3af3'
 
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
 
 prepare() {


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:26:41
  Author: felixonmars
Revision: 275909

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
275908, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 04:26:41 UTC (rev 275909)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.21.0
+pkgrel=1
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-cookie'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-http-types'
+ 'haskell-iproute' 'haskell-lifted-base' 'haskell-network' 
'haskell-old-locale'
+ 'haskell-resourcet' 'haskell-streaming-commons' 'haskell-stringsearch'
+ 'haskell-text' 'haskell-unix-compat' 'haskell-vault' 'haskell-void' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-word8' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1cf8a483afb29dd9ac87b5c8f424e0e9b1a7286fe94cf5167aab87a7e7e0dab9bc932aa57303c53217d66046de54344d18e7dec8938fb394145d80d5f6eadf8d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:26:27
  Author: felixonmars
Revision: 275908

upgpkg: haskell-wai-extra 3.0.21.0-1

rebuild with wai-extra,3.0.21.0

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:21:05 UTC (rev 275907)
+++ PKGBUILD2017-12-25 04:26:27 UTC (rev 275908)
@@ -4,28 +4,28 @@
 
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
-pkgver=3.0.20.2
-pkgrel=4
+pkgver=3.0.21.0
+pkgrel=1
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="https://github.com/yesodweb/wai;
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
- "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
- "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
- "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
- "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
- "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
- "haskell-wai-logger" "haskell-word8" "haskell-zlib")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-cookie'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-http-types'
+ 'haskell-iproute' 'haskell-lifted-base' 'haskell-network' 
'haskell-old-locale'
+ 'haskell-resourcet' 'haskell-streaming-commons' 'haskell-stringsearch'
+ 'haskell-text' 'haskell-unix-compat' 'haskell-vault' 'haskell-void' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-word8' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('6dce4d4ff93a4020c17aa2c641f5bab9c8ed565f48faf0829d43b75db0f347ca4aed63b942eb033203c3c679b8ed29dfb21801ea690aef2c33904ce078cff062')
+sha512sums=('1cf8a483afb29dd9ac87b5c8f424e0e9b1a7286fe94cf5167aab87a7e7e0dab9bc932aa57303c53217d66046de54344d18e7dec8938fb394145d80d5f6eadf8d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-build-example
 runhaskell Setup build
@@ -35,6 +35,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:21:05
  Author: felixonmars
Revision: 275907

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 275906, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 275906, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 04:20:47 UTC (rev 275906)
+++ PKGBUILD2017-12-25 04:21:05 UTC (rev 275907)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6c7c1f591af1d6e2f1c22ff5db2a7708a0fb3c968d7d9c732597a4dced22c6f9cb003de428946e4273cb0ed66525988c57c48eb39ee9670d06e3eeef4a273289')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 275906, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 04:21:05 UTC (rev 275907)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('7f624b354adbf4f027c71361d02c14a1810889450e42474ec6a0e47efad26e8b78cc9ef2f9d6b5b1f36a660e6d2a16a67e3e560d4d8102344111c2ca4599b648')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-12-25 04:20:47 UTC (rev 275906)
+++ uglify-js.install   2017-12-25 04:21:05 UTC (rev 275907)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 275906, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-12-25 04:21:05 UTC (rev 275907)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:20:47
  Author: felixonmars
Revision: 275906

upgpkg: uglify-js 3.3.1-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 04:20:07 UTC (rev 275905)
+++ PKGBUILD2017-12-25 04:20:47 UTC (rev 275906)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6c7c1f591af1d6e2f1c22ff5db2a7708a0fb3c968d7d9c732597a4dced22c6f9cb003de428946e4273cb0ed66525988c57c48eb39ee9670d06e3eeef4a273289')
+sha512sums=('7f624b354adbf4f027c71361d02c14a1810889450e42474ec6a0e47efad26e8b78cc9ef2f9d6b5b1f36a660e6d2a16a67e3e560d4d8102344111c2ca4599b648')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:18:09
  Author: felixonmars
Revision: 275904

archrelease: copy trunk to community-testing-x86_64

Added:
  mongodb/repos/community-testing-x86_64/
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 275903, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/asio-openssl-1.1.0.patch
(from rev 275903, mongodb/trunk/asio-openssl-1.1.0.patch)
  mongodb/repos/community-testing-x86_64/boost160.patch
(from rev 275903, mongodb/trunk/boost160.patch)
  mongodb/repos/community-testing-x86_64/mongodb-3.2.10-boost-1.62.0.patch
(from rev 275903, mongodb/trunk/mongodb-3.2.10-boost-1.62.0.patch)
  
mongodb/repos/community-testing-x86_64/mongodb-3.2.10-network_interface_asio_integration_test.patch
(from rev 275903, 
mongodb/trunk/mongodb-3.2.10-network_interface_asio_integration_test.patch)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 275903, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 275903, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 275903, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/using-std-string.patch
(from rev 275903, mongodb/trunk/using-std-string.patch)

--+
 PKGBUILD |   82 +
 asio-openssl-1.1.0.patch |  666 ++
 boost160.patch   |   11 
 mongodb-3.2.10-boost-1.62.0.patch|   15 
 mongodb-3.2.10-network_interface_asio_integration_test.patch |   23 
 mongodb.conf |8 
 mongodb.install  |   20 
 mongodb.service  |   10 
 using-std-string.patch   |   70 +
 9 files changed, 905 insertions(+)

Copied: mongodb/repos/community-testing-x86_64/PKGBUILD (from rev 275903, 
mongodb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-25 04:18:09 UTC (rev 275904)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mathias Stearn 
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger'
+ 'libstemmer')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 
'python2-setuptools' 'python2-regex'
+ 'python2-cheetah' 'python2-typing' 'python2-requests')
+checkdepends=('python2-pymongo' 'python2-yaml')
+optdepends=('libpcap: needed for mongosniff'
+'mongodb-tools: mongoimport, mongodump, mongotop, etc')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.conf' 'mongodb.service')
+sha512sums=('05fa6f5875f23b7415bb87ed71324f3e7bd2120983b03a8a779b2c386d05f18e3cb9980023304bce8326b71af404b518ceea0fba0b59505ca8aeb657b82ed57f'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
+
+_scons_args=(
+  --use-system-boost
+  --use-system-pcre
+  --use-system-snappy
+  --use-system-yaml
+  --use-system-zlib
+  --use-system-wiredtiger
+  --use-system-stemmer
+  --use-sasl-client
+  --ssl
+  --disable-warnings-as-errors
+  # --use-system-asio # https://jira.mongodb.org/browse/SERVER-21839
+  # --use-system-v8   # Doesn't compile
+  # --use-system-icu
+  # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
+)
+
+build() {
+  cd mongodb-src-r${pkgver}
+  export SCONSFLAGS="$MAKEFLAGS"
+
+  scons core tools "${_scons_args[@]}"
+}
+
+check() {
+  cd mongodb-src-r${pkgver}
+  export SCONSFLAGS="$MAKEFLAGS"
+
+  # Setting LANG to workaround the following test error:
+  # std::exception: locale::facet::_S_create_c_locale name not valid
+
+  # 3.6.0: mlock permission denied
+  scons unittests "${_scons_args[@]}"
+  sed -i -e '/oplog_buffer_collection_test/d' build/unittests.txt
+  LANG=en_US.UTF-8 python2 

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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:17:35
  Author: felixonmars
Revision: 275903

upgpkg: mongodb 3.6.0-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 01:26:29 UTC (rev 275902)
+++ PKGBUILD2017-12-25 04:17:35 UTC (rev 275903)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.4.9
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -14,7 +14,8 @@
 license=('AGPL3')
 depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger'
  'libstemmer')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 
'python2-setuptools' 'python2-regex'
+ 'python2-cheetah' 'python2-typing' 'python2-requests')
 checkdepends=('python2-pymongo' 'python2-yaml')
 optdepends=('libpcap: needed for mongosniff'
 'mongodb-tools: mongoimport, mongodump, mongotop, etc')
@@ -21,15 +22,10 @@
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch'
-'asio-openssl-1.1.0.patch'
-'using-std-string.patch')
-sha512sums=('b6803c91e9cda8e6963359386d2014d03f68151f64d580d5baacc3c66b2adabc62ee5c2cf203b9aee7d11942934afc6f9e17364d2f3aafd238ba88d13c77f26d'
+'mongodb.conf' 'mongodb.service')
+sha512sums=('05fa6f5875f23b7415bb87ed71324f3e7bd2120983b03a8a779b2c386d05f18e3cb9980023304bce8326b71af404b518ceea0fba0b59505ca8aeb657b82ed57f'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'
-
'aea8fecb17be07e4517822798810751114f61164dc3ab3e335a7b837876acb918d287caa8b9fe32d7b1d9e7cad2e677d9818a1532ae08b8b013840d2a68b25f5'
-
'f2e1e9b9418701738c7a9b6db4f894dc3c35a6fbbf9ded8321080350ba692c6c8b11d6f507043a5bdae83fe8f9806426c0f33acd94895412369e4776c2358052')
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
 _scons_args=(
   --use-system-boost
@@ -48,19 +44,6 @@
   # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
 )
 
-prepare() {
-  cd mongodb-src-r${pkgver}
-  patch -Np1 -i ../using-std-string.patch
-  patch -Np1 -i ../mongodb-3.2.10-boost-1.62.0.patch
-
-  sed -e 's|-std=c++11|-std=gnu++11|g' -i SConstruct  # tests use hex floats, 
not supported in plain C++
-
-  sed -i '/#include "mongo.platform.strnlen.h"/a using namespace std;' 
src/mongo/bson/bsonelement.h
-
-  cd src/third_party/asio-asio-1-11-0
-  patch -Np1 -i "${srcdir}/asio-openssl-1.1.0.patch"
-}
-
 build() {
   cd mongodb-src-r${pkgver}
   export SCONSFLAGS="$MAKEFLAGS"
@@ -75,16 +58,16 @@
   # Setting LANG to workaround the following test error:
   # std::exception: locale::facet::_S_create_c_locale name not valid
 
-  # 3.4.9: Tests hang
-  # scons unittests "${_scons_args[@]}"
-  # sed -i -e '/oplog_buffer_collection_test/d' build/unittests.txt
-  # LANG=en_US.UTF-8 python2 buildscripts/resmoke.py --suites=unittests
+  # 3.6.0: mlock permission denied
+  scons unittests "${_scons_args[@]}"
+  sed -i -e '/oplog_buffer_collection_test/d' build/unittests.txt
+  LANG=en_US.UTF-8 python2 buildscripts/resmoke.py --suites=unittests || 
warning "Tests failed"
 
   scons dbtest "${_scons_args[@]}"
   python2 buildscripts/resmoke.py --suites=dbtest
 
-  #scons integration_tests "${_scons_args[@]}"
-  #python2 buildscripts/resmoke.py 
--suites=integration_tests_replset,integration_tests_standalone 
--dbpathPrefix="$srcdir"
+  scons integration_tests "${_scons_args[@]}"
+  python2 buildscripts/resmoke.py 
--suites=integration_tests_replset,integration_tests_standalone 
--dbpathPrefix="$srcdir"
 }
 
 package() {


[arch-commits] Commit in gnome-desktop/repos/extra-x86_64 (3 files)

2017-12-24 Thread Jan Steffens via arch-commits
Date: Monday, December 25, 2017 @ 02:53:06
  Author: heftig
Revision: 313599

archrelease: copy trunk to extra-x86_64

Added:
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 313598, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/extra-x86_64/bwrap-var.diff
(from rev 313598, gnome-desktop/trunk/bwrap-var.diff)
Deleted:
  gnome-desktop/repos/extra-x86_64/PKGBUILD

+
 PKGBUILD   |   83 ---
 bwrap-var.diff |   15 +
 2 files changed, 58 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 02:52:17 UTC (rev 313598)
+++ PKGBUILD2017-12-25 02:53:06 UTC (rev 313599)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.26.2
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://git.gnome.org/browse/gnome-desktop;
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
-makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
-_commit=0815eb8084da82526d1ab0aaf4ed7dd412234a4f  # tags/3.26.2^0
-source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---with-gnome-distributor="Arch Linux"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 313598, 
gnome-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 02:53:06 UTC (rev 313599)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.26.2
+pkgrel=2
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://git.gnome.org/browse/gnome-desktop;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
+makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
+_commit=0815eb8084da82526d1ab0aaf4ed7dd412234a4f  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;
+bwrap-var.diff)
+sha256sums=('SKIP'
+'701bfa5779ced0f50241d4370068fc58246d47088c6e95be27d204847866f106')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../bwrap-var.diff  # evince-thumbnailer needs fontconfig cache
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--with-gnome-distributor="Arch Linux"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-desktop/repos/extra-x86_64/bwrap-var.diff (from rev 313598, 
gnome-desktop/trunk/bwrap-var.diff)
===
--- bwrap-var.diff  (rev 0)
+++ bwrap-var.diff  2017-12-25 02:53:06 UTC (rev 313599)
@@ -0,0 +1,15 @@
+ libgnome-desktop/gnome-desktop-thumbnail-script.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git c/libgnome-desktop/gnome-desktop-thumbnail-script.c 
i/libgnome-desktop/gnome-desktop-thumbnail-script.c
+index 99d83ac25d4cb449..7f85da2dec60f454 100644
+--- c/libgnome-desktop/gnome-desktop-thumbnail-script.c
 i/libgnome-desktop/gnome-desktop-thumbnail-script.c
+@@ -505,6 +505,7 @@ add_bwrap (GPtrArray   *array,
+ 
+   add_args (array,
+   "bwrap",
++  "--ro-bind", "/var", "/var",
+   "--ro-bind", "/usr", "/usr",
+   "--ro-bind", "/lib", "/lib",
+   "--ro-bind", "/lib64", "/lib64",


[arch-commits] Commit in gnome-desktop/trunk (PKGBUILD bwrap-var.diff)

2017-12-24 Thread Jan Steffens via arch-commits
Date: Monday, December 25, 2017 @ 02:52:17
  Author: heftig
Revision: 313598

3.26.2-2

Added:
  gnome-desktop/trunk/bwrap-var.diff
Modified:
  gnome-desktop/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 bwrap-var.diff |   15 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:30:03 UTC (rev 313597)
+++ PKGBUILD2017-12-25 02:52:17 UTC (rev 313598)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-desktop
 pkgver=3.26.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
 url="https://git.gnome.org/browse/gnome-desktop;
@@ -12,8 +12,10 @@
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
 makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
 _commit=0815eb8084da82526d1ab0aaf4ed7dd412234a4f  # tags/3.26.2^0
-source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;
+bwrap-var.diff)
+sha256sums=('SKIP'
+'701bfa5779ced0f50241d4370068fc58246d47088c6e95be27d204847866f106')
 
 pkgver() {
   cd $pkgname
@@ -22,6 +24,7 @@
 
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../bwrap-var.diff  # evince-thumbnailer needs fontconfig cache
   NOCONFIGURE=1 ./autogen.sh
 }
 

Added: bwrap-var.diff
===
--- bwrap-var.diff  (rev 0)
+++ bwrap-var.diff  2017-12-25 02:52:17 UTC (rev 313598)
@@ -0,0 +1,15 @@
+ libgnome-desktop/gnome-desktop-thumbnail-script.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git c/libgnome-desktop/gnome-desktop-thumbnail-script.c 
i/libgnome-desktop/gnome-desktop-thumbnail-script.c
+index 99d83ac25d4cb449..7f85da2dec60f454 100644
+--- c/libgnome-desktop/gnome-desktop-thumbnail-script.c
 i/libgnome-desktop/gnome-desktop-thumbnail-script.c
+@@ -505,6 +505,7 @@ add_bwrap (GPtrArray   *array,
+ 
+   add_args (array,
+   "bwrap",
++  "--ro-bind", "/var", "/var",
+   "--ro-bind", "/usr", "/usr",
+   "--ro-bind", "/lib", "/lib",
+   "--ro-bind", "/lib64", "/lib64",


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

2017-12-24 Thread David Runge via arch-commits
Date: Monday, December 25, 2017 @ 01:26:29
  Author: dvzrv
Revision: 275902

archrelease: copy trunk to community-testing-x86_64

Added:
  drumstick/repos/community-testing-x86_64/PKGBUILD
(from rev 275901, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 01:26:15 UTC (rev 275901)
+++ PKGBUILD2017-12-25 01:26:29 UTC (rev 275902)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL2')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
-  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
-}

Copied: drumstick/repos/community-testing-x86_64/PKGBUILD (from rev 275901, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 01:26:29 UTC (rev 275902)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
+  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
+}


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

2017-12-24 Thread David Runge via arch-commits
Date: Monday, December 25, 2017 @ 01:26:15
  Author: dvzrv
Revision: 275901

upgpkg: drumstick 1.1.0-3

Rebuild for qt5 5.10.

Modified:
  drumstick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 01:25:20 UTC (rev 275900)
+++ PKGBUILD2017-12-25 01:26:15 UTC (rev 275901)
@@ -5,7 +5,7 @@
 
 pkgname=drumstick
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
 url="http://drumstick.sourceforge.net/;
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
 
 build() {


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

2017-12-24 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 25, 2017 @ 00:40:44
  Author: svenstaro
Revision: 275886

archrelease: copy trunk to community-any

Added:
  cimg/repos/community-any/PKGBUILD
(from rev 275885, cimg/trunk/PKGBUILD)
Deleted:
  cimg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 00:40:27 UTC (rev 275885)
+++ PKGBUILD2017-12-25 00:40:44 UTC (rev 275886)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Diego Galizzi 
-# Contributor: zoulnix 
-
-pkgname=cimg
-pkgver=2.1.5
-pkgrel=1
-pkgdesc="Open-source C++ toolkit for image processing"
-arch=('any')
-url="http://cimg.eu/;
-license=('CeCiLL-C' 'CeCiLL')
-depends=('fftw' 'graphicsmagick')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
-sha256sums=('c97e7d268d9832d71cfee0f45ed5d965441b7c8cb7566570531db41e9556391d')
-
-package() {
-  cd "${srcdir}"/CImg-v.${pkgver//./}
-  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 CImg.h "${pkgdir}"/usr/include/
-  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
-  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cimg/repos/community-any/PKGBUILD (from rev 275885, cimg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 00:40:44 UTC (rev 275886)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Diego Galizzi 
+# Contributor: zoulnix 
+
+pkgname=cimg
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="Open-source C++ toolkit for image processing"
+arch=('any')
+url="http://cimg.eu/;
+license=('custom')
+depends=('fftw' 'graphicsmagick')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
+sha256sums=('dfe587d18c158e981c32609155dd46d29fe23f3dc217356f068eed25ae89fb6f')
+
+package() {
+  cd "${srcdir}"/CImg-v.${pkgver//./}
+  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h "${pkgdir}"/usr/include/
+  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2017-12-24 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 25, 2017 @ 00:40:27
  Author: svenstaro
Revision: 275885

upgpkg: cimg 2.1.7-1

Modified:
  cimg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:58:43 UTC (rev 275884)
+++ PKGBUILD2017-12-25 00:40:27 UTC (rev 275885)
@@ -4,15 +4,15 @@
 # Contributor: zoulnix 
 
 pkgname=cimg
-pkgver=2.1.5
+pkgver=2.1.7
 pkgrel=1
 pkgdesc="Open-source C++ toolkit for image processing"
 arch=('any')
 url="http://cimg.eu/;
-license=('CeCiLL-C' 'CeCiLL')
+license=('custom')
 depends=('fftw' 'graphicsmagick')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
-sha256sums=('c97e7d268d9832d71cfee0f45ed5d965441b7c8cb7566570531db41e9556391d')
+sha256sums=('dfe587d18c158e981c32609155dd46d29fe23f3dc217356f068eed25ae89fb6f')
 
 package() {
   cd "${srcdir}"/CImg-v.${pkgver//./}


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:58:43
  Author: arojas
Revision: 275884

archrelease: copy trunk to community-x86_64

Added:
  slrn/repos/community-x86_64/PKGBUILD
(from rev 275883, slrn/trunk/PKGBUILD)
Deleted:
  slrn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 23:58:19 UTC (rev 275883)
+++ PKGBUILD2017-12-24 23:58:43 UTC (rev 275884)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=slrn
-pkgver=1.0.3
-pkgrel=2
-pkgdesc="An open source text-based news client"
-arch=('i686' 'x86_64')
-url="http://www.slrn.org/;
-license=('GPL')
-depends=('openssl' 'slang')
-makedepends=('uudeview')
-optdepends=('metamail')
-options=('!makeflags' 'docs' 'zipman')
-backup=(etc/slrnrc)
-source=("http://jedsoft.org/releases/slrn/slrn-${pkgver}a.tar.bz2;)
-sha256sums=('3ba8a4d549201640f2b82d53fb1bec1250f908052a7983f0061c983c634c2dac')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-   --enable-setgid-code \
-   --with-slrnpull --with-ssl --with-uu \
-   --with-uulib=/usr/lib/uudeview \
-   --with-uuinc=/usr/include/uudeview \
-   --enable-spoilers
-  make UUDEVIEW_LIB="/usr/lib/uudeview/*.o"
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 doc/slrn.rc "$pkgdir"/etc/slrnrc
-}

Copied: slrn/repos/community-x86_64/PKGBUILD (from rev 275883, 
slrn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 23:58:43 UTC (rev 275884)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=slrn
+pkgver=1.0.3
+pkgrel=3
+pkgdesc="An open source text-based news client"
+arch=('x86_64')
+url="http://www.slrn.org/;
+license=('GPL')
+depends=('openssl' 'slang')
+makedepends=('uudeview')
+options=('!makeflags' 'docs' 'zipman')
+backup=(etc/slrnrc)
+source=("https://jedsoft.org/releases/slrn/slrn-${pkgver}a.tar.bz2;)
+sha256sums=('3ba8a4d549201640f2b82d53fb1bec1250f908052a7983f0061c983c634c2dac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-setgid-code \
+   --with-slrnpull --with-ssl --with-uu \
+   --with-uulib=/usr/lib/uudeview \
+   --with-uuinc=/usr/include/uudeview \
+   --enable-spoilers
+  make UUDEVIEW_LIB="/usr/lib/uudeview/*.o"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 doc/slrn.rc "$pkgdir"/etc/slrnrc
+}


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:58:19
  Author: arojas
Revision: 275883

Remove AUR optdepend, htpps

Modified:
  slrn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:55:30 UTC (rev 275882)
+++ PKGBUILD2017-12-24 23:58:19 UTC (rev 275883)
@@ -4,7 +4,7 @@
 
 pkgname=slrn
 pkgver=1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source text-based news client"
 arch=('x86_64')
 url="http://www.slrn.org/;
@@ -11,14 +11,13 @@
 license=('GPL')
 depends=('openssl' 'slang')
 makedepends=('uudeview')
-optdepends=('metamail')
 options=('!makeflags' 'docs' 'zipman')
 backup=(etc/slrnrc)
-source=("http://jedsoft.org/releases/slrn/slrn-${pkgver}a.tar.bz2;)
+source=("https://jedsoft.org/releases/slrn/slrn-${pkgver}a.tar.bz2;)
 sha256sums=('3ba8a4d549201640f2b82d53fb1bec1250f908052a7983f0061c983c634c2dac')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
--enable-setgid-code \
--with-slrnpull --with-ssl --with-uu \
@@ -29,7 +28,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -D -m644 doc/slrn.rc "$pkgdir"/etc/slrnrc
 }


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:55:30
  Author: arojas
Revision: 275882

archrelease: copy trunk to community-x86_64

Added:
  xmms2/repos/community-x86_64/PKGBUILD
(from rev 275881, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-x86_64/install.sh
(from rev 275881, xmms2/trunk/install.sh)
  xmms2/repos/community-x86_64/system.service
(from rev 275881, xmms2/trunk/system.service)
  xmms2/repos/community-x86_64/tmpfiles.conf
(from rev 275881, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-x86_64/user.service
(from rev 275881, xmms2/trunk/user.service)
Deleted:
  xmms2/repos/community-x86_64/PKGBUILD
  xmms2/repos/community-x86_64/install.sh
  xmms2/repos/community-x86_64/system.service
  xmms2/repos/community-x86_64/tmpfiles.conf
  xmms2/repos/community-x86_64/user.service

+
 PKGBUILD   |  238 +++
 install.sh |   20 ++--
 system.service |   34 +++
 tmpfiles.conf  |4 
 user.service   |   26 +++---
 5 files changed, 160 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 23:55:00 UTC (rev 275881)
+++ PKGBUILD2017-12-24 23:55:30 UTC (rev 275882)
@@ -1,120 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Storm Dragon 
-# Contributor: Aaron 'venisonslurpee' Laursen 
-# Contributor: Christopher Rosell 
-# Contributor: lh 
-# Contributor: Sebastian Schwarz 
-# Contributor: Sergej Pupykin 
-# Contributor: Xilon 
-
-pkgname=xmms2
-pkgver=0.8DrO_o.949.gca15e830
-_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=5
-pkgdesc="X-platform Music Multiplexing System 2"
-arch=(i686 x86_64)
-url="https://xmms2.org/;
-license=(GPL LGPL)
-_depends=('alsa-lib: ALSA output'
-  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
-  'boost: C++ bindings'
-  'curl: play HTTP streams'
-  'cython: Python bindings'
-  'faad2: AAC support'
-  'ffmpeg: WMA, avcodec & avformat support'
-  'fftw: visualization'
-  'flac: FLAC support'
-  'fluidsynth: MIDI support'
-  'jack: JACK output'
-  'libao: libao output'
-  'libcdio-paranoia: CDDA support'
-  'libdiscid: CDDA support'
-  'libgme: support for various video game music formats'
-  'libmad: MP3 support'
-  'libmms: play MMS streams'
-  'libmodplug: MOD support'
-  'libmpcdec: Musepack support'
-  'libofa: MusicDNS fingerprinting'
-  'libsamplerate: vocoder support'
-  'libshout: Icecast output'
-  'libvorbis: Ogg Vorbis support'
-  'libxml2: XSPF and podcast support'
-  'mac: APE support'
-  'mpg123: alternative MP3 support'
-  'opusfile: Opus support'
-  'perl: Perl bindings'
-  'ruby: Ruby bindings'
-#  'sidplay2-libs: support for C64 music files'
-# we do not have sidplay 2 series in repos; also it's
-# somehow connected with resid i guess(not in repos also)
-  'smbclient: direct CIFS/SMB access'
-  'speex: Speex support'
-  'wavpack: WavPack support')
-depends=(glib2 readline)
-makedepends=("${_depends[@]%%:*}" libpulse python2 git)
-optdepends=("${_depends[@]}" 'oss: OSS output' 'pulseaudio: PulseAudio output')
-provides=(xmms2)
-conflicts=(xmms2 xmms2-devel)
-install=install.sh
-source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
-tmpfiles.conf
-system.service
-user.service)
-md5sums=('SKIP'
- 'd3ab09ed8d1cf982468d1ceb141d4a9d'
- '4b026ab80e853f24b5cf13b310afb83c'
- 'f773f674882946065c02e36e9548eb00')
-
-pkgver() {
-cd "$srcdir/xmms2-devel"
-git describe --always | sed 's/-/./g'
-}
-
-prepare() {
-cd "$srcdir/xmms2-devel"
-git submodule update --init
-sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
-sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
-sed -i 's,libsmbclient.h,samba-4.0/libsmbclient.h,' 
src/plugins/samba/{samba.c,wscript}
-sed -i 's|Werror|Wno-error|g' waftools/*.py
-}
-
-build() {
-cd "$srcdir/xmms2-devel"
-CXXFLAGS="-Wall" CFLAGS="-Wall" ./waf configure --prefix=/usr 
--sbindir=/usr/bin --without-ldconfig \
---with-ruby-archdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]'` \
---with-ruby-libdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]'` \
---with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
-
--with-optionals=launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater,sqlite2s4
 \
---without-optionals=python
-  

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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:55:00
  Author: arojas
Revision: 275881

Remove AUR optdepend and useless conflicts

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:49:18 UTC (rev 275880)
+++ PKGBUILD2017-12-24 23:55:00 UTC (rev 275881)
@@ -1,4 +1,4 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer:
 # Contributor: Storm Dragon 
 # Contributor: Aaron 'venisonslurpee' Laursen 
 # Contributor: Christopher Rosell 
@@ -10,7 +10,7 @@
 pkgname=xmms2
 pkgver=0.8DrO_o.949.gca15e830
 _commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=5
+pkgrel=6
 pkgdesc="X-platform Music Multiplexing System 2"
 arch=(x86_64)
 url="https://xmms2.org/;
@@ -52,26 +52,24 @@
   'wavpack: WavPack support')
 depends=(glib2 readline)
 makedepends=("${_depends[@]%%:*}" libpulse python2 git)
-optdepends=("${_depends[@]}" 'oss: OSS output' 'pulseaudio: PulseAudio output')
-provides=(xmms2)
-conflicts=(xmms2 xmms2-devel)
+optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
 install=install.sh
 source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
 tmpfiles.conf
 system.service
 user.service)
-md5sums=('SKIP'
- 'd3ab09ed8d1cf982468d1ceb141d4a9d'
- '4b026ab80e853f24b5cf13b310afb83c'
- 'f773f674882946065c02e36e9548eb00')
+sha256sums=('SKIP'
+'fd37bd48c61bb71ec03566d740c52dcedd95a37d6c92008606ff7e76c261224f'
+'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
+'76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
 
 pkgver() {
-cd "$srcdir/xmms2-devel"
+cd xmms2-devel
 git describe --always | sed 's/-/./g'
 }
 
 prepare() {
-cd "$srcdir/xmms2-devel"
+cd xmms2-devel
 git submodule update --init
 sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
 sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
@@ -80,7 +78,7 @@
 }
 
 build() {
-cd "$srcdir/xmms2-devel"
+cd xmms2-devel
 CXXFLAGS="-Wall" CFLAGS="-Wall" ./waf configure --prefix=/usr 
--sbindir=/usr/bin --without-ldconfig \
 --with-ruby-archdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]'` \
 --with-ruby-libdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]'` \
@@ -91,7 +89,7 @@
 }
 
 package() {
-cd "$srcdir/xmms2-devel"
+cd xmms2-devel
 ./waf --destdir="$pkgdir" install
 install -dm0755 "$pkgdir/var/lib/xmms2"
 install -Dm0644 "$srcdir/tmpfiles.conf" \


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:49:18
  Author: arojas
Revision: 275880

archrelease: copy trunk to community-x86_64

Added:
  pam_mount/repos/community-x86_64/PKGBUILD
(from rev 275879, pam_mount/trunk/PKGBUILD)
Deleted:
  pam_mount/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 23:48:44 UTC (rev 275879)
+++ PKGBUILD2017-12-24 23:49:18 UTC (rev 275880)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors: Sirius Bakke 
-
-pkgname=pam_mount
-pkgver=2.16
-pkgrel=3
-pkgdesc="A PAM module that can mount volumes for a user session"
-arch=('x86_64')
-url="http://pam-mount.sourceforge.net/;
-license=('GPL')
-depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 
'cryptsetup>=1.1.2')
-optdepends=('hxtools: If you have something like  in your config')
-backup=('etc/security/pam_mount.conf.xml')
-options=(!emptydirs)
-source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7')
-
-build() {
-  cd -- "$srcdir/$pkgname-$pkgver"
-  aclocal
-  libtoolize
-  automake --add-missing
-  autoreconf
-  ./configure \
-   --prefix=/usr \
-   --with-ssbindir=/usr/bin \
-   --sbindir=/usr/bin \
-   --with-slibdir=/usr/lib \
-   --sysconfdir=/etc \
-   --localstatedir=/var
-  make
-}
-
-package() {
-  cd -- "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: pam_mount/repos/community-x86_64/PKGBUILD (from rev 275879, 
pam_mount/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 23:49:18 UTC (rev 275880)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors: Sirius Bakke 
+
+pkgname=pam_mount
+pkgver=2.16
+pkgrel=4
+pkgdesc="A PAM module that can mount volumes for a user session"
+arch=('x86_64')
+url="http://pam-mount.sourceforge.net/;
+license=('GPL')
+depends=('pcre' 'util-linux' 'libhx' 'libxml2' 'openssl' 'cryptsetup')
+backup=('etc/security/pam_mount.conf.xml')
+options=(!emptydirs)
+source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7')
+
+build() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  aclocal
+  libtoolize
+  automake --add-missing
+  autoreconf
+  ./configure \
+   --prefix=/usr \
+   --with-ssbindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --with-slibdir=/usr/lib \
+   --sysconfdir=/etc \
+   --localstatedir=/var
+  make
+}
+
+package() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:48:44
  Author: arojas
Revision: 275879

Remove AUR optdepend, unversion dependencies

Modified:
  pam_mount/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:30:57 UTC (rev 275878)
+++ PKGBUILD2017-12-24 23:48:44 UTC (rev 275879)
@@ -4,13 +4,12 @@
 
 pkgname=pam_mount
 pkgver=2.16
-pkgrel=3
+pkgrel=4
 pkgdesc="A PAM module that can mount volumes for a user session"
 arch=('x86_64')
 url="http://pam-mount.sourceforge.net/;
 license=('GPL')
-depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 
'cryptsetup>=1.1.2')
-optdepends=('hxtools: If you have something like  in your config')
+depends=('pcre' 'util-linux' 'libhx' 'libxml2' 'openssl' 'cryptsetup')
 backup=('etc/security/pam_mount.conf.xml')
 options=(!emptydirs)
 
source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:29:30
  Author: arojas
Revision: 275874

archrelease: copy trunk to community-staging-x86_64

Added:
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 275873, performous/trunk/PKGBUILD)

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

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 275873, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-24 23:29:30 UTC (rev 275874)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=12
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:29:06
  Author: arojas
Revision: 275873

opencv 3.4 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:27:10 UTC (rev 275872)
+++ PKGBUILD2017-12-24 23:29:06 UTC (rev 275873)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=11
+pkgrel=12
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('x86_64')
 url="http://performous.org/;


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:27:10
  Author: arojas
Revision: 275872

archrelease: copy trunk to community-staging-x86_64

Added:
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
(from rev 275871, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/nomacs-no-coverage.patch
(from rev 275871, nomacs/trunk/nomacs-no-coverage.patch)

--+
 PKGBUILD |   42 ++
 nomacs-no-coverage.patch |   15 +++
 2 files changed, 57 insertions(+)

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 275871, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-24 23:27:10 UTC (rev 275872)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=nomacs
+pkgver=3.8.0
+pkgrel=4
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/;
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+
"${pkgname}-plugins-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${pkgver}.tar.gz;
+"${pkgname}-no-coverage.patch")
+sha512sums=('90ffd1ea7f6d8e2f07b2b093ebc7cfec682f11b874d95e249f3d35a2ceb8b75e7a0c55f19c978231c3c8342abe5cb251359771fd90aa39b50ee0a6d1514e88e1'
+
'7fa43377a908912d0eafddd45734ff5698739fd9bee5e87b24a154ea448c81270087f22b61e89f95e71511b1d0ab5e3fceef567d34a4c64a41708df2313e6879'
+
'321308d9b7dbc5d2ffa00cecb6f20a66dd39767239bc87b6d8aec0997a2a65872e1447c6ea2527038a5e332f32962e1fa9e09c83b93cf34ac0e03733479b36bb')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # move plugins
+  mv "${srcdir}/${pkgname}-plugins-${pkgver}" "ImageLounge/plugins"
+
+  # disable code coverage:
+  # https://github.com/nomacs/nomacs/issues/170
+  patch -p1 -i "../${pkgname}-no-coverage.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: nomacs/repos/community-staging-x86_64/nomacs-no-coverage.patch (from 
rev 275871, nomacs/trunk/nomacs-no-coverage.patch)
===
--- community-staging-x86_64/nomacs-no-coverage.patch   
(rev 0)
+++ community-staging-x86_64/nomacs-no-coverage.patch   2017-12-24 23:27:10 UTC 
(rev 275872)
@@ -0,0 +1,15 @@
+--- nomacs-3.8.0/ImageLounge/CMakeLists.txt.orig   2017-11-14 
08:43:20.157769041 +
 nomacs-3.8.0/ImageLounge/CMakeLists.txt2017-11-14 08:43:49.094497479 
+
+@@ -22,12 +22,6 @@
+ set(NOMACS_VERSION ${NOMACS_VERSION_MAJOR}.${NOMACS_VERSION_MINOR})
+ set(NOMACS_FULL_VERSION ${NOMACS_VERSION}.${NOMACS_VERSION_PATCH})
+ 
+-# Codecov
+-if(CMAKE_COMPILER_IS_GNUCXX)
+-include("cmake/CodeCoverage.cmake")
+-setup_target_for_coverage(${PROJECT_NAME}_coverage tests coverage)
+-endif()
+-
+ if(CMAKE_CL_64)
+   SET(NMC_ARCHITECTURE "x64")
+ else()


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:26:47
  Author: arojas
Revision: 275871

opencv 3.4 rebuild

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:24:01 UTC (rev 275870)
+++ PKGBUILD2017-12-24 23:26:47 UTC (rev 275871)
@@ -4,7 +4,7 @@
 
 pkgname=nomacs
 pkgver=3.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
 url="https://nomacs.org/;


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:24:01
  Author: arojas
Revision: 275870

archrelease: copy trunk to community-staging-x86_64

Added:
  frei0r-plugins/repos/community-staging-x86_64/
  frei0r-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 275869, frei0r-plugins/trunk/PKGBUILD)

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

Copied: frei0r-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 
275869, frei0r-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-24 23:24:01 UTC (rev 275870)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin 
+
+pkgname=frei0r-plugins
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="A minimalistic plugin API for video sources and filters"
+arch=(x86_64)
+url="https://frei0r.dyne.org/;
+license=('GPL')
+depends=('cairo' 'gavl')
+makedepends=('doxygen' 'opencv')
+optdepends=('opencv: for facebl0r and facedetect plugins')
+source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
+sha256sums=('e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:23:40
  Author: arojas
Revision: 275869

opencv 3.4 rebuild

Modified:
  frei0r-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:21:20 UTC (rev 275868)
+++ PKGBUILD2017-12-24 23:23:40 UTC (rev 275869)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer:
+# Contributor: Sergej Pupykin 
 
 pkgname=frei0r-plugins
 pkgver=1.6.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A minimalistic plugin API for video sources and filters"
 arch=(x86_64)
 url="https://frei0r.dyne.org/;
@@ -17,12 +18,12 @@
 'SKIP')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:21:20
  Author: arojas
Revision: 275868

archrelease: copy trunk to community-staging-x86_64

Added:
  gmic/repos/community-staging-x86_64/
  gmic/repos/community-staging-x86_64/PKGBUILD
(from rev 275867, gmic/trunk/PKGBUILD)

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

Copied: gmic/repos/community-staging-x86_64/PKGBUILD (from rev 275867, 
gmic/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-24 23:21:20 UTC (rev 275868)
@@ -0,0 +1,71 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.1.7
+_gmic_qt_ver=.215
+_commit=26c271d8a721447f24f118c9d0236a02118d0009
+pkgrel=2
+arch=(x86_64)
+url="http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git hdf5)
+source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz;
+git://github.com/dtschump/gmic-community.git#commit=$_commit
+   
gmic-qt-v$gmic_qt_ver.tar.gz::"https://github.com/c-koi/gmic-qt/archive/v$_gmic_qt_ver.tar.gz;)
+sha256sums=('5a927b6ab597d760c42efe2ee397757d1b4ba2b61684ec6ee10920cd59dfcfc2'
+'SKIP'
+'f2c6f7301e47e691f0ca5789591a5a29c4bdaa493f2720987cec6f32d3d4')
+
+prepare() {
+  mv gmic-$pkgver gmic
+  mv gmic-community/zart zart
+  mv gmic-qt-v$_gmic_qt_ver gmic-qt
+
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic/src/Makefile
+  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-qt/gmic_qt.pro
+}
+
+build() {
+  cd gmic
+  make -C src all WGET=/bin/true -j1
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=(opencv fftw curl)
+  optdepends=('qt5-base: for the Qt UI')
+
+  cd gmic/src
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -rf "$pkgdir"/usr/{bin/zart,lib/gimp,share/zart,bin/gmic_krita_qt}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=(opencv fftw qt5-base)
+
+  install -Dm755 zart/zart -t "$pkgdir"/usr/bin
+  install -Dm644 zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc="Gimp plugin for the G'MIC image processing framework"
+  depends=(gimp fftw qt5-base curl)
+
+  install -Dm755 gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
+  install -Dm644 gmic-qt/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_krita-plugin-gmic() {
+  pkgdesc="Krita plugin for the G'MIC image processing framework"
+  depends=(krita)
+
+  cd gmic-qt
+  install -Dm755 gmic_krita_qt -t "$pkgdir"/usr/bin/
+}


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:20:55
  Author: arojas
Revision: 275867

opencv 3.4 rebuild

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 23:14:51 UTC (rev 275866)
+++ PKGBUILD2017-12-24 23:20:55 UTC (rev 275867)
@@ -9,7 +9,7 @@
 pkgver=2.1.7
 _gmic_qt_ver=.215
 _commit=26c271d8a721447f24f118c9d0236a02118d0009
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://gmic.eu/;
 license=(custom:CeCILL)


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

2017-12-24 Thread Johannes Löthberg via arch-commits
Date: Sunday, December 24, 2017 @ 23:14:51
  Author: demize
Revision: 275866

archrelease: copy trunk to community-x86_64

Added:
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 275865, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 275865, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 275865, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

-+
 PKGBUILD|  138 +++---
 haproxy.cfg |   98 +++---
 haproxy.install |   24 -
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 23:14:41 UTC (rev 275865)
+++ PKGBUILD2017-12-24 23:14:51 UTC (rev 275866)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.8.0
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='https://haproxy.org/'
-arch=('x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua' 'libsystemd')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('6ccea4619b7183fbcc8c98bae1f9823d'
- '27941f31d25d5629f4bdef6bc4b2555a')
-
-prepare() {
-  cd haproxy-$pkgver
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1 \
-USE_SYSTEMD=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-x86_64/PKGBUILD (from rev 275865, 
haproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 23:14:51 UTC (rev 275866)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.8.2
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua' 'libsystemd')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('5e72829793e163bea93da1df6b4aaa1e'
+ '27941f31d25d5629f4bdef6bc4b2555a')
+
+prepare() {
+  cd haproxy-$pkgver
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1 \
+USE_SYSTEMD=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd haproxy-$pkgver
+  make \
+PREFIX="$pkgdir"/usr \
+SBINDIR="$pkgdir"/usr/bin \
+DOCDIR="$pkgdir"/usr/share/$pkgname \
+install
+
+  for contrib in halog iprange; do
+install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
+  done
+
+  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
+  install -Dm644 contrib/systemd/haproxy.service \
+"$pkgdir"/usr/lib/systemd/system/haproxy.service
+
+  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
+  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
+  install -m644 examples/errorfiles/*.http \
+"$pkgdir"/usr/share/haproxy/examples/errorfiles/
+
+  install -Dm644 examples/haproxy.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
+}

Deleted: haproxy.cfg
===
--- haproxy.cfg 2017-12-24 23:14:41 UTC (rev 275865)
+++ haproxy.cfg 2017-12-24 

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

2017-12-24 Thread Johannes Löthberg via arch-commits
Date: Sunday, December 24, 2017 @ 23:14:41
  Author: demize
Revision: 275865

upgpkg: haproxy 1.8.2-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 22:27:26 UTC (rev 275864)
+++ PKGBUILD2017-12-24 23:14:41 UTC (rev 275865)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -20,7 +20,7 @@
 source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
 
-md5sums=('6ccea4619b7183fbcc8c98bae1f9823d'
+md5sums=('5e72829793e163bea93da1df6b4aaa1e'
  '27941f31d25d5629f4bdef6bc4b2555a')
 
 prepare() {


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

2017-12-24 Thread Connor Behan via arch-commits
Date: Sunday, December 24, 2017 @ 22:27:26
  Author: cbehan
Revision: 275864

archrelease: copy trunk to community-any

Added:
  txt2tags/repos/community-any/ChangeLog
(from rev 275863, txt2tags/trunk/ChangeLog)
  txt2tags/repos/community-any/PKGBUILD
(from rev 275863, txt2tags/trunk/PKGBUILD)
Deleted:
  txt2tags/repos/community-any/ChangeLog
  txt2tags/repos/community-any/PKGBUILD

---+
 ChangeLog |   18 +++
 PKGBUILD  |  145 ++--
 2 files changed, 82 insertions(+), 81 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2017-12-24 22:26:36 UTC (rev 275863)
+++ ChangeLog   2017-12-24 22:27:26 UTC (rev 275864)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  
-
-   * Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 275863, 
txt2tags/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2017-12-24 22:27:26 UTC (rev 275864)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  
+
+   * Fixed the manpage path
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 22:26:36 UTC (rev 275863)
+++ PKGBUILD2017-12-24 22:27:26 UTC (rev 275864)
@@ -1,72 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: Lukas Fleischer 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Stefan Husmann 
-
-pkgname=txt2tags
-pkgver=2.6
-pkgrel=4
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='http://www.txt2tags.org'
-license=('GPL')
-depends=('python2')
-optdepends=('ruby: for running t2tmake.rb'
-'sh: for running html-update.sh'
-'vim: for using the vim-files')
-makedepends=('gettext')
-source=("http://txt2tags.googlecode.com/files/$pkgname-$pkgver.tgz;)
-md5sums=('ac09fd624f1e3a553d5f0e01271cc0ee')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for f in txt2tags extras/gensite; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$f"
-  done
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/share/vim/vimfiles"/{plugin,syntax,compiler,macros}
-  install -d "$pkgdir/usr/share/man"/{it,pt_BR,fr,es,ca}/man1
-  install -d "$pkgdir/usr/share/man/man1"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 extras/pagemaker.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/pagemaker.vim"
-  install -Dm644 "extras/$pkgname.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim"
-  install -Dm644 extras/gvim-menu.vim \
-"$pkgdir/usr/share/vim/vimfiles/plugin/$pkgname-gvim-menu.vim"
-  install -Dm644 "extras/$pkgname-compiler.vim" \
-"$pkgdir/usr/share/vim/vimfiles/compiler/$pkgname-compiler.vim"
-  install -Dm644 extras/unhtml.vim \
-"$pkgdir/usr/share/vim/vimfiles/macros/unhtml.vim"
-
-  # installing other extra tools
-  install -m755 extras/{t2tmake.rb,gensite,html-update.sh,dynartslides} 
"$pkgdir/usr/bin"
-  install -Dm644 extras/txt2tags-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/txt2tags-mode.el"
-  
-   # handling man pages
-  cd doc
-  for _lang in {"it","pt","fr","es","ca"}; do
-install -Dm644 "manpage-${_lang}.man" "$pkgname.1-${_lang}"
-if [[ ${_lang} == "pt" ]]; then
-  cp "$pkgname.1-${_lang}" "$pkgdir/usr/share/man/pt_BR/man1/$pkgname.1"
-else
-  install -Dm644 "$pkgname.1-${_lang}" 
"$pkgdir/usr/share/man/${_lang}/man1/$pkgname.1"
-fi
-  done
-  
-   # English man page
-  install -Dm644 manpage.man "$pkgdir/usr/share/man/man1/$pkgname.1"
-
-  # i18n
-  cd ../po
-  for _i in *.po
-  do
-msgfmt -o "${_i%.po}.mo" "${_i}"
-install -Dm644 "${_i%.po}.mo" 
"$pkgdir/usr/share/locale/${_i%.po}/LC_MESSAGES/$pkgname.mo"
-  done
-}

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 275863, 
txt2tags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 22:27:26 UTC (rev 275864)
@@ -0,0 +1,73 @@
+# Maintainer: Connor Behan 
+# Contributor: Lukas Fleischer 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Stefan Husmann 
+
+pkgname=txt2tags
+pkgver=2.6
+pkgrel=5
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('python2')
+optdepends=('ruby: for running t2tmake.rb'
+ 

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

2017-12-24 Thread Connor Behan via arch-commits
Date: Sunday, December 24, 2017 @ 22:26:36
  Author: cbehan
Revision: 275863

upgpkg: txt2tags 2.6-5

Rescue source

Modified:
  txt2tags/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 22:23:09 UTC (rev 275862)
+++ PKGBUILD2017-12-24 22:26:36 UTC (rev 275863)
@@ -5,7 +5,7 @@
 
 pkgname=txt2tags
 pkgver=2.6
-pkgrel=4
+pkgrel=5
 pkgdesc='A text formatting and conversion tool.'
 arch=('any')
 url='http://www.txt2tags.org'
@@ -15,8 +15,8 @@
 'sh: for running html-update.sh'
 'vim: for using the vim-files')
 makedepends=('gettext')
-source=("http://txt2tags.googlecode.com/files/$pkgname-$pkgver.tgz;)
-md5sums=('ac09fd624f1e3a553d5f0e01271cc0ee')
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
+md5sums=('531e4ab3f0fb0a4dac5abb0605472109')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -50,8 +50,9 @@
   
# handling man pages
   cd doc
-  for _lang in {"it","pt","fr","es","ca"}; do
-install -Dm644 "manpage-${_lang}.man" "$pkgname.1-${_lang}"
+  for _file in `find . -name *.man | grep -v English`; do
+_lang=${_file:${#_file}-6:2}
+install -Dm644 "$_file" "$pkgname.1-${_lang}"
 if [[ ${_lang} == "pt" ]]; then
   cp "$pkgname.1-${_lang}" "$pkgdir/usr/share/man/pt_BR/man1/$pkgname.1"
 else
@@ -60,7 +61,7 @@
   done
   
# English man page
-  install -Dm644 manpage.man "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 English/manpage.man "$pkgdir/usr/share/man/man1/$pkgname.1"
 
   # i18n
   cd ../po


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

2017-12-24 Thread Connor Behan via arch-commits
Date: Sunday, December 24, 2017 @ 22:23:09
  Author: cbehan
Revision: 275862

archrelease: copy trunk to community-x86_64

Added:
  talkfilters/repos/community-x86_64/PKGBUILD
(from rev 275861, talkfilters/trunk/PKGBUILD)
Deleted:
  talkfilters/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 22:22:42 UTC (rev 275861)
+++ PKGBUILD2017-12-24 22:23:09 UTC (rev 275862)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: ConnorBehan 
-# Contributor: Alexander Rødseth 
-
-pkgname=talkfilters
-pkgver=2.3.8
-pkgrel=4
-pkgdesc='Filters to translate text into dialects that GNU finds funny'
-arch=('x86_64' 'i686')
-url='http://www.hyperrealm.com/main.php?s=talkfilters'
-depends=('glibc')
-license=('GPL2')
-source=("http://www.hyperrealm.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('4681e71170af06c6bffcd4e454eff67224cde06f0d678d26dc72da45f02ecca6')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: talkfilters/repos/community-x86_64/PKGBUILD (from rev 275861, 
talkfilters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 22:23:09 UTC (rev 275862)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: ConnorBehan 
+# Contributor: Alexander Rødseth 
+
+pkgname=talkfilters
+pkgver=2.3.8
+pkgrel=5
+pkgdesc='Filters to translate text into dialects that GNU finds funny'
+arch=('x86_64')
+url='http://www.hyperrealm.com/main.php?s=talkfilters'
+depends=('glibc')
+license=('GPL2')
+source=("http://www.smallperturbation.com/sites/default/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('4681e71170af06c6bffcd4e454eff67224cde06f0d678d26dc72da45f02ecca6')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-24 Thread Connor Behan via arch-commits
Date: Sunday, December 24, 2017 @ 22:22:42
  Author: cbehan
Revision: 275861

upgpkg: talkfilters 2.3.8-5

Rescue source

Modified:
  talkfilters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 21:17:11 UTC (rev 275860)
+++ PKGBUILD2017-12-24 22:22:42 UTC (rev 275861)
@@ -4,13 +4,13 @@
 
 pkgname=talkfilters
 pkgver=2.3.8
-pkgrel=4
+pkgrel=5
 pkgdesc='Filters to translate text into dialects that GNU finds funny'
 arch=('x86_64')
 url='http://www.hyperrealm.com/main.php?s=talkfilters'
 depends=('glibc')
 license=('GPL2')
-source=("http://www.hyperrealm.com/$pkgname/$pkgname-$pkgver.tar.gz;)
+source=("http://www.smallperturbation.com/sites/default/files/$pkgname-$pkgver.tar.gz;)
 sha256sums=('4681e71170af06c6bffcd4e454eff67224cde06f0d678d26dc72da45f02ecca6')
 
 build() {


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

2017-12-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 24, 2017 @ 21:16:59
  Author: jelle
Revision: 275859

upgpkg: mypaint 1.2.1-4

json-c 0.13 rebuild

Modified:
  mypaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 20:48:45 UTC (rev 275858)
+++ PKGBUILD2017-12-24 21:16:59 UTC (rev 275859)
@@ -4,7 +4,7 @@
 
 pkgname=mypaint
 pkgver=1.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
 arch=('x86_64')
 url="http://mypaint.org/;


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

2017-12-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 24, 2017 @ 21:17:11
  Author: jelle
Revision: 275860

archrelease: copy trunk to community-staging-x86_64

Added:
  mypaint/repos/community-staging-x86_64/
  mypaint/repos/community-staging-x86_64/PKGBUILD
(from rev 275859, mypaint/trunk/PKGBUILD)

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

Copied: mypaint/repos/community-staging-x86_64/PKGBUILD (from rev 275859, 
mypaint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-24 21:17:11 UTC (rev 275860)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jon Nordby 
+
+pkgname=mypaint
+pkgver=1.2.1
+pkgrel=4
+pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
+arch=('x86_64')
+url="http://mypaint.org/;
+license=('GPL' 'LGPL')
+depends=('gtk3' 'json-c' 'lcms2' 'python2-cairo' 'python2-gobject' 
'python2-numpy')
+makedepends=('scons>=0.97' 'swig>=1.3.39')
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
+sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  scons
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  scons prefix="$pkgdir"/usr install
+}


[arch-commits] Commit in json-c/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2017-12-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 24, 2017 @ 21:09:57
  Author: jelle
Revision: 313593

archrelease: copy trunk to staging-x86_64

Added:
  json-c/repos/staging-x86_64/
  json-c/repos/staging-x86_64/PKGBUILD
(from rev 313592, json-c/trunk/PKGBUILD)

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

Copied: json-c/repos/staging-x86_64/PKGBUILD (from rev 313592, 
json-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-24 21:09:57 UTC (rev 313593)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Geoffroy Carrier 
+# Contributor: congyiwu 
+
+pkgname=json-c
+pkgver=0.13
+pkgrel=1
+pkgdesc='A JSON implementation in C'
+url='https://github.com/json-c/json-c/wiki'
+license=(MIT)
+arch=('x86_64')
+depends=('glibc')
+source=('https://github.com/json-c/json-c/archive/json-c-0.13-20171207.tar.gz')
+sha256sums=('26e642456caab38aa9459279b9712ffec52f751e9f46641d28461c244bd6bae6')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver-20171207
+  CFLAGS="$CFLAGS -Wno-error"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgname-$pkgver-20171207
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver-20171207
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2017-12-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 24, 2017 @ 21:09:45
  Author: jelle
Revision: 313592

upgpkg: json-c 0.13-1

update to 0.13

Modified:
  json-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 16:46:08 UTC (rev 313591)
+++ PKGBUILD2017-12-24 21:09:45 UTC (rev 313592)
@@ -4,7 +4,7 @@
 # Contributor: congyiwu 
 
 pkgname=json-c
-pkgver=0.12.1
+pkgver=0.13
 pkgrel=1
 pkgdesc='A JSON implementation in C'
 url='https://github.com/json-c/json-c/wiki'
@@ -11,11 +11,11 @@
 license=(MIT)
 arch=('x86_64')
 depends=('glibc')
-source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
-sha256sums=('2a136451a7932d80b7d197b10441e26e39428d67b1443ec43bbba824705e1123')
+source=('https://github.com/json-c/json-c/archive/json-c-0.13-20171207.tar.gz')
+sha256sums=('26e642456caab38aa9459279b9712ffec52f751e9f46641d28461c244bd6bae6')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver-20171207
   CFLAGS="$CFLAGS -Wno-error"
   ./configure --prefix=/usr --disable-static
   make
@@ -22,12 +22,12 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver-20171207
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver-20171207
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


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

2017-12-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 24, 2017 @ 20:48:45
  Author: jelle
Revision: 275858

archrelease: copy trunk to community-x86_64

Added:
  i3lock/repos/community-x86_64/PKGBUILD
(from rev 275857, i3lock/trunk/PKGBUILD)
Deleted:
  i3lock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 20:48:30 UTC (rev 275857)
+++ PKGBUILD2017-12-24 20:48:45 UTC (rev 275858)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3lock
-pkgver=2.9.1
-pkgrel=2
-pkgdesc="An improved screenlocker based upon XCB and PAM"
-arch=('i686' 'x86_64')
-url="https://i3wm.org/i3lock/;
-license=('MIT')
-groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11' 'pam')
-options=('docs')
-backup=("etc/pam.d/i3lock")
-source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
-"https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('2983fff62236d54687dc7d51a6895edb'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3lock/repos/community-x86_64/PKGBUILD (from rev 275857, 
i3lock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 20:48:45 UTC (rev 275858)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3lock
+pkgver=2.10
+pkgrel=1
+pkgdesc="An improved screenlocker based upon XCB and PAM"
+arch=('x86_64')
+url="https://i3wm.org/i3lock/;
+license=('MIT')
+groups=("i3")
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11' 'pam')
+options=('docs')
+backup=("etc/pam.d/i3lock")
+source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
+"https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
+md5sums=('a496ec274c2f75bbefaa088c4d18ec85'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+


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

2017-12-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 24, 2017 @ 20:48:30
  Author: jelle
Revision: 275857

upgpkg: i3lock 2.10-1

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 20:10:19 UTC (rev 275856)
+++ PKGBUILD2017-12-24 20:48:30 UTC (rev 275857)
@@ -2,8 +2,8 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3lock
-pkgver=2.9.1
-pkgrel=2
+pkgver=2.10
+pkgrel=1
 pkgdesc="An improved screenlocker based upon XCB and PAM"
 arch=('x86_64')
 url="https://i3wm.org/i3lock/;
@@ -14,7 +14,7 @@
 backup=("etc/pam.d/i3lock")
 source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
 "https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('2983fff62236d54687dc7d51a6895edb'
+md5sums=('a496ec274c2f75bbefaa088c4d18ec85'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2017-12-24 Thread Bruno Pagani via arch-commits
Date: Sunday, December 24, 2017 @ 20:10:19
  Author: archange
Revision: 275856

archrelease: copy trunk to community-x86_64

Added:
  stubby/repos/community-x86_64/PKGBUILD
(from rev 275855, stubby/trunk/PKGBUILD)
  stubby/repos/community-x86_64/stubby.sysusers
(from rev 275855, stubby/trunk/stubby.sysusers)
Deleted:
  stubby/repos/community-x86_64/PKGBUILD
  stubby/repos/community-x86_64/stubby.sysusers

-+
 PKGBUILD|   76 +++---
 stubby.sysusers |2 -
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 20:09:22 UTC (rev 275855)
+++ PKGBUILD2017-12-24 20:10:19 UTC (rev 275856)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=stubby
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="DNS Privacy stub resolver"
-arch=('x86_64')
-url="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby;
-license=('BSD')
-backup=('etc/stubby/stubby.yml')
-depends=('getdns')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/getdnsapi/stubby/archive/v${pkgver}.tar.gz;
-"${pkgname}.sysusers")
-sha256sums=('d827e6b83fbd27a64a08e94924c98ad032cd7217b1c27f85783c7f91dd7ce4d9'
-'2acedcf2b65d6e802a70deb55a5befbb71ff83be68a0ba5231a09c126910142b')
-
-build() {
-cd ${pkgname}-${pkgver}
-autoreconf -vfi
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-rmdir "${pkgdir}"/var{/run,}
-
-install -Dm644 systemd/${pkgname}.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 systemd/${pkgname}.conf -t "${pkgdir}"/usr/lib/tmpfiles.d/
-install -Dm644 ../${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: stubby/repos/community-x86_64/PKGBUILD (from rev 275855, 
stubby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 20:10:19 UTC (rev 275856)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=stubby
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="DNS Privacy stub resolver"
+arch=('x86_64')
+url="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby;
+license=('BSD')
+backup=('etc/stubby/stubby.yml')
+depends=('getdns')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/getdnsapi/stubby/archive/v${pkgver}.tar.gz;
+"${pkgname}.sysusers")
+sha256sums=('adf030a55426918933870f2d49a0caed93023bb1ec806efb255c3e7494985821'
+'2acedcf2b65d6e802a70deb55a5befbb71ff83be68a0ba5231a09c126910142b')
+
+build() {
+cd ${pkgname}-${pkgver}
+autoreconf -vfi
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+rmdir "${pkgdir}"/var{/run,}
+
+install -Dm644 systemd/${pkgname}.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 systemd/${pkgname}.conf -t "${pkgdir}"/usr/lib/tmpfiles.d/
+install -Dm644 ../${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}

Deleted: stubby.sysusers
===
--- stubby.sysusers 2017-12-24 20:09:22 UTC (rev 275855)
+++ stubby.sysusers 2017-12-24 20:10:19 UTC (rev 275856)
@@ -1 +0,0 @@
-u stubby - "DNS Privacy Daemon" -

Copied: stubby/repos/community-x86_64/stubby.sysusers (from rev 275855, 
stubby/trunk/stubby.sysusers)
===
--- stubby.sysusers (rev 0)
+++ stubby.sysusers 2017-12-24 20:10:19 UTC (rev 275856)
@@ -0,0 +1 @@
+u stubby - "DNS Privacy Daemon" -


  1   2   3   >