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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:53:56
  Author: felixonmars
Revision: 180893

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

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

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

Copied: haskell-shakespeare/repos/community-staging-i686/PKGBUILD (from rev 
180892, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 05:53:56 UTC (rev 180893)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.9
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d3ba75e105a367781d22e75826e07eddd4d0074e9db325722e92bdcaead48d45')
+
+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-test_roy -f-test_coffee -f-test_export
+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-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
180892, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 05:53:56 UTC (rev 180893)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.9
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d3ba75e105a367781d22e75826e07eddd4d0074e9db325722e92bdcaead48d45')
+
+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-test_roy -f-test_coffee -f-test_export
+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   

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:53:38
  Author: felixonmars
Revision: 180892

upgpkg: haskell-shakespeare 2.0.9-1

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 05:46:01 UTC (rev 180891)
+++ PKGBUILD2016-06-24 05:53:38 UTC (rev 180892)
@@ -4,8 +4,8 @@
 
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
-pkgver=2.0.8.2
-pkgrel=6
+pkgver=2.0.9
+pkgrel=1
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates;
 license=("MIT")
@@ -14,7 +14,7 @@
  "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
  "haskell-unordered-containers" "haskell-vector")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('30797f10420f70164443ba4167fb3901f84d235cb419fd0d0442e746c835b114')
+sha256sums=('d3ba75e105a367781d22e75826e07eddd4d0074e9db325722e92bdcaead48d45')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:45:44
  Author: felixonmars
Revision: 180890

upgpkg: haskell-http-client 0.4.29-2

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 05:42:28 UTC (rev 180889)
+++ PKGBUILD2016-06-24 05:45:44 UTC (rev 180890)
@@ -5,7 +5,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.4.29
-pkgrel=1
+pkgrel=2
 pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:46:01
  Author: felixonmars
Revision: 180891

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 180890, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 180890, haskell-http-client/trunk/PKGBUILD)

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

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
180890, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 05:46:01 UTC (rev 180891)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.29
+pkgrel=2
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2282176f481addaf9b1f3d6e2a23c13e3cbe9e9f7351b4cb30eab3749ef87f19')
+
+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
+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-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
180890, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 05:46:01 UTC (rev 180891)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.29
+pkgrel=2
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2282176f481addaf9b1f3d6e2a23c13e3cbe9e9f7351b4cb30eab3749ef87f19')
+
+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
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:42:28
  Author: felixonmars
Revision: 180889

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

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

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

Copied: haskell-wai-extra/repos/community-staging-i686/PKGBUILD (from rev 
180888, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 05:42:28 UTC (rev 180889)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.15.2
+pkgrel=2
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('367973347c3cfb4378b4b6c118dc0423779799df01a228fd518899acc4716bf8')
+
+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-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
180888, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 05:42:28 UTC (rev 180889)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.15.2
+pkgrel=2
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('367973347c3cfb4378b4b6c118dc0423779799df01a228fd518899acc4716bf8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:42:10
  Author: felixonmars
Revision: 180888

upgpkg: haskell-wai-extra 3.0.15.2-2

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 05:35:54 UTC (rev 180887)
+++ PKGBUILD2016-06-24 05:42:10 UTC (rev 180888)
@@ -5,7 +5,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.0.15.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:35:54
  Author: felixonmars
Revision: 180887

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
180886, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 05:35:54 UTC (rev 180887)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.5
+pkgrel=3
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de34feeb6e9fb3a181f204e8fdf6ad2adebe781a88182cd136e0d330c2455375')
+
+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-nooverlap
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
180886, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 05:35:54 UTC (rev 180887)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.5
+pkgrel=3
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de34feeb6e9fb3a181f204e8fdf6ad2adebe781a88182cd136e0d330c2455375')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:35:34
  Author: felixonmars
Revision: 180886

upgpkg: haskell-persistent 2.5-3

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 05:33:23 UTC (rev 180885)
+++ PKGBUILD2016-06-24 05:35:34 UTC (rev 180886)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:33:23
  Author: felixonmars
Revision: 180885

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

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

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

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
180884, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 05:33:23 UTC (rev 180885)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=17
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
180884, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 05:33:23 UTC (rev 180885)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=17
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:33:01
  Author: felixonmars
Revision: 180884

upgpkg: haskell-adjunctions 4.3-17

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 05:26:14 UTC (rev 180883)
+++ PKGBUILD2016-06-24 05:33:01 UTC (rev 180884)
@@ -5,7 +5,7 @@
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
 pkgver=4.3
-pkgrel=16
+pkgrel=17
 pkgdesc="Adjunctions and representable functors"
 url="http://github.com/ekmett/adjunctions/;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:26:14
  Author: felixonmars
Revision: 180883

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

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

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

Copied: haskell-warp/repos/community-staging-i686/PKGBUILD (from rev 180882, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 05:26:14 UTC (rev 180883)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.6
+pkgrel=13
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('4ac0ce7613a5a9c70d2100d8553c790567a4cd2147b994c5f838c2862e6dd810')
+
+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 \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+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-warp/repos/community-staging-x86_64/PKGBUILD (from rev 180882, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 05:26:14 UTC (rev 180883)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.6
+pkgrel=13
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('4ac0ce7613a5a9c70d2100d8553c790567a4cd2147b994c5f838c2862e6dd810')
+
+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 \
+-f-warp-debug -fallow-sendfilefd 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:25:57
  Author: felixonmars
Revision: 180882

upgpkg: haskell-warp 3.2.6-13

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 05:25:14 UTC (rev 180881)
+++ PKGBUILD2016-06-24 05:25:57 UTC (rev 180882)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.6
-pkgrel=12
+pkgrel=13
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:24:56
  Author: felixonmars
Revision: 180880

upgpkg: haskell-aeson-compat 0.3.4.0-4

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 05:12:50 UTC (rev 180879)
+++ PKGBUILD2016-06-24 05:24:56 UTC (rev 180880)
@@ -5,7 +5,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Compatibility layer for aeson"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:25:14
  Author: felixonmars
Revision: 180881

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

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

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

Copied: haskell-aeson-compat/repos/community-staging-i686/PKGBUILD (from rev 
180880, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 05:25:14 UTC (rev 180881)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.4.0
+pkgrel=4
+pkgdesc="Compatibility layer for aeson"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base-compat" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-text"
+ "haskell-tagged" "haskell-time-locale-compat" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('47edd45ac71bbbcd4f8a7349a02ae5d3672107f3a4f37e06e7a856a0ac3e88c9')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-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
+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-aeson-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
180880, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 05:25:14 UTC (rev 180881)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.4.0
+pkgrel=4
+pkgdesc="Compatibility layer for aeson"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base-compat" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-text"
+ "haskell-tagged" "haskell-time-locale-compat" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('47edd45ac71bbbcd4f8a7349a02ae5d3672107f3a4f37e06e7a856a0ac3e88c9')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-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
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:12:50
  Author: felixonmars
Revision: 180879

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

Added:
  haskell-free/repos/community-staging-i686/
  haskell-free/repos/community-staging-i686/PKGBUILD
(from rev 180878, haskell-free/trunk/PKGBUILD)
  haskell-free/repos/community-staging-i686/haskell-free.install
(from rev 180878, haskell-free/trunk/haskell-free.install)
  haskell-free/repos/community-staging-x86_64/
  haskell-free/repos/community-staging-x86_64/PKGBUILD
(from rev 180878, haskell-free/trunk/PKGBUILD)
  haskell-free/repos/community-staging-x86_64/haskell-free.install
(from rev 180878, haskell-free/trunk/haskell-free.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-free.install   |   18 +
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-free.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-free/repos/community-staging-i686/PKGBUILD (from rev 180878, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 05:12:50 UTC (rev 180879)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=17
+pkgdesc="Monads for free"
+url="http://github.com/ekmett/free/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive"
+ "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
+ "haskell-profunctors" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c9fe45aae387855626ecb5a0fea6afdb207143cb00af3b1f715d1032d2d08784')
+
+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-free/repos/community-staging-i686/haskell-free.install (from 
rev 180878, haskell-free/trunk/haskell-free.install)
===
--- community-staging-i686/haskell-free.install (rev 0)
+++ community-staging-i686/haskell-free.install 2016-06-24 05:12:50 UTC (rev 
180879)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-free
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-free/repos/community-staging-x86_64/PKGBUILD (from rev 180878, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 05:12:50 UTC (rev 180879)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=17
+pkgdesc="Monads for free"
+url="http://github.com/ekmett/free/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive"
+ "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
+ 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 05:12:32
  Author: felixonmars
Revision: 180878

upgpkg: haskell-free 4.12.4-17

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-free/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 04:37:14 UTC (rev 180877)
+++ PKGBUILD2016-06-24 05:12:32 UTC (rev 180878)
@@ -5,7 +5,7 @@
 _hkgname=free
 pkgname=haskell-free
 pkgver=4.12.4
-pkgrel=16
+pkgrel=17
 pkgdesc="Monads for free"
 url="http://github.com/ekmett/free/;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:37:14
  Author: felixonmars
Revision: 180877

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

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

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

Copied: haskell-http2/repos/community-staging-i686/PKGBUILD (from rev 180876, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 04:37:14 UTC (rev 180877)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-case-insensitive"
+ "haskell-hex" "haskell-psqueues" "haskell-stm" "haskell-text" 
"haskell-vector")
+makedepends=('haskell-word8')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2d33647a74f9945fa0e3a0982832eeb2c57cb46d3ddbacf5ba049ee59a60da97')
+
+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 \
+-f-devel
+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-http2/repos/community-staging-x86_64/PKGBUILD (from rev 180876, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 04:37:14 UTC (rev 180877)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-case-insensitive"
+ "haskell-hex" "haskell-psqueues" "haskell-stm" "haskell-text" 
"haskell-vector")
+makedepends=('haskell-word8')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2d33647a74f9945fa0e3a0982832eeb2c57cb46d3ddbacf5ba049ee59a60da97')
+
+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 \
+-f-devel
+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"
+  

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:36:56
  Author: felixonmars
Revision: 180876

upgpkg: haskell-http2 1.6.0-7

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 04:36:12 UTC (rev 180875)
+++ PKGBUILD2016-06-24 04:36:56 UTC (rev 180876)
@@ -5,7 +5,7 @@
 _hkgname=http2
 pkgname=haskell-http2
 pkgver=1.6.0
-pkgrel=6
+pkgrel=7
 pkgdesc="HTTP/2.0 library including frames and HPACK"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:36:12
  Author: felixonmars
Revision: 180875

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

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

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

Copied: haskell-wai-logger/repos/community-staging-i686/PKGBUILD (from rev 
180874, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 04:36:12 UTC (rev 180875)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.2.7
+pkgrel=6
+pkgdesc="A logging system for WAI"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f4718c7661373b6a93fb7ac4b4662617f9e161f6b9297d0f665f71391e489607')
+
+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-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
180874, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 04:36:12 UTC (rev 180875)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.2.7
+pkgrel=6
+pkgdesc="A logging system for WAI"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f4718c7661373b6a93fb7ac4b4662617f9e161f6b9297d0f665f71391e489607')
+
+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 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:35:54
  Author: felixonmars
Revision: 180874

upgpkg: haskell-wai-logger 2.2.7-6

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 04:16:33 UTC (rev 180873)
+++ PKGBUILD2016-06-24 04:35:54 UTC (rev 180874)
@@ -5,7 +5,7 @@
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
 pkgver=2.2.7
-pkgrel=5
+pkgrel=6
 pkgdesc="A logging system for WAI"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:16:33
  Author: felixonmars
Revision: 180873

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

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

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

Copied: haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD (from rev 
180872, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 04:16:33 UTC (rev 180873)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.7.2
+pkgrel=21
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-cmdargs"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d')
+
+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-lib-only
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD (from rev 
180872, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 04:16:33 UTC (rev 180873)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.7.2
+pkgrel=21
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-cmdargs"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d')
+
+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-lib-only
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:16:14
  Author: felixonmars
Revision: 180872

upgpkg: haskell-aeson-pretty 0.7.2-21

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-aeson-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 04:15:24 UTC (rev 180871)
+++ PKGBUILD2016-06-24 04:16:14 UTC (rev 180872)
@@ -5,7 +5,7 @@
 _hkgname=aeson-pretty
 pkgname=haskell-aeson-pretty
 pkgver=0.7.2
-pkgrel=20
+pkgrel=21
 pkgdesc="JSON pretty-printing library and command-line tool."
 url="http://github.com/informatikr/aeson-pretty;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:15:24
  Author: felixonmars
Revision: 180871

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

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

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

Copied: haskell-semigroupoids/repos/community-staging-i686/PKGBUILD (from rev 
180870, haskell-semigroupoids/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 04:15:24 UTC (rev 180871)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroupoids
+pkgname=haskell-semigroupoids
+pkgver=5.1
+pkgrel=2
+pkgdesc="Semigroupoids: Category sans id"
+url="http://github.com/ekmett/semigroupoids;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-semigroups"
+ "haskell-tagged" "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('16ac8ce9b40b0407cdb1b1197a704ec58ec689d5a6de891165a577725361f835')
+
+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 \
+-ftagged -fcomonad -fdoctests -fdistributive -fcontravariant 
-fcontainers
+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-semigroupoids/repos/community-staging-x86_64/PKGBUILD (from rev 
180870, haskell-semigroupoids/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 04:15:24 UTC (rev 180871)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroupoids
+pkgname=haskell-semigroupoids
+pkgver=5.1
+pkgrel=2
+pkgdesc="Semigroupoids: Category sans id"
+url="http://github.com/ekmett/semigroupoids;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-semigroups"
+ "haskell-tagged" "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('16ac8ce9b40b0407cdb1b1197a704ec58ec689d5a6de891165a577725361f835')
+
+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 \
+-ftagged -fcomonad -fdoctests -fdistributive -fcontravariant 
-fcontainers
+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   

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:15:05
  Author: felixonmars
Revision: 180870

upgpkg: haskell-semigroupoids 5.1-2

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 04:12:04 UTC (rev 180869)
+++ PKGBUILD2016-06-24 04:15:05 UTC (rev 180870)
@@ -5,7 +5,7 @@
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
 pkgver=5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Semigroupoids: Category sans id"
 url="http://github.com/ekmett/semigroupoids;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:12:04
  Author: felixonmars
Revision: 180869

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

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

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

Copied: haskell-wai/repos/community-staging-i686/PKGBUILD (from rev 180868, 
haskell-wai/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 04:12:04 UTC (rev 180869)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai
+pkgname=haskell-wai
+pkgver=3.2.1.1
+pkgrel=4
+pkgdesc="Web Application Interface."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-http-types" 
"haskell-network"
+ "haskell-text" "haskell-vault")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5d80a68f5d8806682d8267b7dacc383d094e3ef7ecd705f20e42c91cad564e21')
+
+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-wai/repos/community-staging-x86_64/PKGBUILD (from rev 180868, 
haskell-wai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 04:12:04 UTC (rev 180869)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai
+pkgname=haskell-wai
+pkgver=3.2.1.1
+pkgrel=4
+pkgdesc="Web Application Interface."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-http-types" 
"haskell-network"
+ "haskell-text" "haskell-vault")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5d80a68f5d8806682d8267b7dacc383d094e3ef7ecd705f20e42c91cad564e21')
+
+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}"
+

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:11:45
  Author: felixonmars
Revision: 180868

upgpkg: haskell-wai 3.2.1.1-4

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 04:11:33 UTC (rev 180867)
+++ PKGBUILD2016-06-24 04:11:45 UTC (rev 180868)
@@ -5,7 +5,7 @@
 _hkgname=wai
 pkgname=haskell-wai
 pkgver=3.2.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Web Application Interface."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:11:33
  Author: felixonmars
Revision: 180867

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

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

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

Copied: haskell-profunctors/repos/community-staging-i686/PKGBUILD (from rev 
180866, haskell-profunctors/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 04:11:33 UTC (rev 180867)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=profunctors
+pkgname=haskell-profunctors
+pkgver=5.2
+pkgrel=16
+pkgdesc="Profunctors"
+url="http://github.com/ekmett/profunctors/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-tagged")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('87a7e25c4745ea8ff479dd1212ec2e57710abb3d3dd30f948fa16be1d3ee05a4')
+
+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-profunctors/repos/community-staging-x86_64/PKGBUILD (from rev 
180866, haskell-profunctors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 04:11:33 UTC (rev 180867)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=profunctors
+pkgname=haskell-profunctors
+pkgver=5.2
+pkgrel=16
+pkgdesc="Profunctors"
+url="http://github.com/ekmett/profunctors/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-tagged")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('87a7e25c4745ea8ff479dd1212ec2e57710abb3d3dd30f948fa16be1d3ee05a4')
+
+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 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:11:15
  Author: felixonmars
Revision: 180866

upgpkg: haskell-profunctors 5.2-16

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-profunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 04:03:21 UTC (rev 180865)
+++ PKGBUILD2016-06-24 04:11:15 UTC (rev 180866)
@@ -5,7 +5,7 @@
 _hkgname=profunctors
 pkgname=haskell-profunctors
 pkgver=5.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Profunctors"
 url="http://github.com/ekmett/profunctors/;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:03:21
  Author: felixonmars
Revision: 180865

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

Added:
  haskell-http-types/repos/community-staging-i686/
  haskell-http-types/repos/community-staging-i686/PKGBUILD
(from rev 180864, haskell-http-types/trunk/PKGBUILD)
  haskell-http-types/repos/community-staging-x86_64/
  haskell-http-types/repos/community-staging-x86_64/PKGBUILD
(from rev 180864, haskell-http-types/trunk/PKGBUILD)

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

Copied: haskell-http-types/repos/community-staging-i686/PKGBUILD (from rev 
180864, haskell-http-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 04:03:21 UTC (rev 180865)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9.1
+pkgrel=3
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('80c6ba409125f2ec5ed51b94e7621d7d')
+
+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
+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 -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-http-types/repos/community-staging-x86_64/PKGBUILD (from rev 
180864, haskell-http-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 04:03:21 UTC (rev 180865)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9.1
+pkgrel=3
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('80c6ba409125f2ec5ed51b94e7621d7d')
+
+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
+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 -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-http-types/trunk (PKGBUILD)

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:03:01
  Author: felixonmars
Revision: 180864

upgpkg: haskell-http-types 0.9.1-3

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-http-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 04:01:49 UTC (rev 180863)
+++ PKGBUILD2016-06-24 04:03:01 UTC (rev 180864)
@@ -5,7 +5,7 @@
 _hkgname=http-types
 pkgname=haskell-http-types
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:01:49
  Author: felixonmars
Revision: 180863

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

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

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

Copied: haskell-aeson/repos/community-staging-i686/PKGBUILD (from rev 180862, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 04:01:49 UTC (rev 180863)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=0.11.2.0
+pkgrel=5
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-semigroups' 
'haskell-unordered-containers'
+ 'haskell-mtl' 'haskell-syb' 'haskell-tagged' 'haskell-vector' 
'haskell-dlist')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('aef0c0cd9d3563a5ce17eff36871d47c')
+
+prepare() {
+  sed -i '/fail == 4.9/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
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 180862, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 04:01:49 UTC (rev 180863)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=0.11.2.0
+pkgrel=5
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-semigroups' 
'haskell-unordered-containers'
+ 'haskell-mtl' 'haskell-syb' 'haskell-tagged' 'haskell-vector' 
'haskell-dlist')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('aef0c0cd9d3563a5ce17eff36871d47c')
+
+prepare() {
+  sed -i '/fail == 4.9/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
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 04:01:30
  Author: felixonmars
Revision: 180862

upgpkg: haskell-aeson 0.11.2.0-5

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:59:57 UTC (rev 180861)
+++ PKGBUILD2016-06-24 04:01:30 UTC (rev 180862)
@@ -6,7 +6,7 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=0.11.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
 url="https://github.com/bos/aeson;
 license=("GPL")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:59:57
  Author: felixonmars
Revision: 180861

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

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

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

Copied: haskell-bifunctors/repos/community-staging-i686/PKGBUILD (from rev 
180860, haskell-bifunctors/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:59:57 UTC (rev 180861)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bifunctors
+pkgname=haskell-bifunctors
+pkgver=5.3
+pkgrel=7
+pkgdesc="Bifunctors"
+url="http://github.com/ekmett/bifunctors/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-comonad" 
"haskell-semigroups" "haskell-tagged")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('66d2faa673752b4e47018a9ebfd84075c450b41556bb9551cf04d359dbcce8bf')
+
+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 \
+-ftagged -fsemigroups
+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-bifunctors/repos/community-staging-x86_64/PKGBUILD (from rev 
180860, haskell-bifunctors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 03:59:57 UTC (rev 180861)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bifunctors
+pkgname=haskell-bifunctors
+pkgver=5.3
+pkgrel=7
+pkgdesc="Bifunctors"
+url="http://github.com/ekmett/bifunctors/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-comonad" 
"haskell-semigroups" "haskell-tagged")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('66d2faa673752b4e47018a9ebfd84075c450b41556bb9551cf04d359dbcce8bf')
+
+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 \
+-ftagged -fsemigroups
+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" 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:59:39
  Author: felixonmars
Revision: 180860

upgpkg: haskell-bifunctors 5.3-7

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:42:02 UTC (rev 180859)
+++ PKGBUILD2016-06-24 03:59:39 UTC (rev 180860)
@@ -5,7 +5,7 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Bifunctors"
 url="http://github.com/ekmett/bifunctors/;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:42:02
  Author: felixonmars
Revision: 180859

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

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

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

Copied: haskell-comonad/repos/community-staging-i686/PKGBUILD (from rev 180858, 
haskell-comonad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:42:02 UTC (rev 180859)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=comonad
+pkgname=haskell-comonad
+pkgver=5
+pkgrel=15
+pkgdesc="Comonads"
+url="http://github.com/ekmett/comonad/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-contravariant" "haskell-distributive" 
"haskell-semigroups"
+ "haskell-tagged" "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('78e5b19da5b701d14ceb2ca19191cc6205b2024ff2f71b754f5e949faa19cb2a')
+
+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 \
+-fdistributive -fcontravariant -fcontainers -ftest-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-comonad/repos/community-staging-x86_64/PKGBUILD (from rev 
180858, haskell-comonad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 03:42:02 UTC (rev 180859)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=comonad
+pkgname=haskell-comonad
+pkgver=5
+pkgrel=15
+pkgdesc="Comonads"
+url="http://github.com/ekmett/comonad/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-contravariant" "haskell-distributive" 
"haskell-semigroups"
+ "haskell-tagged" "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('78e5b19da5b701d14ceb2ca19191cc6205b2024ff2f71b754f5e949faa19cb2a')
+
+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 \
+-fdistributive -fcontravariant -fcontainers -ftest-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:41:19
  Author: felixonmars
Revision: 180858

upgpkg: haskell-comonad 5-15

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:41:08 UTC (rev 180857)
+++ PKGBUILD2016-06-24 03:41:19 UTC (rev 180858)
@@ -5,7 +5,7 @@
 _hkgname=comonad
 pkgname=haskell-comonad
 pkgver=5
-pkgrel=14
+pkgrel=15
 pkgdesc="Comonads"
 url="http://github.com/ekmett/comonad/;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:41:08
  Author: felixonmars
Revision: 180857

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

Added:
  haskell-case-insensitive/repos/community-staging-i686/
  haskell-case-insensitive/repos/community-staging-i686/PKGBUILD
(from rev 180856, haskell-case-insensitive/trunk/PKGBUILD)
  haskell-case-insensitive/repos/community-staging-x86_64/
  haskell-case-insensitive/repos/community-staging-x86_64/PKGBUILD
(from rev 180856, haskell-case-insensitive/trunk/PKGBUILD)

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

Copied: haskell-case-insensitive/repos/community-staging-i686/PKGBUILD (from 
rev 180856, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:41:08 UTC (rev 180857)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.6
+pkgrel=6
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-hashable' 'haskell-semigroups' 'haskell-text')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('cdf8b721eeb4066b59739694d79d5b4b')
+
+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
+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 -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-case-insensitive/repos/community-staging-x86_64/PKGBUILD (from 
rev 180856, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 03:41:08 UTC (rev 180857)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.6
+pkgrel=6
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-hashable' 'haskell-semigroups' 'haskell-text')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('cdf8b721eeb4066b59739694d79d5b4b')
+
+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
+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 -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-case-insensitive/trunk (PKGBUILD)

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:40:15
  Author: felixonmars
Revision: 180856

upgpkg: haskell-case-insensitive 1.2.0.6-6

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-case-insensitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:35:03 UTC (rev 180855)
+++ PKGBUILD2016-06-24 03:40:15 UTC (rev 180856)
@@ -5,7 +5,7 @@
 _hkgname=case-insensitive
 pkgname=haskell-case-insensitive
 pkgver=1.2.0.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Case insensitive string comparison"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:35:03
  Author: felixonmars
Revision: 180855

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

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

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

Copied: haskell-contravariant/repos/community-staging-i686/PKGBUILD (from rev 
180854, haskell-contravariant/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:35:03 UTC (rev 180855)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant
+pkgname=haskell-contravariant
+pkgver=1.4
+pkgrel=11
+pkgdesc="Contravariant functors"
+url="http://github.com/ekmett/contravariant/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-statevar" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e1666df1373ed784baa7d1e8e963bbc2d1f3c391578ac550ae74e7399173ee84')
+
+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 \
+-fstatevar -fsemigroups -ftagged -f-safe
+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-contravariant/repos/community-staging-x86_64/PKGBUILD (from rev 
180854, haskell-contravariant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 03:35:03 UTC (rev 180855)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant
+pkgname=haskell-contravariant
+pkgver=1.4
+pkgrel=11
+pkgdesc="Contravariant functors"
+url="http://github.com/ekmett/contravariant/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-statevar" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e1666df1373ed784baa7d1e8e963bbc2d1f3c391578ac550ae74e7399173ee84')
+
+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 \
+-fstatevar -fsemigroups -ftagged -f-safe
+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" 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:34:35
  Author: felixonmars
Revision: 180854

upgpkg: haskell-contravariant 1.4-11

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-contravariant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:31:13 UTC (rev 180853)
+++ PKGBUILD2016-06-24 03:34:35 UTC (rev 180854)
@@ -5,7 +5,7 @@
 _hkgname=contravariant
 pkgname=haskell-contravariant
 pkgver=1.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Contravariant functors"
 url="http://github.com/ekmett/contravariant/;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:31:13
  Author: felixonmars
Revision: 180853

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

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

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

Copied: haskell-void/repos/community-staging-i686/PKGBUILD (from rev 180852, 
haskell-void/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:31:13 UTC (rev 180853)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=void
+pkgname=haskell-void
+pkgver=0.7.1
+pkgrel=10
+pkgdesc="A Haskell 98 logically uninhabited data type"
+url="http://github.com/ekmett/void;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-semigroups")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4')
+
+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-safe
+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-void/repos/community-staging-x86_64/PKGBUILD (from rev 180852, 
haskell-void/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 03:31:13 UTC (rev 180853)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=void
+pkgname=haskell-void
+pkgver=0.7.1
+pkgrel=10
+pkgdesc="A Haskell 98 logically uninhabited data type"
+url="http://github.com/ekmett/void;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-semigroups")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4')
+
+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-safe
+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-void/trunk (PKGBUILD)

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:30:49
  Author: felixonmars
Revision: 180852

upgpkg: haskell-void 0.7.1-10

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:26:13 UTC (rev 180851)
+++ PKGBUILD2016-06-24 03:30:49 UTC (rev 180852)
@@ -5,7 +5,7 @@
 _hkgname=void
 pkgname=haskell-void
 pkgver=0.7.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A Haskell 98 logically uninhabited data type"
 url="http://github.com/ekmett/void;
 license=("custom:BSD3")


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:26:13
  Author: felixonmars
Revision: 180851

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

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

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

Copied: haskell-semigroups/repos/community-staging-i686/PKGBUILD (from rev 
180850, haskell-semigroups/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:26:13 UTC (rev 180851)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroups
+pkgname=haskell-semigroups
+pkgver=0.18.2
+pkgrel=1
+pkgdesc="Anything that associates"
+url="http://github.com/ekmett/semigroups/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5dc9ff8622af25412fb071098063da288cd408a844e67c3371b78daa86d5d0e4')
+
+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 \
+-funordered-containers -ftext -ftagged -fdeepseq -fcontainers 
-fbytestring -fhashable -fbinary -ftransformers -f-bytestring-builder
+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-semigroups/repos/community-staging-x86_64/PKGBUILD (from rev 
180850, haskell-semigroups/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 03:26:13 UTC (rev 180851)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroups
+pkgname=haskell-semigroups
+pkgver=0.18.2
+pkgrel=1
+pkgdesc="Anything that associates"
+url="http://github.com/ekmett/semigroups/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5dc9ff8622af25412fb071098063da288cd408a844e67c3371b78daa86d5d0e4')
+
+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 \
+-funordered-containers -ftext -ftagged -fdeepseq -fcontainers 
-fbytestring -fhashable -fbinary -ftransformers -f-bytestring-builder
+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 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:25:50
  Author: felixonmars
Revision: 180850

upgpkg: haskell-semigroups 0.18.2-1

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  haskell-semigroups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:19:43 UTC (rev 180849)
+++ PKGBUILD2016-06-24 03:25:50 UTC (rev 180850)
@@ -4,8 +4,8 @@
 
 _hkgname=semigroups
 pkgname=haskell-semigroups
-pkgver=0.18.1
-pkgrel=6
+pkgver=0.18.2
+pkgrel=1
 pkgdesc="Anything that associates"
 url="http://github.com/ekmett/semigroups/;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-tagged" "haskell-text"
  "haskell-unordered-containers")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('ae7607fb2b497a53192c378dc84c00b45610fdc5de0ac8c1ac3234ec7acee807')
+sha256sums=('5dc9ff8622af25412fb071098063da288cd408a844e67c3371b78daa86d5d0e4')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +21,7 @@
 runhaskell Setup configure -O --enable-library-profiling --enable-shared \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
--funordered-containers -ftext -ftagged -fdeepseq -fcontainers 
-fbytestring -fhashable -fbinary -ftransformers
+-funordered-containers -ftext -ftagged -fdeepseq -fcontainers 
-fbytestring -fhashable -fbinary -ftransformers -f-bytestring-builder
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:19:43
  Author: felixonmars
Revision: 180849

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-24 03:19:19 UTC (rev 180848)
+++ PKGBUILD2016-06-24 03:19:43 UTC (rev 180849)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-case
-pkgname=('python-case' 'python2-case')
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Python unittest Utilities"
-arch=('any')
-license=('BSD')
-url="https://github.com/celery/case;
-makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
-checkdepends=('python-coverage' 'python2-coverage')
-source=("git+https://github.com/celery/case.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a case{,-py2}
-}
-
-build() {
-  cd "$srcdir"/case
-  python setup.py build
-
-  cd "$srcdir"/case-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/case
-  nosetests3
-
-  cd "$srcdir"/case-py2
-  nosetests2
-}
-
-package_python-case() {
-  depends=('python-nose')
-
-  cd case
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-case() {
-  depends=('python2-nose' 'python2-mock' 'python2-unittest2')
-
-  cd case-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-case/repos/community-any/PKGBUILD (from rev 180848, 
python-case/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-24 03:19:43 UTC (rev 180849)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-case
+pkgname=('python-case' 'python2-case')
+pkgver=1.2.2
+_commit=d056d92f7afa2256eb6386fb125721d6b7874853
+pkgrel=1
+pkgdesc="Python unittest Utilities"
+arch=('any')
+license=('BSD')
+url="https://github.com/celery/case;
+makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
+checkdepends=('python-coverage' 'python2-coverage')
+source=("git+https://github.com/celery/case.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a case{,-py2}
+}
+
+build() {
+  cd "$srcdir"/case
+  python setup.py build
+
+  cd "$srcdir"/case-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/case
+  nosetests3
+
+  cd "$srcdir"/case-py2
+  nosetests2
+}
+
+package_python-case() {
+  depends=('python-nose')
+
+  cd case
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-case() {
+  depends=('python2-nose' 'python2-mock' 'python2-unittest2')
+
+  cd case-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:19:19
  Author: felixonmars
Revision: 180848

upgpkg: python-case 1.2.2-1

Modified:
  python-case/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:15:23 UTC (rev 180847)
+++ PKGBUILD2016-06-24 03:19:19 UTC (rev 180848)
@@ -3,7 +3,8 @@
 
 pkgbase=python-case
 pkgname=('python-case' 'python2-case')
-pkgver=1.2.0
+pkgver=1.2.2
+_commit=d056d92f7afa2256eb6386fb125721d6b7874853
 pkgrel=1
 pkgdesc="Python unittest Utilities"
 arch=('any')
@@ -11,7 +12,7 @@
 url="https://github.com/celery/case;
 makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
 checkdepends=('python-coverage' 'python2-coverage')
-source=("git+https://github.com/celery/case.git#tag=v$pkgver;)
+source=("git+https://github.com/celery/case.git#commit=$_commit;)
 sha512sums=('SKIP')
 
 prepare() {


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:15:23
  Author: felixonmars
Revision: 180847

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 180846, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-24 03:15:02 UTC (rev 180846)
+++ PKGBUILD2016-06-24 03:15:23 UTC (rev 180847)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.424
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 180846, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-24 03:15:23 UTC (rev 180847)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.455
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:15:02
  Author: felixonmars
Revision: 180846

upgpkg: you-get 0.4.455-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:13:19 UTC (rev 180845)
+++ PKGBUILD2016-06-24 03:15:02 UTC (rev 180846)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.424
+pkgver=0.4.455
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:13:05
  Author: felixonmars
Revision: 180843

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 180842, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-24 03:12:49 UTC (rev 180842)
+++ PKGBUILD2016-06-24 03:13:05 UTC (rev 180843)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.9.6
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 180842, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-24 03:13:05 UTC (rev 180843)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.10.2
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:12:49
  Author: felixonmars
Revision: 180842

upgpkg: npm 3.10.2-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:10:58 UTC (rev 180841)
+++ PKGBUILD2016-06-24 03:12:49 UTC (rev 180842)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.9.6
+pkgver=3.10.2
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


[arch-commits] Commit in qbittorrent/repos (16 files)

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:10:58
  Author: felixonmars
Revision: 180841

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

Added:
  qbittorrent/repos/community-staging-i686/PKGBUILD
(from rev 180840, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-staging-i686/qbittorrent-gcc6.patch
(from rev 180840, qbittorrent/trunk/qbittorrent-gcc6.patch)
  qbittorrent/repos/community-staging-i686/qbittorrent.service
(from rev 180840, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-staging-i686/qbittorrent@.service
(from rev 180840, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-staging-x86_64/PKGBUILD
(from rev 180840, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-staging-x86_64/qbittorrent-gcc6.patch
(from rev 180840, qbittorrent/trunk/qbittorrent-gcc6.patch)
  qbittorrent/repos/community-staging-x86_64/qbittorrent.service
(from rev 180840, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-staging-x86_64/qbittorrent@.service
(from rev 180840, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-staging-i686/PKGBUILD
  qbittorrent/repos/community-staging-i686/qbittorrent-gcc6.patch
  qbittorrent/repos/community-staging-i686/qbittorrent.service
  qbittorrent/repos/community-staging-i686/qbittorrent@.service
  qbittorrent/repos/community-staging-x86_64/PKGBUILD
  qbittorrent/repos/community-staging-x86_64/qbittorrent-gcc6.patch
  qbittorrent/repos/community-staging-x86_64/qbittorrent.service
  qbittorrent/repos/community-staging-x86_64/qbittorrent@.service

-+
 /PKGBUILD   |  138 ++
 /qbittorrent-gcc6.patch |   28 
 /qbittorrent.service|   22 +++
 /qbittorrent@.service   |   24 +++
 community-staging-i686/PKGBUILD |   69 ---
 community-staging-i686/qbittorrent-gcc6.patch   |   14 --
 community-staging-i686/qbittorrent.service  |   11 -
 community-staging-i686/qbittorrent@.service |   12 -
 community-staging-x86_64/PKGBUILD   |   69 ---
 community-staging-x86_64/qbittorrent-gcc6.patch |   14 --
 community-staging-x86_64/qbittorrent.service|   11 -
 community-staging-x86_64/qbittorrent@.service   |   12 -
 12 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-06-24 03:09:50 UTC (rev 180840)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:10:58 UTC (rev 180841)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org;
-license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;
-'qbittorrent.service'
-   'qbittorrent@.service' 'qbittorrent-gcc6.patch')
-sha256sums=('c0d0d4b72c240f113b59a061146803bc1b7926d3d7f39b06b50a4d26f5ad91b8'
-'8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-'12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29'
-'27180ec398d510bf077907c0df8c831fd49431c1908a71f8d16fac5e410c817c')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  # Fix build with GCC 6 (Fedora)
-  patch -p1 -i ../qbittorrent-gcc6.patch
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  mkdir $pkgbase
-  pushd $pkgbase
-  ../configure --prefix=/usr
-  make
-
-  # Build nox variant
-  popd
-  mkdir "$pkgbase-nox"
-  pushd "$pkgbase-nox"
-  ../configure --prefix=/usr --disable-gui
-}
-
-package_qbittorrent() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
-  optdepends=('python: needed for torrent search tab')
-
-  cd $pkgbase-$pkgver/$pkgbase
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
-  depends=('libtorrent-rasterbar' 'qt5-base')
-
-  cd $pkgbase-$pkgver/$pkgbase-nox
-
-  make 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:09:50
  Author: felixonmars
Revision: 180840

upgpkg: qbittorrent 3.3.4-2

rebuild again with libtorrent-rasterbar 1.1 with -std=cxx11

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:08:19 UTC (rev 180839)
+++ PKGBUILD2016-06-24 03:09:50 UTC (rev 180840)
@@ -9,7 +9,7 @@
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
 pkgver=3.3.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org;
 license=('custom' 'GPL')


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:08:19
  Author: felixonmars
Revision: 180839

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

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

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

Copied: btfs/repos/community-staging-i686/PKGBUILD (from rev 180838, 
btfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 03:08:19 UTC (rev 180839)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.10
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs;
+license=('GPL')
+depends=('fuse' 'libtorrent-rasterbar' 'curl')
+makedepends=('git' 'boost')
+optdepends=('python2: for btplay')
+source=("git://github.com/johang/btfs.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: btfs/repos/community-staging-x86_64/PKGBUILD (from rev 180838, 
btfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 03:08:19 UTC (rev 180839)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.10
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs;
+license=('GPL')
+depends=('fuse' 'libtorrent-rasterbar' 'curl')
+makedepends=('git' 'boost')
+optdepends=('python2: for btplay')
+source=("git://github.com/johang/btfs.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:07:34
  Author: felixonmars
Revision: 180838

upgpkg: btfs 2.10-1

Modified:
  btfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 02:29:04 UTC (rev 180837)
+++ PKGBUILD2016-06-24 03:07:34 UTC (rev 180838)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=btfs
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('i686' 'x86_64')


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 02:57:14
  Author: felixonmars
Revision: 270546

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

Added:
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
(from rev 270545, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-i686/boost-1.60.patch
(from rev 270545, libtorrent-rasterbar/trunk/boost-1.60.patch)
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 270545, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-x86_64/boost-1.60.patch
(from rev 270545, libtorrent-rasterbar/trunk/boost-1.60.patch)
Deleted:
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
  libtorrent-rasterbar/repos/staging-i686/boost-1.60.patch
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/staging-x86_64/boost-1.60.patch

-+
 /PKGBUILD   |   82 ++
 /boost-1.60.patch   |   44 
 staging-i686/PKGBUILD   |   36 
 staging-i686/boost-1.60.patch   |   22 --
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/boost-1.60.patch |   22 --
 6 files changed, 126 insertions(+), 116 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-06-24 02:56:48 UTC (rev 270545)
+++ staging-i686/PKGBUILD   2016-06-24 02:57:14 UTC (rev 270546)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=1.1
-pkgrel=1
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
-url="http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
-sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32')
-
-build() {
-  cd libtorrent-libtorrent-${pkgver//./_}
-  ./autotool.sh
-  PYTHON=/usr/bin/python2 \
-  ./configure \
---prefix=/usr \
---enable-python-binding \
---with-libgeoip=system \
---with-libiconv
-  make
-}
-
-package() {
-  cd libtorrent-libtorrent-${pkgver//./_}
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 270545, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-06-24 02:57:14 UTC (rev 270546)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1
+pkgrel=2
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32')
+
+prepare() {
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  export CXXFLAGS="$CXXFLAGS -std=c++11"
+}
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: staging-i686/boost-1.60.patch
===
--- staging-i686/boost-1.60.patch   2016-06-24 02:56:48 UTC (rev 270545)
+++ staging-i686/boost-1.60.patch   2016-06-24 02:57:14 UTC (rev 270546)
@@ -1,22 +0,0 @@
-From 5330ba5af717b983e456be9f576d66b78d9ca214 Mon Sep 17 00:00:00 2001
-From: Andrew Resch 
-Date: Sat, 2 Jan 2016 14:40:02 -0800
-Subject: [PATCH] register_ptr_to_python for boost::shared_ptr
-

- bindings/python/src/session.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp
-index fe53e10..727a54a 100644
 a/bindings/python/src/session.cpp
-+++ b/bindings/python/src/session.cpp
-@@ -799,7 +799,7 @@ void 

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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 02:56:48
  Author: felixonmars
Revision: 270545

upgpkg: libtorrent-rasterbar 1:1.1-2

rebuild to enable c++11 mode

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 21:06:50 UTC (rev 270544)
+++ PKGBUILD2016-06-24 02:56:48 UTC (rev 270545)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -17,6 +17,11 @@
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
 sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32')
 
+prepare() {
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  export CXXFLAGS="$CXXFLAGS -std=c++11"
+}
+
 build() {
   cd libtorrent-libtorrent-${pkgver//./_}
   ./autotool.sh


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 02:29:04
  Author: felixonmars
Revision: 180837

archrelease: copy trunk to community-any

Added:
  semver/repos/community-any/PKGBUILD
(from rev 180836, semver/trunk/PKGBUILD)
Deleted:
  semver/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-24 02:28:45 UTC (rev 180836)
+++ PKGBUILD2016-06-24 02:29:04 UTC (rev 180837)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=semver
-pkgver=5.1.0
-pkgrel=1
-pkgdesc='The semantic version parser used by npm.'
-arch=('any')
-url='https://github.com/npm/node-semver'
-license=('ISC')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('45488e5d3a4008fee2dda2eaf002392c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: semver/repos/community-any/PKGBUILD (from rev 180836, 
semver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-24 02:29:04 UTC (rev 180837)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=semver
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='The semantic version parser used by npm.'
+arch=('any')
+url='https://github.com/npm/node-semver'
+license=('ISC')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('9fa5e269242b1e966070baf6f31042e7')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 02:28:45
  Author: felixonmars
Revision: 180836

upgpkg: semver 5.1.1-1

Modified:
  semver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 21:00:09 UTC (rev 180835)
+++ PKGBUILD2016-06-24 02:28:45 UTC (rev 180836)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=semver
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='The semantic version parser used by npm.'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('45488e5d3a4008fee2dda2eaf002392c')
+md5sums=('9fa5e269242b1e966070baf6f31042e7')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-06-23 Thread Bartłomiej Piotrowski
Date: Thursday, June 23, 2016 @ 21:06:28
  Author: bpiotrowski
Revision: 270543

upgpkg: chromium 51.0.2704.103-1

new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 21:00:01 UTC (rev 270542)
+++ PKGBUILD2016-06-23 21:06:28 UTC (rev 270543)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=51.0.2704.84
+pkgver=51.0.2704.103
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -29,7 +29,7 @@
 chromium.desktop
 chromium-widevine.patch
 PNGImageDecoder.patch)
-sha256sums=('33a3fe1cb8fa5be7b35aa8ae00c8b0a6dc90975bfa9aea9865180b57b0a4dc6a'
+sha256sums=('76735b6dc4100e84c4dbcf5b2336bf8a2eb9cc6402c31e8865878a086971d72b'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '4660344789c45c9b9e52cb6d86f7cb6edb297b39320d04f6947e5216d6e5f64c'


[arch-commits] Commit in chromium/repos (20 files)

2016-06-23 Thread Bartłomiej Piotrowski
Date: Thursday, June 23, 2016 @ 21:06:50
  Author: bpiotrowski
Revision: 270544

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 270543, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/PNGImageDecoder.patch
(from rev 270543, chromium/trunk/PNGImageDecoder.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 270543, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 270543, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 270543, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 270543, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/PNGImageDecoder.patch
(from rev 270543, chromium/trunk/PNGImageDecoder.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 270543, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 270543, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 270543, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/PNGImageDecoder.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/PNGImageDecoder.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  446 +
 /PNGImageDecoder.patch   |   22 +
 /chromium-widevine.patch |  106 +++
 /chromium.desktop|  224 
 /chromium.install|   32 ++
 extra-i686/PKGBUILD  |  223 
 extra-i686/PNGImageDecoder.patch |   11 
 extra-i686/chromium-widevine.patch   |   53 ---
 extra-i686/chromium.desktop  |  112 
 extra-i686/chromium.install  |   16 -
 extra-x86_64/PKGBUILD|  223 
 extra-x86_64/PNGImageDecoder.patch   |   11 
 extra-x86_64/chromium-widevine.patch |   53 ---
 extra-x86_64/chromium.desktop|  112 
 extra-x86_64/chromium.install|   16 -
 15 files changed, 830 insertions(+), 830 deletions(-)

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


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

2016-06-23 Thread Sébastien Luttringer
Date: Thursday, June 23, 2016 @ 21:00:01
  Author: seblu
Revision: 270542

db-move: moved pcre from [testing] to [core] (i686, x86_64)

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 270541, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 270541, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/01-CVE-2016-1283.patch
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/01-CVE-2016-1283.patch
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

+
 /PKGBUILD  |  118 +++
 core-i686/01-CVE-2016-1283.patch   |   18 -
 core-i686/PKGBUILD |   55 
 core-x86_64/01-CVE-2016-1283.patch |   18 -
 core-x86_64/PKGBUILD   |   55 
 5 files changed, 118 insertions(+), 146 deletions(-)

Deleted: core-i686/01-CVE-2016-1283.patch
===
--- core-i686/01-CVE-2016-1283.patch2016-06-23 21:00:00 UTC (rev 270541)
+++ core-i686/01-CVE-2016-1283.patch2016-06-23 21:00:01 UTC (rev 270542)
@@ -1,18 +0,0 @@
-Index: pcre_compile.c
-===
 a/pcre_compile.c   (revision 1635)
-+++ b/pcre_compile.c   (revision 1636)
-@@ -7311,7 +7311,12 @@
-   so far in order to get the number. If the name is not found, leave
-   the value of recno as 0 for a forward reference. */
- 
--  else
-+  /* This patch (removing "else") fixes a problem when a reference is
-+  to multiple identically named nested groups from within the nest.
-+  Once again, it is not the "proper" fix, and it results in an
-+  over-allocation of memory. */
-+
-+  /* else */
- {
- ng = cd->named_groups;
- for (i = 0; i < cd->names_found; i++, ng++)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-06-23 21:00:00 UTC (rev 270541)
+++ core-i686/PKGBUILD  2016-06-23 21:00:01 UTC (rev 270542)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre
-pkgver=8.38
-pkgrel=3
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig}
-'01-CVE-2016-1283.patch')
-md5sums=('00aabbfe56d5a48b270f999b508c5ad2'
- 'SKIP'
- '722aba6455a3f0240eaa22289f0176a0')
-
-prepare() {
-  for _f in "${source[@]}"; do
-[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d $pkgname-$pkgver < 
"$_f"; }
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-i686/PKGBUILD (from rev 270541, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-06-23 21:00:01 UTC (rev 270542)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.39
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('e3fca7650a0556a2647821679d81f585'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+ 

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

2016-06-23 Thread Sébastien Luttringer
Date: Thursday, June 23, 2016 @ 21:00:00
  Author: seblu
Revision: 270541

db-move: moved file from [testing] to [core] (i686, x86_64)

Added:
  file/repos/core-i686/PKGBUILD
(from rev 270540, file/repos/testing-i686/PKGBUILD)
  file/repos/core-x86_64/PKGBUILD
(from rev 270540, file/repos/testing-x86_64/PKGBUILD)
Deleted:
  file/repos/core-i686/PKGBUILD
  file/repos/core-x86_64/PKGBUILD
  file/repos/testing-i686/
  file/repos/testing-x86_64/

--+
 /PKGBUILD|   96 +
 core-i686/PKGBUILD   |   48 
 core-x86_64/PKGBUILD |   48 
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-06-23 20:59:59 UTC (rev 270540)
+++ core-i686/PKGBUILD  2016-06-23 21:00:00 UTC (rev 270541)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.27
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('18f1c60aa27a296a26c2e9389ac92ba5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: file/repos/core-i686/PKGBUILD (from rev 270540, 
file/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-06-23 21:00:00 UTC (rev 270541)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.28
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('3f7771424aa855f32094b49571e19b33')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-06-23 20:59:59 UTC (rev 270540)
+++ core-x86_64/PKGBUILD2016-06-23 21:00:00 UTC (rev 270541)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.27
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('18f1c60aa27a296a26c2e9389ac92ba5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set 

[arch-commits] Commit in salt/repos (5 files)

2016-06-23 Thread Sébastien Luttringer
Date: Thursday, June 23, 2016 @ 21:00:09
  Author: seblu
Revision: 180835

db-move: moved salt from [community-testing] to [community] (any)

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

+
 /PKGBUILD  |   97 +++
 /salt.install  |   15 ++
 community-any/PKGBUILD |   97 ---
 community-any/salt.install |   15 --
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2016-06-23 20:58:28 UTC (rev 180834)
+++ community-any/PKGBUILD  2016-06-23 21:00:09 UTC (rev 180835)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace 
-# Contibutor: Christer Edwards 
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2016.3.0
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- '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
-conflicts=('salt')
-source=("https://github.com/saltstack/salt/releases/download/v$pkgver/salt-$pkgver.tar.gz;)
-md5sums=('8ed82cfb3f9b1764a035edbdacf0fea9')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  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"
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
-  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
-  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
-
-  # 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 180834, 
salt/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-06-23 21:00:09 UTC (rev 180835)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace 
+# Contibutor: Christer Edwards 
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2016.3.1

[arch-commits] Commit in btrfs-progs/repos (26 files)

2016-06-23 Thread Sébastien Luttringer
Date: Thursday, June 23, 2016 @ 20:59:59
  Author: seblu
Revision: 270540

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 270539, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 270539, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 270539, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 270539, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 270539, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 270539, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 270539, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 270539, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 270539, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 270539, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 270539, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 270539, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  120 +++
 /btrfs-progs.install   |   30 
 /btrfs-scrub@.service  |   14 
 /btrfs-scrub@.timer|   20 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   60 -
 core-i686/btrfs-progs.install  |   15 
 core-i686/btrfs-scrub@.service |7 --
 core-i686/btrfs-scrub@.timer   |   10 --
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   60 -
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |7 --
 core-x86_64/btrfs-scrub@.timer |   10 --
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 232 insertions(+), 232 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-06-23 20:44:12 UTC (rev 270539)
+++ core-i686/PKGBUILD  2016-06-23 20:59:59 UTC (rev 270540)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.5.3
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '794b867e09451284c545bae112aa0cfd'
- 'a290e0ab88b7b4675cd20f5a2befc8cb')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 

[arch-commits] Commit in docker/repos (7 files)

2016-06-23 Thread Sébastien Luttringer
Date: Thursday, June 23, 2016 @ 20:58:28
  Author: seblu
Revision: 180834

db-move: moved docker from [community-testing] to [community] (x86_64)

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 180833, docker/repos/community-testing-x86_64/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 180833, docker/repos/community-testing-x86_64/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 180833, docker/repos/community-testing-x86_64/docker.sysusers)
Deleted:
  docker/repos/community-testing-x86_64/
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

--+
 /PKGBUILD|   74 +
 /docker.install  |   13 ++
 /docker.sysusers |1 
 community-x86_64/PKGBUILD|   74 -
 community-x86_64/docker.install  |   13 --
 community-x86_64/docker.sysusers |1 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-23 20:18:59 UTC (rev 180833)
+++ community-x86_64/PKGBUILD   2016-06-23 20:58:28 UTC (rev 180834)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.11.2
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 
'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- '8cf9900ebada61f352a03465a088da34')
-
-prepare() {
-  cd docker
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh 2>/dev/null
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  # symlink containerd/run (nice integration...)
-  ln -s containerd "$pkgdir/usr/bin/docker-containerd"
-  ln -s containerd-shim "$pkgdir/usr/bin/docker-containerd-shim"
-  ln -s ctr "$pkgdir/usr/bin/docker-containerd-ctr"
-  ln -s runc "$pkgdir/usr/bin/docker-runc"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/vendor_completions.d/docker.fish"
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
-  # man
-  install -dm755 "$pkgdir/usr/share/man"
-  mv man/man* "$pkgdir/usr/share/man"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 180833, 
docker/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-23 20:58:28 UTC (rev 180834)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.11.2
+pkgrel=2
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 
'sqlite' 'systemd' 'libseccomp')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install

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

2016-06-23 Thread Jan Steffens
Date: Thursday, June 23, 2016 @ 20:44:12
  Author: heftig
Revision: 270539

Overhaul, add headless fork

Modified:
  qemu/trunk/PKGBUILD

--+
 PKGBUILD |  242 +++--
 1 file changed, 141 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:39:12 UTC (rev 270538)
+++ PKGBUILD2016-06-23 20:44:12 UTC (rev 270539)
@@ -3,26 +3,19 @@
 # Contributor: Sébastien "Seblu" Luttringer 
 
 pkgbase=qemu
-pkgname=('qemu'
- 'qemu-arch-extra'
- 'qemu-block-iscsi'
- 'qemu-block-rbd'
- 'qemu-block-gluster'
- 'qemu-guest-agent')
-pkgdesc='A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation'
+pkgname=(qemu qemu-headless qemu-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=2.6.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url='http://wiki.qemu.org/'
-depends=('pixman' 'libjpeg' 'libpng' 'sdl2' 'alsa-lib' 'nss' 'glib2'
- 'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'libsasl' 'libgl'
- 'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp' 'libcacard'
- 'spice' 'usbredir' 'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'
- 'ncurses' 'libx11' 'libusb' 'libpulse' 'libssh2' 'curl' 'vte3'
- 'virglrenderer' 'jemalloc')
-makedepends=('curl' 'libiscsi' 'spice-protocol' 'python2' 'ceph' 'glusterfs')
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
+pkgrel=2
+arch=(i686 x86_64)
+license=(GPL2 LGPL2.1)
+url="http://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice usbredir)
+depends=(virglrenderer sdl2 vte3 brltty "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
+source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
 qemu.sysusers
 qemu-ga.service
 65-kvm.rules)
@@ -31,138 +24,185 @@
  '44ee242d758f9318c6a1ea1dae96aa3a'
  '33ab286a20242dda7743a900f369d68a')
 
-_extra_arches=(aarch64 alpha arm armeb cris lm32 m68k microblaze microblazeel 
mips
-mips64 mips64el mipsel mipsn32 mipsn32el or32 ppc ppc64 ppc64abi32 ppc64le 
s390x
-sh4 sh4eb sparc sparc32plus sparc64 moxie ppcemb tricore unicore32 xtensa 
xtensaeb)
-_extra_blob=(QEMU,cgthree.bin QEMU,tcx.bin bamboo.dtb openbios-ppc
-openbios-sparc32 openbios-sparc64 palcode-clipper petalogix-ml605.dtb
-petalogix-s3adsp1800.dtb ppc_rom.bin s390-ccw.img slof.bin
-spapr-rtas.bin u-boot.e500)
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
 
 prepare() {
-  for _p in *.patch; do
-[[ -e "$_p" ]] || continue
-msg2 "Patching $_p"
-patch -p1 -d ${pkgname}-${pkgver} < "$_p"
-  done
-  sed -i 's/vte-2\.90/vte-2.91/g' ${pkgname}-${pkgver}/configure
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/vte-2\.90/vte-2.91/g' configure
 }
 
-build ()
-{
-  cd ${pkgname}-${pkgver}
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--target-list=${_corearch}-softmmu \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer \
+--disable-brlapi
+}
+
+_build() (
+  cd build-$1
+
   # qemu vs. make 4 == bad
-  export ARFLAGS="rv"
+  export ARFLAGS=rv
+
   # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
-  export CFLAGS+=' -fPIC'
-  # gtk gui breaks keymappings at the moment
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \
-  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
-  --enable-docs --libexecdir=/usr/lib/qemu \
-  --enable-gtk --enable-linux-aio --enable-seccomp \
-  --enable-spice --localstatedir=/var \
-  --with-gtkabi=3.0 --with-sdlabi=2.0 --enable-vte \
-  --enable-tpm --enable-jemalloc --enable-opengl \
-  --enable-modules --enable-{rbd,glusterfs,libiscsi,curl}
-  make V=99
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \
+--with-gtkabi=3.0 \
+--with-sdlabi=2.0 \
+--enable-modules \
+--enable-jemalloc \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  provides=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
 }
 
-package_qemu() {
-  replaces=('qemu-kvm')
+package_qemu-headless() {
+  pkgdesc="QEMU without graphical user interface"
+  depends=("${_headlessdeps[@]}")
+
+  _package 

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

2016-06-23 Thread Jaroslav Lichtblau
Date: Thursday, June 23, 2016 @ 20:18:59
  Author: jlichtblau
Revision: 180833

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

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

-+
 /PKGBUILD   |  138 +++
 /kid3.changelog |  190 ++
 community-i686/PKGBUILD |   69 -
 community-i686/kid3.changelog   |   92 --
 community-x86_64/PKGBUILD   |   69 -
 community-x86_64/kid3.changelog |   92 --
 6 files changed, 328 insertions(+), 322 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-23 20:18:29 UTC (rev 180832)
+++ community-i686/PKGBUILD 2016-06-23 20:18:59 UTC (rev 180833)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgbase=kid3
-pkgname=('kid3' 'kid3-qt')
-pkgver=3.4.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/;
-license=('GPL')
-makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
- 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
-changelog=$pkgbase.changelog
-source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
-sha256sums=('4dd67023e047d62985339eb3ba75e95dda6cf71c30f58785b57f4823bf11bfbf')
-
-prepare() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-  mkdir build-qt
-}
-
-build() {
-#kid3
-  cd "${srcdir}"/build
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;KDE" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-
-#kid3-qt
-  cd "$srcdir"/build-qt
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;Qt" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-}
-
-package_kid3() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
-depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
- 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3-qt')
-
-  cd "$srcdir"/build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kid3-qt() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, Qt version"
-depends=('qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 'libmp4v2'
- 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3')
-provides=('kid3')
-
-  cd "$srcdir"/build-qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 180832, 
kid3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-23 20:18:59 UTC (rev 180833)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/;
+license=('GPL')
+makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
+ 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
+changelog=$pkgbase.changelog
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
+sha256sums=('fa91c5e053ae62858fa3589b60dc2fa4e8db0d293a6d06cf2d859391f6864161')
+
+prepare() {
+  cd "${srcdir}"
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+}
+
+build() {
+#kid3
+  cd "${srcdir}"/build
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;KDE" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+
+#kid3-qt
+  cd "$srcdir"/build-qt
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;Qt" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+}
+
+package_kid3() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
+depends=('qt5-multimedia' 

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

2016-06-23 Thread Jaroslav Lichtblau
Date: Thursday, June 23, 2016 @ 20:18:29
  Author: jlichtblau
Revision: 180832

upgpkg: kid3 3.4.1-1 - new upstream release

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 20:01:59 UTC (rev 180831)
+++ PKGBUILD2016-06-23 20:18:29 UTC (rev 180832)
@@ -4,8 +4,8 @@
 
 pkgbase=kid3
 pkgname=('kid3' 'kid3-qt')
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kid3.sourceforge.net/;
 license=('GPL')
@@ -13,7 +13,7 @@
  'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
 changelog=$pkgbase.changelog
 source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
-sha256sums=('4dd67023e047d62985339eb3ba75e95dda6cf71c30f58785b57f4823bf11bfbf')
+sha256sums=('fa91c5e053ae62858fa3589b60dc2fa4e8db0d293a6d06cf2d859391f6864161')
 
 prepare() {
   cd "${srcdir}"

Modified: kid3.changelog
===
--- kid3.changelog  2016-06-23 20:01:59 UTC (rev 180831)
+++ kid3.changelog  2016-06-23 20:18:29 UTC (rev 180832)
@@ -1,3 +1,6 @@
+2016-06-23 Jaroslav Lichtblau 
+   * kid3 3.4.1-1
+
 2016-04-30 Jaroslav Lichtblau 
* kid3 3.4.0-2 pacman hooks rebuild
 


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

2016-06-23 Thread Jaroslav Lichtblau
Date: Thursday, June 23, 2016 @ 20:01:59
  Author: jlichtblau
Revision: 180831

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

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

-+
 /PKGBUILD   |   98 +
 /qmmp.changelog |  398 ++
 community-i686/PKGBUILD |   49 
 community-i686/qmmp.changelog   |  196 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/qmmp.changelog |  196 --
 6 files changed, 496 insertions(+), 490 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-23 20:01:39 UTC (rev 180830)
+++ community-i686/PKGBUILD 2016-06-23 20:01:59 UTC (rev 180831)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.0.10
-pkgrel=1
-pkgdesc="Qt5 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
- 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
- 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('02bcd01b1d8f6ca8b805a5deaeaa059ee44a38fafd20bec7ee3560a021250ee3')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 180830, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-23 20:01:59 UTC (rev 180831)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+changelog=$pkgname.changelog

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

2016-06-23 Thread Jaroslav Lichtblau
Date: Thursday, June 23, 2016 @ 20:01:39
  Author: jlichtblau
Revision: 180830

upgpkg: qmmp 1.1.0-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:47:20 UTC (rev 180829)
+++ PKGBUILD2016-06-23 20:01:39 UTC (rev 180830)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.0.10
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 'ffmpeg' 'libsamplerate' 'wavpack')
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('02bcd01b1d8f6ca8b805a5deaeaa059ee44a38fafd20bec7ee3560a021250ee3')
+sha256sums=('38205304dde2c490276513ed039654a9125098b4986a76d2832f217ecf7c8f71')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2016-06-23 19:47:20 UTC (rev 180829)
+++ qmmp.changelog  2016-06-23 20:01:39 UTC (rev 180830)
@@ -1,3 +1,6 @@
+2016-06-21 Jaroslav Lichtblau 
+   * qmmp 1.1.0-1
+
 2016-06-01 Jaroslav Lichtblau 
* qmmp 1.0.10-1
 


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

2016-06-23 Thread Jelle van der Waa
Date: Thursday, June 23, 2016 @ 19:47:20
  Author: jelle
Revision: 180829

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

Added:
  pbpst/repos/community-i686/PKGBUILD
(from rev 180828, pbpst/trunk/PKGBUILD)
  pbpst/repos/community-x86_64/PKGBUILD
(from rev 180828, pbpst/trunk/PKGBUILD)
Deleted:
  pbpst/repos/community-i686/PKGBUILD
  pbpst/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-06-23 19:47:06 UTC (rev 180828)
+++ community-i686/PKGBUILD 2016-06-23 19:47:20 UTC (rev 180829)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sam Stuewe 
-#
-# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
-
-pkgname=pbpst
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='A small tool to interact with pb instances'
-url='https://github.com/HalosGhost/pbpst'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('curl' 'jansson')
-makedepends=('git' 'tup' 'clang' 'python-sphinx')
-source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
-md5sums=('eb5d018a3301295976f86b59423dd1a7')
-
-build () {
-cd "pbpst-${pkgver}"
-
-./configure --cflags="$CFLAGS"
-
-make
-}
-
-package () {
-cd "pbpst-${pkgver}"
-make DESTDIR="${pkgdir}" PREFIX='/usr' install
-}

Copied: pbpst/repos/community-i686/PKGBUILD (from rev 180828, 
pbpst/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-23 19:47:20 UTC (rev 180829)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
+md5sums=('1341336c3b7ef79d71c13604d9350229')
+
+build () {
+cd "pbpst-${pkgver}"
+
+./configure --cflags="$CFLAGS"
+
+make
+}
+
+package () {
+cd "pbpst-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-23 19:47:06 UTC (rev 180828)
+++ community-x86_64/PKGBUILD   2016-06-23 19:47:20 UTC (rev 180829)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sam Stuewe 
-#
-# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
-
-pkgname=pbpst
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='A small tool to interact with pb instances'
-url='https://github.com/HalosGhost/pbpst'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('curl' 'jansson')
-makedepends=('git' 'tup' 'clang' 'python-sphinx')
-source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
-md5sums=('eb5d018a3301295976f86b59423dd1a7')
-
-build () {
-cd "pbpst-${pkgver}"
-
-./configure --cflags="$CFLAGS"
-
-make
-}
-
-package () {
-cd "pbpst-${pkgver}"
-make DESTDIR="${pkgdir}" PREFIX='/usr' install
-}

Copied: pbpst/repos/community-x86_64/PKGBUILD (from rev 180828, 
pbpst/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-23 19:47:20 UTC (rev 180829)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
+md5sums=('1341336c3b7ef79d71c13604d9350229')
+
+build () {
+cd "pbpst-${pkgver}"
+
+./configure --cflags="$CFLAGS"
+
+make
+}
+
+package () {
+cd "pbpst-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}


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

2016-06-23 Thread Jelle van der Waa
Date: Thursday, June 23, 2016 @ 19:47:06
  Author: jelle
Revision: 180828

upgpkg: pbpst 1.2.0-1

Modified:
  pbpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 18:43:22 UTC (rev 180827)
+++ PKGBUILD2016-06-23 19:47:06 UTC (rev 180828)
@@ -4,7 +4,7 @@
 # Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
 
 pkgname=pbpst
-pkgver=1.1.2
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='A small tool to interact with pb instances'
 url='https://github.com/HalosGhost/pbpst'
@@ -13,7 +13,7 @@
 depends=('curl' 'jansson')
 makedepends=('git' 'tup' 'clang' 'python-sphinx')
 source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
-md5sums=('eb5d018a3301295976f86b59423dd1a7')
+md5sums=('1341336c3b7ef79d71c13604d9350229')
 
 build () {
 cd "pbpst-${pkgver}"


[arch-commits] Commit in libreoffice-fresh/repos (34 files)

2016-06-23 Thread Andreas Radke
Date: Thursday, June 23, 2016 @ 19:39:12
  Author: andyrtr
Revision: 270538

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 270537, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/PKGBUILD.52
(from rev 270537, libreoffice-fresh/trunk/PKGBUILD.52)
  libreoffice-fresh/repos/extra-i686/gcc6_buildfix.diff
(from rev 270537, libreoffice-fresh/trunk/gcc6_buildfix.diff)
  libreoffice-fresh/repos/extra-i686/liborcus-0.11.2.diff
(from rev 270537, libreoffice-fresh/trunk/liborcus-0.11.2.diff)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 270537, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 270537, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 270537, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 270537, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/extra-i686/update_liborcus_to_0.11.0.diff
(from rev 270537, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 270537, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD.52
(from rev 270537, libreoffice-fresh/trunk/PKGBUILD.52)
  libreoffice-fresh/repos/extra-x86_64/gcc6_buildfix.diff
(from rev 270537, libreoffice-fresh/trunk/gcc6_buildfix.diff)
  libreoffice-fresh/repos/extra-x86_64/liborcus-0.11.2.diff
(from rev 270537, libreoffice-fresh/trunk/liborcus-0.11.2.diff)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 270537, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 270537, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 270537, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 270537, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/extra-x86_64/update_liborcus_to_0.11.0.diff
(from rev 270537, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/gcc6_buildfix.diff
  libreoffice-fresh/repos/extra-i686/liborcus-0.11.2.diff
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-fresh/repos/extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-fresh/repos/extra-i686/update_liborcus_to_0.11.0.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/gcc6_buildfix.diff
  libreoffice-fresh/repos/extra-x86_64/liborcus-0.11.2.diff
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-fresh/repos/extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-fresh/repos/extra-x86_64/update_liborcus_to_0.11.0.diff

--+
 /PKGBUILD|  
780 +
 /gcc6_buildfix.diff  |   
24 
 /liborcus-0.11.2.diff|  
236 
 /libreoffice-fresh.csh   |   
12 
 /libreoffice-fresh.sh|   
12 
 /make-pyuno-work-with-system-wide-module-install.diff|   
88 
 /remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
248 
 /update_liborcus_to_0.11.0.diff  | 
3966 ++
 extra-i686/PKGBUILD  |  
393 
 extra-i686/PKGBUILD.52   |  
381 
 extra-i686/gcc6_buildfix.diff|   
12 
 extra-i686/liborcus-0.11.2.diff  |  
118 
 extra-i686/libreoffice-fresh.csh |
6 
 extra-i686/libreoffice-fresh.sh

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

2016-06-23 Thread Andreas Radke
Date: Thursday, June 23, 2016 @ 19:38:48
  Author: andyrtr
Revision: 270537

upgpkg: libreoffice-fresh 5.1.4-1

upstream update 5.1.4

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:34:55 UTC (rev 270536)
+++ PKGBUILD2016-06-23 19:38:48 UTC (rev 270537)
@@ -11,9 +11,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.1.3.2
-pkgver=5.1.3
-pkgrel=2
+_LOver=5.1.4.2
+pkgver=5.1.4
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -99,11 +99,11 @@
libfreehand-0.1.1.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-md5sums=('cbe602264e58f7c93e72068c408e3551'
+md5sums=('cbeb42aecb280824045b4b43a2666923'
  'SKIP'
- 'f485479a135582f37335a92d773416fe'
+ 'bdc0d7339445abee73af326d9409b4b9'
  'SKIP'
- 'a93714b74f1c04c534729a9511311886'
+ 'c71242e41debd8d57c5ae8b74a26d005'
  'SKIP'
  '6aa9a5c6a4ca1016edd0ed1178e3cb87'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -181,12 +181,9 @@
patch -Np1 -i ${srcdir}/update_liborcus_to_0.11.0.diff
# 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=07d4c443e21cd22545d4516515c50b1c8dd39a9b
patch -Np1 -i 
${srcdir}/remove_unnecessary_orcus_external_usage_from_makefiles.diff
-# return 1
# 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=db729f3b685fd832a3ec7387b339cf2bbeb4bd4d
patch -Np1 -i ${srcdir}/liborcus-0.11.2.diff

-#  sed -i "s:mdds >= 0.12.0:mdds-1.2 >= 0.12.0:g" configure.ac
-   
# fix checking whether KDE is >= 4.2... configure: error: KDE version 
too old
# http://bugs.debian.org/823145
patch -Np1 -i ${srcdir}/gcc6_buildfix.diff


[arch-commits] Commit in xf86-video-openchrome/repos (6 files)

2016-06-23 Thread Andreas Radke
Date: Thursday, June 23, 2016 @ 19:34:55
  Author: andyrtr
Revision: 270536

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

Added:
  xf86-video-openchrome/repos/testing-i686/
  xf86-video-openchrome/repos/testing-i686/PKGBUILD
(from rev 270535, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/testing-i686/git-fixes.patch
(from rev 270535, xf86-video-openchrome/trunk/git-fixes.patch)
  xf86-video-openchrome/repos/testing-x86_64/
  xf86-video-openchrome/repos/testing-x86_64/PKGBUILD
(from rev 270535, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/testing-x86_64/git-fixes.patch
(from rev 270535, xf86-video-openchrome/trunk/git-fixes.patch)

+
 testing-i686/PKGBUILD  |   42 +++
 testing-i686/git-fixes.patch   |   25 +++
 testing-x86_64/PKGBUILD|   42 +++
 testing-x86_64/git-fixes.patch |   25 +++
 4 files changed, 134 insertions(+)

Copied: xf86-video-openchrome/repos/testing-i686/PKGBUILD (from rev 270535, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-23 19:34:55 UTC (rev 270536)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.4.902
+pkgrel=1
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Openchrome/;
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs' '!makeflags')
+source=(#http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 git-fixes.patch
+# there's no release tarball
+
git://anongit.freedesktop.org/openchrome/xf86-video-openchrome#commit=54de6f9)
+md5sums=('SKIP')
+
+prepare() {
+  cd ${pkgname} #-${pkgver}
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname} #-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname} #-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-openchrome/repos/testing-i686/git-fixes.patch (from rev 
270535, xf86-video-openchrome/trunk/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2016-06-23 19:34:55 UTC (rev 270536)
@@ -0,0 +1,25 @@
+From 319fcdad57ebf4f1ef828c3344058ff8f6197432 Mon Sep 17 00:00:00 2001
+From: Xavier Bachelot 
+Date: Tue, 13 Jan 2015 18:34:53 +0100
+Subject: [PATCH] Add missing header inclusion. Fixes
+ https://bugs.freedesktop.org/show_bug.cgi?id=88334
+
+---
+ src/via_3d.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/via_3d.h b/src/via_3d.h
+index c33228e..15be0be 100644
+--- a/src/via_3d.h
 b/src/via_3d.h
+@@ -24,6 +24,7 @@
+ #ifndef VIA_3D_H
+ #define VIA_3D_H
+ 
++#include "xorg-server.h"
+ #include "xf86.h"
+ #include "via_dmabuffer.h"
+ 
+-- 
+2.3.0
+

Copied: xf86-video-openchrome/repos/testing-x86_64/PKGBUILD (from rev 270535, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-23 19:34:55 UTC (rev 270536)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.4.902
+pkgrel=1
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Openchrome/;
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs' '!makeflags')
+source=(#http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 git-fixes.patch
+# there's no release tarball
+

[arch-commits] Commit in xf86-video-openchrome/trunk (PKGBUILD)

2016-06-23 Thread Andreas Radke
Date: Thursday, June 23, 2016 @ 19:34:44
  Author: andyrtr
Revision: 270535

upgpkg: xf86-video-openchrome 0.4.902-1

upstream update 0.4.902 - 0.5 RC3; FS#49164

Modified:
  xf86-video-openchrome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:19:04 UTC (rev 270534)
+++ PKGBUILD2016-06-23 19:34:44 UTC (rev 270535)
@@ -4,7 +4,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=xf86-video-openchrome
-pkgver=0.4.0
+pkgver=0.4.902
 pkgrel=1
 pkgdesc="X.Org Openchrome drivers"
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
 options=('!emptydirs' '!makeflags')
 
source=(#http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 git-fixes.patch
 # there's no release tarball
-
git://anongit.freedesktop.org/openchrome/xf86-video-openchrome#commit=52730d1)
+
git://anongit.freedesktop.org/openchrome/xf86-video-openchrome#commit=54de6f9)
 md5sums=('SKIP')
 
 prepare() {


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:19:04
  Author: arojas
Revision: 270534

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:18:35 UTC (rev 270533)
+++ extra-i686/PKGBUILD 2016-06-23 19:19:04 UTC (rev 270534)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=ktnef
-pkgname=lib$_pkgname
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
-md5sums=('7094d6593e9d7ee01964159fd2b5c242')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktnef/repos/extra-i686/PKGBUILD (from rev 270533, 
libktnef/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:19:04 UTC (rev 270534)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('7094d6593e9d7ee01964159fd2b5c242')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:18:35 UTC (rev 270533)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:19:04 UTC (rev 270534)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=ktnef
-pkgname=lib$_pkgname
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
-md5sums=('7094d6593e9d7ee01964159fd2b5c242')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktnef/repos/extra-x86_64/PKGBUILD (from rev 270533, 
libktnef/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:19:04 UTC (rev 270534)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('7094d6593e9d7ee01964159fd2b5c242')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:18:35
  Author: arojas
Revision: 270533

Fix .pri install dir

Modified:
  libktnef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:17:37 UTC (rev 270532)
+++ PKGBUILD2016-06-23 19:18:35 UTC (rev 270533)
@@ -3,7 +3,7 @@
 _pkgname=ktnef
 pkgname=lib$_pkgname
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="API for handling TNEF data"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:17:37
  Author: arojas
Revision: 270532

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:17:08 UTC (rev 270531)
+++ extra-i686/PKGBUILD 2016-06-23 19:17:37 UTC (rev 270532)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkleo
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="KDE PIM cryptographic library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('30ebb2c968532c255a0bc512f5c8232e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkleo/repos/extra-i686/PKGBUILD (from rev 270531, 
libkleo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:17:37 UTC (rev 270532)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkleo
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="KDE PIM cryptographic library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('30ebb2c968532c255a0bc512f5c8232e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:17:08 UTC (rev 270531)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:17:37 UTC (rev 270532)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkleo
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="KDE PIM cryptographic library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('30ebb2c968532c255a0bc512f5c8232e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkleo/repos/extra-x86_64/PKGBUILD (from rev 270531, 
libkleo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:17:37 UTC (rev 270532)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkleo
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="KDE PIM cryptographic library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('30ebb2c968532c255a0bc512f5c8232e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:17:08
  Author: arojas
Revision: 270531

Fix .pri install dir

Modified:
  libkleo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:14:44 UTC (rev 270530)
+++ PKGBUILD2016-06-23 19:17:08 UTC (rev 270531)
@@ -2,7 +2,7 @@
 
 pkgname=libkleo
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE PIM cryptographic library"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:14:44
  Author: arojas
Revision: 270530

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:14:17 UTC (rev 270529)
+++ extra-i686/PKGBUILD 2016-06-23 19:14:44 UTC (rev 270530)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('be1137b2a527fa31674136b85a2071d3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/extra-i686/PKGBUILD (from rev 270529, 
kpimtextedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:14:44 UTC (rev 270530)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('be1137b2a527fa31674136b85a2071d3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:14:17 UTC (rev 270529)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:14:44 UTC (rev 270530)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('be1137b2a527fa31674136b85a2071d3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/extra-x86_64/PKGBUILD (from rev 270529, 
kpimtextedit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:14:44 UTC (rev 270530)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('be1137b2a527fa31674136b85a2071d3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:14:17
  Author: arojas
Revision: 270529

Fix .pri install dir

Modified:
  kpimtextedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:10:19 UTC (rev 270528)
+++ PKGBUILD2016-06-23 19:14:17 UTC (rev 270529)
@@ -2,7 +2,7 @@
 
 pkgname=kpimtextedit
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A textedit with PIM-specific features"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:10:19
  Author: arojas
Revision: 270528

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:09:50 UTC (rev 270527)
+++ extra-i686/PKGBUILD 2016-06-23 19:10:19 UTC (rev 270528)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kontactinterface
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d9fa363511451ae61a8bf4f8efd8fac6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kontactinterface/repos/extra-i686/PKGBUILD (from rev 270527, 
kontactinterface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:10:19 UTC (rev 270528)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Kontact Plugin Interface Library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d9fa363511451ae61a8bf4f8efd8fac6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:09:50 UTC (rev 270527)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:10:19 UTC (rev 270528)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kontactinterface
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d9fa363511451ae61a8bf4f8efd8fac6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kontactinterface/repos/extra-x86_64/PKGBUILD (from rev 270527, 
kontactinterface/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:10:19 UTC (rev 270528)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Kontact Plugin Interface Library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d9fa363511451ae61a8bf4f8efd8fac6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:09:50
  Author: arojas
Revision: 270527

Fix .pri install dir

Modified:
  kontactinterface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:08:54 UTC (rev 270526)
+++ PKGBUILD2016-06-23 19:09:50 UTC (rev 270527)
@@ -2,7 +2,7 @@
 
 pkgname=kontactinterface
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Kontact Plugin Interface Library"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:08:54
  Author: arojas
Revision: 270526

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:08:27 UTC (rev 270525)
+++ extra-i686/PKGBUILD 2016-06-23 19:08:54 UTC (rev 270526)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmime
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Library for handling mail messages and newsgroup articles"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('24ed5fb9133bb5b0443ef699a93dddb7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmime/repos/extra-i686/PKGBUILD (from rev 270525, kmime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:08:54 UTC (rev 270526)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('24ed5fb9133bb5b0443ef699a93dddb7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:08:27 UTC (rev 270525)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:08:54 UTC (rev 270526)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmime
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Library for handling mail messages and newsgroup articles"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('24ed5fb9133bb5b0443ef699a93dddb7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmime/repos/extra-x86_64/PKGBUILD (from rev 270525, 
kmime/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:08:54 UTC (rev 270526)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('24ed5fb9133bb5b0443ef699a93dddb7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:08:27
  Author: arojas
Revision: 270525

Fix .pri install dir

Modified:
  kmime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:07:44 UTC (rev 270524)
+++ PKGBUILD2016-06-23 19:08:27 UTC (rev 270525)
@@ -2,7 +2,7 @@
 
 pkgname=kmime
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for handling mail messages and newsgroup articles"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:07:44
  Author: arojas
Revision: 270524

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:07:18 UTC (rev 270523)
+++ extra-i686/PKGBUILD 2016-06-23 19:07:44 UTC (rev 270524)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmbox
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Library for accessing mail storages in MBox format"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('fc645ae6a1f07216956c19c2d526539a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmbox/repos/extra-i686/PKGBUILD (from rev 270523, kmbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:07:44 UTC (rev 270524)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('fc645ae6a1f07216956c19c2d526539a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:07:18 UTC (rev 270523)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:07:44 UTC (rev 270524)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmbox
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Library for accessing mail storages in MBox format"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('fc645ae6a1f07216956c19c2d526539a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmbox/repos/extra-x86_64/PKGBUILD (from rev 270523, 
kmbox/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:07:44 UTC (rev 270524)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('fc645ae6a1f07216956c19c2d526539a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:07:18
  Author: arojas
Revision: 270523

Fix .pri install dir

Modified:
  kmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:06:26 UTC (rev 270522)
+++ PKGBUILD2016-06-23 19:07:18 UTC (rev 270523)
@@ -2,7 +2,7 @@
 
 pkgname=kmbox
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for accessing mail storages in MBox format"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:06:26
  Author: arojas
Revision: 270522

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:05:59 UTC (rev 270521)
+++ extra-i686/PKGBUILD 2016-06-23 19:06:26 UTC (rev 270522)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(akonadi-mime kcmutils kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools boost kdesignerplugin)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d8c4459a8564e692c537f32eacbc7137')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/extra-i686/PKGBUILD (from rev 270521, 
kmailtransport/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:06:26 UTC (rev 270522)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Mail Transport Service"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(akonadi-mime kcmutils kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools boost kdesignerplugin)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d8c4459a8564e692c537f32eacbc7137')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:05:59 UTC (rev 270521)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:06:26 UTC (rev 270522)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(akonadi-mime kcmutils kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools boost kdesignerplugin)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d8c4459a8564e692c537f32eacbc7137')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/extra-x86_64/PKGBUILD (from rev 270521, 
kmailtransport/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:06:26 UTC (rev 270522)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Mail Transport Service"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(akonadi-mime kcmutils kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools boost kdesignerplugin)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d8c4459a8564e692c537f32eacbc7137')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:05:59
  Author: arojas
Revision: 270521

Fix .pri install dir

Modified:
  kmailtransport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:04:25 UTC (rev 270520)
+++ PKGBUILD2016-06-23 19:05:59 UTC (rev 270521)
@@ -2,7 +2,7 @@
 
 pkgname=kmailtransport
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Mail Transport Service"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:04:25
  Author: arojas
Revision: 270520

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:03:58 UTC (rev 270519)
+++ extra-i686/PKGBUILD 2016-06-23 19:04:25 UTC (rev 270520)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kldap
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="LDAP access API for KDE"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kcompletion ki18n)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('0fd3fd5636e393ada0078fc2061bfdca')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kldap/repos/extra-i686/PKGBUILD (from rev 270519, kldap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:04:25 UTC (rev 270520)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="LDAP access API for KDE"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kcompletion ki18n)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('0fd3fd5636e393ada0078fc2061bfdca')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:03:58 UTC (rev 270519)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:04:25 UTC (rev 270520)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kldap
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="LDAP access API for KDE"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kcompletion ki18n)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('0fd3fd5636e393ada0078fc2061bfdca')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kldap/repos/extra-x86_64/PKGBUILD (from rev 270519, 
kldap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:04:25 UTC (rev 270520)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="LDAP access API for KDE"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kcompletion ki18n)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('0fd3fd5636e393ada0078fc2061bfdca')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:03:58
  Author: arojas
Revision: 270519

Fix .pri install dir

Modified:
  kldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:02:41 UTC (rev 270518)
+++ PKGBUILD2016-06-23 19:03:58 UTC (rev 270519)
@@ -2,7 +2,7 @@
 
 pkgname=kldap
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="LDAP access API for KDE"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:02:41
  Author: arojas
Revision: 270518

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:02:16 UTC (rev 270517)
+++ extra-i686/PKGBUILD 2016-06-23 19:02:41 UTC (rev 270518)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kmime kio)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('804949b043e9bc78e478b48e79490ee8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/extra-i686/PKGBUILD (from rev 270517, kimap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:02:41 UTC (rev 270518)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('804949b043e9bc78e478b48e79490ee8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:02:16 UTC (rev 270517)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:02:41 UTC (rev 270518)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kmime kio)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('804949b043e9bc78e478b48e79490ee8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/extra-x86_64/PKGBUILD (from rev 270517, 
kimap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:02:41 UTC (rev 270518)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('804949b043e9bc78e478b48e79490ee8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:02:16
  Author: arojas
Revision: 270517

Fix .pri install dir

Modified:
  kimap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 19:01:02 UTC (rev 270516)
+++ PKGBUILD2016-06-23 19:02:16 UTC (rev 270517)
@@ -2,7 +2,7 @@
 
 pkgname=kimap
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Job-based API for interacting with IMAP servers"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:01:02
  Author: arojas
Revision: 270516

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 19:00:35 UTC (rev 270515)
+++ extra-i686/PKGBUILD 2016-06-23 19:01:02 UTC (rev 270516)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kidentitymanagement
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="KDE PIM libraries"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('c1c3ac6b0e6a719ebd584c06926ba44e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kidentitymanagement/repos/extra-i686/PKGBUILD (from rev 270515, 
kidentitymanagement/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 19:01:02 UTC (rev 270516)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kidentitymanagement
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="KDE PIM libraries"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c1c3ac6b0e6a719ebd584c06926ba44e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 19:00:35 UTC (rev 270515)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:01:02 UTC (rev 270516)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kidentitymanagement
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="KDE PIM libraries"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('c1c3ac6b0e6a719ebd584c06926ba44e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kidentitymanagement/repos/extra-x86_64/PKGBUILD (from rev 270515, 
kidentitymanagement/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 19:01:02 UTC (rev 270516)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kidentitymanagement
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="KDE PIM libraries"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c1c3ac6b0e6a719ebd584c06926ba44e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 19:00:35
  Author: arojas
Revision: 270515

Fix .pri install dir

Modified:
  kidentitymanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 18:58:59 UTC (rev 270514)
+++ PKGBUILD2016-06-23 19:00:35 UTC (rev 270515)
@@ -2,7 +2,7 @@
 
 pkgname=kidentitymanagement
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE PIM libraries"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 18:58:59
  Author: arojas
Revision: 270514

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 18:58:31 UTC (rev 270513)
+++ extra-i686/PKGBUILD 2016-06-23 18:58:59 UTC (rev 270514)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kholidays
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="KDE library for regional holiday information"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('82ee904b954f0a8a494bb0a3d675625b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kholidays/repos/extra-i686/PKGBUILD (from rev 270513, 
kholidays/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 18:58:59 UTC (rev 270514)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kholidays
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="KDE library for regional holiday information"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('82ee904b954f0a8a494bb0a3d675625b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 18:58:31 UTC (rev 270513)
+++ extra-x86_64/PKGBUILD   2016-06-23 18:58:59 UTC (rev 270514)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kholidays
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="KDE library for regional holiday information"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('82ee904b954f0a8a494bb0a3d675625b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kholidays/repos/extra-x86_64/PKGBUILD (from rev 270513, 
kholidays/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 18:58:59 UTC (rev 270514)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kholidays
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="KDE library for regional holiday information"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('82ee904b954f0a8a494bb0a3d675625b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 18:58:31
  Author: arojas
Revision: 270513

Fix .pri install dir

Modified:
  kholidays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 18:57:31 UTC (rev 270512)
+++ PKGBUILD2016-06-23 18:58:31 UTC (rev 270513)
@@ -2,7 +2,7 @@
 
 pkgname=kholidays
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE library for regional holiday information"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 18:57:31
  Author: arojas
Revision: 270512

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-23 18:57:03 UTC (rev 270511)
+++ extra-i686/PKGBUILD 2016-06-23 18:57:31 UTC (rev 270512)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdgantt2
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Library providing gantt support"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules ki18n python)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('eb1139a8819e784239affe33eacff34f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdgantt2/repos/extra-i686/PKGBUILD (from rev 270511, 
kdgantt2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-23 18:57:31 UTC (rev 270512)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdgantt2
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Library providing gantt support"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules ki18n python)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('eb1139a8819e784239affe33eacff34f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-23 18:57:03 UTC (rev 270511)
+++ extra-x86_64/PKGBUILD   2016-06-23 18:57:31 UTC (rev 270512)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdgantt2
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Library providing gantt support"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules ki18n python)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('eb1139a8819e784239affe33eacff34f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdgantt2/repos/extra-x86_64/PKGBUILD (from rev 270511, 
kdgantt2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-23 18:57:31 UTC (rev 270512)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdgantt2
+pkgver=16.04.2
+pkgrel=2
+pkgdesc="Library providing gantt support"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules ki18n python)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('eb1139a8819e784239affe33eacff34f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-23 Thread Antonio Rojas
Date: Thursday, June 23, 2016 @ 18:57:03
  Author: arojas
Revision: 270511

Fix .pri install dir

Modified:
  kdgantt2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 18:55:32 UTC (rev 270510)
+++ PKGBUILD2016-06-23 18:57:03 UTC (rev 270511)
@@ -2,7 +2,7 @@
 
 pkgname=kdgantt2
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing gantt support"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM;


  1   2   >