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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:35:26
  Author: felixonmars
Revision: 256008

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

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

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
256007, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 06:35:26 UTC (rev 256008)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=8
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
256007, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 06:35:26 UTC (rev 256008)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=8
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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[^

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:34:47
  Author: felixonmars
Revision: 256007

upgpkg: haskell-trifecta 1.7.1.1-8

rebuild with th-abstraction,0.2.6.0

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:32:50 UTC (rev 256006)
+++ PKGBUILD2017-09-06 06:34:47 UTC (rev 256007)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.7.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/";
 license=("custom:BSD3")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:32:50
  Author: felixonmars
Revision: 256006

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

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

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

Copied: hledger-api/repos/community-staging-i686/PKGBUILD (from rev 256005, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 06:32:50 UTC (rev 256006)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' '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=('4425cfa786b6d6b7db9a48c1d816cff313bd1258c83b882aadd2fd53fe9fa3986158a6254761a787dd993528454f04f31aaad53bbed6a347c6f048d96ded0996')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--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"
+}

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 256005, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 06:32:50 UTC (rev 256006)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' '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=('4425cfa786b6d6b7db9a48c1d816cff313bd1258c83b882aadd2fd53fe9fa3986158a6254761a787dd993528454f04f31aaad53bbed6a347c6f048d96ded0996')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--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-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:32:10
  Author: felixonmars
Revision: 256005

upgpkg: hledger-api 1.3.1-4

rebuild with th-abstraction,0.2.6.0

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:29:39 UTC (rev 256004)
+++ PKGBUILD2017-09-06 06:32:10 UTC (rev 256005)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:29:39
  Author: felixonmars
Revision: 256004

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

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

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

Copied: haskell-servant-swagger/repos/community-staging-i686/PKGBUILD (from rev 
256003, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 06:29:39 UTC (rev 256004)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.3.1
+pkgrel=15
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-http-media" 
"haskell-insert-ordered-containers"
+ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text"
+ "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 256003, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 06:29:39 UTC (rev 256004)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.3.1
+pkgrel=15
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-http-media" 
"haskell-insert-ordered-containers"
+ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text"
+ "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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/sha

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:28:59
  Author: felixonmars
Revision: 256003

upgpkg: haskell-servant-swagger 1.1.3.1-15

rebuild with th-abstraction,0.2.6.0

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:27:03 UTC (rev 256002)
+++ PKGBUILD2017-09-06 06:28:59 UTC (rev 256003)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.3.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger";
 license=("custom:BSD3")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:27:03
  Author: felixonmars
Revision: 256002

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

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

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

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

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

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:26:21
  Author: felixonmars
Revision: 256001

upgpkg: postgrest 0.4.2.0-9

rebuild with th-abstraction,0.2.6.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:22:25 UTC (rev 256000)
+++ PKGBUILD2017-09-06 06:26:21 UTC (rev 256001)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:24:41
  Author: felixonmars
Revision: 304730

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

Added:
  pcre2/repos/testing-i686/
  pcre2/repos/testing-i686/PKGBUILD
(from rev 304729, pcre2/trunk/PKGBUILD)
  pcre2/repos/testing-x86_64/
  pcre2/repos/testing-x86_64/PKGBUILD
(from rev 304729, pcre2/trunk/PKGBUILD)

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

Copied: pcre2/repos/testing-i686/PKGBUILD (from rev 304729, 
pcre2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-06 06:24:41 UTC (rev 304730)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
+# Based on the pcre package by Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre2
+pkgver=10.30
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2";)
+sha512sums=('f247a9f917c75920793b9919a45bb1426d126246e7a5d04e39d9407e44b5781f894a90cd3d232b385436b2f22be391335ab782664dd3a28c79058a2fcc74dc3e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-pcre2-16 \
+--enable-pcre2-32 \
+--enable-jit \
+--enable-pcre2grep-libz \
+--enable-pcre2grep-libbz2 \
+--enable-pcre2test-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pcre2/repos/testing-x86_64/PKGBUILD (from rev 304729, 
pcre2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-06 06:24:41 UTC (rev 304730)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
+# Based on the pcre package by Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre2
+pkgver=10.30
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2";)
+sha512sums=('f247a9f917c75920793b9919a45bb1426d126246e7a5d04e39d9407e44b5781f894a90cd3d232b385436b2f22be391335ab782664dd3a28c79058a2fcc74dc3e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-pcre2-16 \
+--enable-pcre2-32 \
+--enable-jit \
+--enable-pcre2grep-libz \
+--enable-pcre2grep-libbz2 \
+--enable-pcre2test-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:23:55
  Author: felixonmars
Revision: 304729

upgpkg: pcre2 10.30-1

Modified:
  pcre2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 00:57:50 UTC (rev 304728)
+++ PKGBUILD2017-09-06 06:23:55 UTC (rev 304729)
@@ -7,7 +7,7 @@
 # Contributor: John Proctor 
 
 pkgname=pcre2
-pkgver=10.23
+pkgver=10.30
 pkgrel=1
 pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
 
source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2";)
-md5sums=('b2cd00ca7e24049040099b0a46bb3649')
+sha512sums=('f247a9f917c75920793b9919a45bb1426d126246e7a5d04e39d9407e44b5781f894a90cd3d232b385436b2f22be391335ab782664dd3a28c79058a2fcc74dc3e')
 
 build() {
   cd $pkgname-$pkgver


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:22:25
  Author: felixonmars
Revision: 256000

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

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

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

Copied: haskell-swagger2/repos/community-staging-i686/PKGBUILD (from rev 
255999, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 06:22:25 UTC (rev 256000)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.1.4.1
+pkgrel=15
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-base-compat" "haskell-hashable" 
"haskell-generics-sop"
+ "haskell-http-media" "haskell-insert-ordered-containers" 
"haskell-lens" "haskell-mtl"
+ "haskell-network" "haskell-scientific" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
255999, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 06:22:25 UTC (rev 256000)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.1.4.1
+pkgrel=15
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-base-compat" "haskell-hashable" 
"haskell-generics-sop"
+ "haskell-http-media" "haskell-insert-ordered-containers" 
"haskell-lens" "haskell-mtl"
+ "haskell-network" "haskell-scientific" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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/${pkgnam

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:21:33
  Author: felixonmars
Revision: 255999

upgpkg: haskell-swagger2 2.1.4.1-15

rebuild with th-abstraction,0.2.6.0

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:16:49 UTC (rev 255998)
+++ PKGBUILD2017-09-06 06:21:33 UTC (rev 255999)
@@ -5,7 +5,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.1.4.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2";
 license=("custom:BSD3")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:16:49
  Author: felixonmars
Revision: 255998

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

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

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

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

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


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:16:07
  Author: felixonmars
Revision: 255997

upgpkg: haskell-lens-aeson 1.0.2-13

rebuild with th-abstraction,0.2.6.0

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:14:38 UTC (rev 255996)
+++ PKGBUILD2017-09-06 06:16:07 UTC (rev 255997)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/";
 license=('MIT')


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:14:38
  Author: felixonmars
Revision: 255996

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

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

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

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

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 255995, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 06:14:38 UTC (rev 255996)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=32
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+prepare() {
+sed -e 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3/' \
+-e 's/, aeson >=1.0.0.0  && <1.2/, aeson   
  >=1.0.0.0/' \
+-e 's/base  >=4.6  && <4.10/base  
>=4.6/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:13:54
  Author: felixonmars
Revision: 255995

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

rebuild with th-abstraction,0.2.6.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:11:06 UTC (rev 255994)
+++ PKGBUILD2017-09-06 06:13:54 UTC (rev 255995)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=31
+pkgrel=32
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers";
 license=('custom:BSD3')


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:11:06
  Author: felixonmars
Revision: 255994

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

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

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

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

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


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:10:23
  Author: felixonmars
Revision: 255993

upgpkg: hopenpgp-tools 0.19.5-3

rebuild with th-abstraction,0.2.6.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:05:32 UTC (rev 255992)
+++ PKGBUILD2017-09-06 06:10:23 UTC (rev 255993)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.5
-pkgrel=2
+pkgrel=3
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:05:32
  Author: felixonmars
Revision: 255992

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

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

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
255991, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 06:05:32 UTC (rev 255992)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=111
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/$

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:04:51
  Author: felixonmars
Revision: 255991

upgpkg: haskell-hopenpgp 2.5.5-111

rebuild with th-abstraction,0.2.6.0

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 06:03:23 UTC (rev 255990)
+++ PKGBUILD2017-09-06 06:04:51 UTC (rev 255991)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=110
+pkgrel=111
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:03:23
  Author: felixonmars
Revision: 255990

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

Added:
  deepin-terminal/repos/community-i686/PKGBUILD
(from rev 255989, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 255989, deepin-terminal/trunk/PKGBUILD)
Deleted:
  deepin-terminal/repos/community-i686/PKGBUILD
  deepin-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 06:02:31 UTC (rev 255989)
+++ community-i686/PKGBUILD 2017-09-06 06:03:23 UTC (rev 255990)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.6
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal";
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('ca67d51961227dce9fc0ec1c0e8d6b8d4369e94338a81c39aa1acc4303463e147900db37e915576b969aec71669adc020a2a6fcc13dc180de07af3dee97c18be')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
-
-  rm deepin-terminal-$pkgver/vapi/gee-0.8.vapi
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 255989, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 06:03:23 UTC (rev 255990)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal";
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake')
+groups=('deepin-extra')
+#options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
+sha512sums=('028213c0c8163fbee9cfe7870f57ae8f38e48450a8b3b2afff20c65cd80e29c08cbc740a78a6c837c566c4ac0a5e5e3e95f3df2c804a52749307a08aeafc00f8')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
+
+  rm deepin-terminal-$pkgver/vapi/gee-0.8.vapi
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 06:02:31 UTC (rev 255989)
+++ community-x86_64/PKGBUILD   2017-09-06 06:03:23 UTC (rev 255990)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.6
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal";
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('ca67d51961227dce9fc0ec1c0e8d6b8d4369e94338a81c39aa1acc4303463e147900db37e915576b969aec71669adc020a2a6fcc13dc180de07af3dee97c18be')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
-
-  rm de

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 06:02:31
  Author: felixonmars
Revision: 255989

upgpkg: deepin-terminal 2.6.0-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 05:59:34 UTC (rev 255988)
+++ PKGBUILD2017-09-06 06:02:31 UTC (rev 255989)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=2.6
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('deepin-extra')
 #options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('ca67d51961227dce9fc0ec1c0e8d6b8d4369e94338a81c39aa1acc4303463e147900db37e915576b969aec71669adc020a2a6fcc13dc180de07af3dee97c18be')
+sha512sums=('028213c0c8163fbee9cfe7870f57ae8f38e48450a8b3b2afff20c65cd80e29c08cbc740a78a6c837c566c4ac0a5e5e3e95f3df2c804a52749307a08aeafc00f8')
 
 prepare() {
   mkdir -p build


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:59:34
  Author: felixonmars
Revision: 255988

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 255987, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 05:59:34 UTC (rev 255988)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170818
+pkgrel=9
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc-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-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath" '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 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 255987, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 05:59:34 UTC (rev 255988)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170818
+pkgrel=9
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc-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-

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:58:52
  Author: felixonmars
Revision: 255987

upgpkg: git-annex 6.20170818-9

rebuild with th-abstraction,0.2.6.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 05:53:49 UTC (rev 255986)
+++ PKGBUILD2017-09-06 05:58:52 UTC (rev 255987)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170818
-pkgrel=8
+pkgrel=9
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:53:49
  Author: felixonmars
Revision: 255986

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 05:53:03 UTC (rev 255985)
+++ PKGBUILD2017-09-06 05:53:49 UTC (rev 255986)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-jose
-pkgname=('python-jose' 'python2-jose')
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A JOSE implementation in Python"
-arch=('any')
-license=('MIT')
-url="http://github.com/mpdavis/python-jose";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-crypto' 
'python2-crypto' 'python-six'
- 'python2-six' 'python-ecdsa' 'python2-ecdsa' 'python-future' 
'python2-future' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/mpdavis/python-jose.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-jose{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-jose
-  python setup.py build
-
-  cd "$srcdir"/python-jose-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-jose
-  python setup.py pytest
-
-  cd "$srcdir"/python-jose-py2
-  python2 setup.py pytest
-}
-
-package_python-jose() {
-  depends=('python-crypto' 'python-six' 'python-ecdsa' 'python-future')
-
-  cd python-jose
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jose() {
-  depends=('python2-crypto' 'python2-six' 'python2-ecdsa' 'python2-future')
-
-  cd python-jose-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jose/repos/community-any/PKGBUILD (from rev 255985, 
python-jose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 05:53:49 UTC (rev 255986)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-jose
+pkgname=('python-jose' 'python2-jose')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A JOSE implementation in Python"
+arch=('any')
+license=('MIT')
+url="https://github.com/mpdavis/python-jose";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-crypto' 
'python2-crypto' 'python-six'
+ 'python2-six' 'python-ecdsa' 'python2-ecdsa' 'python-future' 
'python2-future')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-cryptography'
+  'python2-cryptography')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/mpdavis/python-jose/archive/$pkgver.tar.gz";)
+sha512sums=('8ce37d3eb339f782995ae3595aae4a335ab50b2f5e837c7654a306172d3e3a5a0215895473adae5853e4af7e2ba33e520ea8ab6a22708b1a75e8edf043603180')
+
+prepare() {
+  cp -a python-jose-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-jose-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-jose-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-jose-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/python-jose-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-jose() {
+  depends=('python-crypto' 'python-six' 'python-ecdsa' 'python-future')
+
+  cd python-jose-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jose() {
+  depends=('python2-crypto' 'python2-six' 'python2-ecdsa' 'python2-future')
+
+  cd python-jose-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:53:03
  Author: felixonmars
Revision: 255985

upgpkg: python-jose 1.4.0-1

Modified:
  python-jose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 05:47:47 UTC (rev 255984)
+++ PKGBUILD2017-09-06 05:53:03 UTC (rev 255985)
@@ -3,35 +3,36 @@
 
 pkgbase=python-jose
 pkgname=('python-jose' 'python2-jose')
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A JOSE implementation in Python"
 arch=('any')
 license=('MIT')
-url="http://github.com/mpdavis/python-jose";
+url="https://github.com/mpdavis/python-jose";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-crypto' 
'python2-crypto' 'python-six'
- 'python2-six' 'python-ecdsa' 'python2-ecdsa' 'python-future' 
'python2-future' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/mpdavis/python-jose.git#tag=$pkgver";)
-sha512sums=('SKIP')
+ 'python2-six' 'python-ecdsa' 'python2-ecdsa' 'python-future' 
'python2-future')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-cryptography'
+  'python2-cryptography')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/mpdavis/python-jose/archive/$pkgver.tar.gz";)
+sha512sums=('8ce37d3eb339f782995ae3595aae4a335ab50b2f5e837c7654a306172d3e3a5a0215895473adae5853e4af7e2ba33e520ea8ab6a22708b1a75e8edf043603180')
 
 prepare() {
-  cp -a python-jose{,-py2}
+  cp -a python-jose-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/python-jose
+  cd "$srcdir"/python-jose-$pkgver
   python setup.py build
 
-  cd "$srcdir"/python-jose-py2
+  cd "$srcdir"/python-jose-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-jose
+  cd "$srcdir"/python-jose-$pkgver
   python setup.py pytest
 
-  cd "$srcdir"/python-jose-py2
+  cd "$srcdir"/python-jose-$pkgver-py2
   python2 setup.py pytest
 }
 
@@ -38,7 +39,7 @@
 package_python-jose() {
   depends=('python-crypto' 'python-six' 'python-ecdsa' 'python-future')
 
-  cd python-jose
+  cd python-jose-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -46,7 +47,7 @@
 package_python2-jose() {
   depends=('python2-crypto' 'python2-six' 'python2-ecdsa' 'python2-future')
 
-  cd python-jose-py2
+  cd python-jose-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:47:47
  Author: felixonmars
Revision: 255984

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 05:46:49 UTC (rev 255983)
+++ PKGBUILD2017-09-06 05:47:47 UTC (rev 255984)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyjwt
-pkgname=('python-pyjwt' 'python2-pyjwt')
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='JSON Web Token implementation in Python'
-arch=('any')
-url='http://github.com/jpadilla/pyjwt'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov' 'python2-pytest-cov')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jpadilla/pyjwt/archive/$pkgver.tar.gz";)
-sha512sums=('0f2187b9a6f503c113a6e61d8c6c7b48e7f334a53c65dee8c38380d5e67546b0f9dede46ec628d765e49278d6dc81a38b4417b50ba132493e065901b23b5f8a0')
-
-prepare() {
-  sed -i 's/pytest==2.7.3/pytest/' pyjwt-$pkgver/setup.py
-  cp -a pyjwt-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyjwt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyjwt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyjwt-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/pyjwt-$pkgver-py2
-  python2 setup.py pytest || warning "Tests failed"
-}
-
-package_python-pyjwt() {
-  depends=('python-setuptools')
-
-  cd pyjwt-$pkgver
-  python3 setup.py install --root="$pkgdir" -O1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyjwt() {
-  depends=('python2-setuptools')
-
-  cd pyjwt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" -O1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pyjwt{,2}
-}

Copied: python-pyjwt/repos/community-any/PKGBUILD (from rev 255983, 
python-pyjwt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 05:47:47 UTC (rev 255984)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyjwt
+pkgname=('python-pyjwt' 'python2-pyjwt')
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='JSON Web Token implementation in Python'
+arch=('any')
+url='https://github.com/jpadilla/pyjwt'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov' 'python2-pytest-cov')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jpadilla/pyjwt/archive/$pkgver.tar.gz";)
+sha512sums=('eeb655a739cb32878f53809fb6206cabb33c2767c3d34f923228cabe3282e3791a689d6a15374626559a22c270dbb88bbe0a74d8236a82987dc613473d38b845')
+
+prepare() {
+  sed -i 's/pytest==2.7.3/pytest/' pyjwt-$pkgver/setup.py
+  cp -a pyjwt-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyjwt-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyjwt-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyjwt-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/pyjwt-$pkgver-py2
+  python2 setup.py pytest || warning "Tests failed"
+}
+
+package_python-pyjwt() {
+  depends=('python-setuptools')
+
+  cd pyjwt-$pkgver
+  python3 setup.py install --root="$pkgdir" -O1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyjwt() {
+  depends=('python2-setuptools')
+
+  cd pyjwt-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" -O1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pyjwt{,2}
+}


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:46:49
  Author: felixonmars
Revision: 255983

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 255982, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 05:46:49 UTC (rev 255983)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=153
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 255982, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 05:46:49 UTC (rev 255983)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=153
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+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/r

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:46:11
  Author: felixonmars
Revision: 255982

upgpkg: haskell-dav 1.3.1-153

rebuild with th-abstraction,0.2.6.0

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 05:46:03 UTC (rev 255981)
+++ PKGBUILD2017-09-06 05:46:11 UTC (rev 255982)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=152
+pkgrel=153
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:46:03
  Author: felixonmars
Revision: 255981

upgpkg: python-pyjwt 1.5.3-1

Modified:
  python-pyjwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 05:41:09 UTC (rev 255980)
+++ PKGBUILD2017-09-06 05:46:03 UTC (rev 255981)
@@ -3,16 +3,16 @@
 
 pkgbase=python-pyjwt
 pkgname=('python-pyjwt' 'python2-pyjwt')
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='JSON Web Token implementation in Python'
 arch=('any')
-url='http://github.com/jpadilla/pyjwt'
+url='https://github.com/jpadilla/pyjwt'
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov' 'python2-pytest-cov')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jpadilla/pyjwt/archive/$pkgver.tar.gz";)
-sha512sums=('0f2187b9a6f503c113a6e61d8c6c7b48e7f334a53c65dee8c38380d5e67546b0f9dede46ec628d765e49278d6dc81a38b4417b50ba132493e065901b23b5f8a0')
+sha512sums=('eeb655a739cb32878f53809fb6206cabb33c2767c3d34f923228cabe3282e3791a689d6a15374626559a22c270dbb88bbe0a74d8236a82987dc613473d38b845')
 
 prepare() {
   sed -i 's/pytest==2.7.3/pytest/' pyjwt-$pkgver/setup.py


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:41:09
  Author: felixonmars
Revision: 255980

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

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

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

Copied: haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 255979, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 05:41:09 UTC (rev 255980)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.15.4
+pkgrel=4
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-base-orphans" "haskell-bifunctors" 
"haskell-call-stack" "haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions" 
"haskell-free"
+ "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" 
"haskell-parallel"
+ "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" 
"haskell-semigroups"
+ "haskell-tagged" "haskell-text" "haskell-th-abstraction" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-void")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1f1333829eba740d406413c6d59fb16398b56198cd16a2506631487e20ce128163892a3934d0f4a59b9151b39c1ef19e80fb425f8d59013004118ad08a697530')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit \
+-ftest-doctests -f-dump-splices -f-old-inline-pragmas -finlining \
+-f-benchmark-uniplate
+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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 255979, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 05:41:09 UTC (rev 255980)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.15.4
+pkgrel=4
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-base-orphans" "haskell-bifunctors" 
"haskell-call-stack" "haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions" 
"haskell-free"
+ "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" 
"haskell-parallel"
+ "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" 
"haskell-semigroups"
+ "haskell-tagged" "haskell-text" "haskell-th-abstraction" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-void")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1f1333829eba740d406413c6d59fb16398b56198cd16a2506631487e20ce128163892a3934d0f4a59b9151b39c1ef19e80fb425f8d59013004118ad08a697530')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--pre

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:40:29
  Author: felixonmars
Revision: 255979

upgpkg: haskell-lens 4.15.4-4

rebuild with th-abstraction,0.2.6.0

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 05:35:43 UTC (rev 255978)
+++ PKGBUILD2017-09-06 05:40:29 UTC (rev 255979)
@@ -5,7 +5,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.15.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Lenses, Folds and Traversals"
 url="http://github.com/ekmett/lens/";
 license=("custom:BSD3")


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:35:43
  Author: felixonmars
Revision: 255978

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

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

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

Copied: haskell-th-abstraction/repos/community-staging-i686/PKGBUILD (from rev 
255977, haskell-th-abstraction/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 05:35:43 UTC (rev 255978)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=th-abstraction
+pkgname=haskell-th-abstraction
+pkgver=0.2.6.0
+pkgrel=1
+pkgdesc="Nicer interface for reified information about data types"
+url="https://github.com/glguy/th-abstraction/";
+license=("custom:ISC")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d1c09914e6760e43498ea41d81ca22e2fc3fb7cf396bb718f729a19bd2698572c242357c1b40a8df9101f2afd86b37fa5c07f82beb46f87b21a9667c48db5b7b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-th-abstraction/repos/community-staging-x86_64/PKGBUILD (from 
rev 255977, haskell-th-abstraction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 05:35:43 UTC (rev 255978)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=th-abstraction
+pkgname=haskell-th-abstraction
+pkgver=0.2.6.0
+pkgrel=1
+pkgdesc="Nicer interface for reified information about data types"
+url="https://github.com/glguy/th-abstraction/";
+license=("custom:ISC")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d1c09914e6760e43498ea41d81ca22e2fc3fb7cf396bb718f729a19bd2698572c242357c1b40a8df9101f2afd86b37fa5c07f82beb46f87b21a9667c48db5b7b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:35:03
  Author: felixonmars
Revision: 255977

upgpkg: haskell-th-abstraction 0.2.6.0-1

rebuild with th-abstraction,0.2.6.0

Modified:
  haskell-th-abstraction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 05:33:37 UTC (rev 255976)
+++ PKGBUILD2017-09-06 05:35:03 UTC (rev 255977)
@@ -4,16 +4,16 @@
 
 _hkgname=th-abstraction
 pkgname=haskell-th-abstraction
-pkgver=0.2.5.0
-pkgrel=2
+pkgver=0.2.6.0
+pkgrel=1
 pkgdesc="Nicer interface for reified information about data types"
-url="http://github.com/glguy/th-abstraction/";
+url="https://github.com/glguy/th-abstraction/";
 license=("custom:ISC")
 arch=('i686' 'x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('b7a3cb36af20eeaa2e9df3dd8a96824ca42805d6525d57fe4381e86599f1212147a00adfa245f0e7b0cac49d146a59a8f199f14596bf920a614938ade70965c3')
+sha512sums=('d1c09914e6760e43498ea41d81ca22e2fc3fb7cf396bb718f729a19bd2698572c242357c1b40a8df9101f2afd86b37fa5c07f82beb46f87b21a9667c48db5b7b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:33:06
  Author: felixonmars
Revision: 255975

upgpkg: python-hypothesis 3.24.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 03:11:59 UTC (rev 255974)
+++ PKGBUILD2017-09-06 05:33:06 UTC (rev 255975)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.23.2
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('76e96c4cfd977a8e8485364450f0c483d17d889c1389e4360973d3d93547ff99116df69eb0fd5c55dda1e670755c653a963485677b52d8628d49950ad48192cb')
+sha512sums=('086232db2c53cf0c741eaf4eaef11446387fe92cf9f3b1f973f28dac76ca3447da2e31ca21cf9b57738faebdb5c09857aabb844b3a6f061c5c507841ba064fd9')
 
 prepare() {
   cp -a hypothesis-python-$pkgver{,-py2}


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 05:33:37
  Author: felixonmars
Revision: 255976

archrelease: copy trunk to community-any

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

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

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

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 255975, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 05:33:37 UTC (rev 255976)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
+sha512sums=('086232db2c53cf0c741eaf4eaef11446387fe92cf9f3b1f973f28dac76ca3447da2e31ca21cf9b57738faebdb5c09857aabb844b3a6f061c5c507841ba064fd9')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-python-$pkgv

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 03:11:59
  Author: felixonmars
Revision: 255974

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 03:11:24 UTC (rev 255973)
+++ PKGBUILD2017-09-06 03:11:59 UTC (rev 255974)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-faker
-pkgname=(python-faker python2-faker)
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('089efd328a9e11850bc9a318e9bab6c08f67e9360f51da6f4fb3f52188852f4b3fbed83a5282f5a10dc49ae10b1ad6f325ba5675ee032156a8e5ae70a00baff9')
-
-prepare() {
-  cp -a faker-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-faker() {
-  depends=('python-setuptools' 'python-dateutil')
-  provides=("python-fake-factory=$pkgver")
-  conflicts=('python-fake-factory')
-  replaces=('python-fake-factory')
-
-  cd "$srcdir"/faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-faker() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-  provides=("python2-fake-factory=$pkgver")
-  conflicts=('python2-fake-factory')
-  replaces=('python2-fake-factory')
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-faker/repos/community-any/PKGBUILD (from rev 255973, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 03:11:59 UTC (rev 255974)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-faker
+pkgname=(python-faker python2-faker)
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
+sha512sums=('e40c8edf3ba3860aaebf19d1f6d0b789ae5574baa269f1bb3672f6041e442eccb3af59b51d6991c6523f8d00ee51fcb13750467f501a5fe9962c18d2250a5491')
+
+prepare() {
+  cp -a faker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-faker() {
+  depends=('python-setuptools' 'python-dateutil')
+  provides=("python-fake-factory=$pkgver")
+  conflicts=('python-fake-factory')
+  replaces=('python-fake-factory')
+
+  cd "$srcdir"/faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-faker() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+  provides=("python2-fake-factory=$pkgver")
+  conflicts=('python2-fake-factory')
+  replaces=('python2-fake-factory')
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 03:11:24
  Author: felixonmars
Revision: 255973

upgpkg: python-faker 0.8.3-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 03:09:36 UTC (rev 255972)
+++ PKGBUILD2017-09-06 03:11:24 UTC (rev 255973)
@@ -5,7 +5,7 @@
 
 pkgbase=python-faker
 pkgname=(python-faker python2-faker)
-pkgver=0.8.1
+pkgver=0.8.3
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -16,7 +16,7 @@
   'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
   'python2-ipaddress')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('089efd328a9e11850bc9a318e9bab6c08f67e9360f51da6f4fb3f52188852f4b3fbed83a5282f5a10dc49ae10b1ad6f325ba5675ee032156a8e5ae70a00baff9')
+sha512sums=('e40c8edf3ba3860aaebf19d1f6d0b789ae5574baa269f1bb3672f6041e442eccb3af59b51d6991c6523f8d00ee51fcb13750467f501a5fe9962c18d2250a5491')
 
 prepare() {
   cp -a faker-$pkgver{,-py2}


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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 03:09:36
  Author: felixonmars
Revision: 255972

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 03:09:01 UTC (rev 255971)
+++ PKGBUILD2017-09-06 03:09:36 UTC (rev 255972)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-softlayer
-pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.2.12
-pkgrel=1
-pkgdesc="A library for SoftLayer's API"
-arch=('any')
-license=('MIT')
-url='http://github.com/softlayer/softlayer-python'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
- 'python-click' 'python2-click' 'python-requests' 
'python2-requests'
- 'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-testtools' 'python2-testtools')
-source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz";)
-sha512sums=('c18f8b755e050e8ea1311ab2daf9db0efb144b7dd52d23e6544150265bb5318249fedb53944e21354b77d5cfaae65fb36c78cd1f6c55c2d09c3e086757defe2e')
-
-prepare() {
-  cp -a softlayer-python-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/softlayer-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/softlayer-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/softlayer-python-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/softlayer-python-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-softlayer() {
-  depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
-   'python-prompt_toolkit' 'python-pygments')
-
-  cd softlayer-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-softlayer() {
-  depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
-   'python2-prompt_toolkit' 'python2-pygments')
-
-  cd softlayer-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/sl{,2}
-  mv "$pkgdir"/usr/bin/slcli{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-softlayer/repos/community-any/PKGBUILD (from rev 255971, 
python-softlayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 03:09:36 UTC (rev 255972)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-softlayer
+pkgname=('python-softlayer' 'python2-softlayer')
+pkgver=5.2.13
+pkgrel=1
+pkgdesc="A library for SoftLayer's API"
+arch=('any')
+license=('MIT')
+url='https://github.com/softlayer/softlayer-python'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
+ 'python-click' 'python2-click' 'python-requests' 
'python2-requests'
+ 'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-testtools' 'python2-testtools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz";)
+sha512sums=('baad6b1e92fe33ba039f91504e19270fbf360a5cde329095ef573c97ef1e08cfab9abb4120fd51a78df460cd1fb542b20e7ce933893bd179a0734e26afc2cc0e')
+
+prepare() {
+  cp -a softlayer-python-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/softlayer-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/softlayer-python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/softlayer-python-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/softlayer-python-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-softlayer() {
+  depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
+   'python-prompt_toolkit' 'python-pygments')
+
+  cd softlayer-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-softlayer() {
+  depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
+   'python2-prompt_toolkit' 'python2-pygments')
+
+  cd softlayer-python-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m6

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

2017-09-05 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 03:09:01
  Author: felixonmars
Revision: 255971

upgpkg: python-softlayer 5.2.13-1

Modified:
  python-softlayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 03:08:57 UTC (rev 255970)
+++ PKGBUILD2017-09-06 03:09:01 UTC (rev 255971)
@@ -3,19 +3,19 @@
 
 pkgbase=python-softlayer
 pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.2.12
+pkgver=5.2.13
 pkgrel=1
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
 license=('MIT')
-url='http://github.com/softlayer/softlayer-python'
+url='https://github.com/softlayer/softlayer-python'
 makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
  'python-click' 'python2-click' 'python-requests' 
'python2-requests'
  'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
   'python-testtools' 'python2-testtools')
-source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz";)
-sha512sums=('c18f8b755e050e8ea1311ab2daf9db0efb144b7dd52d23e6544150265bb5318249fedb53944e21354b77d5cfaae65fb36c78cd1f6c55c2d09c3e086757defe2e')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz";)
+sha512sums=('baad6b1e92fe33ba039f91504e19270fbf360a5cde329095ef573c97ef1e08cfab9abb4120fd51a78df460cd1fb542b20e7ce933893bd179a0734e26afc2cc0e')
 
 prepare() {
   cp -a softlayer-python-$pkgver{,-py2}


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

2017-09-05 Thread Sébastien Luttringer
Date: Wednesday, September 6, 2017 @ 00:49:25
  Author: seblu
Revision: 255913

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 255912, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 255912, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 255912, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 255912, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 255912, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  148 ++---
 grafana.install  |   35 +++-
 grafana.service  |   30 +-
 grafana.sysusers |2 
 grafana.tmpfiles |6 +-
 5 files changed, 115 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 00:48:55 UTC (rev 255912)
+++ PKGBUILD2017-09-06 00:49:25 UTC (rev 255913)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=4.3.2
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='http://grafana.org'
-arch=('x86_64' 'i686')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig')
-makedepends=('git' 'go' 'npm' 'grunt-cli')
-backup=("etc/grafana.ini")
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver";
-"grafana.service"
-"grafana.sysusers"
-"grafana.tmpfiles"
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
- '49688ed04bb3fac45fd48d0ac99e52d5'
- 'a23177c9e555a7d8ede65c86cf21add2')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  msg2 'building the backend'
-  go run build.go setup build
-
-  msg2 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/grafana-server "$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm644 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  cp -r vendor "$pkgdir/usr/share/grafana/"
-  cp -r public_gen "$pkgdir/usr/share/grafana/public"
-  ln -s ../../../var/lib/grafana "$pkgdir/usr/share/grafana/data"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-x86_64/PKGBUILD (from rev 255912, 
grafana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 00:49:25 UTC (rev 255913)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Carsten Feuls 
+# Contributor: Gilles Hamel 
+
+pkgname=grafana
+pkgver=4.4.3
+pkgrel=1
+pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
+url='http://grafana.org'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'freetype2' 'fontconfig')
+makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
+backup=("etc/grafana.ini")
+source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver";
+"grafana.service"
+"grafana.sysusers"
+"grafana.tmpfiles"
+   )
+install=$pkgname.install
+md5sums=('SKIP'
+ '2f1d73689923ecee92a102a65b91003a'
+ 'e991d8cdf91c1e25652cdbc51fc726c5'
+ 'b9b576d1959fc063b3399892e201488c')
+
+prepare() {
+  cd $pkgname
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+

[arch-commits] Commit in grafana/trunk (4 files)

2017-09-05 Thread Sébastien Luttringer
Date: Wednesday, September 6, 2017 @ 00:48:55
  Author: seblu
Revision: 255912

upgpkg: grafana 4.4.3-1

- fix FS#54510
- fix FS#55071
- fix FS#55516

Modified:
  grafana/trunk/PKGBUILD
  grafana/trunk/grafana.install
  grafana/trunk/grafana.sysusers
  grafana/trunk/grafana.tmpfiles

--+
 PKGBUILD |   14 +++---
 grafana.install  |   15 ---
 grafana.sysusers |2 +-
 grafana.tmpfiles |4 ++--
 4 files changed, 22 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 23:56:37 UTC (rev 255911)
+++ PKGBUILD2017-09-06 00:48:55 UTC (rev 255912)
@@ -4,14 +4,14 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=4.3.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='http://grafana.org'
-arch=('x86_64' 'i686')
+arch=('x86_64')
 license=('Apache')
 depends=('glibc' 'freetype2' 'fontconfig')
-makedepends=('git' 'go' 'npm' 'grunt-cli')
+makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
 backup=("etc/grafana.ini")
 source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver";
 "grafana.service"
@@ -21,8 +21,8 @@
 install=$pkgname.install
 md5sums=('SKIP'
  '2f1d73689923ecee92a102a65b91003a'
- '49688ed04bb3fac45fd48d0ac99e52d5'
- 'a23177c9e555a7d8ede65c86cf21add2')
+ 'e991d8cdf91c1e25652cdbc51fc726c5'
+ 'b9b576d1959fc063b3399892e201488c')
 
 prepare() {
   cd $pkgname
@@ -53,7 +53,7 @@
   export PATH+=":$NPM_CONFIG_PREFIX/bin"
   npm install -g yarn
   yarn install --pure-lockfile --no-progress
-  npm run build
+  npm run build release
 }
 
 package() {
@@ -63,7 +63,7 @@
   cd $pkgname
   install -Dsm755 bin/grafana-server "$pkgdir/usr/bin/grafana-server"
   install -Dsm755 bin/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm644 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
+  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
   install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
   install -dm755 "$pkgdir/usr/share/grafana/"
   cp -r vendor "$pkgdir/usr/share/grafana/"

Modified: grafana.install
===
--- grafana.install 2017-09-05 23:56:37 UTC (rev 255911)
+++ grafana.install 2017-09-06 00:48:55 UTC (rev 255912)
@@ -4,10 +4,19 @@
 # arg 2:  the old package version
 post_upgrade() {
   if (( "$(vercmp $2 2.6.0-3)" < 0 )); then
-   echo '==> Configuration moved to /etc/grafana.ini'
-   fi
+echo '==> Configuration moved to /etc/grafana.ini'
+  fi
+  if (( "$(vercmp $2 4.4.3-1)" < 0 )); then
+echo '==> Grafana now uses static UID/GID 207'
+echo '==> Trying to update your previous UID/GID'
+if ! { usermod -u 207 grafana && groupmod -g 207 grafana &&
+  chown -R 207:207 /var/{lib,log}/grafana; }; then
+  echo '==> Automatic GID/UID change failed. Do it manually!'
+  echo '==> usermod -g 207 grafana && groupmod -u 207 grafana && chown -R 
207:207 /var/l{ib,og}/grafana'
+fi
+echo '==> Check the ownership of your files!'
+  fi
   return 0
 }
 
-
 # vim:set ts=2 sw=2 et:

Modified: grafana.sysusers
===
--- grafana.sysusers2017-09-05 23:56:37 UTC (rev 255911)
+++ grafana.sysusers2017-09-06 00:48:55 UTC (rev 255912)
@@ -1 +1 @@
-u grafana - - /var/lib/grafana
+u grafana 207 - /var/lib/grafana

Modified: grafana.tmpfiles
===
--- grafana.tmpfiles2017-09-05 23:56:37 UTC (rev 255911)
+++ grafana.tmpfiles2017-09-06 00:48:55 UTC (rev 255912)
@@ -1,3 +1,3 @@
-d /var/lib/grafana 0755 grafana grafana -
-d /var/log/grafana 0755 grafana grafana -
+d /var/lib/grafana 0750 grafana grafana -
+d /var/log/grafana 0750 grafana grafana -
 L /var/lib/grafana/log - - - - ../../log/grafana


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

2017-09-05 Thread Sébastien Luttringer
Date: Tuesday, September 5, 2017 @ 23:56:37
  Author: seblu
Revision: 255911

Hyperv is missing in meta package

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 23:44:01 UTC (rev 255910)
+++ PKGBUILD2017-09-05 23:56:37 UTC (rev 255911)
@@ -132,6 +132,7 @@
   depends=(
 'cgroup_event_listener'
 'cpupower'
+'hyperv'
 'libtraceevent'
 'perf'
 'tmon'


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

2017-09-05 Thread Sébastien Luttringer
Date: Tuesday, September 5, 2017 @ 23:44:01
  Author: seblu
Revision: 255910

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

Added:
  linux-tools/repos/community-i686/PKGBUILD
(from rev 255909, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 255909, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 255909, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 255909, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 255909, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 255909, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 255909, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 255909, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 255909, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 255909, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 255909, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 255909, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /PKGBUILD |  526 
 /cpupower.default |   58 +++
 /cpupower.install |   26 +
 /cpupower.service |   22 +
 /cpupower.systemd |   60 
 /usbipd.service   |   18 +
 community-i686/PKGBUILD   |  251 -
 community-i686/cpupower.default   |   29 -
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   11 
 community-i686/cpupower.systemd   |   30 --
 community-i686/usbipd.service |9 
 community-x86_64/PKGBUILD |  251 -
 community-x86_64/cpupower.default |   29 -
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   11 
 community-x86_64/cpupower.systemd |   30 --
 community-x86_64/usbipd.service   |9 
 18 files changed, 710 insertions(+), 686 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-05 23:43:07 UTC (rev 255909)
+++ community-i686/PKGBUILD 2017-09-05 23:44:01 UTC (rev 255910)
@@ -1,251 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'cgroup_event_listener'
-  'cpupower'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=4.12
-pkgrel=3
-license=('GPL2')
-arch=('i686' 'x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver";
-'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.xz'
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('SKIP'
- 'df72b6950492a79610d443d8992b3293'
- '56883c159381ba89e50ab8ea65efec77'
- '34f5ecc19770a1abbcd0fd65bfd1f065'
- '86c4e419e4ba80835c330d49ba3f56ad'
- 'bb35634f480325a78b943f7e10165e86')
-
-prepare() {
-  cd linux
-
-  # usbip: Fix implicit fallthrough warning
-  git cherry-pick -n cfd6ed4537a9e938fa76facecd4b9cd65b6d1563
-  # usbip: Fix potential format overflow in userspace tools
-  git cherry-pick -n e5dfa3f902b9a642ae8c6997d57d7c41e384a90b
-
-  # Fix "unwind-libunwind.c:109:11: error: ‘EINVAL’ undeclared" on i686
-  # Not sure why this wasn't an issue until now...
-  sed -i '1i #include ' tools/perf/arch

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

2017-09-05 Thread Sébastien Luttringer
Date: Tuesday, September 5, 2017 @ 23:43:07
  Author: seblu
Revision: 255909

upgpkg: linux-tools 4.13-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 21:32:33 UTC (rev 255908)
+++ PKGBUILD2017-09-05 23:43:07 UTC (rev 255909)
@@ -5,6 +5,7 @@
 pkgname=(
   'cgroup_event_listener'
   'cpupower'
+  'hyperv'
   'libtraceevent'
   'linux-tools-meta'
   'perf'
@@ -13,8 +14,8 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.12
-pkgrel=3
+pkgver=4.13
+pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='https://www.kernel.org'
@@ -33,13 +34,12 @@
 makedepends+=('ncurses')
 groups=("$pkgbase")
 
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver";
-'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.xz'
+#'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.xz'
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
 'usbipd.service')
 md5sums=('SKIP'
- 'df72b6950492a79610d443d8992b3293'
  '56883c159381ba89e50ab8ea65efec77'
  '34f5ecc19770a1abbcd0fd65bfd1f065'
  '86c4e419e4ba80835c330d49ba3f56ad'
@@ -48,24 +48,20 @@
 prepare() {
   cd linux
 
-  # usbip: Fix implicit fallthrough warning
-  git cherry-pick -n cfd6ed4537a9e938fa76facecd4b9cd65b6d1563
-  # usbip: Fix potential format overflow in userspace tools
-  git cherry-pick -n e5dfa3f902b9a642ae8c6997d57d7c41e384a90b
-
   # Fix "unwind-libunwind.c:109:11: error: ‘EINVAL’ undeclared" on i686
   # Not sure why this wasn't an issue until now...
   sed -i '1i #include ' tools/perf/arch/x86/util/unwind-libunwind.c
 
-  # apply stable kernel patch
-  #patch -p1 -N -i "$srcdir"/patch-4.7.5
-
   # apply patch from the source array (should be a pacman feature)
   local filename
   for filename in "${source[@]}"; do
+filename="${filename##*/}"
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+elif [[ "$filename" =~ ^patch- ]]; then
+  msg2 "Applying linux $filename"
+  patch -p1 -N -i "$srcdir/${filename%.*}"
 fi
   done
 }
@@ -86,6 +82,7 @@
 PYTHON=python2 \
 PYTHON_CONFIG=python2-config \
 PERF_VERSION=$pkgver-$pkgrel \
+DESTDIR="$pkgdir" \
 all man
   popd
 
@@ -122,6 +119,11 @@
   pushd linux/tools/power/x86/turbostat
   make
   popd
+
+  msg2 'hv'
+  pushd linux/tools/hv
+  make
+  popd
 }
 
 package_linux-tools-meta() {
@@ -248,4 +250,14 @@
   make install DESTDIR="$pkgdir"
 }
 
+package_hyperv() {
+  pkgdesc='Hyper-V tools'
+  depends=('glibc')
+
+  cd linux/tools/hv
+  for _p in hv_fcopy_daemon hv_kvp_daemon hv_vss_daemon; do
+install -Dm755 "$_p" "$pkgdir/usr/bin/$_p"
+  done
+}
+
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in linux/trunk (PKGBUILD config.i686 config.x86_64)

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 23:33:26
  Author: heftig
Revision: 304727

Prepare 4.13

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config.i686
  linux/trunk/config.x86_64

---+
 PKGBUILD  |   18 -
 config.i686   |  596 
 config.x86_64 |  556 ++--
 3 files changed, 418 insertions(+), 752 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 23:11:36 UTC (rev 304726)
+++ PKGBUILD2017-09-05 23:33:26 UTC (rev 304727)
@@ -4,8 +4,8 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcname=linux-4.12
-pkgver=4.12.10
+_srcname=linux-4.13
+pkgver=4.13
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/";
@@ -14,8 +14,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz";
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign";
-"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz";
-"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign";
+#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz";
+#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign";
 # the main kernel config files
 'config.i686' 'config.x86_64'
 # pacman hook for initramfs regeneration
@@ -23,12 +23,10 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset')
 
-sha256sums=('a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab'
+sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'32dfc4d44b559bb7007a54217aee04f6fe93e1f7bc9d9809064b5a4e689ba6e1'
-'SKIP'
-'df55887a43dcbb6bd35fd2fb1ec841427b6ea827334c0880cbc256d4f042a7a1'
-'bf84528c592d1841bba0662242f0339a24a1de384c31f28248631e8be9446586'
+'73278ee56c5d3855e67ff50caa77a7cb47fb29ebd8f9b7ca9ebee4e2d446529c'
+'1b9cbe1c25653d563515344a7c6cc9f79447ac9274fcf4de0007228e979b55dd'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(
@@ -42,7 +40,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  patch -p1 -i "${srcdir}/patch-${pkgver}"
+  #patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # security patches
 

Modified: config.i686
===
--- config.i686 2017-09-05 23:11:36 UTC (rev 304726)
+++ config.i686 2017-09-05 23:33:26 UTC (rev 304727)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.12.0-1 Kernel Configuration
+# Linux/x86 4.13.0-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -81,7 +81,9 @@
 #
 CONFIG_GENERIC_IRQ_PROBE=y
 CONFIG_GENERIC_IRQ_SHOW=y
+CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
 CONFIG_GENERIC_PENDING_IRQ=y
+CONFIG_GENERIC_IRQ_MIGRATION=y
 CONFIG_IRQ_DOMAIN=y
 CONFIG_IRQ_DOMAIN_HIERARCHY=y
 CONFIG_GENERIC_MSI_IRQ=y
@@ -89,6 +91,7 @@
 # CONFIG_IRQ_DOMAIN_DEBUG is not set
 CONFIG_IRQ_FORCED_THREADING=y
 CONFIG_SPARSE_IRQ=y
+# CONFIG_GENERIC_IRQ_DEBUGFS is not set
 CONFIG_CLOCKSOURCE_WATCHDOG=y
 CONFIG_ARCH_CLOCKSOURCE_DATA=y
 CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
@@ -130,7 +133,6 @@
 CONFIG_TASKS_RCU=y
 CONFIG_RCU_STALL_COMMON=y
 CONFIG_RCU_NEED_SEGCBLIST=y
-# CONFIG_TREE_RCU_TRACE is not set
 CONFIG_BUILD_BIN2C=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
@@ -233,6 +235,7 @@
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_SLAB is not set
 CONFIG_SLUB=y
+CONFIG_SLAB_MERGE_DEFAULT=y
 CONFIG_SLAB_FREELIST_RANDOM=y
 CONFIG_SLUB_CPU_PARTIAL=y
 # CONFIG_SYSTEM_DATA_VERIFICATION is not set
@@ -263,6 +266,7 @@
 CONFIG_HAVE_ARCH_TRACEHOOK=y
 CONFIG_HAVE_DMA_CONTIGUOUS=y
 CONFIG_GENERIC_SMP_IDLE_THREAD=y
+CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
 CONFIG_ARCH_HAS_SET_MEMORY=y
 CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
 CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
@@ -272,6 +276,7 @@
 CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
 CONFIG_HAVE_USER_RETURN_NOTIFIER=y
 CONFIG_HAVE_PERF_EVENTS_NMI=y
+CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
 CONFIG_HAVE_PERF_REGS=y
 CONFIG_HAVE_PERF_USER_STACK_DUMP=y
 CONFIG_HAVE_ARCH_JUMP_LABEL=y
@@ -289,6 +294,7 @@
 # CONFIG_CC_STACKPROTECTOR_NONE is not set
 # CONFIG_CC_STACKPROTECTOR_REGULAR is not set
 CONFIG_CC_STACKPROTECTOR_STRONG=y
+CONFIG_THIN_ARCHIVES=y
 CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
@@ -311,6 +317,7 @@
 CONFIG_STRICT_KERNEL_RWX=y
 CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
 CONFIG_STRICT_MODULE_RWX=y
+# CONFIG_REFCOUNT_FULL is not set
 
 #
 # GCOV-based kernel profiling
@@ -493,6 +500,7 @@
 CONFIG_X86_MCE_AMD=y
 # CONFIG_X86_ANCIENT_MCE is not set

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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 23:11:36
  Author: heftig
Revision: 304726

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

Added:
  pulseaudio/repos/extra-i686/PKGBUILD
(from rev 304725, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-i686/pulseaudio.install
(from rev 304725, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 304725, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 304725, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/extra-i686/PKGBUILD
  pulseaudio/repos/extra-i686/padsp-lib32.patch
  pulseaudio/repos/extra-i686/pulseaudio.install
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/padsp-lib32.patch
  pulseaudio/repos/extra-x86_64/pulseaudio.install

-+
 /PKGBUILD   |  408 ++
 /pulseaudio.install |   28 ++
 extra-i686/PKGBUILD |  206 ---
 extra-i686/padsp-lib32.patch|   15 -
 extra-i686/pulseaudio.install   |   14 -
 extra-x86_64/PKGBUILD   |  206 ---
 extra-x86_64/padsp-lib32.patch  |   15 -
 extra-x86_64/pulseaudio.install |   14 -
 8 files changed, 436 insertions(+), 470 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-05 23:10:31 UTC (rev 304725)
+++ extra-i686/PKGBUILD 2017-09-05 23:11:36 UTC (rev 304726)
@@ -1,206 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=10.0
-pkgrel=3
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
-license=(GPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc openssl fftw orc gtk3 webrtc-audio-processing
- check autoconf-archive git)
-options=(!emptydirs)
-_commit=84952e6a092b6a0c5b153bd7a4f6e490810681c8  # tags/v10.0^0
-source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";
-padsp-lib32.patch)
-sha256sums=('SKIP'
-'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
-
-pkgver() {
-  cd pulseaudio
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd pulseaudio
-  NOCONFIGURE=1 ./bootstrap.sh
-}
-
-build() {
-  cd pulseaudio
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests \
-DATADIRNAME=share
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
-   webrtc-audio-processing)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-  replaces=('pulseaudio-xen<=9.0')
-
-  cd pulseaudio
-
-  _pulsever=$(./git-version-gen .tarball-version)
-  while [[ $_pulsever = *.*.* ]]; do
-_pulsever=${_pulsever%.*}
-  done
-  _pulsever=${_pulsever%%-*}
-
-  make -j1 DESTDIR="$pkgdir" install \
-bashcompletiondir=/usr/share/bash-completion/completions
-
-  cd "$pkgdir"
-  patch -Np1 -i "$srcdir/padsp-lib32.patch"
-
-  # Assumes that any volume adjustment is intended by the user, who can control
-  # each app's volume. Misbehaving clients can trigger earsplitting volume
-  # jumps. App volumes can diverge wildly and cause apps without their own
-  # volume control to fall below sink volume; a sink-only volume control will
-  # suddenly be unable to make such an app loud enough.
-  sed -e '/flat-volumes/iflat-volumes = no' \
-  -i etc/pulse/daemon.conf
-
-  # Superseded by socket activation
-  sed -e '/autospawn/iautospawn = no' \
-  -i etc/pulse/client.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i usr/bin/start-pulseaudio-x11
-
-  rm etc/dbus-1/system.d/pulseaudio-system.conf
-
-### Split libpulse
-
-  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv etc/pulse/client.conf \
- "$srcdir/libpulse/etc/pulse"
-
-  mv usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- "$srcdir

[arch-commits] Commit in pulseaudio/trunk (PKGBUILD padsp-lib32.patch)

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 23:10:31
  Author: heftig
Revision: 304725

11.0-1

Modified:
  pulseaudio/trunk/PKGBUILD
Deleted:
  pulseaudio/trunk/padsp-lib32.patch

---+
 PKGBUILD  |   14 ++
 padsp-lib32.patch |   15 ---
 2 files changed, 6 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 22:30:52 UTC (rev 304724)
+++ PKGBUILD2017-09-05 23:10:31 UTC (rev 304725)
@@ -7,8 +7,8 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=10.0
-pkgrel=3
+pkgver=11.0
+pkgrel=1
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
 license=(GPL)
@@ -17,11 +17,9 @@
  lirc openssl fftw orc gtk3 webrtc-audio-processing
  check autoconf-archive git)
 options=(!emptydirs)
-_commit=84952e6a092b6a0c5b153bd7a4f6e490810681c8  # tags/v10.0^0
-source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";
-padsp-lib32.patch)
-sha256sums=('SKIP'
-'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
+_commit=8db681606cd8cbb8cee67529937deaa9e4558db9  # tags/v11.0^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd pulseaudio
@@ -41,6 +39,7 @@
 --libexecdir=/usr/lib \
 --localstatedir=/var \
 --with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-pulsedsp-location='/usr/\\$$LIB/pulseaudio' \
 --with-database=tdb \
 --disable-tcpwrap \
 --disable-bluez4 \
@@ -75,7 +74,6 @@
 bashcompletiondir=/usr/share/bash-completion/completions
 
   cd "$pkgdir"
-  patch -Np1 -i "$srcdir/padsp-lib32.patch"
 
   # Assumes that any volume adjustment is intended by the user, who can control
   # each app's volume. Misbehaving clients can trigger earsplitting volume

Deleted: padsp-lib32.patch
===
--- padsp-lib32.patch   2017-09-05 22:30:52 UTC (rev 304724)
+++ padsp-lib32.patch   2017-09-05 23:10:31 UTC (rev 304725)
@@ -1,15 +0,0 @@
-diff -u -r foo/usr/bin/padsp bar/usr/bin/padsp
 foo/usr/bin/padsp  2015-09-09 14:26:20.0 +0200
-+++ bar/usr/bin/padsp  2015-09-09 14:47:54.828230174 +0200
-@@ -74,9 +74,9 @@
- shift $(( $OPTIND - 1 ))
- 
- if [ x"$LD_PRELOAD" = x ] ; then
--   LD_PRELOAD="/usr/lib/pulseaudio/libpulsedsp.so"
-+   LD_PRELOAD="/usr/\$LIB/pulseaudio/libpulsedsp.so"
- else
--   LD_PRELOAD="$LD_PRELOAD /usr/lib/pulseaudio/libpulsedsp.so"
-+   LD_PRELOAD="$LD_PRELOAD /usr/\$LIB/pulseaudio/libpulsedsp.so"
- fi
- 
- export LD_PRELOAD


[arch-commits] Commit in filesystem/repos (88 files)

2017-09-05 Thread Sébastien Luttringer
Date: Tuesday, September 5, 2017 @ 22:30:52
  Author: seblu
Revision: 304724

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

Added:
  filesystem/repos/testing-i686/PKGBUILD
(from rev 304723, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-i686/crypttab
(from rev 304723, filesystem/trunk/crypttab)
  filesystem/repos/testing-i686/env-generator
(from rev 304723, filesystem/trunk/env-generator)
  filesystem/repos/testing-i686/fstab
(from rev 304723, filesystem/trunk/fstab)
  filesystem/repos/testing-i686/group
(from rev 304723, filesystem/trunk/group)
  filesystem/repos/testing-i686/gshadow
(from rev 304723, filesystem/trunk/gshadow)
  filesystem/repos/testing-i686/host.conf
(from rev 304723, filesystem/trunk/host.conf)
  filesystem/repos/testing-i686/hosts
(from rev 304723, filesystem/trunk/hosts)
  filesystem/repos/testing-i686/issue
(from rev 304723, filesystem/trunk/issue)
  filesystem/repos/testing-i686/ld.so.conf
(from rev 304723, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-i686/locale.sh
(from rev 304723, filesystem/trunk/locale.sh)
  filesystem/repos/testing-i686/motd
(from rev 304723, filesystem/trunk/motd)
  filesystem/repos/testing-i686/nsswitch.conf
(from rev 304723, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-i686/os-release
(from rev 304723, filesystem/trunk/os-release)
  filesystem/repos/testing-i686/passwd
(from rev 304723, filesystem/trunk/passwd)
  filesystem/repos/testing-i686/profile
(from rev 304723, filesystem/trunk/profile)
  filesystem/repos/testing-i686/resolv.conf
(from rev 304723, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-i686/securetty
(from rev 304723, filesystem/trunk/securetty)
  filesystem/repos/testing-i686/shadow
(from rev 304723, filesystem/trunk/shadow)
  filesystem/repos/testing-i686/shells
(from rev 304723, filesystem/trunk/shells)
  filesystem/repos/testing-i686/sysusers
(from rev 304723, filesystem/trunk/sysusers)
  filesystem/repos/testing-i686/tmpfiles
(from rev 304723, filesystem/trunk/tmpfiles)
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 304723, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/crypttab
(from rev 304723, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/env-generator
(from rev 304723, filesystem/trunk/env-generator)
  filesystem/repos/testing-x86_64/fstab
(from rev 304723, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 304723, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 304723, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 304723, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 304723, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 304723, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 304723, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 304723, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/motd
(from rev 304723, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 304723, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 304723, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 304723, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 304723, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 304723, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 304723, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 304723, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 304723, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/sysusers
(from rev 304723, filesystem/trunk/sysusers)
  filesystem/repos/testing-x86_64/tmpfiles
(from rev 304723, filesystem/trunk/tmpfiles)
Deleted:
  filesystem/repos/testing-i686/PKGBUILD
  filesystem/repos/testing-i686/crypttab
  filesystem/repos/testing-i686/env-generator
  filesystem/repos/testing-i686/fstab
  filesystem/repos/testing-i686/group
  filesystem/repos/testing-i686/gshadow
  filesystem/repos/testing-i686/host.conf
  filesystem/repos/testing-i686/hosts
  filesystem/repos/testing-i686/issue
  filesystem/repos/testing-i686/ld.so.conf
  filesystem/repos/testing-i686/locale.sh
  filesystem/repos/testing-i686/motd
  filesystem/repos/testing-i686/nsswitch.conf
  filesystem/repos/testing-i686/os-release
  filesystem/repos/testing-i686/passwd
  filesystem/repos/testing-i686/profile
  filesystem/repos/testing-i686/resolv.conf
  filesystem/repos/testing-i686/securetty
  filesystem/repos/testing-i686/shadow
  filesystem/repos/testing-i686/shells
  filesystem/repos/testing-i686/sysusers

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

2017-09-05 Thread Sébastien Luttringer
Date: Tuesday, September 5, 2017 @ 22:29:12
  Author: seblu
Revision: 304723

upgpkg: filesystem 2017.09-3

Rollback dependency on systemd.
Glibc depends on filesystem, so it creates a depency loop.

Modified:
  filesystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 21:20:06 UTC (rev 304722)
+++ PKGBUILD2017-09-05 22:29:12 UTC (rev 304723)
@@ -4,13 +4,13 @@
 
 pkgname=filesystem
 pkgver=2017.09
-pkgrel=2
+pkgrel=3
 pkgdesc='Base Arch Linux files'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='https://www.archlinux.org'
 groups=('base')
-depends=('bash' 'systemd' 'iana-etc')
+depends=('iana-etc')
 backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf'
 'etc/passwd' 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd'
 'etc/nsswitch.conf' 'etc/shells' 'etc/host.conf' 'etc/securetty'


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

2017-09-05 Thread Giancarlo Razzolini
Date: Tuesday, September 5, 2017 @ 21:32:33
  Author: grazzolini
Revision: 255908

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

Added:
  nginx-mainline/repos/community-testing-i686/
  nginx-mainline/repos/community-testing-i686/PKGBUILD
(from rev 255907, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-i686/logrotate
(from rev 255907, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-i686/nginx.install
(from rev 255907, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-i686/service
(from rev 255907, nginx-mainline/trunk/service)
  nginx-mainline/repos/community-testing-x86_64/
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
(from rev 255907, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-x86_64/logrotate
(from rev 255907, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-x86_64/nginx.install
(from rev 255907, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-x86_64/service
(from rev 255907, nginx-mainline/trunk/service)

+
 community-testing-i686/PKGBUILD|  132 +++
 community-testing-i686/logrotate   |   10 ++
 community-testing-i686/nginx.install   |   12 ++
 community-testing-i686/service |   17 +++
 community-testing-x86_64/PKGBUILD  |  132 +++
 community-testing-x86_64/logrotate |   10 ++
 community-testing-x86_64/nginx.install |   12 ++
 community-testing-x86_64/service   |   17 +++
 8 files changed, 342 insertions(+)

Copied: nginx-mainline/repos/community-testing-i686/PKGBUILD (from rev 255907, 
nginx-mainline/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-05 21:32:33 UTC (rev 255908)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+
+pkgname=nginx-mainline
+pkgver=1.13.5
+pkgrel=1
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
+arch=('i686' 'x86_64')
+url='https://nginx.org'
+license=('custom')
+depends=('pcre' 'zlib' 'openssl' 'geoip')
+backup=('etc/nginx/fastcgi.conf'
+'etc/nginx/fastcgi_params'
+'etc/nginx/koi-win'
+'etc/nginx/koi-utf'
+'etc/nginx/mime.types'
+'etc/nginx/nginx.conf'
+'etc/nginx/scgi_params'
+'etc/nginx/uwsgi_params'
+'etc/nginx/win-utf'
+'etc/logrotate.d/nginx')
+install=nginx.install
+provides=('nginx')
+conflicts=('nginx')
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+service
+logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+md5sums=('f193722159adfb1eb8117c0491fd17ec'
+ 'SKIP'
+ 'ef491e760e7c1ffec9ca25441a150c83'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+sha512sums=('ffd0406a75a35da427522f58c9b710cde86acb1ebf48f4e6b7f6a44e04ccd83950fedc6dceed9e2ab5132e06559f3bf45935d5011fc436e7c2efd46ac1e86459'
+'SKIP'
+
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
+
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
+
+_common_flags=(
+  --with-compat
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-pcre-jit
+  --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
+  --with-stream_ssl_module
+  --with-stream_ssl_preread_module
+  --with-threads
+)
+
+_mainline_flags=(
+)
+
+build() {
+  cd $provides-$pkgver
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-

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

2017-09-05 Thread Giancarlo Razzolini
Date: Tuesday, September 5, 2017 @ 21:30:47
  Author: grazzolini
Revision: 255907

upgpkg: nginx-mainline 1.13.5-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 20:34:05 UTC (rev 255906)
+++ PKGBUILD2017-09-05 21:30:47 UTC (rev 255907)
@@ -5,7 +5,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.13.4
+pkgver=1.13.5
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
@@ -29,11 +29,11 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('42a3ca70cd292a149ba4f60862599245'
+md5sums=('f193722159adfb1eb8117c0491fd17ec'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('068f59f0dfe68a9a20a141bf5416551bc758fe50a38b2576f0e1c9df2ec674c7348b151f3ce80b614ac20610bc85374be7cef69f95b925f4fde351716c1da740'
+sha512sums=('ffd0406a75a35da427522f58c9b710cde86acb1ebf48f4e6b7f6a44e04ccd83950fedc6dceed9e2ab5132e06559f3bf45935d5011fc436e7c2efd46ac1e86459'
 'SKIP'
 
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')


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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 21:20:06
  Author: heftig
Revision: 304722

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

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

+
 /90-linux.hook |   22 
 /PKGBUILD  |  602 +
 /config.i686   |17198 +++
 /config.x86_64 |16694 +
 /linux.install |   54 
 /linux.preset  |   28 
 extra-i686/90-linux.hook   |   11 
 extra-i686/PKGBUILD|  301 
 extra-i686/config.i686 | 8599 -
 extra-i686/config.x86_64   | 8347 
 extra-i686/linux.install   |   27 
 extra-i686/linux.preset|   14 
 extra-x86_64/90-linux.hook |   11 
 extra-x86_64/PKGBUILD  |  301 
 extra-x86_64/config.i686   | 8599 -
 extra-x86_64/config.x86_64 | 8347 
 extra-x86_64/linux.install |   27 
 extra-x86_64/linux.preset  |   14 
 18 files changed, 34598 insertions(+), 34598 deletions(-)

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


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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 21:00:23
  Author: heftig
Revision: 304721

4.12.10-2: rebuild against extra (gcc)

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 20:24:19 UTC (rev 304720)
+++ PKGBUILD2017-09-05 21:00:23 UTC (rev 304721)
@@ -8,7 +8,7 @@
 _srcname=linux-4.12
 _zenpatch=zen-4.12.10-edfb18bae0c47133f2f28da47868031fde5936d8.diff
 pkgver=4.12.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel";
 license=('GPL2')


[arch-commits] Commit in lib32-nvidia-utils/repos (3 files)

2017-09-05 Thread Thomas Bächler
Date: Tuesday, September 5, 2017 @ 20:34:05
  Author: thomas
Revision: 255906

db-move: moved lib32-nvidia-utils from [multilib-testing] to [multilib] (x86_64)

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 255904, lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 /PKGBUILD|  114 +
 multilib-x86_64/PKGBUILD |  114 -
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD2017-09-05 20:34:04 UTC (rev 255905)
+++ multilib-x86_64/PKGBUILD2017-09-05 20:34:05 UTC (rev 255906)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=384.59
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/";
-#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-sha512sums=('09ceccb8c5bc136bb8ba75b8a15fc0cc08eb3680b6c5233b3dca4a1c55d14461d9adee2c686baff4173c8947c0bbc6dd52fcff5c1715a157015ecf4e802b214b')
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('lib32-opencl-driver')
-
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
-optdepends=('lib32-opencl-nvidia')
-conflicts=('lib32-nvidia-libgl')
-provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
-replaces=('lib32-nvidia-libgl')
-
-cd "${_pkg}"
-
-# GLX extension module for X - useless ?
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
-install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
-# now in lib32-mesa driver
-#ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
-
-# Wayland stuff
-install -D -m755 "libnvidia-egl-wayland.so.1.0.1" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1.0.1"
-ln -s "libnvidia-egl-wayland.so.1.0.1" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1"
-
-# OpenGL libraries
-install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
-
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
-install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
-
-# misc
-install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
-install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
-install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
-install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
-install -D -m7

[arch-commits] Commit in mate-applet-dock/repos/community-any (PKGBUILD PKGBUILD)

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 20:34:04
  Author: arojas
Revision: 255905

archrelease: copy trunk to community-any

Added:
  mate-applet-dock/repos/community-any/PKGBUILD
(from rev 255904, mate-applet-dock/trunk/PKGBUILD)
Deleted:
  mate-applet-dock/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-05 20:33:35 UTC (rev 255904)
+++ PKGBUILD2017-09-05 20:34:04 UTC (rev 255905)
@@ -1,30 +0,0 @@
-# $Id$
-# Contriburor: Balló György 
-
-pkgname=mate-applet-dock
-_pkgname=mate-dock-applet
-pkgver=0.79
-pkgrel=1
-pkgdesc="Application dock for the MATE panel"
-arch=('any')
-url="https://github.com/robint99/dock-applet";
-license=('GPL3')
-depends=('mate-panel' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg' 'libkeybinder3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";)
-sha256sums=('7e4ee277bc17648e1aba0b516752ac616963edf78604e79f4562b07330def2ff')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --with-gtk3
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mate-applet-dock/repos/community-any/PKGBUILD (from rev 255904, 
mate-applet-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-05 20:34:04 UTC (rev 255905)
@@ -0,0 +1,30 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-applet-dock
+_pkgname=mate-dock-applet
+pkgver=0.79
+pkgrel=2
+pkgdesc="Application dock for the MATE panel"
+arch=('any')
+url="https://github.com/robint99/dock-applet";
+license=('GPL3')
+depends=('mate-panel' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg' 'python-xlib' 'libkeybinder3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";)
+sha256sums=('7e4ee277bc17648e1aba0b516752ac616963edf78604e79f4562b07330def2ff')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in mate-applet-dock/trunk (PKGBUILD)

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 20:33:35
  Author: arojas
Revision: 255904

Add missing python-xlib dependency (FS#55515)

Modified:
  mate-applet-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 20:08:21 UTC (rev 255903)
+++ PKGBUILD2017-09-05 20:33:35 UTC (rev 255904)
@@ -4,12 +4,12 @@
 pkgname=mate-applet-dock
 _pkgname=mate-dock-applet
 pkgver=0.79
-pkgrel=1
+pkgrel=2
 pkgdesc="Application dock for the MATE panel"
 arch=('any')
 url="https://github.com/robint99/dock-applet";
 license=('GPL3')
-depends=('mate-panel' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg' 'libkeybinder3')
+depends=('mate-panel' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg' 'python-xlib' 'libkeybinder3')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";)
 sha256sums=('7e4ee277bc17648e1aba0b516752ac616963edf78604e79f4562b07330def2ff')
 


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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 20:24:19
  Author: heftig
Revision: 304720

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-05 20:20:57 UTC (rev 304719)
+++ extra-i686/PKGBUILD 2017-09-05 20:24:19 UTC (rev 304720)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Michel Brabants 
-
-pkgname=seahorse
-pkgver=3.20.0+94+g4c671a78
-pkgrel=1
-pkgdesc="GNOME application for managing PGP keys."
-arch=(i686 x86_64)
-license=(GPL)
-url="http://projects.gnome.org/seahorse/";
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme 
gnome-keyring)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala 
gnome-common git)
-optdepends=('openssh: SSH support')
-provides=(x11-ssh-askpass)
-groups=(gnome-extra)
-_commit=4c671a7844b0aa9eea1bdbc67d1d7fa8e2451226  # master
-source=("git+https://git.gnome.org/browse/seahorse#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 \
-  --enable-ldap --enable-hkp --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: seahorse/repos/extra-i686/PKGBUILD (from rev 304719, 
seahorse/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-05 20:24:19 UTC (rev 304720)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.20.0+105+gb31e32fe
+pkgrel=1
+pkgdesc="GNOME application for managing PGP keys."
+url="https://wiki.gnome.org/Apps/Seahorse";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme 
gnome-keyring)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala 
gnome-common git)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+groups=(gnome-extra)
+_commit=b31e32fe145a6599096cebf9fba93d86090c6d90  # master
+source=("git+https://git.gnome.org/browse/seahorse#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 \
+  --enable-ldap --enable-hkp --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-05 20:20:57 UTC (rev 304719)
+++ extra-x86_64/PKGBUILD   2017-09-05 20:24:19 UTC (rev 304720)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Michel Brabants 
-
-pkgname=seahorse
-pkgver=3.20.0+94+g4c671a78
-pkgrel=1
-pkgdesc="GNOME application for managing PGP keys."
-arch=(i686 x86_64)
-license=(GPL)
-url="http://projects.gnome.org/seahorse/";
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme 
gnome-keyring)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala 
gnome-common git)
-optdepends=('openssh: SSH support')
-provides=(x11-ssh-askpass)
-groups=(gnome-extra)
-_commit=4c671a7844b0aa9eea1bdbc67d1d7fa8e2451226  # master
-source=("git+https://git.gnome.org/browse/seahorse#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 \
-  --enable-ldap --enable-hkp --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: seahorse/repos/extra-x86_64/PKGBUILD (from rev 304719, 
seahorse/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD

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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 20:20:57
  Author: heftig
Revision: 304719

3.20.0+105+gb31e32fe-1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 20:11:01 UTC (rev 304718)
+++ PKGBUILD2017-09-05 20:20:57 UTC (rev 304719)
@@ -4,18 +4,18 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.20.0+94+g4c671a78
+pkgver=3.20.0+105+gb31e32fe
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
+url="https://wiki.gnome.org/Apps/Seahorse";
 arch=(i686 x86_64)
 license=(GPL)
-url="http://projects.gnome.org/seahorse/";
 depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme 
gnome-keyring)
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala 
gnome-common git)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
 groups=(gnome-extra)
-_commit=4c671a7844b0aa9eea1bdbc67d1d7fa8e2451226  # master
+_commit=b31e32fe145a6599096cebf9fba93d86090c6d90  # master
 source=("git+https://git.gnome.org/browse/seahorse#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 20:11:01
  Author: heftig
Revision: 304718

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

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

+
 testing-i686/PKGBUILD  |   79 +++
 testing-i686/flatpak.install   |   11 +
 testing-x86_64/PKGBUILD|   79 +++
 testing-x86_64/flatpak.install |   11 +
 4 files changed, 180 insertions(+)

Copied: flatpak/repos/testing-i686/PKGBUILD (from rev 304717, 
flatpak/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-05 20:11:01 UTC (rev 304718)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
+ python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+replaces=('flatpak<0.9.10')
+_commit=52aab929fb4f261f2d7995190adfad167d76589a  # tags/0.9.10^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-gtk-doc \
+--with-system-bubblewrap \
+--with-priv-mode=setuid \
+--with-dbus-config-dir=/usr/share/dbus-1/system.d
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Xattr tests fail on tmpfs
+  make -k check || :
+}
+
+package() {
+  depends+=(xdg-desktop-portal)
+
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Copied: flatpak/repos/testing-i686/flatpak.install (from rev 304717, 
flatpak/trunk/flatpak.install)
===
--- testing-i686/flatpak.install(rev 0)
+++ testing-i686/flatpak.install2017-09-05 20:11:01 UTC (rev 304718)
@@ -0,0 +1,11 @@
+post_install() {
+  post_upgrade $1 0
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.6.1-3) < 0 )); then
+# Generate initial /var/lib/flatpak/repo; must be present
+# before non-root flatpak will try polkit auth
+flatpak remote-list
+  fi
+}

Copied: flatpak/repos/testing-x86_64/PKGBUILD (from rev 304717, 
flatpak/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-05 20:11:01 UTC (rev 304718)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
+ python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+replaces=('flatpak<0.9.10')
+_commit=52aab929fb4f261f2d7995190adfad167d76589a  # tags/0.9.10^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --loc

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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 20:10:24
  Author: heftig
Revision: 304717

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

Added:
  flatpak-builder/repos/testing-i686/
  flatpak-builder/repos/testing-i686/PKGBUILD
(from rev 304716, flatpak-builder/trunk/PKGBUILD)
  flatpak-builder/repos/testing-x86_64/
  flatpak-builder/repos/testing-x86_64/PKGBUILD
(from rev 304716, flatpak-builder/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   65 ++
 testing-x86_64/PKGBUILD |   65 ++
 2 files changed, 130 insertions(+)

Copied: flatpak-builder/repos/testing-i686/PKGBUILD (from rev 304716, 
flatpak-builder/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-05 20:10:24 UTC (rev 304717)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak-builder
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Tool to build flatpaks from source"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
+makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+checkdepends=(python2 valgrind)
+replaces=('flatpak<0.9.10')
+_commit=bf876b2e47cc88fb47d0ad33451465e04fff20b1  # tags/0.9.9
+source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--with-dwarf-header=/usr/include/libdwarf
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Xattr tests fail on tmpfs
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: flatpak-builder/repos/testing-x86_64/PKGBUILD (from rev 304716, 
flatpak-builder/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-05 20:10:24 UTC (rev 304717)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak-builder
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Tool to build flatpaks from source"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
+makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+checkdepends=(python2 valgrind)
+replaces=('flatpak<0.9.10')
+_commit=bf876b2e47cc88fb47d0ad33451465e04fff20b1  # tags/0.9.9
+source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--with-dwarf-header=/usr/include/libdwarf
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Xattr tests fail on tmpfs
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 20:09:27
  Author: heftig
Revision: 304716

0.9.9-1

Added:
  flatpak-builder/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-05 20:09:27 UTC (rev 304716)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak-builder
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Tool to build flatpaks from source"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
+makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+checkdepends=(python2 valgrind)
+replaces=('flatpak<0.9.10')
+_commit=bf876b2e47cc88fb47d0ad33451465e04fff20b1  # tags/0.9.9
+source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--with-dwarf-header=/usr/include/libdwarf
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Xattr tests fail on tmpfs
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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


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

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 20:09:15
  Author: heftig
Revision: 304715

0.9.10-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 20:03:32 UTC (rev 304714)
+++ PKGBUILD2017-09-05 20:09:15 UTC (rev 304715)
@@ -2,18 +2,19 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.9.8
+pkgver=0.9.10
 pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="http://flatpak.org";
 arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
- libseccomp libarchive libelf libcap python bubblewrap patch elfutils)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
- libdwarf)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
+ python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
 install=flatpak.install
-_commit=cc8c8e6e3073a87bb5f41d1040ad430a4d3a  # tags/0.9.8^0
+replaces=('flatpak<0.9.10')
+_commit=52aab929fb4f261f2d7995190adfad167d76589a  # tags/0.9.10^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
 "git+https://github.com/projectatomic/bubblewrap";
 "git+https://git.gnome.org/browse/libglnx";)
@@ -53,7 +54,6 @@
 --enable-gtk-doc \
 --with-system-bubblewrap \
 --with-priv-mode=setuid \
---with-dwarf-header=/usr/include/libdwarf \
 --with-dbus-config-dir=/usr/share/dbus-1/system.d
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


[arch-commits] Commit in sbt/repos/community-any (5 files)

2017-09-05 Thread Guillaume Alaux
Date: Tuesday, September 5, 2017 @ 20:08:21
  Author: guillaume
Revision: 255903

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/LICENSE
(from rev 255902, sbt/trunk/LICENSE)
  sbt/repos/community-any/PKGBUILD
(from rev 255902, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.install
(from rev 255902, sbt/trunk/sbt.install)
Deleted:
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.install

-+
 LICENSE |   25 
 PKGBUILD|   89 +-
 sbt.install |   16 +-
 3 files changed, 78 insertions(+), 52 deletions(-)

Copied: sbt/repos/community-any/LICENSE (from rev 255902, sbt/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-09-05 20:08:21 UTC (rev 255903)
@@ -0,0 +1,25 @@
+Copyright (c) 2008-2014 Typesafe Inc, Mark Harrah, Grzegorz Kossakowski, Josh 
Suereth, Indrajit Raychaudhuri, Eugene Yokota, and other contributors.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-05 20:07:23 UTC (rev 255902)
+++ PKGBUILD2017-09-05 20:08:21 UTC (rev 255903)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-pkgname=sbt
-epoch=1
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='The interactive build tool'
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless=8' 'sh')
-IFS='.' read -a _pkgver <<< "${pkgver}"
-_majorver=${_pkgver[0]}.x
-install=sbt.install
-source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
-
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_majorver}/LICENSE)
-validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha256sums=('9ae04f4972145f2ac56c4deb868c9a5bb8b8b85c5151885dff3b997712645c5a'
-'SKIP'
-'c822d385b1a73329846241799becf18690b5d44764c1bed69300b536a405030a')
-backup=(etc/${pkgname}/sbtopts)
-
-package() {
-  cd "${pkgname}"
-
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}
-  cp -r lib "${pkgdir}"/usr/share/${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  rm "${pkgdir}"/usr/share/${pkgname}/bin/*.bat
-  chmod -x "${pkgdir}"/usr/share/${pkgname}/bin/*
-  chmod +x "${pkgdir}"/usr/share/${pkgname}/bin/sbt
-  mkdir -p "${pkgdir}"/usr/bin
-  ln -s /usr/share/${pkgname}/bin/sbt "${pkgdir}"/usr/bin/sbt
-
-  mkdir -p "${pkgdir}/etc"
-  cp -r conf "${pkgdir}"/etc/${pkgname}
-  rm "${pkgdir}"/etc/${pkgname}/sbtconfig.txt
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -D "${srcdir}"/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 255902, sbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-05 20:08:21 UTC (rev 255903)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrea Scarpino 
+# Contributor: Leif Warner 
+
+pkgname=sbt
+epoch=1
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='The interactive build tool'
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless=8' 'sh')
+IFS='.' read -a _pkgver <<< "${pkgver}"
+_majorver=${_pkgver[0]}.x
+install=sbt.install
+
#https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
+so

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

2017-09-05 Thread Guillaume Alaux
Date: Tuesday, September 5, 2017 @ 20:07:23
  Author: guillaume
Revision: 255902

Upstream release 1.0.1

Modified:
  sbt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:57:16 UTC (rev 255901)
+++ PKGBUILD2017-09-05 20:07:23 UTC (rev 255902)
@@ -5,8 +5,8 @@
 
 pkgname=sbt
 epoch=1
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='The interactive build tool'
 arch=('any')
 url='http://www.scala-sbt.org/'
@@ -15,10 +15,11 @@
 IFS='.' read -a _pkgver <<< "${pkgver}"
 _majorver=${_pkgver[0]}.x
 install=sbt.install
-source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
+
#https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
+source=(https://cocl.us/sbt-1.0.1.tgz{,.asc}
 LICENSE)
 validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha256sums=('9ae04f4972145f2ac56c4deb868c9a5bb8b8b85c5151885dff3b997712645c5a'
+sha256sums=('5b68996a890b4a91efd9d13b9aca5e2b09f78c254c2907b3d548a9a7a73b0e5a'
 'SKIP'
 '70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
 backup=(etc/${pkgname}/sbtopts)


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

2017-09-05 Thread Evangelos Foutras
Date: Tuesday, September 5, 2017 @ 20:03:32
  Author: foutrelis
Revision: 304714

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 304713, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/fix-pam-prompt.patch
(from rev 304713, sudo/trunk/fix-pam-prompt.patch)
  sudo/repos/testing-i686/sudo.install
(from rev 304713, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 304713, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 304713, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/fix-pam-prompt.patch
(from rev 304713, sudo/trunk/fix-pam-prompt.patch)
  sudo/repos/testing-x86_64/sudo.install
(from rev 304713, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 304713, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   77 ++
 testing-i686/fix-pam-prompt.patch   |   66 +
 testing-i686/sudo.install   |9 +++
 testing-i686/sudo.pam   |4 +
 testing-x86_64/PKGBUILD |   77 ++
 testing-x86_64/fix-pam-prompt.patch |   66 +
 testing-x86_64/sudo.install |9 +++
 testing-x86_64/sudo.pam |4 +
 8 files changed, 312 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 304713, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-05 20:03:32 UTC (rev 304714)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.21p1
+pkgver=${_sudover/p/.p}
+pkgrel=2
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="https://www.sudo.ws/sudo/";
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'libgcrypt' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+fix-pam-prompt.patch
+sudo.pam)
+sha256sums=('ee50d3a249a96b1c5c8d3d21380eb96c63c6e61a888b13e3c2b941b23ab7c808'
+'SKIP'
+'fc9a37c533664ecfdc7715812e9a93f39891e6fc3d72c23858bee33ac27fcebe'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  # https://bugzilla.sudo.ws/show_bug.cgi?id=799
+  patch -Np1 -i ../fix-pam-prompt.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-gcrypt \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt="[sudo] password for %p: " \
+--with-all-insults
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make DESTDIR="$pkgdir" install
+
+  # Remove sudoers.dist; not needed since pacman manages updates to sudoers
+  rm "$pkgdir/etc/sudoers.dist"
+
+  # Remove /run/sudo directory; we create it using systemd-tmpfiles
+  rmdir "$pkgdir/run/sudo"
+  rmdir "$pkgdir/run"
+
+  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
+
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/fix-pam-prompt.patch (from rev 304713, 
sudo/trunk/fix-pam-prompt.patch)
===
--- testing-i686/fix-pam-prompt.patch   (rev 0)
+++ testing-i686/fix-pam-prompt.patch   2017-09-05 20:03:32 UTC (rev 304714)
@@ -0,0 +1,66 @@
+
+# HG changeset patch
+# User Todd C. Miller 
+# Date 1504625419 21600
+# Node ID 6ee5cc13af69f4248dfa1d89215e7c95fa90d051
+# Parent  7e6bf56cb06cfdc82f5b636ebe2851cfeda50f17
+Fix a logic error in 96651906de42 which prevented sudo from using
+the PAM-supplied prompt.  Bug #799
+
+diff -r 7e6bf56cb06c -r 6ee5cc13af69 plugins/sudoers/auth/pam.c
+--- a/plugins/sudoers/auth/pam.c   Fri Sep 01 14:09:43 2017 -0600
 b/plugins/sudoers/auth/pam.c   Tue Sep 05 09:30:19 2017 -0600
+@@ -435,28 +435,32 @@
+ size_t user_len;
+ debug_decl(use_pam_prompt, SUDOERS_DEBUG_AUTH)
+ 
+-if (!def_passprompt_override) {
+-  /* If sudo prompt matches "^Password: ?$", use PAM prompt. */
+-  if (PROMPT_IS_PASSWORD(def_prompt))
+-  debug_return_bool(true);
+-
+- 

[arch-commits] Commit in sudo/trunk (PKGBUILD fix-pam-prompt.patch)

2017-09-05 Thread Evangelos Foutras
Date: Tuesday, September 5, 2017 @ 20:03:13
  Author: foutrelis
Revision: 304713

upgpkg: sudo 1.8.21.p1-2

Fix a logic error which prevented sudo from using the PAM-supplied prompt 
(FS#55514).

Added:
  sudo/trunk/fix-pam-prompt.patch
Modified:
  sudo/trunk/PKGBUILD

--+
 PKGBUILD |7 -
 fix-pam-prompt.patch |   66 +
 2 files changed, 72 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:41:29 UTC (rev 304712)
+++ PKGBUILD2017-09-05 20:03:13 UTC (rev 304713)
@@ -6,7 +6,7 @@
 pkgname=sudo
 _sudover=1.8.21p1
 pkgver=${_sudover/p/.p}
-pkgrel=1
+pkgrel=2
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=('i686' 'x86_64')
 url="https://www.sudo.ws/sudo/";
@@ -16,14 +16,19 @@
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 install=$pkgname.install
 source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+fix-pam-prompt.patch
 sudo.pam)
 sha256sums=('ee50d3a249a96b1c5c8d3d21380eb96c63c6e61a888b13e3c2b941b23ab7c808'
 'SKIP'
+'fc9a37c533664ecfdc7715812e9a93f39891e6fc3d72c23858bee33ac27fcebe'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
 
 prepare() {
   cd "$srcdir/$pkgname-$_sudover"
+
+  # https://bugzilla.sudo.ws/show_bug.cgi?id=799
+  patch -Np1 -i ../fix-pam-prompt.patch
 }
 
 build() {

Added: fix-pam-prompt.patch
===
--- fix-pam-prompt.patch(rev 0)
+++ fix-pam-prompt.patch2017-09-05 20:03:13 UTC (rev 304713)
@@ -0,0 +1,66 @@
+
+# HG changeset patch
+# User Todd C. Miller 
+# Date 1504625419 21600
+# Node ID 6ee5cc13af69f4248dfa1d89215e7c95fa90d051
+# Parent  7e6bf56cb06cfdc82f5b636ebe2851cfeda50f17
+Fix a logic error in 96651906de42 which prevented sudo from using
+the PAM-supplied prompt.  Bug #799
+
+diff -r 7e6bf56cb06c -r 6ee5cc13af69 plugins/sudoers/auth/pam.c
+--- a/plugins/sudoers/auth/pam.c   Fri Sep 01 14:09:43 2017 -0600
 b/plugins/sudoers/auth/pam.c   Tue Sep 05 09:30:19 2017 -0600
+@@ -435,28 +435,32 @@
+ size_t user_len;
+ debug_decl(use_pam_prompt, SUDOERS_DEBUG_AUTH)
+ 
+-if (!def_passprompt_override) {
+-  /* If sudo prompt matches "^Password: ?$", use PAM prompt. */
+-  if (PROMPT_IS_PASSWORD(def_prompt))
+-  debug_return_bool(true);
+-
+-  /* If PAM prompt matches "^Password: ?$", use sudo prompt. */
+-  if (PAM_PROMPT_IS_PASSWORD(pam_prompt))
+-  debug_return_bool(false);
++/* Always use sudo prompt if passprompt_override is set. */
++if (def_passprompt_override)
++  debug_return_bool(false);
+ 
+-  /*
+-   * Some PAM modules use "^username's Password: ?$" instead of
+-   * "^Password: ?" so check for that too.
+-   */
+-  user_len = strlen(user_name);
+-  if (strncmp(pam_prompt, user_name, user_len) == 0) {
+-  const char *cp = pam_prompt + user_len;
+-  if (strncmp(cp, "'s Password:", 12) == 0 &&
+-  (cp[12] == '\0' || (cp[12] == ' ' && cp[13] == '\0')))
+-  debug_return_bool(false);
+-  }
++/* If sudo prompt matches "^Password: ?$", use PAM prompt. */
++if (PROMPT_IS_PASSWORD(def_prompt))
++  debug_return_bool(true);
++
++/* If PAM prompt matches "^Password: ?$", use sudo prompt. */
++if (PAM_PROMPT_IS_PASSWORD(pam_prompt))
++  debug_return_bool(false);
++
++/*
++ * Some PAM modules use "^username's Password: ?$" instead of
++ * "^Password: ?" so check for that too.
++ */
++user_len = strlen(user_name);
++if (strncmp(pam_prompt, user_name, user_len) == 0) {
++  const char *cp = pam_prompt + user_len;
++  if (strncmp(cp, "'s Password:", 12) == 0 &&
++  (cp[12] == '\0' || (cp[12] == ' ' && cp[13] == '\0')))
++  debug_return_bool(false);
+ }
+-debug_return_bool(false);
++
++/* Otherwise, use the PAM prompt. */
++debug_return_bool(true);
+ }
+ 
+ /*
+


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

2017-09-05 Thread Guillaume Alaux
Date: Tuesday, September 5, 2017 @ 19:57:16
  Author: guillaume
Revision: 255901

Fix LICENSE file FS#55502

Added:
  sbt/trunk/LICENSE
Modified:
  sbt/trunk/PKGBUILD

--+
 LICENSE  |   25 +
 PKGBUILD |4 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2017-09-05 19:57:16 UTC (rev 255901)
@@ -0,0 +1,25 @@
+Copyright (c) 2008-2014 Typesafe Inc, Mark Harrah, Grzegorz Kossakowski, Josh 
Suereth, Indrajit Raychaudhuri, Eugene Yokota, and other contributors.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:48:07 UTC (rev 255900)
+++ PKGBUILD2017-09-05 19:57:16 UTC (rev 255901)
@@ -16,11 +16,11 @@
 _majorver=${_pkgver[0]}.x
 install=sbt.install
 
source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
-
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_majorver}/LICENSE)
+LICENSE)
 validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
 sha256sums=('9ae04f4972145f2ac56c4deb868c9a5bb8b8b85c5151885dff3b997712645c5a'
 'SKIP'
-'c822d385b1a73329846241799becf18690b5d44764c1bed69300b536a405030a')
+'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
 backup=(etc/${pkgname}/sbtopts)
 
 package() {


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

2017-09-05 Thread Jaroslav Lichtblau
Date: Tuesday, September 5, 2017 @ 19:48:07
  Author: jlichtblau
Revision: 255900

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-05 19:47:44 UTC (rev 255899)
+++ community-i686/PKGBUILD 2017-09-05 19:48:07 UTC (rev 255900)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2016.06.02
-pkgrel=1
-pkgdesc="Console-based frontend for Pandora"
-arch=('i686' 'x86_64')
-url="https://6xq.net/pianobar/";
-license=('MIT')
-depends=('libao' 'ffmpeg' 'curl')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559')
-
-build() {
-  make -C ${pkgname}-${pkgver}
-}
-
-package() {
-  make -C ${pkgname}-${pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm755 $pkgname-$pkgver/contrib/headless_pianobar 
"$pkgdir/usr/bin/pianoctl"
-}

Copied: pianobar/repos/community-i686/PKGBUILD (from rev 255899, 
pianobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-05 19:48:07 UTC (rev 255900)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2017.08.30
+pkgrel=1
+pkgdesc="Console-based frontend for Pandora"
+arch=('i686' 'x86_64')
+url="https://6xq.net/pianobar/";
+license=('MIT')
+depends=('libao' 'ffmpeg' 'curl' 'json-c')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ec14db6cf1a7dbc1d8190b5ca0d256021e970587bcdaeb23904d4bca71a04674')
+
+build() {
+  make -C ${pkgname}-${pkgver}
+}
+
+package() {
+  make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm644 $pkgname-"${pkgver}"/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 $pkgname-"${pkgver}"/contrib/headless_pianobar 
"${pkgdir}"/usr/bin/pianoctl
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-05 19:47:44 UTC (rev 255899)
+++ community-x86_64/PKGBUILD   2017-09-05 19:48:07 UTC (rev 255900)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2016.06.02
-pkgrel=1
-pkgdesc="Console-based frontend for Pandora"
-arch=('i686' 'x86_64')
-url="https://6xq.net/pianobar/";
-license=('MIT')
-depends=('libao' 'ffmpeg' 'curl')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559')
-
-build() {
-  make -C ${pkgname}-${pkgver}
-}
-
-package() {
-  make -C ${pkgname}-${pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm755 $pkgname-$pkgver/contrib/headless_pianobar 
"$pkgdir/usr/bin/pianoctl"
-}

Copied: pianobar/repos/community-x86_64/PKGBUILD (from rev 255899, 
pianobar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-05 19:48:07 UTC (rev 255900)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2017.08.30
+pkgrel=1
+pkgdesc="Console-based frontend for Pandora"
+arch=('i686' 'x86_64')
+url="https://6xq.net/pianobar/";
+license=('MIT')
+depends=('libao' 'ffmpeg' 'curl' 'json-c')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ec14db6cf1a7dbc1d8190b5ca0d256021e970587bcdaeb23904d4bca71a04674')
+
+build() {
+  make -C ${pkgname}-${pkgver}
+}
+
+package() {
+  make 

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

2017-09-05 Thread Jaroslav Lichtblau
Date: Tuesday, September 5, 2017 @ 19:47:44
  Author: jlichtblau
Revision: 255899

upgpkg: pianobar 2017.08.30-1 - new upstream release

Modified:
  pianobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:36:16 UTC (rev 255898)
+++ PKGBUILD2017-09-05 19:47:44 UTC (rev 255899)
@@ -5,15 +5,15 @@
 # Contributor: Patrick Palka 
 
 pkgname=pianobar
-pkgver=2016.06.02
-pkgrel=2
+pkgver=2017.08.30
+pkgrel=1
 pkgdesc="Console-based frontend for Pandora"
 arch=('i686' 'x86_64')
 url="https://6xq.net/pianobar/";
 license=('MIT')
-depends=('libao' 'ffmpeg' 'curl')
+depends=('libao' 'ffmpeg' 'curl' 'json-c')
 source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559')
+sha256sums=('ec14db6cf1a7dbc1d8190b5ca0d256021e970587bcdaeb23904d4bca71a04674')
 
 build() {
   make -C ${pkgname}-${pkgver}
@@ -20,7 +20,7 @@
 }
 
 package() {
-  make -C ${pkgname}-${pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm755 $pkgname-$pkgver/contrib/headless_pianobar 
"$pkgdir/usr/bin/pianoctl"
+  make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm644 $pkgname-"${pkgver}"/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 $pkgname-"${pkgver}"/contrib/headless_pianobar 
"${pkgdir}"/usr/bin/pianoctl
 }


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

2017-09-05 Thread Guillaume Alaux
Date: Tuesday, September 5, 2017 @ 19:40:52
  Author: guillaume
Revision: 304711

Upstream release 8.0.46

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:38:05 UTC (rev 304710)
+++ PKGBUILD2017-09-05 19:40:52 UTC (rev 304711)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat8
-pkgver=8.0.45
+pkgver=8.0.46
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
@@ -23,7 +23,7 @@
 validpgpkeys=('DCFD35E0BF8CA7344752DE8B6FB21E8933C60243'  # Mark E D Thomas
   '713DA88BE50911535FE716F5208B0AB1D63011C7') # Violeta Georgieva 
Georgieva
 
-sha256sums=('1d951342ca873b903b77491e61a2d0c74878dcb01ea5a499f3052546cf004cfa'
+sha256sums=('f37e8bdc76c5b36e6b78fe3f40988c16b3f905739ad5bdb99102fcb35e4d8b93'
 'SKIP'
 '01ba022e06d6afa71f6f7d774e48c042c63eca9e06f0c95c92cf8d5a3828a8b2'
 '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'


[arch-commits] Commit in tomcat8/repos/extra-any (10 files)

2017-09-05 Thread Guillaume Alaux
Date: Tuesday, September 5, 2017 @ 19:41:29
  Author: guillaume
Revision: 304712

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 304711, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
(from rev 304711, tomcat8/trunk/systemd_sysusers.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 304711, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 304711, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 304711, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  162 +++---
 systemd_sysusers.d_tomcat8.conf |2 
 systemd_tmpfiles.d_tomcat8.conf |   10 +-
 systemd_tomcat8.service |   70 
 tomcat8.install |   32 +++
 5 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-05 19:40:52 UTC (rev 304711)
+++ PKGBUILD2017-09-05 19:41:29 UTC (rev 304712)
@@ -1,81 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat8
-pkgver=8.0.45
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(https://www.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
-systemd_${pkgname}.service
-systemd_sysusers.d_${pkgname}.conf
-systemd_tmpfiles.d_${pkgname}.conf)
-validpgpkeys=('DCFD35E0BF8CA7344752DE8B6FB21E8933C60243'  # Mark E D Thomas
-  '713DA88BE50911535FE716F5208B0AB1D63011C7') # Violeta Georgieva 
Georgieva
-
-sha256sums=('1d951342ca873b903b77491e61a2d0c74878dcb01ea5a499f3052546cf004cfa'
-'SKIP'
-'01ba022e06d6afa71f6f7d774e48c042c63eca9e06f0c95c92cf8d5a3828a8b2'
-'02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
-'0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  chmod 775 "${pkgdir}"/var/lib/${pkgname}/webapps
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.ser

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

2017-09-05 Thread Guillaume Alaux
Date: Tuesday, September 5, 2017 @ 19:38:05
  Author: guillaume
Revision: 304710

Fix source FS#55510

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:29:41 UTC (rev 304709)
+++ PKGBUILD2017-09-05 19:38:05 UTC (rev 304710)
@@ -16,7 +16,7 @@
 etc/${pkgname}/tomcat-users.xml
 etc/${pkgname}/web.xml)
 install=${pkgname}.install
-source=(https://www.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
+source=(https://archive.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
 systemd_${pkgname}.service
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)


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

2017-09-05 Thread Jaroslav Lichtblau
Date: Tuesday, September 5, 2017 @ 19:35:58
  Author: jlichtblau
Revision: 255897

upgpkg: josm 12712-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:34:39 UTC (rev 255896)
+++ PKGBUILD2017-09-05 19:35:58 UTC (rev 255897)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=12545
+pkgver=12712
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -16,7 +16,7 @@
 
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
 $pkgname.conf.d)
 noextract=($pkgname-tested.jar)
-sha256sums=('c49b82d1d8199e5585ba79c53f5b458f411a565cc7f4ed202c0b854098ac2720'
+sha256sums=('0ebfb35c07d0a0984cd7f05123719cd4ca710e9c79456bc62bf6ca3dbf27ff52'
 '9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2017-09-05 19:34:39 UTC (rev 255896)
+++ josm.changelog  2017-09-05 19:35:58 UTC (rev 255897)
@@ -1,3 +1,6 @@
+2017-09-05 Jaroslav Lichtblau 
+   * josm 12712-1
+
 2017-08-16 Jaroslav Lichtblau 
* josm 12545-1
 


[arch-commits] Commit in josm/repos/community-any (6 files)

2017-09-05 Thread Jaroslav Lichtblau
Date: Tuesday, September 5, 2017 @ 19:36:16
  Author: jlichtblau
Revision: 255898

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 255897, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 255897, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 255897, josm/trunk/josm.conf.d)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d

+
 PKGBUILD   |  104 +--
 josm.changelog |  495 +++
 josm.conf.d|8 
 3 files changed, 305 insertions(+), 302 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-05 19:35:58 UTC (rev 255897)
+++ PKGBUILD2017-09-05 19:36:16 UTC (rev 255898)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=12545
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/";
-license=('GPL')
-depends=('java-runtime>=8' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/$pkgname-tested.jar
-
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
-$pkgname.conf.d)
-noextract=($pkgname-tested.jar)
-sha256sums=('c49b82d1d8199e5585ba79c53f5b458f411a565cc7f4ed202c0b854098ac2720'
-'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-prepare() {
-  cd "${srcdir}"
-  bsdtar -xf $pkgname-tested.jar images/logo.png
-}
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 255897, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-05 19:36:16 UTC (rev 255898)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=12712
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/";
+license=('GPL')
+depends=('java-runtime>=8' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/$pkgname-tested.jar
+
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
+$pkgname.conf.d)
+noextract=($pkgname-tested.jar)
+sha256sums=('0ebfb35c07d0a0984cd7f05123719cd4ca710e9c79456bc62bf6ca3dbf27ff52'
+'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+prepare() {
+  cd "${srcdir}"
+  bsdtar -xf $pkgname-tested.jar images/logo.png
+}
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2017-09-05 19:35:58 UTC (rev 255897)
+++ josm.changelog  2017-09-05 19:36:16 UTC (re

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

2017-09-05 Thread Jaroslav Lichtblau
Date: Tuesday, September 5, 2017 @ 19:34:39
  Author: jlichtblau
Revision: 255896

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 255895, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-05 19:34:21 UTC (rev 255895)
+++ PKGBUILD2017-09-05 19:34:39 UTC (rev 255896)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.08.27.1
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('32d823b8aa1714c40e20f920e481be48d7458d657e66d118a0467a351d680aac'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 255895, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-05 19:34:39 UTC (rev 255896)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.09.02
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-09-05 Thread Jaroslav Lichtblau
Date: Tuesday, September 5, 2017 @ 19:34:21
  Author: jlichtblau
Revision: 255895

upgpkg: youtube-dl 2017.09.02-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:32:59 UTC (rev 255894)
+++ PKGBUILD2017-09-05 19:34:21 UTC (rev 255895)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.08.27.1
+pkgver=2017.09.02
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('32d823b8aa1714c40e20f920e481be48d7458d657e66d118a0467a351d680aac'
+sha256sums=('699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


[arch-commits] Commit in java-atk-wrapper/trunk (PKGBUILD)

2017-09-05 Thread Guillaume Alaux
Date: Tuesday, September 5, 2017 @ 19:32:59
  Author: guillaume
Revision: 255894

Fixing source

Modified:
  java-atk-wrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:17:21 UTC (rev 255893)
+++ PKGBUILD2017-09-05 19:32:59 UTC (rev 255894)
@@ -16,7 +16,7 @@
 _pkgbase=$(echo $pkgbase | awk '{print toupper($0)}' | tr '-' '_')
 _pkgver=$(echo $pkgver | tr '.' '_')
 _altnamever="${_pkgbase}_${_pkgver}"
-source=(https://git.gnome.org/browse/$pkgname/snapshot/$_altnamever.tar.xz
+source=(https://git.gnome.org/browse/$pkgbase/snapshot/$_altnamever.tar.xz
 no-werror.patch)
 sha256sums=('11d4a1c5491b2ba5a24b710d695c3c5fea5047d06eee07171f23ac5707fef4c5'
 'ee22d01cc6282e005cef89456208193d0c9b329a65fc5e1c38304ebb22b95842')


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

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 19:29:41
  Author: arojas
Revision: 304709

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

Added:
  libtommath/repos/extra-i686/PKGBUILD
(from rev 304708, libtommath/trunk/PKGBUILD)
  libtommath/repos/extra-x86_64/PKGBUILD
(from rev 304708, libtommath/trunk/PKGBUILD)
Deleted:
  libtommath/repos/extra-i686/PKGBUILD
  libtommath/repos/extra-i686/libtommath-0.42.0-makefile.patch
  libtommath/repos/extra-x86_64/PKGBUILD
  libtommath/repos/extra-x86_64/libtommath-0.42.0-makefile.patch

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   30 
 extra-i686/libtommath-0.42.0-makefile.patch   |   47 ---
 extra-x86_64/PKGBUILD |   30 
 extra-x86_64/libtommath-0.42.0-makefile.patch |   47 ---
 5 files changed, 58 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-05 19:29:00 UTC (rev 304708)
+++ extra-i686/PKGBUILD 2017-09-05 19:29:41 UTC (rev 304709)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: suasageandeggs 
-# Contributor: Michael Fellinger 
-
-pkgname=libtommath
-pkgver=1.0
-pkgrel=2
-pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
-url="http://www.libtom.org/";
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=(staticlibs)
-source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz";)
-md5sums=('a95dc984d8409a6f355efb0831009a66')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -f makefile.shared IGNORE_SPEED=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -f makefile.shared DESTDIR=$pkgdir INSTALL_GROUP=root install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  chmod 644 ${pkgdir}/usr/lib/libtommath.a
-}

Copied: libtommath/repos/extra-i686/PKGBUILD (from rev 304708, 
libtommath/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-05 19:29:41 UTC (rev 304709)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: suasageandeggs 
+# Contributor: Michael Fellinger 
+
+pkgname=libtommath
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
+url="http://www.libtom.org/";
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=(staticlibs)
+source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz";)
+md5sums=('72f4dd9dcde8338e5e3507f7bbea7582')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make -f makefile.shared IGNORE_SPEED=1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make -f makefile.shared PREFIX=/usr DESTDIR=$pkgdir INSTALL_GROUP=root 
install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/libtommath-0.42.0-makefile.patch
===
--- extra-i686/libtommath-0.42.0-makefile.patch 2017-09-05 19:29:00 UTC (rev 
304708)
+++ extra-i686/libtommath-0.42.0-makefile.patch 2017-09-05 19:29:41 UTC (rev 
304709)
@@ -1,47 +0,0 @@
 a/makefile.shared  2010-07-23 22:27:20.0 +0800
-+++ b/makefile.shared  2014-08-11 20:25:06.482017927 +0800
-@@ -1,9 +1,9 @@
- #Makefile for GCC
- #
- #Tom St Denis
--VERSION=0:41
-+VERSION=0:42
- 
--CC = libtool --mode=compile --tag=CC gcc
-+LTCOMPILE = libtool --mode=compile --tag=CC $(CC)
- 
- CFLAGS  +=  -I./ -Wall -W -Wshadow -Wsign-compare
- 
-@@ -82,21 +82,24 @@
- 
- objs: $(OBJECTS)
- 
-+.c.o:
-+  $(LTCOMPILE) $(CFLAGS) $(LDFLAGS) -o $@ -c $<
-+
- $(LIBNAME):  $(OBJECTS)
--  libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) 
-version-info $(VERSION)
-+  libtool --mode=link --tag=CC $(CC) $(LDFLAGS) *.lo -o $(LIBNAME) -rpath 
$(LIBPATH) -version-info $(VERSION)
- 
- install: $(LIBNAME)
--  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
-+  install -d $(DESTDIR)$(LIBPATH)
-   libtool --mode=install install -c $(LIBNAME) 
$(DESTDIR)$(LIBPATH)/$(LIBNAME)
--  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
--  install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
-+  install -d $(DESTDIR)$(INCPATH)
-+  install -m 644 $(HEADERS) $(DESTDIR)$(INCPATH)
- 
- test: $(LIBNAME) demo/demo.o
--  gcc $(CFLAGS) -c demo/demo.c -o demo/demo.o
--  libtool --mode=link gcc -o test demo/demo.o $(LIBNAME_S)
-+  $(CC) $(CFLAGS) -c demo/demo.c -o demo/demo.o
-+  libtool --mode=link $(CC) $(LDFLAGS) -o test demo/demo.o $(LIBNAME_S)
-   
- mtest: test   
--  cd mtest ; gcc $(CFLAGS) mtest.c -o mtest
-+  

[arch-commits] Commit in libtommath/trunk (PKGBUILD libtommath-0.42.0-makefile.patch)

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 19:29:00
  Author: arojas
Revision: 304708

Update to 1.0.1

Modified:
  libtommath/trunk/PKGBUILD
Deleted:
  libtommath/trunk/libtommath-0.42.0-makefile.patch

--+
 PKGBUILD |   13 --
 libtommath-0.42.0-makefile.patch |   47 -
 2 files changed, 6 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 19:16:54 UTC (rev 304707)
+++ PKGBUILD2017-09-05 19:29:00 UTC (rev 304708)
@@ -4,8 +4,8 @@
 # Contributor: Michael Fellinger 
 
 pkgname=libtommath
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
 url="http://www.libtom.org/";
 license=('custom')
@@ -13,18 +13,17 @@
 depends=('glibc')
 options=(staticlibs)
 
source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz";)
-md5sums=('a95dc984d8409a6f355efb0831009a66')
+md5sums=('72f4dd9dcde8338e5e3507f7bbea7582')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make -f makefile.shared IGNORE_SPEED=1
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  make -f makefile.shared DESTDIR=$pkgdir INSTALL_GROUP=root install
+  make -f makefile.shared PREFIX=/usr DESTDIR=$pkgdir INSTALL_GROUP=root 
install
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  chmod 644 ${pkgdir}/usr/lib/libtommath.a
 }

Deleted: libtommath-0.42.0-makefile.patch
===
--- libtommath-0.42.0-makefile.patch2017-09-05 19:16:54 UTC (rev 304707)
+++ libtommath-0.42.0-makefile.patch2017-09-05 19:29:00 UTC (rev 304708)
@@ -1,47 +0,0 @@
 a/makefile.shared  2010-07-23 22:27:20.0 +0800
-+++ b/makefile.shared  2014-08-11 20:25:06.482017927 +0800
-@@ -1,9 +1,9 @@
- #Makefile for GCC
- #
- #Tom St Denis
--VERSION=0:41
-+VERSION=0:42
- 
--CC = libtool --mode=compile --tag=CC gcc
-+LTCOMPILE = libtool --mode=compile --tag=CC $(CC)
- 
- CFLAGS  +=  -I./ -Wall -W -Wshadow -Wsign-compare
- 
-@@ -82,21 +82,24 @@
- 
- objs: $(OBJECTS)
- 
-+.c.o:
-+  $(LTCOMPILE) $(CFLAGS) $(LDFLAGS) -o $@ -c $<
-+
- $(LIBNAME):  $(OBJECTS)
--  libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) 
-version-info $(VERSION)
-+  libtool --mode=link --tag=CC $(CC) $(LDFLAGS) *.lo -o $(LIBNAME) -rpath 
$(LIBPATH) -version-info $(VERSION)
- 
- install: $(LIBNAME)
--  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
-+  install -d $(DESTDIR)$(LIBPATH)
-   libtool --mode=install install -c $(LIBNAME) 
$(DESTDIR)$(LIBPATH)/$(LIBNAME)
--  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
--  install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
-+  install -d $(DESTDIR)$(INCPATH)
-+  install -m 644 $(HEADERS) $(DESTDIR)$(INCPATH)
- 
- test: $(LIBNAME) demo/demo.o
--  gcc $(CFLAGS) -c demo/demo.c -o demo/demo.o
--  libtool --mode=link gcc -o test demo/demo.o $(LIBNAME_S)
-+  $(CC) $(CFLAGS) -c demo/demo.c -o demo/demo.o
-+  libtool --mode=link $(CC) $(LDFLAGS) -o test demo/demo.o $(LIBNAME_S)
-   
- mtest: test   
--  cd mtest ; gcc $(CFLAGS) mtest.c -o mtest
-+  cd mtest ; $(CC) $(CFLAGS) $(LDFLAGS) mtest.c -o mtest
- 
- timing: $(LIBNAME)
--  gcc $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME_S) -o ltmtest
-+  libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -DTIMER demo/timing.c 
$(LIBNAME_S) -o ltmtest


[arch-commits] Commit in (libtommath)

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 19:17:21
  Author: arojas
Revision: 255893

community2extra: Moving libtommath from community to extra

Deleted:
  libtommath/


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

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 19:16:54
  Author: arojas
Revision: 304707

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

Added:
  libtommath/repos/extra-i686/
  libtommath/repos/extra-i686/PKGBUILD
(from rev 304706, libtommath/trunk/PKGBUILD)
  libtommath/repos/extra-i686/libtommath-0.42.0-makefile.patch
(from rev 304706, libtommath/trunk/libtommath-0.42.0-makefile.patch)
  libtommath/repos/extra-x86_64/
  libtommath/repos/extra-x86_64/PKGBUILD
(from rev 304706, libtommath/trunk/PKGBUILD)
  libtommath/repos/extra-x86_64/libtommath-0.42.0-makefile.patch
(from rev 304706, libtommath/trunk/libtommath-0.42.0-makefile.patch)

---+
 extra-i686/PKGBUILD   |   30 +++
 extra-i686/libtommath-0.42.0-makefile.patch   |   47 
 extra-x86_64/PKGBUILD |   30 +++
 extra-x86_64/libtommath-0.42.0-makefile.patch |   47 
 4 files changed, 154 insertions(+)

Copied: libtommath/repos/extra-i686/PKGBUILD (from rev 304706, 
libtommath/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-05 19:16:54 UTC (rev 304707)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: suasageandeggs 
+# Contributor: Michael Fellinger 
+
+pkgname=libtommath
+pkgver=1.0
+pkgrel=2
+pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
+url="http://www.libtom.org/";
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=(staticlibs)
+source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz";)
+md5sums=('a95dc984d8409a6f355efb0831009a66')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -f makefile.shared IGNORE_SPEED=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -f makefile.shared DESTDIR=$pkgdir INSTALL_GROUP=root install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  chmod 644 ${pkgdir}/usr/lib/libtommath.a
+}

Copied: libtommath/repos/extra-i686/libtommath-0.42.0-makefile.patch (from rev 
304706, libtommath/trunk/libtommath-0.42.0-makefile.patch)
===
--- extra-i686/libtommath-0.42.0-makefile.patch (rev 0)
+++ extra-i686/libtommath-0.42.0-makefile.patch 2017-09-05 19:16:54 UTC (rev 
304707)
@@ -0,0 +1,47 @@
+--- a/makefile.shared  2010-07-23 22:27:20.0 +0800
 b/makefile.shared  2014-08-11 20:25:06.482017927 +0800
+@@ -1,9 +1,9 @@
+ #Makefile for GCC
+ #
+ #Tom St Denis
+-VERSION=0:41
++VERSION=0:42
+ 
+-CC = libtool --mode=compile --tag=CC gcc
++LTCOMPILE = libtool --mode=compile --tag=CC $(CC)
+ 
+ CFLAGS  +=  -I./ -Wall -W -Wshadow -Wsign-compare
+ 
+@@ -82,21 +82,24 @@
+ 
+ objs: $(OBJECTS)
+ 
++.c.o:
++  $(LTCOMPILE) $(CFLAGS) $(LDFLAGS) -o $@ -c $<
++
+ $(LIBNAME):  $(OBJECTS)
+-  libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) 
-version-info $(VERSION)
++  libtool --mode=link --tag=CC $(CC) $(LDFLAGS) *.lo -o $(LIBNAME) -rpath 
$(LIBPATH) -version-info $(VERSION)
+ 
+ install: $(LIBNAME)
+-  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
++  install -d $(DESTDIR)$(LIBPATH)
+   libtool --mode=install install -c $(LIBNAME) 
$(DESTDIR)$(LIBPATH)/$(LIBNAME)
+-  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
+-  install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
++  install -d $(DESTDIR)$(INCPATH)
++  install -m 644 $(HEADERS) $(DESTDIR)$(INCPATH)
+ 
+ test: $(LIBNAME) demo/demo.o
+-  gcc $(CFLAGS) -c demo/demo.c -o demo/demo.o
+-  libtool --mode=link gcc -o test demo/demo.o $(LIBNAME_S)
++  $(CC) $(CFLAGS) -c demo/demo.c -o demo/demo.o
++  libtool --mode=link $(CC) $(LDFLAGS) -o test demo/demo.o $(LIBNAME_S)
+   
+ mtest: test   
+-  cd mtest ; gcc $(CFLAGS) mtest.c -o mtest
++  cd mtest ; $(CC) $(CFLAGS) $(LDFLAGS) mtest.c -o mtest
+ 
+ timing: $(LIBNAME)
+-  gcc $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME_S) -o ltmtest
++  libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -DTIMER demo/timing.c 
$(LIBNAME_S) -o ltmtest

Copied: libtommath/repos/extra-x86_64/PKGBUILD (from rev 304706, 
libtommath/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-05 19:16:54 UTC (rev 304707)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: suasageandeggs 
+# Contributor: Michael Fellinger 
+
+pkgname=libtommath
+pkgver=1.0
+pkgrel=2
+pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
+url="http://www.libtom.org/";
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gl

[arch-commits] Commit in (5 files)

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 19:16:43
  Author: arojas
Revision: 304706

community2extra: Moving libtommath from community to extra

Added:
  libtommath/
  libtommath/repos/
  libtommath/trunk/
  libtommath/trunk/PKGBUILD
  libtommath/trunk/libtommath-0.42.0-makefile.patch

--+
 PKGBUILD |   30 +++
 libtommath-0.42.0-makefile.patch |   47 +
 2 files changed, 77 insertions(+)

Added: libtommath/trunk/PKGBUILD
===
--- libtommath/trunk/PKGBUILD   (rev 0)
+++ libtommath/trunk/PKGBUILD   2017-09-05 19:16:43 UTC (rev 304706)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: suasageandeggs 
+# Contributor: Michael Fellinger 
+
+pkgname=libtommath
+pkgver=1.0
+pkgrel=2
+pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
+url="http://www.libtom.org/";
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=(staticlibs)
+source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz";)
+md5sums=('a95dc984d8409a6f355efb0831009a66')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -f makefile.shared IGNORE_SPEED=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -f makefile.shared DESTDIR=$pkgdir INSTALL_GROUP=root install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  chmod 644 ${pkgdir}/usr/lib/libtommath.a
+}


Property changes on: libtommath/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libtommath/trunk/libtommath-0.42.0-makefile.patch
===
--- libtommath/trunk/libtommath-0.42.0-makefile.patch   
(rev 0)
+++ libtommath/trunk/libtommath-0.42.0-makefile.patch   2017-09-05 19:16:43 UTC 
(rev 304706)
@@ -0,0 +1,47 @@
+--- a/makefile.shared  2010-07-23 22:27:20.0 +0800
 b/makefile.shared  2014-08-11 20:25:06.482017927 +0800
+@@ -1,9 +1,9 @@
+ #Makefile for GCC
+ #
+ #Tom St Denis
+-VERSION=0:41
++VERSION=0:42
+ 
+-CC = libtool --mode=compile --tag=CC gcc
++LTCOMPILE = libtool --mode=compile --tag=CC $(CC)
+ 
+ CFLAGS  +=  -I./ -Wall -W -Wshadow -Wsign-compare
+ 
+@@ -82,21 +82,24 @@
+ 
+ objs: $(OBJECTS)
+ 
++.c.o:
++  $(LTCOMPILE) $(CFLAGS) $(LDFLAGS) -o $@ -c $<
++
+ $(LIBNAME):  $(OBJECTS)
+-  libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) 
-version-info $(VERSION)
++  libtool --mode=link --tag=CC $(CC) $(LDFLAGS) *.lo -o $(LIBNAME) -rpath 
$(LIBPATH) -version-info $(VERSION)
+ 
+ install: $(LIBNAME)
+-  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
++  install -d $(DESTDIR)$(LIBPATH)
+   libtool --mode=install install -c $(LIBNAME) 
$(DESTDIR)$(LIBPATH)/$(LIBNAME)
+-  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
+-  install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
++  install -d $(DESTDIR)$(INCPATH)
++  install -m 644 $(HEADERS) $(DESTDIR)$(INCPATH)
+ 
+ test: $(LIBNAME) demo/demo.o
+-  gcc $(CFLAGS) -c demo/demo.c -o demo/demo.o
+-  libtool --mode=link gcc -o test demo/demo.o $(LIBNAME_S)
++  $(CC) $(CFLAGS) -c demo/demo.c -o demo/demo.o
++  libtool --mode=link $(CC) $(LDFLAGS) -o test demo/demo.o $(LIBNAME_S)
+   
+ mtest: test   
+-  cd mtest ; gcc $(CFLAGS) mtest.c -o mtest
++  cd mtest ; $(CC) $(CFLAGS) $(LDFLAGS) mtest.c -o mtest
+ 
+ timing: $(LIBNAME)
+-  gcc $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME_S) -o ltmtest
++  libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -DTIMER demo/timing.c 
$(LIBNAME_S) -o ltmtest


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

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 19:06:57
  Author: arojas
Revision: 304705

info pages are now maintained in the separate gnuplot-mode project, see 
https://sourceforge.net/p/gnuplot/bugs/1963/

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:06:48 UTC (rev 304704)
+++ PKGBUILD2017-09-05 19:06:57 UTC (rev 304705)
@@ -40,12 +40,11 @@
   --with-bitmap-terminals \
   --with-wx-single-threaded
   make pkglibexecdir=/usr/bin
-#  make info https://sourceforge.net/p/gnuplot/bugs/1963/
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install # install-info
+  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install
 
   install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
 


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

2017-09-05 Thread Sven-Hendrik Haase
Date: Tuesday, September 5, 2017 @ 18:41:03
  Author: svenstaro
Revision: 255890

We don't need setuptools in just makedeps anymore

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:40:34 UTC (rev 255889)
+++ PKGBUILD2017-09-05 18:41:03 UTC (rev 255890)
@@ -10,7 +10,7 @@
 license=('APACHE')
 depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
  'python-html5lib' 'python-protobuf' 'python-tensorflow' 
'python-setuptools')
-makedepends=('bazel' 'python-setuptools')
+makedepends=('bazel')
 source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";)
 
sha512sums=('1d2f0a7f83160fd3ccc5b8ae78caf8f29ca0749a935e261f402f9d71c6e10cab87183a55145d16f10afd0d1ed353d5d1fed13063a92e33605f879344ff6c1706')
 


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:40:34
  Author: felixonmars
Revision: 255889

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

Added:
  tamarin-prover/repos/community-staging-i686/
  tamarin-prover/repos/community-staging-i686/PKGBUILD
(from rev 255887, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 255888, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-i686/PKGBUILD (from rev 255887, 
tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-05 18:40:34 UTC (rev 255889)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=11
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io";
+license=("GPL")
+arch=('i686' '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";)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+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/PKGBUILD (from rev 
255888, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-05 18:40:34 UTC (rev 255889)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=11
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io";
+license=("GPL")
+arch=('i686' '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";)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+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() {
+   

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

2017-09-05 Thread Sven-Hendrik Haase
Date: Tuesday, September 5, 2017 @ 18:40:15
  Author: svenstaro
Revision: 255888

archrelease: copy trunk to community-x86_64

Added:
  tensorboard/repos/community-x86_64/PKGBUILD
(from rev 255887, tensorboard/trunk/PKGBUILD)
Deleted:
  tensorboard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-05 18:40:04 UTC (rev 255887)
+++ PKGBUILD2017-09-05 18:40:15 UTC (rev 255888)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 244979 2017-07-13 15:39:06Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=tensorboard
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-html5lib' 'python-protobuf' 
'python-tensorflow')
-makedepends=('bazel' 'python-setuptools')
-source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";)
-sha512sums=('1d2f0a7f83160fd3ccc5b8ae78caf8f29ca0749a935e261f402f9d71c6e10cab87183a55145d16f10afd0d1ed353d5d1fed13063a92e33605f879344ff6c1706')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  bazel build tensorboard:tensorboard
-  bazel build //tensorboard/pip_package:build_pip_package
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp tensorboard/pip_package/MANIFEST.in pypackage
-  cp README.md pypackage
-  cp tensorboard/pip_package/setup.py pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
-
-  # This is ugly: We need to patch it to use current bleach and html5lib
-  # because old ones are not even compatible with Python 3.6 and we don't have
-  # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
-  sed -i 's/html5lib==.*/html5lib/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-x86_64/PKGBUILD (from rev 255887, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-05 18:40:15 UTC (rev 255888)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 244979 2017-07-13 15:39:06Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=0.1.5
+pkgrel=2
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
+ 'python-html5lib' 'python-protobuf' 'python-tensorflow' 
'python-setuptools')
+makedepends=('bazel' 'python-setuptools')
+source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";)
+sha512sums=('1d2f0a7f83160fd3ccc5b8ae78caf8f29ca0749a935e261f402f9d71c6e10cab87183a55145d16f10afd0d1ed353d5d1fed13063a92e33605f879344ff6c1706')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  bazel build tensorboard:tensorboard
+  bazel build //tensorboard/pip_package:build_pip_package
+
+  mkdir pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
+  cp tensorboard/pip_package/MANIFEST.in pypackage
+  cp README.md pypackage
+  cp tensorboard/pip_package/setup.py pypackage
+  cd pypackage
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd pypackage
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
+
+  # This is ugly: We need to patch it to use current bleach and html5lib
+  # because old ones are not even compatible with Python 3.6 and we don't have
+  # those in Arch of course.
+  sed -i 's/bleach==.*/bleach/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
+  sed -i 's/html5lib==.*/html5lib/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-05 Thread Sven-Hendrik Haase
Date: Tuesday, September 5, 2017 @ 18:40:04
  Author: svenstaro
Revision: 255887

upgpkg: tensorboard 0.1.5-2

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:39:52 UTC (rev 255886)
+++ PKGBUILD2017-09-05 18:40:04 UTC (rev 255887)
@@ -3,12 +3,13 @@
 
 pkgname=tensorboard
 pkgver=0.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')
 license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-html5lib' 'python-protobuf' 
'python-tensorflow')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
+ 'python-html5lib' 'python-protobuf' 'python-tensorflow' 
'python-setuptools')
 makedepends=('bazel' 'python-setuptools')
 source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";)
 
sha512sums=('1d2f0a7f83160fd3ccc5b8ae78caf8f29ca0749a935e261f402f9d71c6e10cab87183a55145d16f10afd0d1ed353d5d1fed13063a92e33605f879344ff6c1706')


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:39:52
  Author: felixonmars
Revision: 255886

upgpkg: tamarin-prover 1.2.2-11

rebuild with memory,0.14.7

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:36:09 UTC (rev 255885)
+++ PKGBUILD2017-09-05 18:39:52 UTC (rev 255886)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=10
+pkgrel=11
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io";
 license=("GPL")


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:36:09
  Author: felixonmars
Revision: 255885

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

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

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

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 255884, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-05 18:36:09 UTC (rev 255885)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' '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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('39517998fbbf73c931a056f4e9e2a134e022516bebd9ecb012ae1a32f94d5b46ecfd71cf70e73ef612fa4ca46e6be78fd132e84405fc9abd0e98238d73d0aadf')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+runhaskell Setup build
+runhaskell Setup 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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 255884, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-05 18:36:09 UTC (rev 255885)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' '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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('39517998fbbf73c931a056f4e9e2a134e022516bebd9ecb012ae1a32f94d5b46ecfd71cf70e73ef612fa4ca46e6be78fd132e84405fc9abd0e98238d73d0aadf')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/

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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:35:31
  Author: felixonmars
Revision: 255884

upgpkg: hledger-web 1.3.1-3

rebuild with memory,0.14.7

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:32:00 UTC (rev 255883)
+++ PKGBUILD2017-09-05 18:35:31 UTC (rev 255884)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:32:00
  Author: felixonmars
Revision: 255883

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 255882, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-05 18:32:00 UTC (rev 255883)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170818
+pkgrel=8
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc-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-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath" '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 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 255882, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-05 18:32:00 UTC (rev 255883)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170818
+pkgrel=8
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc-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-no

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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:31:20
  Author: felixonmars
Revision: 255882

upgpkg: git-annex 6.20170818-8

rebuild with memory,0.14.7

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:19:00 UTC (rev 255881)
+++ PKGBUILD2017-09-05 18:31:20 UTC (rev 255882)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170818
-pkgrel=7
+pkgrel=8
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:19:00
  Author: felixonmars
Revision: 255881

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

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

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
255880, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-05 18:19:00 UTC (rev 255881)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=15
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' '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 \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
255880, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-05 18:19:00 UTC (rev 255881)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=15
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' '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 Se

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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:18:18
  Author: felixonmars
Revision: 255880

upgpkg: haskell-yesod-static 1.5.3.1-15

rebuild with memory,0.14.7

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:15:36 UTC (rev 255879)
+++ PKGBUILD2017-09-05 18:18:18 UTC (rev 255880)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:15:36
  Author: felixonmars
Revision: 255879

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
255878, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-05 18:15:36 UTC (rev 255879)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.18
+pkgrel=3
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' '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=('b04398dfa76581d90f4f3970873d1f1a89eae15ca22f9d76933b2de76ea008913a0993434af4243d920ed9c620f173b9c2befeeb33194ee8ab9e7aed6802c3af')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup 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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
255878, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-05 18:15:36 UTC (rev 255879)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.18
+pkgrel=3
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' '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"
+ "has

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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:14:56
  Author: felixonmars
Revision: 255878

upgpkg: haskell-yesod-auth 1.4.18-3

rebuild with memory,0.14.7

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:11:53 UTC (rev 255877)
+++ PKGBUILD2017-09-05 18:14:56 UTC (rev 255878)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.18
-pkgrel=2
+pkgrel=3
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:11:53
  Author: felixonmars
Revision: 255877

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

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

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 255876, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-05 18:11:53 UTC (rev 255877)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.13
+pkgrel=15
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('9b5925b39b19000f312a700bf46a157efd028d2f2748ac03efe1b703659a40535dd7259dfa212d534e20358c00143df59b8e6198bfa064847559bec0c64d41b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup regi

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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:10:55
  Author: felixonmars
Revision: 255876

upgpkg: hoogle 5.0.13-15

rebuild with memory,0.14.7

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 18:07:39 UTC (rev 255875)
+++ PKGBUILD2017-09-05 18:10:55 UTC (rev 255876)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.13
-pkgrel=14
+pkgrel=15
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 18:07:39
  Author: felixonmars
Revision: 255875

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

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

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
255874, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-05 18:07:39 UTC (rev 255875)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.4
+pkgrel=18
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('3cf7b549f39bc314a9a648f9e0b43e5d47a6b08fd56189af4f1d8dbcd9092dc411bc5a3cc429c0fb79738f3e84ec096ad0a8ac83bd8d14ecf90d505f17391642')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
255874, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-05 18:07:39 UTC (rev 255875)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.4
+pkgrel=18
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('3cf7b549f39bc314a9a648f9e0b43e5d47a6b08fd56189af4f1d8dbcd9092dc411bc5a3cc429c0fb79738f3e84ec096ad0a8ac83bd8d14ecf90d505f17391642')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"

  1   2   3   4   >