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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:16:51
  Author: felixonmars
Revision: 416943

upgpkg: haskell-yesod-default 1.2.0-443

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:15:59 UTC (rev 416942)
+++ PKGBUILD2018-12-20 12:16:51 UTC (rev 416943)
@@ -4,7 +4,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=442
+pkgrel=443
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:15:59
  Author: felixonmars
Revision: 416942

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:15:42
  Author: felixonmars
Revision: 416941

upgpkg: haskell-yesod-core 1.6.9-11

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:14:37 UTC (rev 416940)
+++ PKGBUILD2018-12-20 12:15:42 UTC (rev 416941)
@@ -4,7 +4,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.6.9
-pkgrel=10
+pkgrel=11
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:14:17
  Author: felixonmars
Revision: 416939

upgpkg: haskell-servant-server 0.14.1-9

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:12:50 UTC (rev 416938)
+++ PKGBUILD2018-12-20 12:14:17 UTC (rev 416939)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.14.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/;
 license=("BSD")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:14:37
  Author: felixonmars
Revision: 416940

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 416939, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:14:37 UTC (rev 416940)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.14.1
+pkgrel=9
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 
'haskell-base64-bytestring'
+ 'haskell-exceptions' 'haskell-http-api-data' 'haskell-http-media' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 
'haskell-servant'
+ 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-transformers-compat' 
'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-safe' 'haskell-wai-extra'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6a22b6c60ff79363df740f48fed89f2bed264b207051dbe83a5f347b67359519c98df7769eceb03363c9ca354e858ff51b7b3c2026d173e311d756a0fe68344a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *4.12/<5/' -e 's/< *0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:12:50
  Author: felixonmars
Revision: 416938

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hjsonschema/repos/community-staging-x86_64/PKGBUILD (from rev 
416937, haskell-hjsonschema/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:12:50 UTC (rev 416938)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsonschema
+pkgname=haskell-hjsonschema
+pkgver=1.9.0
+pkgrel=134
+pkgdesc="JSON Schema library"
+url="https://github.com/seagreen/hjsonschema;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsonpointer'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-pcre-heavy'
+ 'haskell-profunctors' 'haskell-protolude' 'haskell-quickcheck' 
'haskell-safe-exceptions'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-app-static' 'haskell-warp')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c71f4f23453abbb7e5c3b8a04e9fd2bea560e03ccf590fbad3739f609fe0e4e5292acfe94204b2d52d30f8fda8cc1c94edac41d5095f6be1c4cf8c05ec08e273')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "json-schema.org is NXDOMAIN as of 
2018-06-03"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/MIT-LICENSE.txt"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:12:32
  Author: felixonmars
Revision: 416937

upgpkg: haskell-hjsonschema 1.9.0-134

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-hjsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:11:08 UTC (rev 416936)
+++ PKGBUILD2018-12-20 12:12:32 UTC (rev 416937)
@@ -4,7 +4,7 @@
 _hkgname=hjsonschema
 pkgname=haskell-hjsonschema
 pkgver=1.9.0
-pkgrel=133
+pkgrel=134
 pkgdesc="JSON Schema library"
 url="https://github.com/seagreen/hjsonschema;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:10:50
  Author: felixonmars
Revision: 416935

upgpkg: haskell-hakyll 4.12.4.0-92

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:09:10 UTC (rev 416934)
+++ PKGBUILD2018-12-20 12:10:50 UTC (rev 416935)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=91
+pkgrel=92
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:11:08
  Author: felixonmars
Revision: 416936

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
416935, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:11:08 UTC (rev 416936)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.4.0
+pkgrel=92
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' -e 's/< 
0.15/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:09:10
  Author: felixonmars
Revision: 416934

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:08:52
  Author: felixonmars
Revision: 416933

upgpkg: haskell-wai-app-static 3.1.6.2-146

rebuild with fast-logger 2.4.12, unix-time 0.4.3

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:08:04 UTC (rev 416932)
+++ PKGBUILD2018-12-20 12:08:52 UTC (rev 416933)
@@ -4,7 +4,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.2
-pkgrel=145
+pkgrel=146
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:08:04
  Author: felixonmars
Revision: 416932

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:07:03
  Author: felixonmars
Revision: 416930

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:07:46
  Author: felixonmars
Revision: 416931

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

rebuild with fast-logger 2.4.12, unix-time 0.4.3

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:07:03 UTC (rev 416930)
+++ PKGBUILD2018-12-20 12:07:46 UTC (rev 416931)
@@ -4,7 +4,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.0
-pkgrel=146
+pkgrel=147
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:06:46
  Author: felixonmars
Revision: 416929

upgpkg: haskell-hspec-wai 0.9.0-127

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-hspec-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:06:00 UTC (rev 416928)
+++ PKGBUILD2018-12-20 12:06:46 UTC (rev 416929)
@@ -4,7 +4,7 @@
 _hkgname=hspec-wai
 pkgname=haskell-hspec-wai
 pkgver=0.9.0
-pkgrel=126
+pkgrel=127
 pkgdesc="Experimental Hspec support for testing WAI applications"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2018-12-20 Thread Jonathan Steel via arch-commits
Date: Thursday, December 20, 2018 @ 12:06:00
  Author: jsteel
Revision: 416928

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 12:05:57 UTC (rev 416927)
+++ PKGBUILD2018-12-20 12:06:00 UTC (rev 416928)
@@ -1,45 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.62
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-makedepends=('python-setuptools' 'python2-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('651d26087c7982d355e650e051a2249c15287c3e394cb0eca2dddfe3c90c781c2b32398a5bc947fcd61cb3da07a6d3a9dcb21e7541d5e7d0ecc54820b2a7d95c')
-
-prepare() {
-  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
-  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package_python-boto3() {
-  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-boto3() {
-  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 416927, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 12:06:00 UTC (rev 416928)
@@ -0,0 +1,45 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.9.69
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('7f6838e786f724ba2ea77941c42beee19eef70db617e3ebeec08057dfa457c4e0fe846a8e9e0b97ec848c3ed3074f2584b4724ae89a6a60a9067e8c8712c9899')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:05:57
  Author: felixonmars
Revision: 416927

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-20 Thread Jonathan Steel via arch-commits
Date: Thursday, December 20, 2018 @ 12:05:52
  Author: jsteel
Revision: 416926

upgpkg: python-boto3 1.9.69-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:05:46 UTC (rev 416925)
+++ PKGBUILD2018-12-20 12:05:52 UTC (rev 416926)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.62
+pkgver=1.9.69
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('651d26087c7982d355e650e051a2249c15287c3e394cb0eca2dddfe3c90c781c2b32398a5bc947fcd61cb3da07a6d3a9dcb21e7541d5e7d0ecc54820b2a7d95c')
+sha512sums=('7f6838e786f724ba2ea77941c42beee19eef70db617e3ebeec08057dfa457c4e0fe846a8e9e0b97ec848c3ed3074f2584b4724ae89a6a60a9067e8c8712c9899')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


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

2018-12-20 Thread Jonathan Steel via arch-commits
Date: Thursday, December 20, 2018 @ 12:05:46
  Author: jsteel
Revision: 416925

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 416924, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 12:05:39 UTC (rev 416924)
+++ PKGBUILD2018-12-20 12:05:46 UTC (rev 416925)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.16.72
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('4fc26475db52ea159e48ede7911b1141')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 416924, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 12:05:46 UTC (rev 416925)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.16.79
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('ad161f0376636d66a8db281d451b1268')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:05:38
  Author: felixonmars
Revision: 416923

upgpkg: haskell-cheapskate 0.1.1.1-11

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:05:18 UTC (rev 416922)
+++ PKGBUILD2018-12-20 12:05:38 UTC (rev 416923)
@@ -4,7 +4,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.1.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Experimental markdown processor."
 url="https://github.com/jgm/cheapskate;
 license=("BSD")


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

2018-12-20 Thread Jonathan Steel via arch-commits
Date: Thursday, December 20, 2018 @ 12:05:39
  Author: jsteel
Revision: 416924

upgpkg: aws-cli 1.16.79-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:05:38 UTC (rev 416923)
+++ PKGBUILD2018-12-20 12:05:39 UTC (rev 416924)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.16.72
+pkgver=1.16.79
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('4fc26475db52ea159e48ede7911b1141')
+md5sums=('ad161f0376636d66a8db281d451b1268')
 
 build() {
   cd $pkgname-$pkgver


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

2018-12-20 Thread Jonathan Steel via arch-commits
Date: Thursday, December 20, 2018 @ 12:05:18
  Author: jsteel
Revision: 416922

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 12:04:39 UTC (rev 416921)
+++ PKGBUILD2018-12-20 12:05:18 UTC (rev 416922)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.62
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('48635a0ed4110c03f3edc95f74df2856')
-
-prepare() {
-  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
-  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
-  cd "python-botocore-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-botocore() {
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-
-  cd "python-botocore-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
-  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
-
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 416921, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 12:05:18 UTC (rev 416922)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.12.69
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('dfb52878ca2d09d8435e199758c8b755')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-wai-logger/repos/community-staging-x86_64 (2 files)

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:04:29
  Author: felixonmars
Revision: 416920

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 12:03:54 UTC (rev 416919)
+++ PKGBUILD2018-12-20 12:04:29 UTC (rev 416920)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=wai-logger
-pkgname=haskell-wai-logger
-pkgver=2.3.2
-pkgrel=161
-pkgdesc="A logging system for WAI"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-byteorder' 'haskell-case-insensitive' 
'haskell-fast-logger'
- 'haskell-http-types' 'haskell-network' 'haskell-unix-time' 
'haskell-wai')
-makedepends=('ghc' 'haskell-doctest')
-checkdepends=('haskell-wai-extra')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('24a6e1a340b07781beeb8b7caa32743e3face2aa81d13cab64f311898c50e5824e128203e34608ef5511eb642cfe427dfb9ef281e10cf8675505fbea68cf2d3b')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
416919, haskell-wai-logger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 12:04:29 UTC (rev 416920)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.2
+pkgrel=162
+pkgdesc="A logging system for WAI"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-byteorder' 'haskell-case-insensitive' 
'haskell-fast-logger'
+ 'haskell-http-types' 'haskell-network' 'haskell-unix-time' 
'haskell-wai')
+makedepends=('ghc' 'haskell-doctest')
+checkdepends=('haskell-wai-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('24a6e1a340b07781beeb8b7caa32743e3face2aa81d13cab64f311898c50e5824e128203e34608ef5511eb642cfe427dfb9ef281e10cf8675505fbea68cf2d3b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Jonathan Steel via arch-commits
Date: Thursday, December 20, 2018 @ 12:04:39
  Author: jsteel
Revision: 416921

upgpkg: python-botocore 1.12.69-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:04:29 UTC (rev 416920)
+++ PKGBUILD2018-12-20 12:04:39 UTC (rev 416921)
@@ -5,7 +5,7 @@
 
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.62
+pkgver=1.12.69
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('48635a0ed4110c03f3edc95f74df2856')
+md5sums=('dfb52878ca2d09d8435e199758c8b755')
 
 prepare() {
   cp -r "botocore-$pkgver" "python-botocore-$pkgver"


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:03:49
  Author: felixonmars
Revision: 416918

upgpkg: haskell-wai-logger 2.3.2-162

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:03:47 UTC (rev 416917)
+++ PKGBUILD2018-12-20 12:03:49 UTC (rev 416918)
@@ -4,7 +4,7 @@
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
 pkgver=2.3.2
-pkgrel=161
+pkgrel=162
 pkgdesc="A logging system for WAI"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


[arch-commits] Commit in smokeping/repos/community-any (10 files)

2018-12-20 Thread Florian Pritz via arch-commits
Date: Thursday, December 20, 2018 @ 12:03:54
  Author: bluewind
Revision: 416919

archrelease: copy trunk to community-any

Added:
  smokeping/repos/community-any/PKGBUILD
(from rev 416918, smokeping/trunk/PKGBUILD)
  smokeping/repos/community-any/htdocs-makefile.patch
(from rev 416918, smokeping/trunk/htdocs-makefile.patch)
  smokeping/repos/community-any/service
(from rev 416918, smokeping/trunk/service)
  smokeping/repos/community-any/smokeping.sysusers
(from rev 416918, smokeping/trunk/smokeping.sysusers)
  smokeping/repos/community-any/smokeping.tmpfiles
(from rev 416918, smokeping/trunk/smokeping.tmpfiles)
Deleted:
  smokeping/repos/community-any/PKGBUILD
  smokeping/repos/community-any/htdocs-makefile.patch
  smokeping/repos/community-any/service
  smokeping/repos/community-any/smokeping.sysusers
  smokeping/repos/community-any/smokeping.tmpfiles

---+
 PKGBUILD  |   91 +---
 htdocs-makefile.patch |   22 +--
 service   |   22 +--
 smokeping.sysusers|2 -
 smokeping.tmpfiles|2 -
 5 files changed, 72 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 12:03:49 UTC (rev 416918)
+++ PKGBUILD2018-12-20 12:03:54 UTC (rev 416919)
@@ -1,43 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Christos Nouskas nous 
-
-pkgname=smokeping
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="A tool to keep track of your network latency"
-arch=('any')
-url="https://oss.oetiker.ch/smokeping/;
-license=('GPL2')
-depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
- 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
-source=(https://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
-smokeping.sysusers
-smokeping.tmpfiles
-service)
-sha256sums=('5277fb88eed3c79c8ed22ca830e099727b0e612e887b64bbfeaa98d8d75d493b'
-'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
-'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
-'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
-  touch thirdparty/touch thirdparty/CPAN/touch
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  # We package CPAN modules separately
-  rm -rf thirdparty/lib/perl5
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
-  install -Dm644 "$srcdir/smokeping.sysusers" 
"$pkgdir/usr/lib/sysusers.d/smokeping.conf"
-  install -Dm644 "$srcdir/smokeping.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/smokeping.conf"
-  chown -R 181:181 "$pkgdir"/{etc/smokeping,srv/http/smokeping}
-  chmod 700 "$pkgdir/etc/smokeping"
-}

Copied: smokeping/repos/community-any/PKGBUILD (from rev 416918, 
smokeping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 12:03:54 UTC (rev 416919)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christos Nouskas nous 
+
+pkgname=smokeping
+pkgver=2.7.3
+pkgrel=1
+pkgdesc="A tool to keep track of your network latency"
+arch=('any')
+url="https://oss.oetiker.ch/smokeping/;
+license=('GPL2')
+depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
+ 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oetiker/SmokePing/archive/$pkgver.tar.gz;
+smokeping.sysusers
+smokeping.tmpfiles
+service)
+sha256sums=('6bd90e9a9c44a03789519cf21bd2c977476f0c11267fd55f7d14015f92b93a05'
+'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
+'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
+'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
+
+build() {
+  cd "$srcdir"/SmokePing-${pkgver}
+
+  ./bootstrap
+  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
+
+  # prevent the build system from packaging CPAN deps
+  mkdir thirdparty/CPAN
+  touch thirdparty/touch thirdparty/CPAN/touch
+
+  make
+}
+
+package() {
+  cd "$srcdir"/SmokePing-${pkgver}
+
+  # We package CPAN modules separately
+  rm -rf thirdparty/lib/perl5
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
+  install -Dm644 "$srcdir/smokeping.sysusers" 
"$pkgdir/usr/lib/sysusers.d/smokeping.conf"
+  install -Dm644 "$srcdir/smokeping.tmpfiles" 

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

2018-12-20 Thread Florian Pritz via arch-commits
Date: Thursday, December 20, 2018 @ 12:03:47
  Author: bluewind
Revision: 416917

upgpkg: smokeping 2.7.3-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:02:58 UTC (rev 416916)
+++ PKGBUILD2018-12-20 12:03:47 UTC (rev 416917)
@@ -2,7 +2,7 @@
 # Contributor: Christos Nouskas nous 
 
 pkgname=smokeping
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
@@ -10,25 +10,30 @@
 license=('GPL2')
 depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
  'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
-source=(https://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oetiker/SmokePing/archive/$pkgver.tar.gz;
 smokeping.sysusers
 smokeping.tmpfiles
 service)
-sha256sums=('5277fb88eed3c79c8ed22ca830e099727b0e612e887b64bbfeaa98d8d75d493b'
+sha256sums=('6bd90e9a9c44a03789519cf21bd2c977476f0c11267fd55f7d14015f92b93a05'
 'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
 'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
 
 build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd "$srcdir"/SmokePing-${pkgver}
 
+  ./bootstrap
   ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
+
+  # prevent the build system from packaging CPAN deps
+  mkdir thirdparty/CPAN
   touch thirdparty/touch thirdparty/CPAN/touch
+
   make
 }
 
 package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd "$srcdir"/SmokePing-${pkgver}
 
   # We package CPAN modules separately
   rm -rf thirdparty/lib/perl5


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:02:58
  Author: felixonmars
Revision: 416916

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:02:35
  Author: felixonmars
Revision: 416915

upgpkg: haskell-wai-extra 3.0.24.3-20

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:36:46 UTC (rev 416914)
+++ PKGBUILD2018-12-20 12:02:35 UTC (rev 416915)
@@ -4,7 +4,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.0.24.3
-pkgrel=19
+pkgrel=20
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2018-12-20 Thread Balló György via arch-commits
Date: Thursday, December 20, 2018 @ 10:36:46
  Author: bgyorgy
Revision: 416914

archrelease: copy trunk to community-x86_64

Added:
  adriconf/repos/community-x86_64/PKGBUILD
(from rev 416913, adriconf/trunk/PKGBUILD)
Deleted:
  adriconf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 10:36:42 UTC (rev 416913)
+++ PKGBUILD2018-12-20 10:36:46 UTC (rev 416914)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=adriconf
-pkgver=1.3
-pkgrel=3
-pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
-arch=(x86_64)
-url="https://github.com/jlHertel/adriconf;
-license=(GPL3)
-depends=(boost-libs gtkmm3 libxml++2.6 pciutils)
-makedepends=(boost cmake git gtest)
-_commit=93e4ac64999c3ef3f73aab593cca642ef1d9da6f  # tags/v1.3
-source=("git+https://github.com/jlHertel/adriconf#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  cd ../$pkgname
-  install -Dm644 flatpak/br.com.jeanhertel.adriconf.appdata.xml 
"$pkgdir/usr/share/metainfo/br.com.jeanhertel.adriconf.appdata.xml"
-  install -Dm644 flatpak/br.com.jeanhertel.adriconf.desktop 
"$pkgdir/usr/share/applications/br.com.jeanhertel.adriconf.desktop"
-  install -Dm644 flatpak/br.com.jeanhertel.adriconf.png 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/br.com.jeanhertel.adriconf.png"
-}

Copied: adriconf/repos/community-x86_64/PKGBUILD (from rev 416913, 
adriconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 10:36:46 UTC (rev 416914)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+
+pkgname=adriconf
+pkgver=1.3
+pkgrel=4
+pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
+arch=(x86_64)
+url="https://github.com/jlHertel/adriconf;
+license=(GPL3)
+depends=(boost-libs gtkmm3 libxml++ pciutils)
+makedepends=(boost cmake git gtest)
+_commit=93e4ac64999c3ef3f73aab593cca642ef1d9da6f  # tags/v1.3
+source=("git+https://github.com/jlHertel/adriconf#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+  cd $pkgname
+  sed -i 's/libxml++-2.6/libxml++-3.0/' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  cd ../$pkgname
+  install -Dm644 flatpak/br.com.jeanhertel.adriconf.appdata.xml 
"$pkgdir/usr/share/metainfo/br.com.jeanhertel.adriconf.appdata.xml"
+  install -Dm644 flatpak/br.com.jeanhertel.adriconf.desktop 
"$pkgdir/usr/share/applications/br.com.jeanhertel.adriconf.desktop"
+  install -Dm644 flatpak/br.com.jeanhertel.adriconf.png 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/br.com.jeanhertel.adriconf.png"
+}


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

2018-12-20 Thread Balló György via arch-commits
Date: Thursday, December 20, 2018 @ 10:36:42
  Author: bgyorgy
Revision: 416913

upgpkg: adriconf 1.3-4

Build with libxml++-3.0

Modified:
  adriconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:35:13 UTC (rev 416912)
+++ PKGBUILD2018-12-20 10:36:42 UTC (rev 416913)
@@ -2,12 +2,12 @@
 
 pkgname=adriconf
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
 arch=(x86_64)
 url="https://github.com/jlHertel/adriconf;
 license=(GPL3)
-depends=(boost-libs gtkmm3 libxml++2.6 pciutils)
+depends=(boost-libs gtkmm3 libxml++ pciutils)
 makedepends=(boost cmake git gtest)
 _commit=93e4ac64999c3ef3f73aab593cca642ef1d9da6f  # tags/v1.3
 source=("git+https://github.com/jlHertel/adriconf#commit=$_commit;)
@@ -20,6 +20,8 @@
 
 prepare() {
   mkdir -p build
+  cd $pkgname
+  sed -i 's/libxml++-2.6/libxml++-3.0/' CMakeLists.txt
 }
 
 build() {


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:35:13
  Author: felixonmars
Revision: 416912

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
416911, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 10:35:13 UTC (rev 416912)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.2
+pkgrel=161
+pkgdesc="A logging system for WAI"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-byteorder' 'haskell-case-insensitive' 
'haskell-fast-logger'
+ 'haskell-http-types' 'haskell-network' 'haskell-unix-time' 
'haskell-wai')
+makedepends=('ghc' 'haskell-doctest')
+checkdepends=('haskell-wai-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('24a6e1a340b07781beeb8b7caa32743e3face2aa81d13cab64f311898c50e5824e128203e34608ef5511eb642cfe427dfb9ef281e10cf8675505fbea68cf2d3b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:34:56
  Author: felixonmars
Revision: 416911

upgpkg: haskell-wai-logger 2.3.2-161

rebuild pass 1, specified --nocheck

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:19:31 UTC (rev 416910)
+++ PKGBUILD2018-12-20 10:34:56 UTC (rev 416911)
@@ -4,7 +4,7 @@
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
 pkgver=2.3.2
-pkgrel=160
+pkgrel=161
 pkgdesc="A logging system for WAI"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:19:31
  Author: felixonmars
Revision: 416910

archrelease: copy trunk to community-x86_64

Added:
  glider/repos/community-x86_64/PKGBUILD
(from rev 416909, glider/trunk/PKGBUILD)
Deleted:
  glider/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 10:19:05 UTC (rev 416909)
+++ PKGBUILD2018-12-20 10:19:31 UTC (rev 416910)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=glider
-pkgver=0.6.10
-pkgrel=1
-pkgdesc="A forward proxy with multiple protocols support"
-arch=('x86_64')
-url="https://github.com/nadoo/glider;
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
-sha512sums=('6e800d22052bf2e923bc9807cbc4ba725a686c23f206859d35d382eb57dcecce86c34c49da732fe143ee8a2dead0cd90863338cc5ec7ed70b33f53ba99aedc1f')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/nadoo
-  ln -sf "$srcdir"/glider-$pkgver "$GOPATH"/src/github.com/nadoo/glider
-
-  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core 
github.com/sun8911879/shadowsocksR
-}
-
-build() {
-  cd glider-$pkgver
-  go build
-}
-
-package() {
-  cd glider-$pkgver
-  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
-  install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
-  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
-}

Copied: glider/repos/community-x86_64/PKGBUILD (from rev 416909, 
glider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 10:19:31 UTC (rev 416910)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=glider
+pkgver=0.6.11
+pkgrel=1
+pkgdesc="A forward proxy with multiple protocols support"
+arch=('x86_64')
+url="https://github.com/nadoo/glider;
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
+sha512sums=('c6488dd309d3df5c578f8fe54c3d4e79e1ef437d5d49fd9149e97275e2199f7586092194e11399a70262c8108d24b0fbae475c3ec1c86c4ceb1657dfe051c8b6')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/nadoo
+  ln -sf "$srcdir"/glider-$pkgver "$GOPATH"/src/github.com/nadoo/glider
+
+  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core 
github.com/sun8911879/shadowsocksR
+}
+
+build() {
+  cd glider-$pkgver
+  go build
+}
+
+package() {
+  cd glider-$pkgver
+  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
+  install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
+  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:19:05
  Author: felixonmars
Revision: 416909

upgpkg: glider 0.6.11-1

Modified:
  glider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:17:35 UTC (rev 416908)
+++ PKGBUILD2018-12-20 10:19:05 UTC (rev 416909)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=glider
-pkgver=0.6.10
+pkgver=0.6.11
 pkgrel=1
 pkgdesc="A forward proxy with multiple protocols support"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
-sha512sums=('6e800d22052bf2e923bc9807cbc4ba725a686c23f206859d35d382eb57dcecce86c34c49da732fe143ee8a2dead0cd90863338cc5ec7ed70b33f53ba99aedc1f')
+sha512sums=('c6488dd309d3df5c578f8fe54c3d4e79e1ef437d5d49fd9149e97275e2199f7586092194e11399a70262c8108d24b0fbae475c3ec1c86c4ceb1657dfe051c8b6')
 
 prepare() {
   mkdir .gopath


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:17:35
  Author: felixonmars
Revision: 416908

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 416907, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 10:17:35 UTC (rev 416908)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.8.2
+pkgrel=50
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-microlens-th'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-persistent' 
'haskell-resource-pool'
+ 'haskell-resourcet' 'haskell-unliftio-core' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0cb745ed16420b4468de887e2119137a152e6c8cdb44385ace02e8bd8d8b2fda1611d7b727943fad24739603c5fab03e11c2095f18aebf71ecc2922a81c5ae03')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '1i{-# language NoMonadFailDesugaring #-}' test/Spec.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:17:15
  Author: felixonmars
Revision: 416907

upgpkg: haskell-persistent-sqlite 2.8.2-50

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:16:22 UTC (rev 416906)
+++ PKGBUILD2018-12-20 10:17:15 UTC (rev 416907)
@@ -4,7 +4,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.8.2
-pkgrel=49
+pkgrel=50
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:16:22
  Author: felixonmars
Revision: 416906

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 416905, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 10:16:22 UTC (rev 416906)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.4
+pkgrel=130
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1235fc32718fbde495f1c8e202ee59b56ebc68fd7fbc79e65ddbe5db542f36f4d13257a6281d074d18e66831582cc4a9f32010c43c4421480fc857c0eee4b3e2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:16:03
  Author: felixonmars
Revision: 416905

upgpkg: haskell-persistent-template 2.5.4-130

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:15:12 UTC (rev 416904)
+++ PKGBUILD2018-12-20 10:16:03 UTC (rev 416905)
@@ -4,7 +4,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.4
-pkgrel=129
+pkgrel=130
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:15:12
  Author: felixonmars
Revision: 416904

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
416903, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 10:15:12 UTC (rev 416904)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.3.20180402
+_commit=b81e0d951e510ebffca03c5a58658ad884cc6fbd
+pkgrel=102
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-conduit' 
'haskell-monad-logger'
+ 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("$pkgname-$_commit.tar.gz::https://github.com/bitemyapp/esqueleto/archive/$_commit.tar.gz;)
+sha512sums=('27e1c7c3dc8598a4b57fa9c30f9121d4858653e64ad1a92fc3d82c487374fe4cc48246924890812198d58c25a3d3f9110a35c0ef27d9040ea15e4559c1c3355f')
+
+prepare() {
+mv $_hkgname-{$_commit,$pkgver}
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:14:54
  Author: felixonmars
Revision: 416903

upgpkg: haskell-esqueleto 2.5.3.20180402-102

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:13:41 UTC (rev 416902)
+++ PKGBUILD2018-12-20 10:14:54 UTC (rev 416903)
@@ -5,7 +5,7 @@
 pkgname=haskell-esqueleto
 pkgver=2.5.3.20180402
 _commit=b81e0d951e510ebffca03c5a58658ad884cc6fbd
-pkgrel=101
+pkgrel=102
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("BSD")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:13:22
  Author: felixonmars
Revision: 416901

upgpkg: haskell-persistent 2.8.2-104

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:11:50 UTC (rev 416900)
+++ PKGBUILD2018-12-20 10:13:22 UTC (rev 416901)
@@ -4,7 +4,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.8.2
-pkgrel=103
+pkgrel=104
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:13:41
  Author: felixonmars
Revision: 416902

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
416901, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 10:13:41 UTC (rev 416902)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.8.2
+pkgrel=104
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-conduit' 
'haskell-fast-logger'
+ 'haskell-http-api-data' 'haskell-monad-logger' 'haskell-old-locale' 
'haskell-path-pieces'
+ 'haskell-resource-pool' 'haskell-resourcet' 'haskell-scientific' 
'haskell-silently'
+ 'haskell-src-meta' 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-unliftio-core'
+ 'haskell-vector' 'haskell-void')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('238203dafac06ed43a599d0be1eb4c7931a41734facb02174dd02d3789ad3afe39f42bdb7907aeedd42caf2d63e483066b5f43315826563d2a67fd8c8e7f4936')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:11:32
  Author: felixonmars
Revision: 416899

upgpkg: haskell-monad-logger 0.3.30-10

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:10:51 UTC (rev 416898)
+++ PKGBUILD2018-12-20 10:11:32 UTC (rev 416899)
@@ -4,7 +4,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.30
-pkgrel=9
+pkgrel=10
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:11:50
  Author: felixonmars
Revision: 416900

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 416899, haskell-monad-logger/trunk/PKGBUILD)

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

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
416899, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 10:11:50 UTC (rev 416900)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.30
+pkgrel=10
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-exceptions'
+ 'haskell-fast-logger' 'haskell-lifted-base' 'haskell-monad-control' 
'haskell-monad-loops'
+ 'haskell-resourcet' 'haskell-stm-chans'
+ 'haskell-transformers-base' 'haskell-transformers-compat' 
'haskell-unliftio-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f28157159dff780fe7fef9634757a6df064b3463e4b7cb6d89c59ab6fd2904f2ab8806c1ebfeaaa2bf950338ef9bfa8249e3b3250157b54464967e9bcdf2ffe2')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:10:33
  Author: felixonmars
Revision: 416897

upgpkg: haskell-fast-logger 2.4.12-1

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:09:40 UTC (rev 416896)
+++ PKGBUILD2018-12-20 10:10:33 UTC (rev 416897)
@@ -3,16 +3,17 @@
 
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
-pkgver=2.4.11
-pkgrel=9
+pkgver=2.4.12
+pkgrel=1
 pkgdesc="A fast logging system"
 url="https://github.com/kazu-yamamoto/logger;
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-auto-update" "haskell-easy-file" 
"haskell-unix-time")
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-easy-file' 
'haskell-unix-compat'
+ 'haskell-unix-time')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('4802239d20e02573fee649e71fb66f8e87b1b0d9bcd235ff4c5fbb4a2c519bcdf18308eca2c1245fe8b61095eae9069b9b0674dddedb2b7b04dd7232a20b71f6')
+sha512sums=('ef9ac49ffd406f4c96271f908449f9df0b85672b23ca95c1f7b2092c6ddd24f6ea379a713ba758b47c149bd1e89a25b9ba1335a40d2dc594a4537f1ff8229751')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-12-20 Thread Florian Pritz via arch-commits
Date: Thursday, December 20, 2018 @ 10:10:57
  Author: bluewind
Revision: 342603

archrelease: copy trunk to testing-x86_64

Added:
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 342602, curl/trunk/PKGBUILD)

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

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 342602, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-20 10:10:57 UTC (rev 342603)
@@ -0,0 +1,58 @@
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.63.0
+pkgrel=2
+pkgdesc="An URL retrieval utility and library"
+arch=('x86_64')
+url="https://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+ curl-3399.patch::https://github.com/curl/curl/pull/3399.patch)
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP'
+
'233ccf215722657f8db5fd8e959836515361aa76bb67ae058ab8d946ae7673e623acb144b72ef429a240075ea23fd57adbbc0248a575537f4fcd18910bac289f')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # See https://github.com/curl/curl/issues/3392
+  patch -p1 -i "$srcdir/curl-3399.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --disable-manual \
+  --enable-ipv6 \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libssh2 \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C scripts
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:10:51
  Author: felixonmars
Revision: 416898

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fast-logger/repos/community-staging-x86_64/
  haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 416897, haskell-fast-logger/trunk/PKGBUILD)

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

Copied: haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
416897, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 10:10:51 UTC (rev 416898)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.12
+pkgrel=1
+pkgdesc="A fast logging system"
+url="https://github.com/kazu-yamamoto/logger;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-easy-file' 
'haskell-unix-compat'
+ 'haskell-unix-time')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ef9ac49ffd406f4c96271f908449f9df0b85672b23ca95c1f7b2092c6ddd24f6ea379a713ba758b47c149bd1e89a25b9ba1335a40d2dc594a4537f1ff8229751')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Florian Pritz via arch-commits
Date: Thursday, December 20, 2018 @ 10:10:54
  Author: bluewind
Revision: 342602

upgpkg: curl 7.63.0-2

Fix HTTP/2 connection stalls

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 09:58:40 UTC (rev 342601)
+++ PKGBUILD2018-12-20 10:10:54 UTC (rev 342602)
@@ -6,7 +6,7 @@
 
 pkgname=curl
 pkgver=7.63.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
 url="https://curl.haxx.se;
@@ -14,11 +14,19 @@
 depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2')
 provides=('libcurl.so')
 options=('strip' 'debug')
-source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+ curl-3399.patch::https://github.com/curl/curl/pull/3399.patch)
 
sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
-'SKIP')
+'SKIP'
+
'233ccf215722657f8db5fd8e959836515361aa76bb67ae058ab8d946ae7673e623acb144b72ef429a240075ea23fd57adbbc0248a575537f4fcd18910bac289f')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  # See https://github.com/curl/curl/issues/3392
+  patch -p1 -i "$srcdir/curl-3399.patch"
+}
+
 build() {
   cd "$pkgname-$pkgver"
 


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:09:40
  Author: felixonmars
Revision: 416896

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-unix-time/repos/community-staging-x86_64/
  haskell-unix-time/repos/community-staging-x86_64/PKGBUILD
(from rev 416895, haskell-unix-time/trunk/PKGBUILD)

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

Copied: haskell-unix-time/repos/community-staging-x86_64/PKGBUILD (from rev 
416895, haskell-unix-time/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 10:09:40 UTC (rev 416896)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unix-time
+pkgname=haskell-unix-time
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="Unix time parser/formatter and utilities"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-old-time')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-old-locale'
+ 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1f23d98f8f32bc0fe2072c67b641a11b9d798a662e9e8ba9f4b5ad79ea6492f31949eacf3e83127813e8063419af7aea21ca0f0b093eddacfe98e1fdb5ac94a7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:09:22
  Author: felixonmars
Revision: 416895

upgpkg: haskell-unix-time 0.4.3-1

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-unix-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:03:36 UTC (rev 416894)
+++ PKGBUILD2018-12-20 10:09:22 UTC (rev 416895)
@@ -3,22 +3,23 @@
 
 _hkgname=unix-time
 pkgname=haskell-unix-time
-pkgver=0.3.8
-pkgrel=6
+pkgver=0.4.3
+pkgrel=1
 pkgdesc="Unix time parser/formatter and utilities"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-old-time")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-old-time')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-old-locale'
+ 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('e79f076bc5a0e4cad692773f32d2fcf90eb89b2a4eef2497f79e3ec7dc2f4a02fd512ae86b4d619ef9323be558651c1fda6e1b75161406fd10549d3f4cbc9233')
+sha512sums=('1f23d98f8f32bc0fe2072c67b641a11b9d798a662e9e8ba9f4b5ad79ea6492f31949eacf3e83127813e8063419af7aea21ca0f0b093eddacfe98e1fdb5ac94a7')
 
 build() {
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -27,6 +28,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:03:36
  Author: felixonmars
Revision: 416894

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 10:03:18 UTC (rev 416893)
+++ PKGBUILD2018-12-20 10:03:36 UTC (rev 416894)
@@ -1,78 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.84.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' '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-django' 'python2-django' 
'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas'
-  'python-dpcontracts' 'python2-dpcontracts')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('85e4209f3f1b8571c2b7f13aad3d27b155bd173a4677bb9fa21fe448f0a0ddea44640f1645505a991564ecab3240d9c4dae8fb0e53239565a30a5460a17392dd')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  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-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' '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-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 416893, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 10:03:36 UTC (rev 416894)
@@ -0,0 +1,78 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.84.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' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' '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-django' 'python2-django' 
'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 

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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 10:03:18
  Author: felixonmars
Revision: 416893

upgpkg: python-hypothesis 3.84.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 09:33:46 UTC (rev 416892)
+++ PKGBUILD2018-12-20 10:03:18 UTC (rev 416893)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.84.1
+pkgver=3.84.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas'
   'python-dpcontracts' 'python2-dpcontracts')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('85e4209f3f1b8571c2b7f13aad3d27b155bd173a4677bb9fa21fe448f0a0ddea44640f1645505a991564ecab3240d9c4dae8fb0e53239565a30a5460a17392dd')
+sha512sums=('f6f2e040bafccd4e45e825b93a4f5e038c2dc7b21986dc516834aded93a07a31a67cf9acb57525b092a8ac5ed0c0f2a78f41714880e339a5e296cd216ef76f56')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2018-12-20 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 20, 2018 @ 09:58:34
  Author: seblu
Revision: 342600

upgpkg: sed 4.6-1

Modified:
  sed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 08:55:12 UTC (rev 342599)
+++ PKGBUILD2018-12-20 09:58:34 UTC (rev 342600)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=sed
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 pkgdesc='GNU stream editor'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gettext')
 source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') #Jim Meyering 

-md5sums=('ade8f8c2c548bf41f74db2dcfc37e4e3'
+md5sums=('a72a4f045a04681f18d7889924d53b8e'
  'SKIP')
 
 build() {


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

2018-12-20 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 20, 2018 @ 09:58:40
  Author: seblu
Revision: 342601

archrelease: copy trunk to testing-x86_64

Added:
  sed/repos/testing-x86_64/
  sed/repos/testing-x86_64/PKGBUILD
(from rev 342600, sed/trunk/PKGBUILD)

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

Copied: sed/repos/testing-x86_64/PKGBUILD (from rev 342600, sed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-20 09:58:40 UTC (rev 342601)
@@ -0,0 +1,36 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=sed
+pkgver=4.6
+pkgrel=1
+pkgdesc='GNU stream editor'
+arch=('x86_64')
+url='https://www.gnu.org/software/sed/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'acl' 'attr')
+makedepends=('gettext')
+source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') #Jim Meyering 

+md5sums=('a72a4f045a04681f18d7889924d53b8e'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 09:33:46
  Author: felixonmars
Revision: 416892

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 416891, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.install
(from rev 416891, pm2/trunk/pm2.install)
  pm2/repos/community-any/pm2.service
(from rev 416891, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.install
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   62 +-
 pm2.install |   20 +-
 pm2.service |   32 ++---
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 09:33:23 UTC (rev 416891)
+++ PKGBUILD2018-12-20 09:33:46 UTC (rev 416892)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-install=pm2.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ac126031fdd7079fea0ef23235ce54a37607aa233a73e9c7a603e6d7476ad7b0847f4f33e17bcd23db9cc331cd320e12de55b4ee1c30eb92113da5df11c912ec'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 416891, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 09:33:46 UTC (rev 416892)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=3.2.4
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+install=pm2.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('52532c6bc4db76ae41f4b2565beb04675c6942ffe53fba645caa724f68f2bc858ecbe2333bad0c1ac2ef90d1263ddcb38308bf4b5a902bf14cff80c2080bb7ef'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+}

Deleted: pm2.install
===
--- pm2.install 2018-12-20 09:33:23 UTC (rev 416891)
+++ pm2.install 2018-12-20 09:33:46 UTC (rev 416892)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/pm2/node_modules \
- /usr/lib/node_modules/pm2/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: pm2/repos/community-any/pm2.install (from rev 416891, 
pm2/trunk/pm2.install)
===
--- pm2.install (rev 0)
+++ pm2.install 2018-12-20 09:33:46 UTC (rev 416892)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/pm2/node_modules \
+ /usr/lib/node_modules/pm2/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: pm2.service
===
--- pm2.service 2018-12-20 09:33:23 UTC (rev 416891)
+++ pm2.service 2018-12-20 09:33:46 UTC (rev 416892)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: 

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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 09:33:23
  Author: felixonmars
Revision: 416891

upgpkg: pm2 3.2.4-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 09:13:00 UTC (rev 416890)
+++ PKGBUILD2018-12-20 09:33:23 UTC (rev 416891)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ac126031fdd7079fea0ef23235ce54a37607aa233a73e9c7a603e6d7476ad7b0847f4f33e17bcd23db9cc331cd320e12de55b4ee1c30eb92113da5df11c912ec'
+sha512sums=('52532c6bc4db76ae41f4b2565beb04675c6942ffe53fba645caa724f68f2bc858ecbe2333bad0c1ac2ef90d1263ddcb38308bf4b5a902bf14cff80c2080bb7ef'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 09:13:00
  Author: cesura
Revision: 416890

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 416889, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 09:12:20 UTC (rev 416889)
+++ PKGBUILD2018-12-20 09:13:00 UTC (rev 416890)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a0536986f9c1adf04a1e59110c29277caedb06e27ac7876096f9399ae4001fbe')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 416889, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 09:13:00 UTC (rev 416890)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.3
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('aae461f5c30048ea0eabdaada8b0e7ed9b9501076e9f16613363e79198c0605b')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 09:12:20
  Author: cesura
Revision: 416889

upgpkg: mate-calc 1.20.3-1

Updated to version 1.20.3

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 09:07:24 UTC (rev 416888)
+++ PKGBUILD2018-12-20 09:12:20 UTC (rev 416889)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -12,16 +12,16 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a0536986f9c1adf04a1e59110c29277caedb06e27ac7876096f9399ae4001fbe')
+sha256sums=('aae461f5c30048ea0eabdaada8b0e7ed9b9501076e9f16613363e79198c0605b')
 
 build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-control-center/repos/community-x86_64 (2 files)

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 09:07:24
  Author: cesura
Revision: 416888

archrelease: copy trunk to community-x86_64

Added:
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 416887, mate-control-center/trunk/PKGBUILD)
Deleted:
  mate-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 09:06:12 UTC (rev 416887)
+++ PKGBUILD2018-12-20 09:07:24 UTC (rev 416888)
@@ -1,38 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-control-center
-pkgver=1.20.3
-pkgrel=1
-pkgdesc="The Control Center for MATE"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('mate-control-center-gtk3')
-replaces=('mate-control-center-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6d7e4c23cbfee2ec3682b6b07c0226742775c669f6e47862691d84ffc742f172')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 416887, 
mate-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 09:07:24 UTC (rev 416888)
@@ -0,0 +1,38 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('44255adf12802e69b57afe68bbffe412271a86d6ecfb4dad0985033963b35de6')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --localstatedir=/var \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}


[arch-commits] Commit in mate-control-center/trunk (PKGBUILD)

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 09:06:12
  Author: cesura
Revision: 416887

upgpkg: mate-control-center 1.20.4-1

Updated to version 1.20.3

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 09:00:34 UTC (rev 416886)
+++ PKGBUILD2018-12-20 09:06:12 UTC (rev 416887)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-control-center
-pkgver=1.20.3
+pkgver=1.20.4
 pkgrel=1
 pkgdesc="The Control Center for MATE"
 url="http://mate-desktop.org;
@@ -14,25 +14,25 @@
 conflicts=('mate-control-center-gtk3')
 replaces=('mate-control-center-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6d7e4c23cbfee2ec3682b6b07c0226742775c669f6e47862691d84ffc742f172')
+sha256sums=('44255adf12802e69b57afe68bbffe412271a86d6ecfb4dad0985033963b35de6')
 
 build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---disable-update-mimedb
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --localstatedir=/var \
+   --disable-update-mimedb
 
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-make
+   make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
 }


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 09:00:34
  Author: cesura
Revision: 416886

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 416885, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 08:53:56 UTC (rev 416885)
+++ PKGBUILD2018-12-20 09:00:34 UTC (rev 416886)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.20.3
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('626817d148f93a81d3e0eb11c96cbb4a170536aa4b490aa68e5d47ea49a656a4')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-startup-notification
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 416885, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 09:00:34 UTC (rev 416886)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.20.3
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('626817d148f93a81d3e0eb11c96cbb4a170536aa4b490aa68e5d47ea49a656a4')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-startup-notification
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in r/repos/extra-x86_64 (8 files)

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 08:55:12
  Author: arojas
Revision: 342599

archrelease: copy trunk to extra-x86_64

Added:
  r/repos/extra-x86_64/PKGBUILD
(from rev 342598, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 342598, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 342598, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.png
(from rev 342598, r/trunk/r.png)
Deleted:
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.png

---+
 PKGBUILD  |  174 ++--
 R.conf|4 -
 r.desktop |   22 +++
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 08:54:44 UTC (rev 342598)
+++ PKGBUILD2018-12-20 08:55:12 UTC (rev 342599)
@@ -1,87 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Contributor: K. Piche 
-
-pkgname=r
-pkgver=3.5.1
-pkgrel=3
-pkgdesc="Language and environment for statistical computing and graphics"
-arch=('x86_64')
-license=('GPL')
-url='https://www.r-project.org/'
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'zip' 'unzip' 'curl' 'icu')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files' 
'gcc-fortran: needed to compile some CRAN packages'
-'openblas: faster linear algebra')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-source=("https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('9314d3d372b05546a33791fbc8dd579c92ebd16b'
-  'dd214eee232b7aced7366722ad416b6b39be8e1b'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-   # set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR="${pkgdir}" install
-
-   #  Fixup R wrapper scripts.
-   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
-   rm "${pkgdir}/usr/lib/R/bin/R"
-   cd "${pkgdir}/usr/lib/R/bin"
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/r.desktop" \
-   "${pkgdir}/usr/share/applications/r.desktop"
-  install -Dm644 "${srcdir}/r.png" \
-   "${pkgdir}/usr/share/pixmaps/r.png"
-
-  # move the config directory to /etc and create symlinks
-  install -d "${pkgdir}/etc/R"
-  cd "${pkgdir}/usr/lib/R/etc"
-  for i in *; do
-mv -f ${i} "${pkgdir}/etc/R"
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
-}

Copied: r/repos/extra-x86_64/PKGBUILD (from rev 342598, r/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 08:55:12 UTC (rev 342599)
@@ -0,0 +1,87 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: K. Piche 
+
+pkgname=r
+pkgver=3.5.2
+pkgrel=1
+pkgdesc="Language and environment for statistical computing and graphics"
+arch=('x86_64')
+license=('GPL')
+url='https://www.r-project.org/'
+depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
+ 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
+ 'libxt' 'libxmu' 'pango' 'xz' 'zip' 'unzip' 'curl' 'icu')
+makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
+optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files' 
'gcc-fortran: needed to compile some CRAN packages'
+'openblas: faster linear algebra')
+backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
+options=('!makeflags' '!emptydirs')
+source=("https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
+   'r.desktop'
+   'r.png'
+   

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

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 08:54:44
  Author: arojas
Revision: 342598

Update to 3.5.2

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 08:15:13 UTC (rev 342597)
+++ PKGBUILD2018-12-20 08:54:44 UTC (rev 342598)
@@ -3,8 +3,8 @@
 # Contributor: K. Piche 
 
 pkgname=r
-pkgver=3.5.1
-pkgrel=3
+pkgver=3.5.2
+pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('9314d3d372b05546a33791fbc8dd579c92ebd16b'
+sha1sums=('057ea91daed3e68a12b2a473ee1283cf26f360e2'
   'dd214eee232b7aced7366722ad416b6b39be8e1b'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 08:53:15
  Author: cesura
Revision: 416884

upgpkg: mate-desktop 1.20.4-1

Updated to version 1.20.4

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 08:48:35 UTC (rev 416883)
+++ PKGBUILD2018-12-20 08:53:15 UTC (rev 416884)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-desktop
-pkgver=1.20.3
+pkgver=1.20.4
 pkgrel=1
 pkgdesc="Library with common API for various MATE modules"
 url="http://mate-desktop.org;
@@ -14,22 +14,22 @@
 conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
 replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('da395f4f640e8b26d6704a5d63e00eeea0393f343cf5f92e2b211458390f5f8c')
+sha256sums=('b9bbb086c352764a6bf01a3c792a2858336b3a28a82ffb818b509de290b1701c')
 
 build() {
-   cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---disable-schemas-compile
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --disable-schemas-compile
 
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-make
+   make
 }
 
 package() {
-cd $pkgname-$pkgver
+   cd "$pkgname-$pkgver"
 
-make DESTDIR="${pkgdir}" install
+   make DESTDIR="${pkgdir}" install
 }


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 08:53:56
  Author: cesura
Revision: 416885

archrelease: copy trunk to community-x86_64

Added:
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 416884, mate-desktop/trunk/PKGBUILD)
Deleted:
  mate-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 08:53:15 UTC (rev 416884)
+++ PKGBUILD2018-12-20 08:53:56 UTC (rev 416885)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-desktop
-pkgver=1.20.3
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('gtk3' 'startup-notification')
-makedepends=('gobject-introspection' 'intltool')
-groups=('mate')
-conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
-replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('da395f4f640e8b26d6704a5d63e00eeea0393f343cf5f92e2b211458390f5f8c')
-
-build() {
-   cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---disable-schemas-compile
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 416884, 
mate-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 08:53:56 UTC (rev 416885)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-desktop
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('b9bbb086c352764a6bf01a3c792a2858336b3a28a82ffb818b509de290b1701c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --disable-schemas-compile
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   make DESTDIR="${pkgdir}" install
+}


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 08:48:35
  Author: cesura
Revision: 416883

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 416882, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 08:47:57 UTC (rev 416882)
+++ PKGBUILD2018-12-20 08:48:35 UTC (rev 416883)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3ebe0c50e3b8cd0420f47719ee7bf806f4719a96d8244f27c98f902bb1f3c0ba')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-startup-notification
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 416882, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 08:48:35 UTC (rev 416883)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.20.3
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('626817d148f93a81d3e0eb11c96cbb4a170536aa4b490aa68e5d47ea49a656a4')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-startup-notification
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 08:47:57
  Author: cesura
Revision: 416882

upgpkg: marco 1.20.3-1

Added libxpresent support/updated to version 1.20.3

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 08:47:02 UTC (rev 416881)
+++ PKGBUILD2018-12-20 08:47:57 UTC (rev 416882)
@@ -2,35 +2,35 @@
 # Contributor: Martin Wimpress 
 
 pkgname=marco
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 pkgdesc="A window manager for MATE"
 url="https://mate-desktop.org;
 arch=('x86_64')
 license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
 makedepends=('intltool' 'itstool')
 groups=('mate')
 conflicts=('marco-gtk3')
 replaces=('marco-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3ebe0c50e3b8cd0420f47719ee7bf806f4719a96d8244f27c98f902bb1f3c0ba')
+sha256sums=('626817d148f93a81d3e0eb11c96cbb4a170536aa4b490aa68e5d47ea49a656a4')
 
 build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-startup-notification
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-startup-notification
 
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-make
+   make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
 }


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

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 08:46:24
  Author: arojas
Revision: 416880

Update to 3.0.0

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 08:32:54 UTC (rev 416879)
+++ PKGBUILD2018-12-20 08:46:24 UTC (rev 416880)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.8
-pkgrel=4
+pkgver=3.0.0
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('95f36cae6cc84d5d745b13cf690b56ea8ba27012faef1f901191d89007232d7d'
+sha256sums=('15cbdc995b468cea013ad51a6b26efe8a132242618f43863f7728dd800d2c6a8'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


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

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 08:47:02
  Author: arojas
Revision: 416881

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 416880, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 08:46:24 UTC (rev 416880)
+++ PKGBUILD2018-12-20 08:47:02 UTC (rev 416881)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=2.9.8
-pkgrel=4
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
- breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('95f36cae6cc84d5d745b13cf690b56ea8ba27012faef1f901191d89007232d7d'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 416880, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 08:47:02 UTC (rev 416881)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=3.0.0
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
+ breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('15cbdc995b468cea013ad51a6b26efe8a132242618f43863f7728dd800d2c6a8'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOpenGL_GL_PREFERENCE=GLVND
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (6 files)

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 08:32:08
  Author: cesura
Revision: 416878

Added libxpresent

Added:
  libxpresent/
  libxpresent/repos/
  libxpresent/trunk/
  libxpresent/trunk/PKGBUILD
Modified:
  mate-menus/trunk/PKGBUILD
  mate-settings-daemon/trunk/PKGBUILD

-+
 libxpresent/trunk/PKGBUILD  |   32 
 mate-menus/trunk/PKGBUILD   |2 +-
 mate-settings-daemon/trunk/PKGBUILD |2 +-
 3 files changed, 34 insertions(+), 2 deletions(-)

Added: libxpresent/trunk/PKGBUILD
===
--- libxpresent/trunk/PKGBUILD  (rev 0)
+++ libxpresent/trunk/PKGBUILD  2018-12-20 08:32:08 UTC (rev 416878)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella 
+# Contributor: Andrey Vihrov 
+
+pkgname=libxpresent
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="X Present Extension library"
+arch=('x86_64')
+url="https://gitlab.freedesktop.org/xorg/lib/libxpresent;
+license=('custom')
+depends=('xorgproto' 'libxfixes' 'libxrandr')
+makedepends=('xorg-util-macros')
+source=("https://gitlab.freedesktop.org/xorg/lib/${pkgname}/-/archive/libXpresent-${pkgver}/${pkgname}-libXpresent-${pkgver}.tar.gz;)
+sha256sums=('86e280867498906ae617faaeefbef10e1ef7d367102950b497503a348bd5daab')
+
+build() {
+   cd "${pkgname}-libXpresent-${pkgver}"
+
+   ./autogen.sh --prefix=/usr --disable-dependency-tracking
+   
+   # -Wl,--as-needed should come before all libraries
+   sed -i -e '/\$CC/s/-shared/\0 -Wl,--as-needed/' libtool
+
+   make
+}
+
+package() {
+   cd "${pkgname}-libXpresent-${pkgver}"
+   
+   make DESTDIR="${pkgdir}" install
+   install -D -m 0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Modified: mate-menus/trunk/PKGBUILD
===
--- mate-menus/trunk/PKGBUILD   2018-12-20 08:28:12 UTC (rev 416877)
+++ mate-menus/trunk/PKGBUILD   2018-12-20 08:32:08 UTC (rev 416878)
@@ -3,7 +3,7 @@
 
 pkgname=mate-menus
 pkgver=1.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="MATE menu specifications"
 url="https://mate-desktop.org;
 arch=('x86_64')

Modified: mate-settings-daemon/trunk/PKGBUILD
===
--- mate-settings-daemon/trunk/PKGBUILD 2018-12-20 08:28:12 UTC (rev 416877)
+++ mate-settings-daemon/trunk/PKGBUILD 2018-12-20 08:32:08 UTC (rev 416878)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-settings-daemon
-pkgver=1.20.3
+pkgver=1.20.4
 pkgrel=1
 pkgdesc="The MATE Settings daemon"
 url="https://mate-desktop.org;


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 08:32:54
  Author: cesura
Revision: 416879

archrelease: copy trunk to community-x86_64

Added:
  libxpresent/repos/community-x86_64/
  libxpresent/repos/community-x86_64/PKGBUILD
(from rev 416878, libxpresent/trunk/PKGBUILD)

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

Copied: libxpresent/repos/community-x86_64/PKGBUILD (from rev 416878, 
libxpresent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-20 08:32:54 UTC (rev 416879)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella 
+# Contributor: Andrey Vihrov 
+
+pkgname=libxpresent
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="X Present Extension library"
+arch=('x86_64')
+url="https://gitlab.freedesktop.org/xorg/lib/libxpresent;
+license=('custom')
+depends=('xorgproto' 'libxfixes' 'libxrandr')
+makedepends=('xorg-util-macros')
+source=("https://gitlab.freedesktop.org/xorg/lib/${pkgname}/-/archive/libXpresent-${pkgver}/${pkgname}-libXpresent-${pkgver}.tar.gz;)
+sha256sums=('86e280867498906ae617faaeefbef10e1ef7d367102950b497503a348bd5daab')
+
+build() {
+   cd "${pkgname}-libXpresent-${pkgver}"
+
+   ./autogen.sh --prefix=/usr --disable-dependency-tracking
+   
+   # -Wl,--as-needed should come before all libraries
+   sed -i -e '/\$CC/s/-shared/\0 -Wl,--as-needed/' libtool
+
+   make
+}
+
+package() {
+   cd "${pkgname}-libXpresent-${pkgver}"
+   
+   make DESTDIR="${pkgdir}" install
+   install -D -m 0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 08:27:49
  Author: arojas
Revision: 416876

Update to 3.6.5

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 08:04:41 UTC (rev 416875)
+++ PKGBUILD2018-12-20 08:27:49 UTC (rev 416876)
@@ -7,8 +7,8 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.5.19
-pkgrel=2
+pkgver=3.6.5
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -15,8 +15,8 @@
 url="https://gnutls.org/;
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-sha256sums=('1936eb64f03aaefd6eb16cef056745618573826b94d03376bb6a4afadc44'
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+sha256sums=('073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35'
 'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 
@@ -25,7 +25,7 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd ${_pkgbasename}-${pkgver}
 
   # disable libidn for security reasons:
   # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
@@ -40,12 +40,12 @@
 }
 
 check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd ${_pkgbasename}-${pkgver}
   #make -k check
 }
 
 package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  cd ${_pkgbasename}-${pkgver}
   make DESTDIR="${pkgdir}" install
   find $pkgdir
 


[arch-commits] Commit in lib32-gnutls/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 08:28:12
  Author: arojas
Revision: 416877

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 416876, lib32-gnutls/trunk/PKGBUILD)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 08:27:49 UTC (rev 416876)
+++ PKGBUILD2018-12-20 08:28:12 UTC (rev 416877)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.5.19
-pkgrel=2
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="https://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-sha256sums=('1936eb64f03aaefd6eb16cef056745618573826b94d03376bb6a4afadc44'
-'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
---with-zlib \
---with-included-unistring \
---disable-static \
---disable-guile \
---disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 416876, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 08:28:12 UTC (rev 416877)
@@ -0,0 +1,53 @@
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.6.5
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+sha256sums=('073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35'
+'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
+--with-zlib \
+--with-included-unistring \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 08:15:05
  Author: anthraxx
Revision: 342596

upgpkg: linux-hardened 4.19.11.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 08:04:18 UTC (rev 342595)
+++ PKGBUILD2018-12-20 08:15:05 UTC (rev 342596)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.19.10
+_pkgver=4.19.11
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('afe968ceeca93eac2173f9f95d90b2eeb489bafdd2083478ac0b7d0704b33e94'
+sha256sums=('1a5eb3452103803feb568d948538a97b4046d6c77f9c26b6c2c9af0ddc5c79ec'
 'SKIP'
-'d9c8c10d6354df9f9ceb3a37c72e64c0ef505334d6568118ff038140a4ff2f55'
+'9cf7f7ca53cd969e7815dc2a470f6ef1ac0f44e23e72e492e692ec71b4ed518c'
 'SKIP'
-'2220df902301d60c2f38802fb82b8176552d4dd26f6726e1d777cd9d26db2b88'
+'3708552516791d7c37b23f9620e06bd9f0b60261e083dd3d06d60289f9f1cd02'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2018-12-20 08:04:18 UTC (rev 342595)
+++ config.x86_64   2018-12-20 08:15:05 UTC (rev 342596)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.10 Kernel Configuration
+# Linux/x86 4.19.11 Kernel Configuration
 #
 
 #
@@ -96,6 +96,7 @@
 CONFIG_VIRT_CPU_ACCOUNTING=y
 CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
 CONFIG_IRQ_TIME_ACCOUNTING=y
+CONFIG_HAVE_SCHED_AVG_IRQ=y
 CONFIG_BSD_PROCESS_ACCT=y
 CONFIG_BSD_PROCESS_ACCT_V3=y
 CONFIG_TASKSTATS=y


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 08:15:13
  Author: anthraxx
Revision: 342597

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 342596, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 342596, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 342596, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 342596, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 342596, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 342596, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19571 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10088 insertions(+), 10087 deletions(-)

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


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

2018-12-20 Thread Christian Hesse via arch-commits
Date: Thursday, December 20, 2018 @ 08:04:38
  Author: eworm
Revision: 416874

upgpkg: lib32-libpng 1.6.36-1

new upstream release

Modified:
  lib32-libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 07:40:35 UTC (rev 416873)
+++ PKGBUILD2018-12-20 08:04:38 UTC (rev 416874)
@@ -5,8 +5,8 @@
 
 _pkgbasename=libpng
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.35
-_apngver=1.6.35
+pkgver=1.6.36
+_apngver=1.6.36
 _libversion=16
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files 
(32-bit)"
@@ -17,8 +17,8 @@
 makedepends=(gcc-multilib)
 
source=("https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz;
 
"https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-sha512sums=('b69152bc7869e98536effa8e45e2dac7bffee26aa9e31fc90b37506a702256919bcf4dd9cadc42fa4e45143bc023ffd7c637742367e58707e8c2226b3a09eee0'
-
'fe02147399a3cf3bf86d12589f876cf685fd5edf140d0e8b92f58fc6f113f8b2fce9ab9c19d5b3c8bff381d7e657faa6a2c6b1b6640472c2f1b59dedc598ef52')
+sha256sums=('eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319'
+'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f')
 
 build() {
   export CC="gcc -m32"


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

2018-12-20 Thread Christian Hesse via arch-commits
Date: Thursday, December 20, 2018 @ 08:04:41
  Author: eworm
Revision: 416875

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libpng/repos/multilib-testing-x86_64/
  lib32-libpng/repos/multilib-testing-x86_64/PKGBUILD
(from rev 416874, lib32-libpng/trunk/PKGBUILD)

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

Copied: lib32-libpng/repos/multilib-testing-x86_64/PKGBUILD (from rev 416874, 
lib32-libpng/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-12-20 08:04:41 UTC (rev 416875)
@@ -0,0 +1,53 @@
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+_pkgbasename=libpng
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.36
+_apngver=1.6.36
+_libversion=16
+pkgrel=1
+pkgdesc="A collection of routines used to create PNG format graphics files 
(32-bit)"
+arch=('x86_64')
+url="http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('lib32-zlib' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=("https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz;
+
"https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
+sha256sums=('eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319'
+'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32 
--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  cd contrib/pngminus
+  make PNGLIB="-L${pkgdir}/usr/lib32 -lpng" -f makefile.std png2pnm pnm2png
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  rm "$pkgdir/usr/bin/libpng-config"
+  ln -s "libpng${_libversion}-config-32" "$pkgdir/usr/bin/libpng-config-32"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2018-12-20 Thread Christian Hesse via arch-commits
Date: Thursday, December 20, 2018 @ 08:04:15
  Author: eworm
Revision: 342594

upgpkg: libpng 1.6.36-1

new upstream release (still without tarball signatures)

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 07:24:59 UTC (rev 342593)
+++ PKGBUILD2018-12-20 08:04:15 UTC (rev 342594)
@@ -4,8 +4,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=libpng
-pkgver=1.6.35
-_apngver=1.6.35
+pkgver=1.6.36
+_apngver=1.6.36
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('x86_64')
@@ -15,8 +15,8 @@
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (mozilla) 
 
source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
 
"https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
-sha256sums=('23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7'
-'18ceb239857bbd32ca706cdad29f1a5dcfb87a5c54258db3bb077cff78c12e04')
+sha256sums=('eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319'
+'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f')
 
 prepare() {
   cd $pkgname-$pkgver


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

2018-12-20 Thread Christian Hesse via arch-commits
Date: Thursday, December 20, 2018 @ 08:04:18
  Author: eworm
Revision: 342595

archrelease: copy trunk to testing-x86_64

Added:
  libpng/repos/testing-x86_64/
  libpng/repos/testing-x86_64/PKGBUILD
(from rev 342594, libpng/trunk/PKGBUILD)

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

Copied: libpng/repos/testing-x86_64/PKGBUILD (from rev 342594, 
libpng/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-20 08:04:18 UTC (rev 342595)
@@ -0,0 +1,49 @@
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libpng
+pkgver=1.6.36
+_apngver=1.6.36
+pkgrel=1
+pkgdesc="A collection of routines used to create PNG format graphics files"
+arch=('x86_64')
+url="http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (mozilla) 
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
+
"https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
+sha256sums=('eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319'
+'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support. Required by Firefox
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd contrib/pngminus
+  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
+  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


<    1   2