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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:15:11
  Author: felixonmars
Revision: 200065

upgpkg: haskell-store 0.2.1.2-11

rebuild with resourcet-1.1.8.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 07:58:45 UTC (rev 200064)
+++ PKGBUILD2016-12-18 08:15:11 UTC (rev 200065)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.2.1.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('custom:BSD3')


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:15:40
  Author: felixonmars
Revision: 200066

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

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

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

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

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 200065, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 08:15:40 UTC (rev 200066)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.2.1.2
+pkgrel=11
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-orphans' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-cryptohash' 'haskell-hashable' 'haskell-hspec' 
'haskell-hspec-smallcheck'
+ 'haskell-lifted-base' 'haskell-monad-control' 
'haskell-mono-traversable'
+ 'haskell-primitive' 'haskell-resourcet' 'haskell-safe' 
'haskell-semigroups'
+ 'haskell-smallcheck' 'haskell-store-core' 'haskell-syb' 
'haskell-text' 'haskell-th-lift'
+ 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('fe54d6fccfccd3fec8820ed1490b25fb')
+
+prepare() {
+sed -i '/fail/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/d

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:18:44
  Author: felixonmars
Revision: 200067

upgpkg: haskell-esqueleto 2.4.3-49

rebuild with resourcet-1.1.8.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:15:40 UTC (rev 200066)
+++ PKGBUILD2016-12-18 08:18:44 UTC (rev 200067)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.3
-pkgrel=48
+pkgrel=49
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto";
 license=("custom:BSD3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:19:13
  Author: felixonmars
Revision: 200068

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

Added:
  haskell-esqueleto/repos/community-staging-i686/
  haskell-esqueleto/repos/community-staging-i686/PKGBUILD
(from rev 200067, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-i686/persistent-2.5.patch
(from rev 200067, haskell-esqueleto/trunk/persistent-2.5.patch)
  haskell-esqueleto/repos/community-staging-x86_64/
  haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD
(from rev 200067, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-x86_64/persistent-2.5.patch
(from rev 200067, haskell-esqueleto/trunk/persistent-2.5.patch)

---+
 community-staging-i686/PKGBUILD   |   55 +++
 community-staging-i686/persistent-2.5.patch   |  119 
 community-staging-x86_64/PKGBUILD |   55 +++
 community-staging-x86_64/persistent-2.5.patch |  119 
 4 files changed, 348 insertions(+)

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
200067, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 08:19:13 UTC (rev 200068)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=49
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
+persistent-2.5.patch)
+sha256sums=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc230d3ded6e897434'
+'101534ae4db348978b427a5a5b06a51765a680c4c8ae038ce283214fcd44f9e4')
+
+prepare() {
+# https://github.com/prowdsponsor/esqueleto/pull/139
+(cd $_hkgname-$pkgver && patch -p1 -i ../persistent-2.5.patch)
+
+sed -e 's/base >= 4.5 && < 4.9/base >= 
4.5 \&\& < 4.10/' \
+-e 's/, persistent   >= 2.5 && < 2.6/, persistent  
 >= 2.5 \&\& < 2.7/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-esqueleto/repos/community-staging-i686/persistent-2.5.patch 
(from rev 200067, haskell-esqueleto/trunk/persistent-2.5.patch)
===
--- community-staging-i686/persistent-2.5.patch (rev 0)
+++ community-staging-i686/persistent-2.5.patch 2016-12-18 08:19:13 UTC (rev 
200068)
@@ -0,0 +1,119 @@
+From 811f3722818b56ae5a4fb4601a2a772532201571 Mon Sep 17 00:00:00 2001
+From: Hao Lian 
+Date: Mon, 2 May 2016 13:19:33 -0400
+Subject: [PATCH] upgrade to persistent 2.5
+
+---
+ esqueleto.cabal | 10 +-
+ src/Database/Esqueleto.hs   | 21 +++--
+ src/Database/Esqueleto/Internal/PersistentImport.hs |  2 +-
+ stack.yaml  | 16 +++-
+ test/Test.hs|  5 +++--
+ 5 files changed, 39 insertions(+), 15 deletions(-)
+
+diff --git a/esqueleto.cabal b/esqueleto.cabal
+index 65aa237..6494349 

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:23:42
  Author: felixonmars
Revision: 200070

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

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 200069, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 08:23:42 UTC (rev 200070)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6
+pkgrel=16
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('628670f06cc533adb057649a253e9332aa2b3f69278af8fd32905e9bb00e0ffa')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 200069, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 08:23:42 UTC (rev 200070)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6
+pkgrel=16
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('628670f06cc533adb057649a253e9332aa2b3f69278af8fd32905e9bb00e0ffa')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/sha

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:23:13
  Author: felixonmars
Revision: 200069

upgpkg: haskell-persistent-sqlite 2.6-16

rebuild with resourcet-1.1.8.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:19:13 UTC (rev 200068)
+++ PKGBUILD2016-12-18 08:23:13 UTC (rev 200069)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6
-pkgrel=15
+pkgrel=16
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:34:44
  Author: felixonmars
Revision: 200071

upgpkg: pandoc-citeproc 0.10.2.2-16

rebuild with resourcet-1.1.8.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:23:42 UTC (rev 200070)
+++ PKGBUILD2016-12-18 08:34:44 UTC (rev 200071)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.2.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("custom:BSD3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:35:13
  Author: felixonmars
Revision: 200072

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

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 200071, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 08:35:13 UTC (rev 200072)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.2.2
+pkgrel=16
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('1475a2e0a13922df9c931c0480154fa4f02bd81ef34b166596b035898c94dd7a')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
200071, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 08:35:13 UTC (rev 200072)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.2.2
+pkgrel=16
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+so

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:39:47
  Author: felixonmars
Revision: 200073

upgpkg: haskell-hpack 0.15.0-9

rebuild with resourcet-1.1.8.1

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:35:13 UTC (rev 200072)
+++ PKGBUILD2016-12-18 08:39:47 UTC (rev 200073)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.15.0
-pkgrel=8
+pkgrel=9
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme";
 license=("MIT")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:40:16
  Author: felixonmars
Revision: 200074

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

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

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

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 200073, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 08:40:16 UTC (rev 200074)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.15.0
+pkgrel=9
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('ff26cc3e29fe45db8a6abfe666713477')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 200073, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 08:40:16 UTC (rev 200074)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.15.0
+pkgrel=9
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('ff26cc3e29fe45db8a6abfe666713477')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:43:36
  Author: felixonmars
Revision: 200075

upgpkg: haskell-yesod-static 1.5.1.1-12

rebuild with resourcet-1.1.8.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:40:16 UTC (rev 200074)
+++ PKGBUILD2016-12-18 08:43:36 UTC (rev 200075)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.1.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:44:05
  Author: felixonmars
Revision: 200076

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

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

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
200075, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 08:44:05 UTC (rev 200076)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=12
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --d

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:47:14
  Author: felixonmars
Revision: 200077

upgpkg: haskell-dav 1.3.1-28

rebuild with resourcet-1.1.8.1

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:44:05 UTC (rev 200076)
+++ PKGBUILD2016-12-18 08:47:14 UTC (rev 200077)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=27
+pkgrel=28
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:47:44
  Author: felixonmars
Revision: 200078

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 200077, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 08:47:44 UTC (rev 200078)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=28
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 200077, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 08:47:44 UTC (rev 200078)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=28
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:50:16
  Author: felixonmars
Revision: 200079

upgpkg: haskell-dns 2.0.10-4

rebuild with resourcet-1.1.8.1

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:47:44 UTC (rev 200078)
+++ PKGBUILD2016-12-18 08:50:16 UTC (rev 200079)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.10
-pkgrel=3
+pkgrel=4
 pkgdesc="DNS library in Haskell"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:50:45
  Author: felixonmars
Revision: 200080

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

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

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

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 200079, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 08:50:45 UTC (rev 200080)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.10
+pkgrel=4
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" 
"haskell-resourcet"
+ "haskell-safe")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 200079, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 08:50:45 UTC (rev 200080)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.10
+pkgrel=4
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" 
"haskell-resourcet"
+ "haskell-safe")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:53:48
  Author: felixonmars
Revision: 200081

upgpkg: haskell-yesod-default 1.2.0-83

rebuild with resourcet-1.1.8.1

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:50:45 UTC (rev 200080)
+++ PKGBUILD2016-12-18 08:53:48 UTC (rev 200081)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=82
+pkgrel=83
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 08:56:26
  Author: felixonmars
Revision: 200082

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

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

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

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

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


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 09:00:36
  Author: felixonmars
Revision: 200083

upgpkg: haskell-conduit-combinators 1.0.8.3-6

rebuild with resourcet-1.1.8.1

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 08:56:26 UTC (rev 200082)
+++ PKGBUILD2016-12-18 09:00:36 UTC (rev 200083)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.8.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable";
 license=("MIT")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 09:02:45
  Author: felixonmars
Revision: 200084

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

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

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

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 200083, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 09:02:45 UTC (rev 200084)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.8.3
+pkgrel=6
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('3b81e379c4dcb1cb6212bcbad1d0714e46f400ebf9ae2abe23621db500406dbe')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 200083, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 09:02:45 UTC (rev 200084)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.8.3
+pkgrel=6
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('3b81e379c4dcb1cb6212bcbad1d0714e46f400ebf9ae2abe23621db500406dbe')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+

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

2016-12-18 Thread Nicola Squartini
Date: Sunday, December 18, 2016 @ 09:42:47
  Author: tensor5
Revision: 200085

upgpkg: caprine 1.7.0-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 09:02:45 UTC (rev 200084)
+++ PKGBUILD2016-12-18 09:42:47 UTC (rev 200085)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -13,7 +13,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('380b27a551fb6fee496257a44464cbe028066ed4b66b8abd74eb56cb02a802d8'
+sha256sums=('c53d8b678dedf3fe5eeb9e2c0325a2a1da04d30ba33eb08244eb6b4786773543'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 


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

2016-12-18 Thread Nicola Squartini
Date: Sunday, December 18, 2016 @ 09:43:05
  Author: tensor5
Revision: 200086

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 200085, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 200085, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 200085, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  114 +++---
 caprine.desktop |   18 
 caprine.js  |   58 +--
 3 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 09:42:47 UTC (rev 200085)
+++ PKGBUILD2016-12-18 09:43:05 UTC (rev 200086)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('380b27a551fb6fee496257a44464cbe028066ed4b66b8abd74eb56cb02a802d8'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 200085, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 09:43:05 UTC (rev 200086)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('c53d8b678dedf3fe5eeb9e2c0325a2a1da04d30ba33eb08244eb6b4786773543'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
+-i {} \; \
+-or -name ".*" -prune -exec rm -r '{}' \; \
+-or -name "b

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 09:53:38
  Author: felixonmars
Revision: 200087

upgpkg: stack 1.2.0-33

rebuild with resourcet-1.1.8.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 09:43:05 UTC (rev 200086)
+++ PKGBUILD2016-12-18 09:53:38 UTC (rev 200087)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.2.0
-pkgrel=32
+pkgrel=33
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 09:54:11
  Author: felixonmars
Revision: 200088

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 200087, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 200087, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 200087, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 200087, stack/trunk/stack.install)

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 200087, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 09:54:11 UTC (rev 200088)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.2.0
+pkgrel=33
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-edit-distance"
+ "haskell-either" "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" "haskell-hashable" 
"haskell-hastache"
+ "haskell-hit" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-async" 
"haskell-lifted-base"
+ "haskell-microlens" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" "haskell-store"
+ "haskell-streaming-commons" "haskell-tar" "haskell-temporary" 
"haskell-text"
+ "haskell-text-binary" "haskell-tls" "haskell-transformers-base"
+ "haskell-unicode-transforms" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('6a13a98413ea5f1a0642d9080892e6bcd996a17baa4d61521c0e0f3d9bb810b3')
+
+prepare() {
+sed -i 's/unicode-transforms ==0.1.\*,/unicode-transforms >=0.1,/' 
stack-$pkgver/stack.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}
+
+p

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 09:59:41
  Author: felixonmars
Revision: 200091

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 09:59:18 UTC (rev 200090)
+++ PKGBUILD2016-12-18 09:59:41 UTC (rev 200091)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.10
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org";
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
-  'python2-twisted' 'python-tornado' 'python2-tornado'
-  'python2-paste' 'python2-gevent')
-source=("git+https://github.com/defnull/bottle.git#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a bottle{,-py2}
-  sed -i "1s/python/python2/" bottle-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir/"bottle
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir/"bottle-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 200090, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 09:59:41 UTC (rev 200091)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.11
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org";
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("git+https://github.com/defnull/bottle.git#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a bottle{,-py2}
+  sed -i "1s/python/python2/" bottle-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir/"bottle
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir/"bottle-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 09:59:13
  Author: arojas
Revision: 200089

Build with GCC 5

Modified:
  cuneiform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 09:54:11 UTC (rev 200088)
+++ PKGBUILD2016-12-18 09:59:13 UTC (rev 200089)
@@ -11,7 +11,7 @@
 url="https://launchpad.net/cuneiform-linux";
 license=('BSD')
 depends=('imagemagick')
-makedepends=('cmake')
+makedepends=('cmake' 'gcc5')
 
source=(https://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
 sha256sums=('577e0d054de72086c33b4e8ae15033657776509b9a7af6eb272888eefcbdbbad')
 
@@ -26,6 +26,8 @@
   cmake \
-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_COMPILER=g++-5 \
+-DCMAKE_C_COMPILER=gcc-5 \
-DImageMagick_Magick++_LIBRARY=$LMAGICK \
-DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
..


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 09:59:18
  Author: felixonmars
Revision: 200090

upgpkg: python-bottle 0.12.11-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 09:59:13 UTC (rev 200089)
+++ PKGBUILD2016-12-18 09:59:18 UTC (rev 200090)
@@ -6,7 +6,7 @@
 
 pkgbase=python-bottle
 pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.10
+pkgver=0.12.11
 pkgrel=1
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
@@ -14,10 +14,10 @@
 license=('MIT')
 options=(!emptydirs)
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-  'python-cherrypy' 'python2-cherrypy' 'python-twisted'
-  'python2-twisted' 'python-tornado' 'python2-tornado'
-  'python2-paste' 'python2-gevent')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
 source=("git+https://github.com/defnull/bottle.git#tag=${pkgver}";)
 sha512sums=('SKIP')
 


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 10:01:24
  Author: felixonmars
Revision: 200092

upgpkg: hopenpgp-tools 0.19.4-15

rebuild with resourcet-1.1.8.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 09:59:41 UTC (rev 200091)
+++ PKGBUILD2016-12-18 10:01:24 UTC (rev 200092)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=14
+pkgrel=15
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 10:01:59
  Author: felixonmars
Revision: 200093

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

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

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 200092, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 10:01:59 UTC (rev 200093)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=15
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
200092, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 10:01:59 UTC (rev 200093)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=15
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 10:08:09
  Author: felixonmars
Revision: 200095

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 200094, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 10:08:09 UTC (rev 200095)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.6
+pkgrel=7
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-tar" "haskell-text" 
"haskell-uniplate"
+ "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('fd151310dcdb4fc8c317aabe0faf0b9563ccd59471de12ea3f10136c6f134712')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 200094, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 10:08:09 UTC (rev 200095)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.6
+pkgrel=7
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-tar" "haskell-text" 
"haskell-uniplate"
+ "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('fd151310dcdb4fc8c317aabe0faf0b9563ccd59471de12ea3f10136c6f134712')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 10:07:37
  Author: felixonmars
Revision: 200094

upgpkg: hoogle 5.0.6-7

rebuild with resourcet-1.1.8.1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 10:01:59 UTC (rev 200093)
+++ PKGBUILD2016-12-18 10:07:37 UTC (rev 200094)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 10:09:22
  Author: felixonmars
Revision: 200096

upgpkg: python-bcrypt 3.1.2-1

Modified:
  python-bcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 10:08:09 UTC (rev 200095)
+++ PKGBUILD2016-12-18 10:09:22 UTC (rev 200096)
@@ -7,7 +7,7 @@
 _pypiname=bcrypt
 pkgbase=python-bcrypt
 pkgname=("python-bcrypt" "python2-bcrypt")
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Modern password hashing for your software and your servers"
 arch=('i686' 'x86_64')


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 10:10:43
  Author: felixonmars
Revision: 200097

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-18 10:09:22 UTC (rev 200096)
+++ community-i686/PKGBUILD 2016-12-18 10:10:43 UTC (rev 200097)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lex Black 
-# Contributor: Igor Nemilentsev 
-# Contributor: Alexander Diana 
-
-_pypiname=bcrypt
-pkgbase=python-bcrypt
-pkgname=("python-bcrypt" "python2-bcrypt")
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Modern password hashing for your software and your servers"
-arch=('i686' 'x86_64')
-url="https://github.com/pyca/bcrypt";
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/pyca/bcrypt.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "$srcdir"/bcrypt{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8 
-}
-
-build() {
-  cd "$srcdir"/bcrypt
-  python setup.py build
-
-  cd "$srcdir"/bcrypt-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/bcrypt
-  python setup.py ptr
-
-  cd "$srcdir"/bcrypt-py2
-  python2 setup.py ptr
-}
-
-package_python-bcrypt() {
-  depends=('python-cffi' 'python-six')
-
-  cd bcrypt
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 "$srcdir"/bcrypt/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_python2-bcrypt() {
-  depends=('python2-cffi' 'python2-six')
-
-  cd bcrypt-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 "$srcdir"/bcrypt/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-bcrypt/repos/community-i686/PKGBUILD (from rev 200096, 
python-bcrypt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 10:10:43 UTC (rev 200097)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Lex Black 
+# Contributor: Igor Nemilentsev 
+# Contributor: Alexander Diana 
+
+_pypiname=bcrypt
+pkgbase=python-bcrypt
+pkgname=("python-bcrypt" "python2-bcrypt")
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Modern password hashing for your software and your servers"
+arch=('i686' 'x86_64')
+url="https://github.com/pyca/bcrypt";
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/pyca/bcrypt.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "$srcdir"/bcrypt{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8 
+}
+
+build() {
+  cd "$srcdir"/bcrypt
+  python setup.py build
+
+  cd "$srcdir"/bcrypt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/bcrypt
+  python setup.py ptr
+
+  cd "$srcdir"/bcrypt-py2
+  python2 setup.py ptr
+}
+
+package_python-bcrypt() {
+  depends=('python-cffi' 'python-six')
+
+  cd bcrypt
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 "$srcdir"/bcrypt/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python2-bcrypt() {
+  depends=('python2-cffi' 'python2-six')
+
+  cd bcrypt-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 "$srcdir"/bcrypt/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-18 10:09:22 UTC (rev 200096)
+++ community-x86_64/PKGBUILD   2016-12-18 10:10:43 UTC (rev 200097)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lex Black 
-# Contributor: Igor Nemilentsev 
-# Contributor: Alexander Diana 
-
-_pypiname=bcrypt
-pkgbase=python-bcrypt
-pkgname=("python-bcrypt" "python2-bcrypt")
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Modern password hashing for your software and your servers"
-arch=('i686' '

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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 10:27:54
  Author: arojas
Revision: 200098

imagemagick 6.9.6.8 rebuild

Modified:
  cuneiform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 10:10:43 UTC (rev 200097)
+++ PKGBUILD2016-12-18 10:27:54 UTC (rev 200098)
@@ -5,7 +5,7 @@
 pkgname=cuneiform
 pkgver=1.1.0
 _dpkgver=1.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
 arch=('i686' 'x86_64')
 url="https://launchpad.net/cuneiform-linux";


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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 10:28:10
  Author: arojas
Revision: 200099

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

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

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

Copied: cuneiform/repos/community-staging-i686/PKGBUILD (from rev 200098, 
cuneiform/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 10:28:10 UTC (rev 200099)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Maxim Vuets 
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=15
+pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
+arch=('i686' 'x86_64')
+url="https://launchpad.net/cuneiform-linux";
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake' 'gcc5')
+source=(https://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+sha256sums=('577e0d054de72086c33b4e8ae15033657776509b9a7af6eb272888eefcbdbbad')
+
+build() {
+  cd "${srcdir}/${pkgname}-linux-${pkgver}"
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_COMPILER=g++-5 \
+-DCMAKE_C_COMPILER=gcc-5 \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd "${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform" | grep Magick 
>/dev/null
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-linux-${pkgver}"/builddir
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 
"${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt" \
+"${pkgdir}/usr/share/licenses/cuneiform/license.txt"
+}

Copied: cuneiform/repos/community-staging-x86_64/PKGBUILD (from rev 200098, 
cuneiform/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 10:28:10 UTC (rev 200099)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Maxim Vuets 
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=15
+pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
+arch=('i686' 'x86_64')
+url="https://launchpad.net/cuneiform-linux";
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake' 'gcc5')
+source=(https://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+sha256sums=('577e0d054de72086c33b4e8ae15033657776509b9a7af6eb272888eefcbdbbad')
+
+build() {
+  cd "${srcdir}/${pkgname}-linux-${pkgver}"
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_COMPILER=g++-5 \
+-DCMAKE_C_COMPILER=gcc-5 \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd "${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform" | grep Magick 
>/dev/null
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-linux-${pkgver}"/builddir
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 
"${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt" \
+"${pkgdir}/usr/share/licenses/cuneiform/license.txt"
+}


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

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 10:34:52
  Author: jlichtblau
Revision: 200100

upgpkg: tellico 3.0-3 - FS#52188 fix

Modified:
  tellico/trunk/PKGBUILD
  tellico/trunk/tellico.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 10:28:10 UTC (rev 200099)
+++ PKGBUILD2016-12-18 10:34:52 UTC (rev 200100)
@@ -6,7 +6,7 @@
 
 pkgname=tellico
 pkgver=3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection manager for KDE"
 arch=('i686' 'x86_64')
 url="http://tellico-project.org/";
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('exempi' 'qt5-base' 'kio' 'libksane' 'libcddb' 'libdiscid' 
'hicolor-icon-theme' 'kfilemetadata'
  'knewstuff' 'kxmlgui' 'kitemmodels' 'python2' 'solid' 'khtml' 'yaz' 
'taglib' 'poppler-qt5')
-makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
 changelog=$pkgname.changelog
 source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
 sha256sums=('ad78e909e9e0f3ea5b44e8178026a5bd009f2596697a7d47729549a60c2cf2cb')

Modified: tellico.changelog
===
--- tellico.changelog   2016-12-18 10:28:10 UTC (rev 200099)
+++ tellico.changelog   2016-12-18 10:34:52 UTC (rev 200100)
@@ -1,3 +1,6 @@
+2016-12-18 Jaroslav Lichtblau 
+   * tellico 3.0-3 FS#52188 fix
+
 2016-11-09 Jaroslav Lichtblau 
* tellico 3.0-1
 


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

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 10:35:21
  Author: jlichtblau
Revision: 200101

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

Added:
  tellico/repos/community-i686/PKGBUILD
(from rev 200100, tellico/trunk/PKGBUILD)
  tellico/repos/community-i686/tellico.changelog
(from rev 200100, tellico/trunk/tellico.changelog)
  tellico/repos/community-x86_64/PKGBUILD
(from rev 200100, tellico/trunk/PKGBUILD)
  tellico/repos/community-x86_64/tellico.changelog
(from rev 200100, tellico/trunk/tellico.changelog)
Deleted:
  tellico/repos/community-i686/PKGBUILD
  tellico/repos/community-i686/tellico.changelog
  tellico/repos/community-x86_64/PKGBUILD
  tellico/repos/community-x86_64/tellico.changelog

+
 /PKGBUILD  |   74 +++
 /tellico.changelog |   58 +++
 community-i686/PKGBUILD|   37 -
 community-i686/tellico.changelog   |   26 
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/tellico.changelog |   26 
 6 files changed, 132 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-18 10:34:52 UTC (rev 200100)
+++ community-i686/PKGBUILD 2016-12-18 10:35:21 UTC (rev 200101)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=tellico
-pkgver=3.0
-pkgrel=2
-pkgdesc="A collection manager for KDE"
-arch=('i686' 'x86_64')
-url="http://tellico-project.org/";
-license=('GPL')
-depends=('exempi' 'qt5-base' 'kio' 'libksane' 'libcddb' 'libdiscid' 
'hicolor-icon-theme' 'kfilemetadata'
- 'knewstuff' 'kxmlgui' 'kitemmodels' 'python2' 'solid' 'khtml' 'yaz' 
'taglib' 'poppler-qt5')
-makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('ad78e909e9e0f3ea5b44e8178026a5bd009f2596697a7d47729549a60c2cf2cb')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build && cd build
-
-  cmake ../$pkgname-$pkgver -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-  
-# fix python 2.7 path
-  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: tellico/repos/community-i686/PKGBUILD (from rev 200100, 
tellico/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 10:35:21 UTC (rev 200101)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=tellico
+pkgver=3.0
+pkgrel=3
+pkgdesc="A collection manager for KDE"
+arch=('i686' 'x86_64')
+url="http://tellico-project.org/";
+license=('GPL')
+depends=('exempi' 'qt5-base' 'kio' 'libksane' 'libcddb' 'libdiscid' 
'hicolor-icon-theme' 'kfilemetadata'
+ 'knewstuff' 'kxmlgui' 'kitemmodels' 'python2' 'solid' 'khtml' 'yaz' 
'taglib' 'poppler-qt5')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
+sha256sums=('ad78e909e9e0f3ea5b44e8178026a5bd009f2596697a7d47729549a60c2cf2cb')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build && cd build
+
+  cmake ../$pkgname-$pkgver -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+  
+# fix python 2.7 path
+  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Deleted: community-i686/tellico.changelog
===
--- community-i686/tellico.changelog2016-12-18 10:34:52 UTC (rev 200100)
+++ community-i686/tellico.changelog2016-12-18 10:35:21 UTC (rev 200101)
@@ -1,26 +0,0 @@
-2016-11-09 Jaroslav Lichtblau 
-   * tellico 3.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * tellico 2.3.11-2 pacman hooks rebuild
-
-2015-12-11 Jaroslav Lichtblau 
-   * tellico 2.3.11-1
-
-2015-02-16 Jaroslav Lichtblau 
-   * tellico 2.3.10-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * tellico 2.3.9-1
-
-2014-03-09 Andrea Scarpino 
-   * tellico 2.3.8-5 be sure Nepomuk support is disabled
-
-2014-03-09 Jaroslav Lichtblau 
-   * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
-
-2013-07-14 Jaroslav Lichtblau 
-   * tellico 2.3.8-1
-
-2013-01-30 Jaroslav Lichtblau 
-   * tellico 2.3.7-1

Copied: tellico/repos/community-i686/tellico.changelog (from rev 200100, 
tellico/trunk/tel

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 10:52:11
  Author: felixonmars
Revision: 200102

upgpkg: idris 0.99-9

rebuild with resourcet-1.1.8.1

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 10:35:21 UTC (rev 200101)
+++ PKGBUILD2016-12-18 10:52:11 UTC (rev 200102)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.99
-pkgrel=8
+pkgrel=9
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/";
 license=("custom:BSD3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 10:55:10
  Author: felixonmars
Revision: 200103

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

Added:
  idris/repos/community-staging-i686/
  idris/repos/community-staging-i686/PKGBUILD
(from rev 200102, idris/trunk/PKGBUILD)
  idris/repos/community-staging-i686/datadir.patch
(from rev 200102, idris/trunk/datadir.patch)
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 200102, idris/trunk/PKGBUILD)
  idris/repos/community-staging-x86_64/datadir.patch
(from rev 200102, idris/trunk/datadir.patch)

+
 community-staging-i686/PKGBUILD|   49 ++
 community-staging-i686/datadir.patch   |   84 +++
 community-staging-x86_64/PKGBUILD  |   49 ++
 community-staging-x86_64/datadir.patch |   84 +++
 4 files changed, 266 insertions(+)

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 200102, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 10:55:10 UTC (rev 200103)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.99
+pkgrel=9
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" 
"haskell-libffi" "haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("git+https://github.com/idris-lang/Idris-dev.git#tag=v$pkgver";
+datadir.patch)
+sha256sums=('SKIP'
+'e7cf290770a7ee08cc4089eccf23a7501300d70e85df03d84652b3045d568371')
+
+prepare() {
+sed -i 's/, safe == 0.3.9/, safe >= 0.3.9/' Idris-dev/${pkgname}.cabal
+
+cd Idris-dev
+# https://github.com/idris-lang/Idris-dev/issues/3544
+patch -p1 -i ../datadir.patch
+}
+
+build() {
+cd "${srcdir}/Idris-dev"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/Idris-dev"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-i686/datadir.patch (from rev 200102, 
idris/trunk/datadir.patch)
===
--- community-staging-i686/datadir.patch(rev 0)
+++ community-staging-i686/datadir.patch2016-12-18 10:55:10 UTC (rev 
200103)
@@ -0,0 +1,84 @@
+From d1bc3fa3c704bc233f0036ea13204d7790d26477 Mon Sep 17 00:00:00 2001
+From: Jan de Muijnck-Hughes 
+Date: Mon, 5 Dec 2016 11:17:51 +
+Subject: [PATCH] Make fetching of data files more robust. Fixes #3544
+
+`getDataFileName` didn't take into account possible changes in Idris' datadir 
that were not cabal made. This fix adds a more robust variant of 
`getDataFileName`.
+---
+ src/IRTS/System.hs| 7 ++-
+ src/Idris/IdrisDoc.hs | 4 ++--
+ src/Idris/Info.hs | 5 +
+ 3 files changed, 13 insertions(+), 3 deletions(-)
+
+diff --git a/src/IRTS/System.hs b/src/IRTS/System.hs
+index def563e..9d3d11a 100644
+--- a/src/IRTS/System.hs
 b/src/IRTS/System.hs
+@@ -6,7 +6,7 @@ License : BSD3
+ Maintainer  : The Idris Community.
+ -}
+ {-# LANGUAGE CPP #-}
+-module IRTS.System( getDataFileName
++module IRTS.System( getIdrisDataFileByName
+   , getCC
+   , getLibFlags
+   , getIdrisDataDir
+@@ -42,6 +42,11 @@ getIdrisDataDir = do
+   return ddir
+ Just ddir -> return ddir
+ 
++getIdrisDataFileByName :: String -> IO FilePath
++getIdrisDataFileByName fn = do
++  dir <- getIdrisDataDir
++  return $ dir  fn
++
+ overrideIdrisSubDirWith :: String  -- ^ Sub directory in `getDataDir` 
location.
+

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

2016-12-18 Thread Jelle van der Waa
Date: Sunday, December 18, 2016 @ 11:05:01
  Author: jelle
Revision: 200104

upgpkg: httpie 0.9.8-1

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 10:55:10 UTC (rev 200103)
+++ PKGBUILD2016-12-18 11:05:01 UTC (rev 200104)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=httpie
-pkgver=0.9.6
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="cURL for humans"
 url="https://github.com/jkbr/httpie";
@@ -14,7 +14,7 @@
 license=('BSD')
 arch=('any')
 source=("https://github.com/jkbrzt/httpie/archive/$pkgver.tar.gz";)
-md5sums=('f7dd071fa00fbbf003bfa8ca83233e69')
+md5sums=('425a1c92590d9b906a7369f5c17990a4')
 
 build() {
   cd httpie-$pkgver


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

2016-12-18 Thread Jelle van der Waa
Date: Sunday, December 18, 2016 @ 11:05:09
  Author: jelle
Revision: 200105

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 200104, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 11:05:01 UTC (rev 200104)
+++ PKGBUILD2016-12-18 11:05:09 UTC (rev 200105)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jkbr/httpie";
-depends=('python-requests' 'python-pygments')
-makedepends=('python-setuptools')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=("https://github.com/jkbrzt/httpie/archive/$pkgver.tar.gz";)
-md5sums=('f7dd071fa00fbbf003bfa8ca83233e69')
-
-build() {
-  cd httpie-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd httpie-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 200104, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 11:05:09 UTC (rev 200105)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jkbr/httpie";
+depends=('python-requests' 'python-pygments')
+makedepends=('python-setuptools')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=("https://github.com/jkbrzt/httpie/archive/$pkgver.tar.gz";)
+md5sums=('425a1c92590d9b906a7369f5c17990a4')
+
+build() {
+  cd httpie-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd httpie-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 11:06:32
  Author: felixonmars
Revision: 200106

upgpkg: haskell-hakyll 4.9.1.0-16

rebuild with resourcet-1.1.8.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 11:05:09 UTC (rev 200105)
+++ PKGBUILD2016-12-18 11:06:32 UTC (rev 200106)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.1.0
-pkgrel=15
+pkgrel=16
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 11:08:10
  Author: felixonmars
Revision: 200107

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 200106, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 11:08:10 UTC (rev 200107)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.1.0
+pkgrel=16
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('47f5b2eb038be6cf8a2fbb0eb3fa012b687ed06104b59169c39bf4662c87bf84')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
200106, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 11:08:10 UTC (rev 200107)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.1.0
+pkgrel=16
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('47f5b2eb038be6cf8a2fbb0eb3fa012b687ed06104b59169c39bf4662c87bf84')
+
+b

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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 11:18:50
  Author: arojas
Revision: 284289

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

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

---+
 /PKGBUILD |  124 
 extra-i686/PKGBUILD   |   61 ---
 extra-x86_64/PKGBUILD |   61 ---
 3 files changed, 124 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-18 11:18:19 UTC (rev 284288)
+++ extra-i686/PKGBUILD 2016-12-18 11:18:50 UTC (rev 284289)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-# Contributor: sergeantspoon 
-
-pkgbase=libssh
-pkgname=(libssh libssh-docs)
-pkgver=0.7.3
-pkgrel=1
-pkgdesc="Library for accessing ssh client services through C libraries"
-url="http://www.libssh.org/";
-license=(LGPL)
-arch=(i686 x86_64)
-depends=(openssl)
-makedepends=(cmake cmocka doxygen)
-checkdepends=(openssh)
-source=(https://red.libssh.org/attachments/download/195/$pkgname-$pkgver.tar.xz
-
https://red.libssh.org/attachments/download/194/$pkgname-$pkgver.tar.asc)
-md5sums=('05465da8004f3258db946346213209de'
- 'SKIP')
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

-
-prepare() {
-  # disable the test. It is confused by our clean container setup.
-  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
-  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
-  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
-
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_GSSAPI=OFF \
--DWITH_TESTING=ON
-  make
-  make doc
-}
-
-check() {
-  cd build
-  make test
-}
-
-package_libssh() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_libssh-docs() {
-  pkgdesc="Documentation for libssh"
-  depends=()
-
-  mkdir -p "$pkgdir"/usr/share/doc/libssh
-  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
-  cp -r build/doc/man "$pkgdir"/usr/share
-}

Copied: libssh/repos/extra-i686/PKGBUILD (from rev 284288, 
libssh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-18 11:18:50 UTC (rev 284289)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+# Contributor: sergeantspoon 
+
+pkgbase=libssh
+pkgname=(libssh libssh-docs)
+pkgver=0.7.3
+pkgrel=2
+pkgdesc="Library for accessing ssh client services through C libraries"
+url="http://www.libssh.org/";
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(openssl zlib)
+makedepends=(cmake cmocka doxygen)
+checkdepends=(openssh)
+source=(https://red.libssh.org/attachments/download/195/$pkgname-$pkgver.tar.xz
+
https://red.libssh.org/attachments/download/194/$pkgname-$pkgver.tar.asc)
+md5sums=('05465da8004f3258db946346213209de'
+ 'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

+
+prepare() {
+  # disable the test. It is confused by our clean container setup.
+  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
+  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
+  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
+
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_GSSAPI=OFF \
+-DWITH_TESTING=ON
+  make
+  make doc
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_libssh() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_libssh-docs() {
+  pkgdesc="Documentation for libssh"
+  depends=()
+
+  mkdir -p "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/man "$pkgdir"/usr/share
+  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-18 11:18:19 UTC (rev 284288)
+++ extra-x86_64/PKGBUILD   2016-12-18 11:18:50 UTC (rev 284289)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-# Contributor: sergeantspoon 
-
-pkgbase=libssh
-pkgname=(libssh libssh-docs)
-pkgver=0.7.3
-pkgrel=1
-pkgd

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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 11:18:19
  Author: arojas
Revision: 284288

Remove useless man pages (FS#52162)

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 02:53:37 UTC (rev 284287)
+++ PKGBUILD2016-12-18 11:18:19 UTC (rev 284288)
@@ -7,12 +7,12 @@
 pkgbase=libssh
 pkgname=(libssh libssh-docs)
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/";
 license=(LGPL)
 arch=(i686 x86_64)
-depends=(openssl)
+depends=(openssl zlib)
 makedepends=(cmake cmocka doxygen)
 checkdepends=(openssh)
 source=(https://red.libssh.org/attachments/download/195/$pkgname-$pkgver.tar.xz
@@ -58,4 +58,5 @@
   mkdir -p "$pkgdir"/usr/share/doc/libssh
   cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
   cp -r build/doc/man "$pkgdir"/usr/share
+  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
 }


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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 11:25:57
  Author: arojas
Revision: 284290

Add optdepends for additional image format thumbnails (FS#52179)

Modified:
  kio-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 11:18:50 UTC (rev 284289)
+++ PKGBUILD2016-12-18 11:25:57 UTC (rev 284290)
@@ -12,7 +12,8 @@
 license=(LGPL)
 depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty kactivities)
 makedepends=(extra-cmake-modules kdoctools kdesignerplugin qt5-webengine)
-optdepends=('qt5-webengine: HTML thumbnailer')
+optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
+'kimageformats: thumbnails for additional image formats')
 groups=(kde-applications kdenetwork)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 md5sums=('3988cabcb1a6c641b07921b24b133859'


[arch-commits] Commit in (4 files)

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 11:29:23
  Author: jlichtblau
Revision: 200108

perl-x11-protocol-other new dependency of clusterssh

Added:
  perl-x11-protocol-other/
  perl-x11-protocol-other/repos/
  perl-x11-protocol-other/trunk/
  perl-x11-protocol-other/trunk/PKGBUILD

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

Added: perl-x11-protocol-other/trunk/PKGBUILD
===
--- perl-x11-protocol-other/trunk/PKGBUILD  (rev 0)
+++ perl-x11-protocol-other/trunk/PKGBUILD  2016-12-18 11:29:23 UTC (rev 
200108)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: 3ED 
+
+pkgname=perl-x11-protocol-other
+pkgver=29
+pkgrel=1
+pkgdesc="Extra extransions for perl-x11-protocol"
+arch=('any')
+url=http://search.cpan.org/dist/X11-Protocol-Other/
+license=('GPL')
+depends=('perl-x11-protocol')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
+sha256sums=('04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f')
+
+build() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make install
+}


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


[arch-commits] Commit in perl-x11-protocol-other/repos (2 files)

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 11:30:56
  Author: jlichtblau
Revision: 200109

archrelease: copy trunk to community-staging-any

Added:
  perl-x11-protocol-other/repos/community-staging-any/
  perl-x11-protocol-other/repos/community-staging-any/PKGBUILD
(from rev 200108, perl-x11-protocol-other/trunk/PKGBUILD)

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

Copied: perl-x11-protocol-other/repos/community-staging-any/PKGBUILD (from rev 
200108, perl-x11-protocol-other/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-18 11:30:56 UTC (rev 200109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: 3ED 
+
+pkgname=perl-x11-protocol-other
+pkgver=29
+pkgrel=1
+pkgdesc="Extra extransions for perl-x11-protocol"
+arch=('any')
+url=http://search.cpan.org/dist/X11-Protocol-Other/
+license=('GPL')
+depends=('perl-x11-protocol')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
+sha256sums=('04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f')
+
+build() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make install
+}


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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 11:35:19
  Author: arojas
Revision: 200110

imagemagick 6.9.6.8 rebuild

Modified:
  synfigstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 11:30:56 UTC (rev 200109)
+++ PKGBUILD2016-12-18 11:35:19 UTC (rev 200110)
@@ -4,7 +4,7 @@
 
 pkgname=synfigstudio
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Professional vector animation program (GUI)"
 arch=(i686 x86_64)
 url="http://synfig.org";


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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 11:35:33
  Author: arojas
Revision: 200111

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

Added:
  synfigstudio/repos/community-staging-i686/
  synfigstudio/repos/community-staging-i686/PKGBUILD
(from rev 200110, synfigstudio/trunk/PKGBUILD)
  synfigstudio/repos/community-staging-i686/build-fix.patch
(from rev 200110, synfigstudio/trunk/build-fix.patch)
  synfigstudio/repos/community-staging-x86_64/
  synfigstudio/repos/community-staging-x86_64/PKGBUILD
(from rev 200110, synfigstudio/trunk/PKGBUILD)
  synfigstudio/repos/community-staging-x86_64/build-fix.patch
(from rev 200110, synfigstudio/trunk/build-fix.patch)

--+
 community-staging-i686/PKGBUILD  |   55 
 community-staging-i686/build-fix.patch   |  372 +
 community-staging-x86_64/PKGBUILD|   55 
 community-staging-x86_64/build-fix.patch |  372 +
 4 files changed, 854 insertions(+)

Copied: synfigstudio/repos/community-staging-i686/PKGBUILD (from rev 200110, 
synfigstudio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 11:35:33 UTC (rev 200111)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Franco Iacomella 
+
+pkgname=synfigstudio
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="Professional vector animation program (GUI)"
+arch=(i686 x86_64)
+url="http://synfig.org";
+license=('GPL2')
+depends=('gtkmm3' 'synfig' 'sdl_image')
+makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
+'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool' 'etl')
+#source=(http://download.tuxfamily.org/synfig/releases/$pkgver/synfigstudio-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('566eac351cd6f63d200be6fb6fe55767'
+ '033d6ad90f2b2226ddf7cc930be41624')
+
+prepare() {
+  cd "$srcdir"/synfigstudio-$pkgver
+  patch -p1 <"$srcdir"/build-fix.patch
+}
+
+build() {
+  cd "$srcdir"/synfigstudio-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg0.10/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg0.10"
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS -std=gnu++11"
+  [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp
+  make
+}
+
+package() {
+  cd "$srcdir"/synfigstudio-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/pixmaps/$pkgname/*.mng
+  install -m644 images/*.png -t "$pkgdir"/usr/share/pixmaps/$pkgname/
+  rm -f "$pkgdir"/usr/share/mime/XMLnamespaces
+  rm -f "$pkgdir"/usr/share/mime/aliases
+  rm -f "$pkgdir"/usr/share/mime/generic-icons
+  rm -f "$pkgdir"/usr/share/mime/globs
+  rm -f "$pkgdir"/usr/share/mime/globs2
+  rm -f "$pkgdir"/usr/share/mime/icons
+  rm -f "$pkgdir"/usr/share/mime/magic
+  rm -f "$pkgdir"/usr/share/mime/mime.cache
+  rm -f "$pkgdir"/usr/share/mime/subclasses
+  rm -f "$pkgdir"/usr/share/mime/treemagic
+  rm -f "$pkgdir"/usr/share/mime/types
+  rm -f "$pkgdir"/usr/share/mime/version
+}

Copied: synfigstudio/repos/community-staging-i686/build-fix.patch (from rev 
200110, synfigstudio/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2016-12-18 11:35:33 UTC (rev 
200111)
@@ -0,0 +1,372 @@
+diff -wbBur synfigstudio-1.0.2/src/gui/canvasview.cpp 
synfigstudio-1.0.2.my/src/gui/canvasview.cpp
+--- synfigstudio-1.0.2/src/gui/canvasview.cpp  2015-07-21 13:01:51.0 
+0300
 synfigstudio-1.0.2.my/src/gui/canvasview.cpp   2015-10-12 
14:54:47.342272650 +0300
+@@ -92,7 +92,7 @@
+ //#include 
+ 
+ #include 
+-#include 
++//#include 
+ //#include 
+ 
+ #include "canvasview.h"
+diff -wbBur synfigstudio-1.0.2/src/gui/compview.cpp 
synfigstudio-1.0.2.my/src/gui/compview.cpp
+--- synfigstudio-1.0.2/src/gui/compview.cpp2015-07-09 10:33:04.0 
+0300
 synfigstudio-1.0.2.my/src/gui/compview.cpp 2015-10-12 14:56:56.132271169 
+0300
+@@ -39,7 +39,7 @@
+ #include 
+ #include "instance.h"
+ #include 
+-#include 
++//#include 
+ #include 
+ #include "canvasview.h"
+ #include 
+diff -wbBur synfigstudio-1.0.2/src/gui/docks/dockable.cpp 
synfigstudio-1.0.2.my/src/gui/docks/dockable.cpp
+--- synfigstudio-1.0.2/src/gui/docks/dockable.cpp  2015-07-09 
10:33:04.0 +0300
 synfigstudio-1.0.2.my/src/gui/docks/dockable.cpp   2015-10-12 
14:57:19.10

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

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 11:46:33
  Author: jlichtblau
Revision: 200112

upgpkg: kdesvn 2.0.0-2 - FS#52182 fix

Modified:
  kdesvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 11:35:33 UTC (rev 200111)
+++ PKGBUILD2016-12-18 11:46:33 UTC (rev 200112)
@@ -3,17 +3,25 @@
 
 pkgname=kdesvn
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A pure C++ SVN-client for KDE"
 arch=('i686' 'x86_64')
 url="http://projects.kde.org/kdesvn";
 license=('GPL')
 depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor' 'python')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'patch')
 changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+
kdesvn-desktop.patch::https://cgit.kde.org/kdesvn.git/patch/?id=5ea40285741a885198a351bd9afe58ff746a1192)
+sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db'
+'7ccbbd548ee3fbd9599fa2f699fef3fa9353d7b6ce7137aff9ab39a40db0330f')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+# FS#52182
+  patch -Np1 -i "${srcdir}"/$pkgname-desktop.patch
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 


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

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 11:46:48
  Author: jlichtblau
Revision: 200113

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

Added:
  kdesvn/repos/community-i686/PKGBUILD
(from rev 200112, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-i686/kdesvn.changelog
(from rev 200112, kdesvn/trunk/kdesvn.changelog)
  kdesvn/repos/community-x86_64/PKGBUILD
(from rev 200112, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-x86_64/kdesvn.changelog
(from rev 200112, kdesvn/trunk/kdesvn.changelog)
Deleted:
  kdesvn/repos/community-i686/PKGBUILD
  kdesvn/repos/community-i686/kdesvn.changelog
  kdesvn/repos/community-x86_64/PKGBUILD
  kdesvn/repos/community-x86_64/kdesvn.changelog

---+
 /PKGBUILD |   80 +++
 /kdesvn.changelog |  146 
 community-i686/PKGBUILD   |   32 ---
 community-i686/kdesvn.changelog   |   73 --
 community-x86_64/PKGBUILD |   32 ---
 community-x86_64/kdesvn.changelog |   73 --
 6 files changed, 226 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-18 11:46:33 UTC (rev 200112)
+++ community-i686/PKGBUILD 2016-12-18 11:46:48 UTC (rev 200113)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=kdesvn
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A pure C++ SVN-client for KDE"
-arch=('i686' 'x86_64')
-url="http://projects.kde.org/kdesvn";
-license=('GPL')
-depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor' 'python')
-makedepends=('extra-cmake-modules')
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesvn/repos/community-i686/PKGBUILD (from rev 200112, 
kdesvn/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 11:46:48 UTC (rev 200113)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=kdesvn
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A pure C++ SVN-client for KDE"
+arch=('i686' 'x86_64')
+url="http://projects.kde.org/kdesvn";
+license=('GPL')
+depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor' 'python')
+makedepends=('extra-cmake-modules' 'patch')
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+
kdesvn-desktop.patch::https://cgit.kde.org/kdesvn.git/patch/?id=5ea40285741a885198a351bd9afe58ff746a1192)
+sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db'
+'7ccbbd548ee3fbd9599fa2f699fef3fa9353d7b6ce7137aff9ab39a40db0330f')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+# FS#52182
+  patch -Np1 -i "${srcdir}"/$pkgname-desktop.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/kdesvn.changelog
===
--- community-i686/kdesvn.changelog 2016-12-18 11:46:33 UTC (rev 200112)
+++ community-i686/kdesvn.changelog 2016-12-18 11:46:48 UTC (rev 200113)
@@ -1,73 +0,0 @@
-2016-12-05 Jaroslav Lichtblau 
-   * Update to major release 2.0.0-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * kdesvn 1.7.0-3 pacman hooks rebuild
-
-2016-01-22 Jaroslav Lichtblau 
-   * kdesvn 1.7.0-2 FS#47848
-
-2016-01-21 Jaroslav Lichtblau 
-   * Update to major release 1.7.0-1
-
-2015-03-15 Jaroslav Lichtblau 
-   * kdesvn 1.6.0-4 FS#44135 fix
-
-2012-08-26 Jaroslav Lichtblau 
-   * Update to major release 1.6.0-1
-
-2010-09-15 Jaroslav Lichtblau 
-   * Update to major release 1.5.5
-
-2010-04-09 Jaroslav Lichtblau 
-   * Update to major release 1.5.3
-
-2010-01-17 Jaroslav Lichtblau 
-   * Update to major release 1.5.1
-
-2010-01-11 Jaroslav Lichtblau 
-   * Update to major release 1.5.0
-
-2009-10-01 Biru Ionut 
-   * Update to major release 1.4.1
-
-2009-07-09 Jaroslav Lichtblau 
-   * Update to major release 1.3.2
-
-2009-05-30 Jaroslav Lichtblau 
-   * Update to major release 1.3.1
-
-2009-05-09 Jaroslav Lichtb

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

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 11:52:24
  Author: jlichtblau
Revision: 200125

archrelease: copy trunk to community-staging-any

Added:
  clusterssh/repos/community-staging-any/
  clusterssh/repos/community-staging-any/PKGBUILD
(from rev 200124, clusterssh/trunk/PKGBUILD)
  clusterssh/repos/community-staging-any/clusterssh.changelog
(from rev 200124, clusterssh/trunk/clusterssh.changelog)

--+
 PKGBUILD |   44 
 clusterssh.changelog |   24 
 2 files changed, 68 insertions(+)

Copied: clusterssh/repos/community-staging-any/PKGBUILD (from rev 200124, 
clusterssh/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-18 11:52:24 UTC (rev 200125)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Macfly 
+# Contributor: Duncan Ferguson 
+
+pkgname=clusterssh
+pkgver=4.08
+pkgrel=1
+pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
+arch=('any')
+url="http://sourceforge.net/projects/clusterssh/";
+license=('GPL')
+depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol-other')
+checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 
'perl-readonly'
+  'perl-test-differences' 'perl-test-distmanifest' 
'perl-test-perltidy'
+  'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
+  'perl-test-trap' 'perl-sort-naturally')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$pkgver.tar.gz)
+sha256sums=('809a286698af0667f1f4a78cad4ccae5f09329c27afbcc1978da74862633b8f9')
+
+build() {
+  cd "${srcdir}"/App-ClusterSSH-$pkgver
+
+  perl Build.PL installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd "${srcdir}"/App-ClusterSSH-$pkgver
+
+  ./Build test
+}
+
+package() {
+  cd "${srcdir}"/App-ClusterSSH-$pkgver
+
+  ./Build install destdir="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}

Copied: clusterssh/repos/community-staging-any/clusterssh.changelog (from rev 
200124, clusterssh/trunk/clusterssh.changelog)
===
--- community-staging-any/clusterssh.changelog  (rev 0)
+++ community-staging-any/clusterssh.changelog  2016-12-18 11:52:24 UTC (rev 
200125)
@@ -0,0 +1,24 @@
+2016-12-18 Jaroslav Lichtblau 
+   * clusterssh 4.08-1
+
+2016-01-31 Jaroslav Lichtblau 
+   * clusterssh 4.05-1
+
+2015-11-10 Jaroslav Lichtblau 
+   * clusterssh 4.04-1
+
+2015-05-17 Jaroslav Lichtblau 
+   * clusterssh 4.03_06-1
+
+2014-10-16 Jaroslav Lichtblau 
+   * clusterssh 4.02_04-3 FS#40797 fixed
+
+2014-05-25 Jaroslav Lichtblau 
+   * clusterssh 4.02_04-3 FS#40551 fixed
+
+2013-10-06 Jaroslav Lichtblau 
+   * clusterssh 3.28-4 - changelog properly added, changed to 'any' 
architecture
+
+2009-12-26 Jaroslav Lichtblau 
+   * Package moved to [community]
+   * version 3.28 - 39 votes in AUR


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

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 11:52:10
  Author: jlichtblau
Revision: 200124

upgpkg: clusterssh 4.08-1 - new upstream release

Modified:
  clusterssh/trunk/PKGBUILD
  clusterssh/trunk/clusterssh.changelog

--+
 PKGBUILD |6 +++---
 clusterssh.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 11:48:44 UTC (rev 200123)
+++ PKGBUILD2016-12-18 11:52:10 UTC (rev 200124)
@@ -4,13 +4,13 @@
 # Contributor: Duncan Ferguson 
 
 pkgname=clusterssh
-pkgver=4.05
+pkgver=4.08
 pkgrel=1
 pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
 arch=('any')
 url="http://sourceforge.net/projects/clusterssh/";
 license=('GPL')
-depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol')
+depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol-other')
 checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 
'perl-readonly'
   'perl-test-differences' 'perl-test-distmanifest' 
'perl-test-perltidy'
   'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$pkgver.tar.gz)
-sha256sums=('a2fa2722f1cf6901daa4576b2c2ec09e3c44a9911912d48332a6b66de2ddabd6')
+sha256sums=('809a286698af0667f1f4a78cad4ccae5f09329c27afbcc1978da74862633b8f9')
 
 build() {
   cd "${srcdir}"/App-ClusterSSH-$pkgver

Modified: clusterssh.changelog
===
--- clusterssh.changelog2016-12-18 11:48:44 UTC (rev 200123)
+++ clusterssh.changelog2016-12-18 11:52:10 UTC (rev 200124)
@@ -1,3 +1,6 @@
+2016-12-18 Jaroslav Lichtblau 
+   * clusterssh 4.08-1
+
 2016-01-31 Jaroslav Lichtblau 
* clusterssh 4.05-1
 


[arch-commits] Commit in perl-x11-protocol-other/trunk (PKGBUILD)

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 12:01:20
  Author: jlichtblau
Revision: 200128

upgpkg: perl-x11-protocol-other 29-2 - pkgrel bump after move from AUR

Modified:
  perl-x11-protocol-other/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 11:53:31 UTC (rev 200127)
+++ PKGBUILD2016-12-18 12:01:20 UTC (rev 200128)
@@ -4,7 +4,7 @@
 
 pkgname=perl-x11-protocol-other
 pkgver=29
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra extransions for perl-x11-protocol"
 arch=('any')
 url=http://search.cpan.org/dist/X11-Protocol-Other/


[arch-commits] Commit in perl-x11-protocol-other/repos/community-testing-any (2 files)

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 12:03:38
  Author: jlichtblau
Revision: 200129

archrelease: copy trunk to community-testing-any

Added:
  perl-x11-protocol-other/repos/community-testing-any/PKGBUILD
(from rev 200128, perl-x11-protocol-other/trunk/PKGBUILD)
Deleted:
  perl-x11-protocol-other/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 12:01:20 UTC (rev 200128)
+++ PKGBUILD2016-12-18 12:03:38 UTC (rev 200129)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: 3ED 
-
-pkgname=perl-x11-protocol-other
-pkgver=29
-pkgrel=1
-pkgdesc="Extra extransions for perl-x11-protocol"
-arch=('any')
-url=http://search.cpan.org/dist/X11-Protocol-Other/
-license=('GPL')
-depends=('perl-x11-protocol')
-makedepends=('perl-extutils-makemaker')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
-sha256sums=('04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f')
-
-build() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
-PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-MODULEBUILDRC=/dev/null
-
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  make test
-}
-
-package() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  make install
-}

Copied: perl-x11-protocol-other/repos/community-testing-any/PKGBUILD (from rev 
200128, perl-x11-protocol-other/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 12:03:38 UTC (rev 200129)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: 3ED 
+
+pkgname=perl-x11-protocol-other
+pkgver=29
+pkgrel=2
+pkgdesc="Extra extransions for perl-x11-protocol"
+arch=('any')
+url=http://search.cpan.org/dist/X11-Protocol-Other/
+license=('GPL')
+depends=('perl-x11-protocol')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
+sha256sums=('04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f')
+
+build() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make install
+}


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

2016-12-18 Thread Johannes Löthberg
Date: Sunday, December 18, 2016 @ 12:20:09
  Author: demize
Revision: 200131

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 200130, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 200130, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 PKGBUILD |  112 -
 salt.install |   44 +++---
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 12:20:00 UTC (rev 200130)
+++ PKGBUILD2016-12-18 12:20:09 UTC (rev 200131)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace 
-# Contributor: Christer Edwards 
-
-pkgname=salt
-pkgver=2016.11.0
-pkgrel=1
-
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-
-replaces=('salt-zmq' 'salt-raet')
-conflicts=('salt-zmq' 'salt-raet')
-
-depends=('python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-
-backup=('etc/salt/master'
-'etc/salt/minion')
-
-install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";)
-md5sums=('eced07a652cc6a31870fc098d5325a9c')
-
-package() {
-  cd salt-$pkgver
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 200130, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 12:20:09 UTC (rev 200131)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+
+pkgname=salt
+pkgver=2016.11.1
+pkgrel=1
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+
+backup=('etc/salt/master'
+'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";)
+md5sums=('8d8fc90676565e6202a468c10206f003')
+
+package() {
+  cd salt-$pkgver
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: salt.install
===
--- salt.install2016-12-18 12:20:00 UTC (rev 200130)
+++ salt.install2016-12-18 12:20:09 UTC (rev 200131)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
-cat << EOF
-==> Since version 2014.1.1-2, salt-master runs by default as root user.
-==> You need to manually update your configuration and remove the salt user and
-==> group to follow the new default behavior.
-EOF
-  fi
-
-  if [[ "$(vercmp $2 2016.3.3-1)" -le 0 ]]; then
-   

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

2016-12-18 Thread Johannes Löthberg
Date: Sunday, December 18, 2016 @ 12:20:00
  Author: demize
Revision: 200130

upgpkg: salt 2016.11.1-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 12:03:38 UTC (rev 200129)
+++ PKGBUILD2016-12-18 12:20:00 UTC (rev 200130)
@@ -5,7 +5,7 @@
 # Contributor: Christer Edwards 
 
 pkgname=salt
-pkgver=2016.11.0
+pkgver=2016.11.1
 pkgrel=1
 
 pkgdesc='Central system and configuration manager'
@@ -34,7 +34,7 @@
 
 install=salt.install
 source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";)
-md5sums=('eced07a652cc6a31870fc098d5325a9c')
+md5sums=('8d8fc90676565e6202a468c10206f003')
 
 package() {
   cd salt-$pkgver


[arch-commits] Commit in perl-test-simple/trunk (PKGBUILD)

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 13:46:28
  Author: felixonmars
Revision: 200132

upgpkg: perl-test-simple 1.302071-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 12:20:09 UTC (rev 200131)
+++ PKGBUILD2016-12-18 13:46:28 UTC (rev 200132)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302067
+pkgver=1.302071
 pkgrel=1
 pkgdesc="Basic utilities for writing tests."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
-sha512sums=('7bebc37dcb3fbe5f1be5a99fb139c9e3b77a5f34d22d0649ae363b58afcfa7075e47b840082b0cd6b75a897bb2c08652fe461b4f9af95414d18b9bf338473f2f')
+sha512sums=('46df5227a873e227e1368d647ce74fd1885cbf30eaa429e1101e8ce2497055e38894ed3975f4f906a2d8535603b4de1ab5ca07e62b582fe71b193b8ffb81f199')
 
 build() {
   cd Test-Simple-$pkgver


[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 13:47:02
  Author: felixonmars
Revision: 200133

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 200132, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 13:46:28 UTC (rev 200132)
+++ PKGBUILD2016-12-18 13:47:02 UTC (rev 200133)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302067
-pkgrel=1
-pkgdesc="Basic utilities for writing tests."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple";
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
-sha512sums=('7bebc37dcb3fbe5f1be5a99fb139c9e3b77a5f34d22d0649ae363b58afcfa7075e47b840082b0cd6b75a897bb2c08652fe461b4f9af95414d18b9bf338473f2f')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 200132, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 13:47:02 UTC (rev 200133)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302071
+pkgrel=1
+pkgdesc="Basic utilities for writing tests."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple";
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
+sha512sums=('46df5227a873e227e1368d647ce74fd1885cbf30eaa429e1101e8ce2497055e38894ed3975f4f906a2d8535603b4de1ab5ca07e62b582fe71b193b8ffb81f199')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 13:52:31
  Author: felixonmars
Revision: 200134

upgpkg: darcs 2.12.4-6

rebuild with resourcet-1.1.8.1

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 13:47:02 UTC (rev 200133)
+++ PKGBUILD2016-12-18 13:52:31 UTC (rev 200134)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.4
-pkgrel=5
+pkgrel=6
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 13:53:00
  Author: felixonmars
Revision: 200135

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

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

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 200134, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 13:53:00 UTC (rev 200135)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.4
+pkgrel=6
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 200134, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 13:53:00 UTC (rev 200135)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.4
+pkgrel=6
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('48e836a482bd2fcfe0be499fe4f255925ce50bdcf5ce8023bb9aa359288fdc49')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/d

[arch-commits] Commit in perl-test2-suite/trunk (PKGBUILD)

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 13:58:33
  Author: felixonmars
Revision: 200136

upgpkg: perl-test2-suite 0.63-1

Modified:
  perl-test2-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 13:53:00 UTC (rev 200135)
+++ PKGBUILD2016-12-18 13:58:33 UTC (rev 200136)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test2-suite
-pkgver=0.61
+pkgver=0.63
 pkgrel=1
 pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-importer' 'perl-test-simple>=1.30')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('0cd46428473235aef0ec3154ca1bd5d2e99c8973b53dacf3366eccfa284ac34b1a92c6e85acd6125fcf2db07b229de9fd7ab19b04f94e1c89b50156cad2d402f')
+sha512sums=('2e5ef77fbcaffefe02c92be09dd2cb6af4144076f012fc5352449817f3913adbd972c83832db4aee8d523e45c8f5350a1a6f910c50b07e14342a4a2d5d4288f1')
 
 build() {
   cd Test2-Suite-$pkgver


[arch-commits] Commit in perl-test2-suite/repos/community-any (PKGBUILD PKGBUILD)

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 13:58:56
  Author: felixonmars
Revision: 200137

archrelease: copy trunk to community-any

Added:
  perl-test2-suite/repos/community-any/PKGBUILD
(from rev 200136, perl-test2-suite/trunk/PKGBUILD)
Deleted:
  perl-test2-suite/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 13:58:33 UTC (rev 200136)
+++ PKGBUILD2016-12-18 13:58:56 UTC (rev 200137)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test2-suite
-pkgver=0.61
-pkgrel=1
-pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test2-Suite";
-# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
-depends=('perl-importer' 'perl-test-simple>=1.30')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('0cd46428473235aef0ec3154ca1bd5d2e99c8973b53dacf3366eccfa284ac34b1a92c6e85acd6125fcf2db07b229de9fd7ab19b04f94e1c89b50156cad2d402f')
-
-build() {
-  cd Test2-Suite-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test2-Suite-$pkgver
-  make test
-}
-
-package() {
-  cd Test2-Suite-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 200136, 
perl-test2-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 13:58:56 UTC (rev 200137)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test2-suite
+pkgver=0.63
+pkgrel=1
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite";
+# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
+depends=('perl-importer' 'perl-test-simple>=1.30')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
+sha512sums=('2e5ef77fbcaffefe02c92be09dd2cb6af4144076f012fc5352449817f3913adbd972c83832db4aee8d523e45c8f5350a1a6f910c50b07e14342a4a2d5d4288f1')
+
+build() {
+  cd Test2-Suite-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test2-Suite-$pkgver
+  make test
+}
+
+package() {
+  cd Test2-Suite-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 14:08:47
  Author: felixonmars
Revision: 200138

upgpkg: git-annex 6.20161210-12

rebuild with resourcet-1.1.8.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 13:58:56 UTC (rev 200137)
+++ PKGBUILD2016-12-18 14:08:47 UTC (rev 200138)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20161210
-pkgrel=11
+pkgrel=12
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 14:09:16
  Author: felixonmars
Revision: 200139

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 200138, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 14:09:16 UTC (rev 200139)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20161210
+pkgrel=12
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-gnutls" "haskell-hinotify" 
"haskell-hslogger"
+ "haskell-http-client" "haskell-http-conduit" "haskell-http-types" 
"haskell-ifelse"
+ "haskell-magic" "haskell-missingh" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-socks" "haskell-stm" "haskell-stm-chans" "haskell-tasty" 
"haskell-tasty-hunit"
+ "haskell-tasty-quickcheck" "haskell-tasty-rerun" "haskell-text" 
"haskell-torrent"
+ "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp" 
"haskell-warp-tls"
+ "haskell-xml-types" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 200138, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 14:09:16 UTC (rev 200139)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20161210
+pkgrel=12
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 

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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 14:12:41
  Author: felixonmars
Revision: 200140

upgpkg: stylish-haskell 0.6.5.0-4

rebuild with resourcet-1.1.8.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 14:09:16 UTC (rev 200139)
+++ PKGBUILD2016-12-18 14:12:41 UTC (rev 200140)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.6.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell";
 license=("custom:BSD3")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 14:13:09
  Author: felixonmars
Revision: 200141

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 200140, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 14:13:09 UTC (rev 200141)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.6.5.0
+pkgrel=4
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('aeee182f8b6a9492eedd12a45cd9a4abb677e95e1789ddd8681e699f27a5ea78')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
200140, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 14:13:09 UTC (rev 200141)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.6.5.0
+pkgrel=4
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('aeee182f8b6a9492eedd12a45cd9a4abb677e95e1789ddd8681e699f27a5ea78')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 14:17:48
  Author: felixonmars
Revision: 200142

upgpkg: pandoc-crossref 0.2.4.1-11

rebuild with resourcet-1.1.8.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 14:13:09 UTC (rev 200141)
+++ PKGBUILD2016-12-18 14:17:48 UTC (rev 200142)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")


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

2016-12-18 Thread Felix Yan
Date: Sunday, December 18, 2016 @ 14:18:18
  Author: felixonmars
Revision: 200143

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

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

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 200142, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 14:18:18 UTC (rev 200143)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.1
+pkgrel=11
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('2aa2266ac3916677c18bd9a88b99f32622c22c983abaed3598020913ca3912ed')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
200142, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 14:18:18 UTC (rev 200143)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.1
+pkgrel=11
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('2aa2266ac3916677c18bd9a88b99f32622c22c983abaed3598020913ca3912ed')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&

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

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 16:43:52
  Author: jlichtblau
Revision: 200192

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 14:28:34 UTC (rev 200191)
+++ PKGBUILD2016-12-18 16:43:52 UTC (rev 200192)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2016.12.15
+pkgver=2016.12.18
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('85d937a6edb8c14f8eac1b17d2e5d45574c7ec3f2cb792781ac1d8fb6a6ca39e'
+sha256sums=('66b2a5773a8cb4384607d03fd3b625d6ebf49cd014984b9173b5ea114ba4f783'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 16:44:05
  Author: jlichtblau
Revision: 200193

archrelease: copy trunk to community-any

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

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

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

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


[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 16:52:02
  Author: jlichtblau
Revision: 200197

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 200196, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 200196, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   58 +-
 man-pages-de.changelog |   64 +--
 2 files changed, 64 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 16:51:51 UTC (rev 200196)
+++ PKGBUILD2016-12-18 16:52:02 UTC (rev 200197)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=man-pages-de
-pkgver=1.17
-pkgrel=1
-pkgdesc="German Linux man pages"
-arch=('any')
-url="https://alioth.debian.org/projects/manpages-de/";
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('db6f260b72cd4cb211d8f2a680c248d914f0ebc80b13e5ee6940d49f6532a6a8')
-
-build() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 200196, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 16:52:02 UTC (rev 200197)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=man-pages-de
+pkgver=1.18
+pkgrel=1
+pkgdesc="German Linux man pages"
+arch=('any')
+url="https://alioth.debian.org/projects/manpages-de/";
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
+sha256sums=('310c82ecea8d4882834ad67b3f0ad48805a5fddca918c8a6751c7e3e8d2d1b25')
+
+build() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2016-12-18 16:51:51 UTC (rev 200196)
+++ man-pages-de.changelog  2016-12-18 16:52:02 UTC (rev 200197)
@@ -1,29 +0,0 @@
-2016-10-22 Jaroslav Lichtblau 
-   * man-pages-de 1.16-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * man-pages-de 1.12-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * man-pages-de 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * man-pages-de 1.4-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * man-pages-de 1.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau 
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau 
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau 
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
200196, man-pages-de/trunk/man-pages-de.changelog)
===
--- man-pages-de.changelog  (rev 0)
+++ man-pages-de.changelog  2016-12-18 16:52:02 UTC (rev 200197)
@@ -0,0 +1,35 @@
+2016-12-18 Jaroslav Lichtblau 
+   * man-pages-de 1.18-1
+
+2016-11-21 Jaroslav Lichtblau 
+   * man-pages-de 1.17-1
+
+2016-10-22 Jaroslav Lichtblau 
+   * man-pages-de 1.16-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * man-pages-de 1.12-1
+
+2015-05-17 Jaroslav Lichtblau 
+   * man-pages-de 1.8-1
+
+2013-12-25 Jaroslav Lichtblau 
+   * man-pages-de 1.4-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * man-pages-de 1.1-1
+
+2011-11-20 Jaroslav Lichtblau 
+   * man-pages-de 0.9-1
+
+2011-02-19 Jaroslav Lichtblau 
+   * man-pages-de 0.7
+
+2010-07-21 Jaroslav Lichtblau 
+   * rebuild for correct package naming
+
+2009-04-25 Jaroslav Lichtblau 
+   * removing some more man pages provided by the new shadow 4.1.3.1 
package
+
+2009-02-19 Jaroslav Lichtblau 
+   * removing some man pages provided by the new man-db 2.5.3 package


[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

2016-12-18 Thread Jaroslav Lichtblau
Date: Sunday, December 18, 2016 @ 16:51:51
  Author: jlichtblau
Revision: 200196

upgpkg: man-pages-de 1.18-1 - new upstream release

Modified:
  man-pages-de/trunk/PKGBUILD
  man-pages-de/trunk/man-pages-de.changelog

+
 PKGBUILD   |4 ++--
 man-pages-de.changelog |6 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 16:51:20 UTC (rev 200195)
+++ PKGBUILD2016-12-18 16:51:51 UTC (rev 200196)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=man-pages-de
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc="German Linux man pages"
 arch=('any')
@@ -13,7 +13,7 @@
 changelog=$pkgname.changelog
 options=('!emptydirs')
 
source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('db6f260b72cd4cb211d8f2a680c248d914f0ebc80b13e5ee6940d49f6532a6a8')
+sha256sums=('310c82ecea8d4882834ad67b3f0ad48805a5fddca918c8a6751c7e3e8d2d1b25')
 
 build() {
   cd "${srcdir}"/manpages-de-$pkgver

Modified: man-pages-de.changelog
===
--- man-pages-de.changelog  2016-12-18 16:51:20 UTC (rev 200195)
+++ man-pages-de.changelog  2016-12-18 16:51:51 UTC (rev 200196)
@@ -1,3 +1,9 @@
+2016-12-18 Jaroslav Lichtblau 
+   * man-pages-de 1.18-1
+
+2016-11-21 Jaroslav Lichtblau 
+   * man-pages-de 1.17-1
+
 2016-10-22 Jaroslav Lichtblau 
* man-pages-de 1.16-1
 


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 17:30:56
  Author: anthraxx
Revision: 200198

upgpkg: afl-utils 1.32a-2

Modified:
  afl-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 16:52:02 UTC (rev 200197)
+++ PKGBUILD2016-12-18 17:30:56 UTC (rev 200198)
@@ -2,7 +2,7 @@
 
 pkgname=afl-utils
 pkgver=1.32a
-pkgrel=1
+pkgrel=2
 pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
 url='https://github.com/rc0r/afl-utils'
 arch=('any')
@@ -18,6 +18,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}"
+  rm -rf "${pkgdir}"/usr/lib/python*/site-packages/tests
   install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
   install -Dm 644 docs/CHANGELOG.md 
"${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
   install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 17:31:03
  Author: anthraxx
Revision: 200199

archrelease: copy trunk to community-any

Added:
  afl-utils/repos/community-any/PKGBUILD
(from rev 200198, afl-utils/trunk/PKGBUILD)
Deleted:
  afl-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 17:30:56 UTC (rev 200198)
+++ PKGBUILD2016-12-18 17:31:03 UTC (rev 200199)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=afl-utils
-pkgver=1.32a
-pkgrel=1
-pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
-url='https://github.com/rc0r/afl-utils'
-arch=('any')
-license=('Apache')
-depends=('afl' 'coreutils' 'python' 'rsync')
-optdepends=('sqlite: database support'
-'screen: interactive/screen mode support'
-'gdb: gdb script execution support')
-makedepends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('8077a88489a2b9970d41aa2f330ad4c7855c42c8d47529818b7360a90d3eece2e985b7c7524ab6354d36367c9c679951850f4b870874a0e8c3f66abbfda2b222')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 docs/CHANGELOG.md 
"${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
-  install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl-utils/repos/community-any/PKGBUILD (from rev 200198, 
afl-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 17:31:03 UTC (rev 200199)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+pkgname=afl-utils
+pkgver=1.32a
+pkgrel=2
+pkgdesc='Utilities for automated crash sample processing/analysis, easy 
afl-fuzz job management and corpus optimization'
+url='https://github.com/rc0r/afl-utils'
+arch=('any')
+license=('Apache')
+depends=('afl' 'coreutils' 'python' 'rsync')
+optdepends=('sqlite: database support'
+'screen: interactive/screen mode support'
+'gdb: gdb script execution support')
+makedepends=('python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rc0r/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('8077a88489a2b9970d41aa2f330ad4c7855c42c8d47529818b7360a90d3eece2e985b7c7524ab6354d36367c9c679951850f4b870874a0e8c3f66abbfda2b222')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  rm -rf "${pkgdir}"/usr/lib/python*/site-packages/tests
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 docs/CHANGELOG.md 
"${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
+  install -Dm 644 config/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-18 Thread Jerome Leclanche
Date: Sunday, December 18, 2016 @ 18:50:02
  Author: jleclanche
Revision: 200200

upgpkg: libsass 3.4.0-1

Upstream release 3.4.0

Modified:
  libsass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 17:31:03 UTC (rev 200199)
+++ PKGBUILD2016-12-18 18:50:02 UTC (rev 200200)
@@ -3,7 +3,7 @@
 # Contributor: Isaac Dupree 
 
 pkgname=libsass
-pkgver=3.3.6
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor (library)."
 arch=("i686" "x86_64")
@@ -10,7 +10,7 @@
 url="http://libsass.org/";
 license=("MIT")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=("4b004b0fcef55420dc916216b1961e0d86925e6bf4a6be37d0b6db42f7f25da5")
+sha256sums=("adab7f6d4ef1b2453e40a82a1e7f5d1677ca24d6d3d23f6b1ac46448b1ed5d25")
 
 
 build() {


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

2016-12-18 Thread Jerome Leclanche
Date: Sunday, December 18, 2016 @ 18:52:41
  Author: jleclanche
Revision: 200201

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-18 18:50:02 UTC (rev 200200)
+++ community-i686/PKGBUILD 2016-12-18 18:52:41 UTC (rev 200201)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=libsass
-pkgver=3.3.6
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor (library)."
-arch=("i686" "x86_64")
-url="http://libsass.org/";
-license=("MIT")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=("4b004b0fcef55420dc916216b1961e0d86925e6bf4a6be37d0b6db42f7f25da5")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-i686/PKGBUILD (from rev 200200, 
libsass/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 18:52:41 UTC (rev 200201)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=libsass
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/";
+license=("MIT")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=("adab7f6d4ef1b2453e40a82a1e7f5d1677ca24d6d3d23f6b1ac46448b1ed5d25")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-18 18:50:02 UTC (rev 200200)
+++ community-x86_64/PKGBUILD   2016-12-18 18:52:41 UTC (rev 200201)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=libsass
-pkgver=3.3.6
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor (library)."
-arch=("i686" "x86_64")
-url="http://libsass.org/";
-license=("MIT")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=("4b004b0fcef55420dc916216b1961e0d86925e6bf4a6be37d0b6db42f7f25da5")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-x86_64/PKGBUILD (from rev 200200, 
libsass/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-18 18:52:41 UTC (rev 200201)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=libsass
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/";
+license=("MIT")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=("adab7f6d4ef1b2453e40a82a1e7f5d1677ca24d6d3d23f6b1ac46448b1ed5d25")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-12-18 Thread Christian Hesse
Date: Sunday, December 18, 2016 @ 19:15:10
  Author: eworm
Revision: 284301

upgpkg: git 2.11.0-2

include git-credential-libsecret

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 11:51:06 UTC (rev 284300)
+++ PKGBUILD2016-12-18 19:15:10 UTC (rev 284301)
@@ -3,7 +3,7 @@
 
 pkgname=git
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
 url="http://git-scm.com/";
@@ -45,6 +45,7 @@
 
   make -C contrib/emacs prefix=/usr
   make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
   make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
 }
 
@@ -92,6 +93,10 @@
   install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
   "$pkgdir"/usr/lib/git-core/git-credential-gnome-keyring
   make -C contrib/credential/gnome-keyring clean
+  # libsecret credentials helper
+  install -m755 contrib/credential/libsecret/git-credential-libsecret \
+  "$pkgdir"/usr/lib/git-core/git-credential-libsecret
+  make -C contrib/credential/libsecret clean
   # subtree installation
   make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core 
DESTDIR="$pkgdir" install install-doc
   # the rest of the contrib stuff


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

2016-12-18 Thread Christian Hesse
Date: Sunday, December 18, 2016 @ 19:15:18
  Author: eworm
Revision: 284302

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

Added:
  git/repos/testing-i686/
  git/repos/testing-i686/PKGBUILD
(from rev 284301, git/trunk/PKGBUILD)
  git/repos/testing-i686/git-daemon.socket
(from rev 284301, git/trunk/git-daemon.socket)
  git/repos/testing-i686/git-daemon@.service
(from rev 284301, git/trunk/git-daemon@.service)
  git/repos/testing-i686/git.install
(from rev 284301, git/trunk/git.install)
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 284301, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 284301, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 284301, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 284301, git/trunk/git.install)

+
 testing-i686/PKGBUILD  |  120 +++
 testing-i686/git-daemon.socket |9 ++
 testing-i686/git-daemon@.service   |   10 ++
 testing-i686/git.install   |   12 +++
 testing-x86_64/PKGBUILD|  120 +++
 testing-x86_64/git-daemon.socket   |9 ++
 testing-x86_64/git-daemon@.service |   10 ++
 testing-x86_64/git.install |   12 +++
 8 files changed, 302 insertions(+)

Copied: git/repos/testing-i686/PKGBUILD (from rev 284301, git/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-18 19:15:18 UTC (rev 284302)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.11.0
+pkgrel=2
+pkgdesc="the fast distributed version control system"
+arch=(i686 x86_64)
+url="http://git-scm.com/";
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
+makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'python2: various helper scripts'
+'subversion: git svn'
+'cvsps2: git cvsimport'
+'gnome-keyring: GNOME keyring credential helper')
+replaces=('git-core')
+provides=('git-core')
+install=git.install
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
+"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
+git-daemon@.service
+git-daemon.socket)
+md5sums=('dd4e3360e28aec5bb902fb34dd7fce3b'
+ 'SKIP'
+ '042524f942785772d7bd52a1f02fe5ae'
+ 'f67869315c2cc112e076f0c73f248002')
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+all doc
+
+  make -C contrib/emacs prefix=/usr
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
+}
+
+check() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # emacs
+  make -C contrib/emacs prefix=/usr DESTDIR="$pkgdir" install
+  

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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 19:33:58
  Author: anthraxx
Revision: 200203

archrelease: copy trunk to community-any

Added:
  scapy3k/repos/community-any/PKGBUILD
(from rev 200202, scapy3k/trunk/PKGBUILD)
Deleted:
  scapy3k/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 19:33:49 UTC (rev 200202)
+++ PKGBUILD2016-12-18 19:33:58 UTC (rev 200203)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=scapy3k
-_pkgname=scapy
-pkgver=0.18
-pkgrel=1
-pkgdesc="A powerful interactive packet manipulation program written in Python"
-url="https://github.com/phaethon/scapy";
-depends=('tcpdump' 'python' )
-optdepends=('python-crypto: WEP decryption support'
-'python-pyx: psdump() and pdfdump() functions'
-'python-gnuplot: plotting support'
-'graphviz: conversations() method support'
-'sox: for VOIP support')
-checkdepends=('python-crypto' 'python-pyx' 'python-gnuplot' 'graphviz' 'sox')
-arch=('any')
-license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha512sums=('1ba8c606156e663001a7f19805f0a41b6415d9c78840ba2009726a6a9b01bdf6f90e6b13a4473201174ee097579a3c10a708ae56b10adde14ffce1a0054fce30')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed -r 's|((bin\|doc)/(UT)?scapy)|\13k|g' -i setup.py
-  mv doc/scapy.1.gz doc/scapy3k.1.gz
-  mv bin/scapy{,3k}
-  mv bin/UTscapy{,3k}
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}/test
-  # Disabled tests as they currently hang
-  #./run_tests
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: scapy3k/repos/community-any/PKGBUILD (from rev 200202, 
scapy3k/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 19:33:58 UTC (rev 200203)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+
+pkgname=scapy3k
+_pkgname=scapy
+pkgver=0.19
+pkgrel=1
+pkgdesc='Powerful interactive packet manipulation program written in Python 3'
+url='https://github.com/phaethon/scapy'
+depends=('tcpdump' 'python' )
+optdepends=('python-crypto: WEP decryption support'
+'python-pyx: psdump() and pdfdump() functions'
+'python-matplotlib: plotting support'
+'python-netifaces: network interface information support'
+'graphviz: conversations() method support'
+'sox: for VOIP support')
+checkdepends=('python-crypto' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
+arch=('any')
+license=('GPL2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/${pkgver}.tar.gz)
+sha512sums=('94b7d4356858ddf36eb065a31e69e4c29170e212c3a77ca064511fbb111e412a70a3b31a229a4430c79b9de13f98c676ab3176efb1b8935da20ed599fdce3c64')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -r 's|((bin\|doc)/(UT)?scapy)|\13k|g' -i setup.py
+  mv doc/scapy.1.gz doc/scapy3k.1.gz
+  mv bin/scapy{,3k}
+  mv bin/UTscapy{,3k}
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/test
+  # Disabled tests as they currently hang
+  #./run_tests
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 19:33:49
  Author: anthraxx
Revision: 200202

upgpkg: scapy3k 0.19-1

Modified:
  scapy3k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 18:52:41 UTC (rev 200201)
+++ PKGBUILD2016-12-18 19:33:49 UTC (rev 200202)
@@ -2,21 +2,22 @@
 
 pkgname=scapy3k
 _pkgname=scapy
-pkgver=0.18
+pkgver=0.19
 pkgrel=1
-pkgdesc="A powerful interactive packet manipulation program written in Python"
-url="https://github.com/phaethon/scapy";
+pkgdesc='Powerful interactive packet manipulation program written in Python 3'
+url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
 optdepends=('python-crypto: WEP decryption support'
 'python-pyx: psdump() and pdfdump() functions'
-'python-gnuplot: plotting support'
+'python-matplotlib: plotting support'
+'python-netifaces: network interface information support'
 'graphviz: conversations() method support'
 'sox: for VOIP support')
-checkdepends=('python-crypto' 'python-pyx' 'python-gnuplot' 'graphviz' 'sox')
+checkdepends=('python-crypto' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
 arch=('any')
 license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha512sums=('1ba8c606156e663001a7f19805f0a41b6415d9c78840ba2009726a6a9b01bdf6f90e6b13a4473201174ee097579a3c10a708ae56b10adde14ffce1a0054fce30')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/${pkgver}.tar.gz)
+sha512sums=('94b7d4356858ddf36eb065a31e69e4c29170e212c3a77ca064511fbb111e412a70a3b31a229a4430c79b9de13f98c676ab3176efb1b8935da20ed599fdce3c64')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


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

2016-12-18 Thread Johannes Löthberg
Date: Sunday, December 18, 2016 @ 20:47:25
  Author: demize
Revision: 200204

upgpkg: python-sphinx 1.5.1-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 19:33:58 UTC (rev 200203)
+++ PKGBUILD2016-12-18 20:47:25 UTC (rev 200204)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.5
+pkgver=1.5.1
 pkgrel=1
 
 arch=('any')
@@ -29,18 +29,21 @@
 )
 
 checkdepends=(
+  'texlive-latexextra'
   'python-nose' 'python2-nose'
-  'texlive-latexextra'
   'python-snowballstemmer' 'python2-snowballstemmer'
   'python-babel' 'python2-babel'
   'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
   'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python2-mock'
+  'python-mock' 'python2-mock'
+  'python-html5lib' 'python2-html5lib'
+  'python-requests' 'python2-requests'
+  'python2-enum34'
 )
 
 
source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz";)
 
-md5sums=('366280d3b19fcf83f1c9e2fdfc9115b3')
+md5sums=('1abb725861037e13cbc49eb84cd8cef3')
 
 prepare() {
   # souce duplication is required because makefile modify source code
@@ -88,6 +91,7 @@
 'python-snowballstemmer'
 'python-six'
 'python-imagesize'
+'python-requests'
   )
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
@@ -109,6 +113,7 @@
 'python2-snowballstemmer'
 'python2-six'
 'python2-imagesize'
+'python2-requests'
   )
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 


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

2016-12-18 Thread Johannes Löthberg
Date: Sunday, December 18, 2016 @ 20:47:33
  Author: demize
Revision: 200205

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  247 +++--
 1 file changed, 126 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 20:47:25 UTC (rev 200204)
+++ PKGBUILD2016-12-18 20:47:33 UTC (rev 200205)
@@ -1,121 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.5
-pkgrel=1
-
-arch=('any')
-url='http://sphinx.pocoo.org/'
-license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python-imagesize'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-  'python2-imagesize'
-)
-
-checkdepends=(
-  'python-nose' 'python2-nose'
-  'texlive-latexextra'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python2-mock'
-)
-
-source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz";)
-
-md5sums=('366280d3b19fcf83f1c9e2fdfc9115b3')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-check() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-#  make PYTHON=python3 test
-  rm -r tests
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-#  make PYTHON=python2 test
-  rm -r tests
-}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-'python-imagesize'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=(
-'python2-jinja'
-'python2-pygments'
-'python2-docutils'
-'python2-sphinx_rtd_theme'
-'python2-sphinx-alabaster-theme'
-'python2-babel'
-'python2-snowballstemmer'
-'python2-six'
-'python2-imagesize'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 200204, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 20:47:33 UTC (rev 200205)
@@ -0,0 +1,126 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.5.1
+pkgrel=1
+
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('BSD')
+
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python-imagesize'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+  'python2-imagesize'
+)
+
+checkdepends=(
+  'texlive-latexextra'
+  'python-nose' 'python2-nose'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 'python2-babel'
+  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
+  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
+  'python-mock' 'python2-mock'
+  'python-html5lib' 'python2-html5lib'
+  'python

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

2016-12-18 Thread Johannes Löthberg
Date: Sunday, December 18, 2016 @ 20:58:42
  Author: demize
Revision: 200206

Fix test suite

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 20:47:33 UTC (rev 200205)
+++ PKGBUILD2016-12-18 20:58:42 UTC (rev 200206)
@@ -70,12 +70,12 @@
 check() {
   msg2 'Python 3 version'
   cd "$srcdir"/Sphinx-$pkgver
-#  make PYTHON=python3 test
+  LC_ALL="en_US.UTF-8" make PYTHON=python3 test
   rm -r tests
 
   msg2 'Python 2 version'
   cd "$srcdir"/Sphinx-${pkgver}2
-#  make PYTHON=python2 test
+  LC_ALL="en_US.UTF-8" make PYTHON=python2 test
   rm -r tests
 }
 


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 20:59:54
  Author: anthraxx
Revision: 200207

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-18 20:58:42 UTC (rev 200206)
+++ community-i686/PKGBUILD 2016-12-18 20:59:54 UTC (rev 200207)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.13.1
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('787de0f3c1cbca13c3caf5638aebe6897b95d1d2cc284872ee36ba8a297e35f9d0e17cc30a576bca2a47481cca9d2ffbb0fdc284f489cd6d3f3e10c3a18e9dd6')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-i686/PKGBUILD (from rev 200206, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 20:59:54 UTC (rev 200207)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha512sums=('787de0f3c1cbca13c3caf5638aebe6897b95d1d2cc284872ee36ba8a297e35f9d0e17cc30a576bca2a47481cca9d2ffbb0fdc284f489cd6d3f3e10c3a18e9dd6')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+ 

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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 21:01:05
  Author: arojas
Revision: 200208

Update to 3.0.0

Modified:
  kpmcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 20:59:54 UTC (rev 200207)
+++ PKGBUILD2016-12-18 21:01:05 UTC (rev 200208)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpmcore
-pkgver=2.2.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Library for managing partitions"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 'dosfstools: FAT32 support'
 'f2fs-tools: F2FS support')
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('a7e97c9a4fb3b02e463f488fcf761acb'
+md5sums=('88b09d324188079472770ecbb0f8514f'
  'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 


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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 21:01:36
  Author: arojas
Revision: 200209

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

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

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

Copied: kpmcore/repos/community-staging-i686/PKGBUILD (from rev 200208, 
kpmcore/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 21:01:36 UTC (rev 200209)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules python)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+'dosfstools: FAT32 support'
+'f2fs-tools: F2FS support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('88b09d324188079472770ecbb0f8514f'
+ 'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Copied: kpmcore/repos/community-staging-x86_64/PKGBUILD (from rev 200208, 
kpmcore/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 21:01:36 UTC (rev 200209)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules python)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+'dosfstools: FAT32 support'
+'f2fs-tools: F2FS support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('88b09d324188079472770ecbb0f8514f'
+ 'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 21:02:42
  Author: anthraxx
Revision: 200211

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 200210, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 21:02:34 UTC (rev 200210)
+++ PKGBUILD2016-12-18 21:02:42 UTC (rev 200211)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.8.1
-pkgrel=1
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('7cd77c9bce45b5b0d0a4db92965481a502a5a8720fa544fe1f708eba43acffd5fda5d3d9447a78b33f395d76f107e30ed93b3dfb772f01638a4a9e585d12bef3')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 200210, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 21:02:42 UTC (rev 200211)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.8.2
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha512sums=('35424b87222aa82384e358ec5a51b8d7d723c324065ad231f55e4a7c8ed6ba7bd9dbc3e6b0be6ade073c0333cd81f9eb317fc618a54104c6b3767914647e7e87')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' 'python-eventlet' 'python-socketio')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/l

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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 21:02:34
  Author: anthraxx
Revision: 200210

upgpkg: python-flask-socketio 2.8.2-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 21:01:36 UTC (rev 200209)
+++ PKGBUILD2016-12-18 21:02:34 UTC (rev 200210)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
@@ -14,7 +14,7 @@
 checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('7cd77c9bce45b5b0d0a4db92965481a502a5a8720fa544fe1f708eba43acffd5fda5d3d9447a78b33f395d76f107e30ed93b3dfb772f01638a4a9e585d12bef3')
+sha512sums=('35424b87222aa82384e358ec5a51b8d7d723c324065ad231f55e4a7c8ed6ba7bd9dbc3e6b0be6ade073c0333cd81f9eb317fc618a54104c6b3767914647e7e87')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 21:05:26
  Author: arojas
Revision: 200212

Update to 3.0.0

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 21:02:42 UTC (rev 200211)
+++ PKGBUILD2016-12-18 21:05:26 UTC (rev 200212)
@@ -4,7 +4,7 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=2.2.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(kpmcore hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('ffb00bd607339582dd5548eca96090e2'
+md5sums=('d0a1f24593eeb6296702f5ce4792bc53'
  'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 


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

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 21:05:51
  Author: arojas
Revision: 200213

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

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

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

Copied: partitionmanager/repos/community-staging-i686/PKGBUILD (from rev 
200212, partitionmanager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-18 21:05:51 UTC (rev 200213)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('d0a1f24593eeb6296702f5ce4792bc53'
+ 'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Copied: partitionmanager/repos/community-staging-x86_64/PKGBUILD (from rev 
200212, partitionmanager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-18 21:05:51 UTC (rev 200213)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('d0a1f24593eeb6296702f5ce4792bc53'
+ 'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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


[arch-commits] Commit in systemdgenie (5 files)

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 21:19:01
  Author: arojas
Revision: 200217

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

Added:
  systemdgenie/repos/
  systemdgenie/repos/community-i686/
  systemdgenie/repos/community-i686/PKGBUILD
(from rev 200216, systemdgenie/trunk/PKGBUILD)
  systemdgenie/repos/community-x86_64/
  systemdgenie/repos/community-x86_64/PKGBUILD
(from rev 200216, systemdgenie/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: systemdgenie/repos/community-i686/PKGBUILD (from rev 200216, 
systemdgenie/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-12-18 21:19:01 UTC (rev 200217)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=systemdgenie
+pkgver=0.99.0
+pkgrel=1
+pkgdesc="Systemd management utility"
+arch=(i686 x86_64)
+url='https://cgit.kde.org/systemdgenie.git/'
+license=(GPL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz";)
+sha256sums=('22ebd9d6da7f03399603e21e3e21d69cbe87ec49695d12a15e9dda6b23703f25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE_INSTALL_LIBDIR=lib \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: systemdgenie/repos/community-x86_64/PKGBUILD (from rev 200216, 
systemdgenie/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-12-18 21:19:01 UTC (rev 200217)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=systemdgenie
+pkgver=0.99.0
+pkgrel=1
+pkgdesc="Systemd management utility"
+arch=(i686 x86_64)
+url='https://cgit.kde.org/systemdgenie.git/'
+license=(GPL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz";)
+sha256sums=('22ebd9d6da7f03399603e21e3e21d69cbe87ec49695d12a15e9dda6b23703f25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE_INSTALL_LIBDIR=lib \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (3 files)

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 21:18:28
  Author: arojas
Revision: 200216

Add systemdgenie, systemd-kcm replacement

Added:
  systemdgenie/
  systemdgenie/trunk/
  systemdgenie/trunk/PKGBUILD

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

Added: systemdgenie/trunk/PKGBUILD
===
--- systemdgenie/trunk/PKGBUILD (rev 0)
+++ systemdgenie/trunk/PKGBUILD 2016-12-18 21:18:28 UTC (rev 200216)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=systemdgenie
+pkgver=0.99.0
+pkgrel=1
+pkgdesc="Systemd management utility"
+arch=(i686 x86_64)
+url='https://cgit.kde.org/systemdgenie.git/'
+license=(GPL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz";)
+sha256sums=('22ebd9d6da7f03399603e21e3e21d69cbe87ec49695d12a15e9dda6b23703f25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE_INSTALL_LIBDIR=lib \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 21:25:51
  Author: anthraxx
Revision: 200219

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

Added:
  irssi-otr/repos/community-i686/
  irssi-otr/repos/community-i686/PKGBUILD
(from rev 200218, irssi-otr/trunk/PKGBUILD)
  irssi-otr/repos/community-x86_64/
  irssi-otr/repos/community-x86_64/PKGBUILD
(from rev 200218, irssi-otr/trunk/PKGBUILD)

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

Copied: irssi-otr/repos/community-i686/PKGBUILD (from rev 200218, 
irssi-otr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 21:25:51 UTC (rev 200219)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dominik George 
+# Contributor: quantax -- contact via Arch Linux forum or AUR
+
+pkgname=irssi-otr
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Off-the-Record Messaging (OTR) for the Irssi IRC client'
+url='https://github.com/cryptodotis/irssi-otr'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('irssi' 'libotr' 'glib2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cryptodotis/irssi-otr/archive/v${pkgver}.tar.gz)
+sha512sums=('983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:

Copied: irssi-otr/repos/community-x86_64/PKGBUILD (from rev 200218, 
irssi-otr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-18 21:25:51 UTC (rev 200219)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dominik George 
+# Contributor: quantax -- contact via Arch Linux forum or AUR
+
+pkgname=irssi-otr
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Off-the-Record Messaging (OTR) for the Irssi IRC client'
+url='https://github.com/cryptodotis/irssi-otr'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('irssi' 'libotr' 'glib2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cryptodotis/irssi-otr/archive/v${pkgver}.tar.gz)
+sha512sums=('983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 21:25:35
  Author: anthraxx
Revision: 200218

addpkg: irssi-otr 1.0.2-1

Added:
  irssi-otr/
  irssi-otr/repos/
  irssi-otr/trunk/
  irssi-otr/trunk/PKGBUILD

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

Added: irssi-otr/trunk/PKGBUILD
===
--- irssi-otr/trunk/PKGBUILD(rev 0)
+++ irssi-otr/trunk/PKGBUILD2016-12-18 21:25:35 UTC (rev 200218)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dominik George 
+# Contributor: quantax -- contact via Arch Linux forum or AUR
+
+pkgname=irssi-otr
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Off-the-Record Messaging (OTR) for the Irssi IRC client'
+url='https://github.com/cryptodotis/irssi-otr'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('irssi' 'libotr' 'glib2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cryptodotis/irssi-otr/archive/v${pkgver}.tar.gz)
+sha512sums=('983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 21:39:36
  Author: anthraxx
Revision: 200221

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-18 21:39:23 UTC (rev 200220)
+++ community-i686/PKGBUILD 2016-12-18 21:39:36 UTC (rev 200221)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.13.1
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('787de0f3c1cbca13c3caf5638aebe6897b95d1d2cc284872ee36ba8a297e35f9d0e17cc30a576bca2a47481cca9d2ffbb0fdc284f489cd6d3f3e10c3a18e9dd6')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-i686/PKGBUILD (from rev 200220, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 21:39:36 UTC (rev 200221)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.13.7
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha512sums=('a825410b2621bbac08bebcd4478d5fc4f86f0d7cc7989d2cbca00ca3e774930f9a6143257aea87ee5194fbaa8193c2d2b3fde02df4be151ff5522ded8f33738b')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+ 

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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 21:39:23
  Author: anthraxx
Revision: 200220

upgpkg: metasploit 4.13.7-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 21:25:51 UTC (rev 200219)
+++ PKGBUILD2016-12-18 21:39:23 UTC (rev 200220)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.13.1
+pkgver=4.13.7
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -13,7 +13,7 @@
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('787de0f3c1cbca13c3caf5638aebe6897b95d1d2cc284872ee36ba8a297e35f9d0e17cc30a576bca2a47481cca9d2ffbb0fdc284f489cd6d3f3e10c3a18e9dd6')
+sha512sums=('a825410b2621bbac08bebcd4478d5fc4f86f0d7cc7989d2cbca00ca3e774930f9a6143257aea87ee5194fbaa8193c2d2b3fde02df4be151ff5522ded8f33738b')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 21:47:04
  Author: anthraxx
Revision: 200222

upgpkg: scanmem 0.16-1

Modified:
  scanmem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 21:39:36 UTC (rev 200221)
+++ PKGBUILD2016-12-18 21:47:04 UTC (rev 200222)
@@ -5,20 +5,24 @@
 # Contributor: Alexander De Sousa 
 
 pkgname=scanmem
-pkgver=0.15.8
-pkgrel=2
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
-url="https://github.com/scanmem/scanmem";
+pkgver=0.16
+pkgrel=1
+pkgdesc='Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process'
+url='https://github.com/scanmem/scanmem'
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('gtk3' 'python-gobject' 'polkit')
 makedepends=('intltool')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('d43d6967105882db93f39ef80169904366969c7ad3a58798218a7b38cca650f3ef705304143e5afe938c0a1345dd9e3cc33e30888e96f4e2e1cf7519b38713da')
+sha512sums=('468cd48e7dd4413d5e34f0722073cc122a2594f265f28f063d3fa49169ef18e7b01106bacb46ab0618bce88ac87fa33e609c581bfd87423189177c6d27ebedff')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  ./autogen.sh
   ./configure --enable-gui --prefix=/usr
   make
 }


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

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 21:47:16
  Author: anthraxx
Revision: 200223

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-18 21:47:04 UTC (rev 200222)
+++ community-i686/PKGBUILD 2016-12-18 21:47:16 UTC (rev 200223)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Michael P 
-# Contributor: Aaron Griffin 
-# Contributor: Elmo Todurov 
-# Contributor: Alexander De Sousa 
-
-pkgname=scanmem
-pkgver=0.15.8
-pkgrel=2
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
-url="https://github.com/scanmem/scanmem";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gtk3' 'python-gobject' 'polkit')
-makedepends=('intltool')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('d43d6967105882db93f39ef80169904366969c7ad3a58798218a7b38cca650f3ef705304143e5afe938c0a1345dd9e3cc33e30888e96f4e2e1cf7519b38713da')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/PKGBUILD (from rev 200222, 
scanmem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 21:47:16 UTC (rev 200223)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michael P 
+# Contributor: Aaron Griffin 
+# Contributor: Elmo Todurov 
+# Contributor: Alexander De Sousa 
+
+pkgname=scanmem
+pkgver=0.16
+pkgrel=1
+pkgdesc='Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process'
+url='https://github.com/scanmem/scanmem'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gtk3' 'python-gobject' 'polkit')
+makedepends=('intltool')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('468cd48e7dd4413d5e34f0722073cc122a2594f265f28f063d3fa49169ef18e7b01106bacb46ab0618bce88ac87fa33e609c581bfd87423189177c6d27ebedff')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-18 21:47:04 UTC (rev 200222)
+++ community-x86_64/PKGBUILD   2016-12-18 21:47:16 UTC (rev 200223)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Michael P 
-# Contributor: Aaron Griffin 
-# Contributor: Elmo Todurov 
-# Contributor: Alexander De Sousa 
-
-pkgname=scanmem
-pkgver=0.15.8
-pkgrel=2
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
-url="https://github.com/scanmem/scanmem";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gtk3' 'python-gobject' 'polkit')
-makedepends=('intltool')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('d43d6967105882db93f39ef80169904366969c7ad3a58798218a7b38cca650f3ef705304143e5afe938c0a1345dd9e3cc33e30888e96f4e2e1cf7519b38713da')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-x86_64/PKGBUILD (from rev 200222, 
scanmem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-18 21:47:16 UTC (rev 200223)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michael P 
+# Contributor: Aaron Griffin 
+# Contributor: Elmo Todurov 
+# Contributor: Alexander De Sousa 
+
+pkgname=scanmem
+pkgver=0.16
+pkgrel=1
+pkgdesc='Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process'
+url='https://github.com/scanmem/scanmem'
+arch=('i

  1   2   >