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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 05:24:52
  Author: felixonmars
Revision: 180180

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

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

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

Copied: haskell-wai-app-static/repos/community-staging-i686/PKGBUILD (from rev 
180179, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 05:24:52 UTC (rev 180180)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.5
+pkgrel=16
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('28667193acfcc534752b715b5f5e16fc58edb550d03c0eb2b68e123e41030d4c')
+
+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-print
+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-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 180179, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 05:24:52 UTC (rev 180180)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.5
+pkgrel=16
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('28667193acfcc534752b715b5f5e16fc58edb550d03c0eb2b68e123e41030d4c')
+
+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-print
+runhaskell Setup build
+runhaskell Setup 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 05:24:27
  Author: felixonmars
Revision: 180179

upgpkg: haskell-wai-app-static 3.1.5-16

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 05:20:57 UTC (rev 180178)
+++ PKGBUILD2016-06-15 05:24:27 UTC (rev 180179)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.5
-pkgrel=15
+pkgrel=16
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 05:20:57
  Author: felixonmars
Revision: 180178

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
180177, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 05:20:57 UTC (rev 180178)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.13.2
+pkgrel=13
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('65d4cdc979db56e766aef3f64183075f4976ddedb8e62b07efb09be56f2cca20')
+
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
180177, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 05:20:57 UTC (rev 180178)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.13.2
+pkgrel=13
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 05:20:16
  Author: felixonmars
Revision: 180177

upgpkg: haskell-yesod-auth 1.4.13.2-13

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 05:18:59 UTC (rev 180176)
+++ PKGBUILD2016-06-15 05:20:16 UTC (rev 180177)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.13.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 05:18:59
  Author: felixonmars
Revision: 180176

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

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

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

Copied: haskell-parsers/repos/community-staging-i686/PKGBUILD (from rev 180175, 
haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 05:18:59 UTC (rev 180176)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.4
+pkgrel=1
+pkgdesc="Parsing combinators"
+url="http://github.com/ekmett/parsers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+ "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2781a27d40f0019fc671b483ca47276c826621e1daa42f08846af8e40e94ca1e')
+
+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-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 
180175, haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 05:18:59 UTC (rev 180176)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.4
+pkgrel=1
+pkgdesc="Parsing combinators"
+url="http://github.com/ekmett/parsers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+ "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2781a27d40f0019fc671b483ca47276c826621e1daa42f08846af8e40e94ca1e')
+
+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-parsers/trunk (PKGBUILD)

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 05:18:27
  Author: felixonmars
Revision: 180175

upgpkg: haskell-parsers 0.12.4-1

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:41:24 UTC (rev 180174)
+++ PKGBUILD2016-06-15 05:18:27 UTC (rev 180175)
@@ -4,8 +4,8 @@
 
 _hkgname=parsers
 pkgname=haskell-parsers
-pkgver=0.12.3
-pkgrel=15
+pkgver=0.12.4
+pkgrel=1
 pkgdesc="Parsing combinators"
 url="http://github.com/ekmett/parsers/;
 license=("custom:BSD3")
@@ -13,12 +13,8 @@
 depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
  "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('c29058e385d6235d3222aa1fde08399ed7ef24a8b8eb0691c2c4dfe1d1ad9fa3')
+sha256sums=('2781a27d40f0019fc671b483ca47276c826621e1daa42f08846af8e40e94ca1e')
 
-prepare() {
-sed -i 's/transformers >= 0.2  && < 0.5,/transformers 
>= 0.2  \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2016-06-14 Thread Daniel Micay
Date: Wednesday, June 15, 2016 @ 03:41:24
  Author: thestinger
Revision: 180174

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 180172, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 180172, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 180172, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 180173, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 180173, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 180173, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 180173, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 180173, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 180173, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 180173, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 180173, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 180173, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  624 
 /change-default-console-loglevel.patch |   22 
 /config|16142 +++
 /config.x86_64 |15554 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  312 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8071 ---
 community-i686/config.x86_64   |  ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  312 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8071 ---
 community-x86_64/config.x86_64 |  ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32444 insertions(+), 32444 deletions(-)

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


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:40:42
  Author: felixonmars
Revision: 180173

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
180172, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:40:42 UTC (rev 180173)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.1
+pkgrel=14
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('652449f41b12a71f570fd84f53893f82e50b7d793a0724d349188ce19d623113')
+
+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-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
180172, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:40:42 UTC (rev 180173)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.1
+pkgrel=14
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('652449f41b12a71f570fd84f53893f82e50b7d793a0724d349188ce19d623113')
+
+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[^ ]* 

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

2016-06-14 Thread Daniel Micay
Date: Wednesday, June 15, 2016 @ 03:40:22
  Author: thestinger
Revision: 180172

upgpkg: linux-grsec 4.5.7.201606142010-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:40:14 UTC (rev 180171)
+++ PKGBUILD2016-06-15 03:40:22 UTC (rev 180172)
@@ -9,7 +9,7 @@
 _srcname=linux-4.5
 _pkgver=4.5.7
 _grsecver=3.1
-_timestamp=201606110914
+_timestamp=201606142010
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '8fc8b46b44e49d5472745484751ba653be0c0e04554749ad276f3d0bc56a9bb3'
 'SKIP'
-'666a5e6cf26b5cb183a1e436fd0405cb3c144f0f78e5bb39488163dccac5fb9d'
+'0007bff5d67b8872923674cd0900dd4d376536238cd0be8f5089b2dee9278f02'
 'SKIP'
 '1406610d5d8f3e5af1e5c462209724769a52c69e70b3c8008fdec68c1ac407e0'
 'd9f9f734c133f3a9ad3945eedd074492890e9959cfae1feb707d520f5db56ef2'


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

2016-06-14 Thread Anatol Pomozov
Date: Wednesday, June 15, 2016 @ 03:39:41
  Author: anatolik
Revision: 180170

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 03:38:47 UTC (rev 180169)
+++ community-i686/PKGBUILD 2016-06-15 03:39:41 UTC (rev 180170)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.11
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a2a6833f8a8c77f3ed9b0759d628a923a4680fee5f092a91c52f9477cc6ac2f0')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 180169, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 03:39:41 UTC (rev 180170)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.12
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('b959b80d476dee3785b9961b9f43a1bfe07e360167bb24df6669e7344a8c6aca')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-15 03:38:47 UTC (rev 180169)
+++ community-x86_64/PKGBUILD   2016-06-15 03:39:41 UTC (rev 180170)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.11
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:40:14
  Author: felixonmars
Revision: 180171

upgpkg: haskell-authenticate 1.3.3.1-14

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:39:41 UTC (rev 180170)
+++ PKGBUILD2016-06-15 03:40:14 UTC (rev 180171)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2016-06-14 Thread Anatol Pomozov
Date: Wednesday, June 15, 2016 @ 03:38:47
  Author: anatolik
Revision: 180169

upgpkg: fio 2.12-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:34:56 UTC (rev 180168)
+++ PKGBUILD2016-06-15 03:38:47 UTC (rev 180169)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('a2a6833f8a8c77f3ed9b0759d628a923a4680fee5f092a91c52f9477cc6ac2f0')
+sha256sums=('b959b80d476dee3785b9961b9f43a1bfe07e360167bb24df6669e7344a8c6aca')
 
 prepare() {
   cd fio-fio-$pkgver


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:34:56
  Author: felixonmars
Revision: 180168

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

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

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

Copied: haskell-cryptohash/repos/community-staging-i686/PKGBUILD (from rev 
180167, haskell-cryptohash/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:34:56 UTC (rev 180168)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash
+pkgname=haskell-cryptohash
+pkgver=0.11.9
+pkgrel=6
+pkgdesc="Collection of crypto hashes, fast, pure and practical"
+url="http://github.com/vincenthz/hs-cryptohash;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-cryptonite" "haskell-memory")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb')
+
+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-cryptohash/repos/community-staging-x86_64/PKGBUILD (from rev 
180167, haskell-cryptohash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:34:56 UTC (rev 180168)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash
+pkgname=haskell-cryptohash
+pkgver=0.11.9
+pkgrel=6
+pkgdesc="Collection of crypto hashes, fast, pure and practical"
+url="http://github.com/vincenthz/hs-cryptohash;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-cryptonite" "haskell-memory")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb')
+
+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 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:34:16
  Author: felixonmars
Revision: 180166

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
180165, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:34:16 UTC (rev 180166)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.7.1
+pkgrel=12
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('66f1672c7aaec0b4c93f5cfc20593a4fb92d779d90d55ee5ebd1f7ae6a6e8dac')
+
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
180165, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:34:16 UTC (rev 180166)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.7.1
+pkgrel=12
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('66f1672c7aaec0b4c93f5cfc20593a4fb92d779d90d55ee5ebd1f7ae6a6e8dac')
+
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:34:30
  Author: felixonmars
Revision: 180167

upgpkg: haskell-cryptohash 0.11.9-6

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-cryptohash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:34:16 UTC (rev 180166)
+++ PKGBUILD2016-06-15 03:34:30 UTC (rev 180167)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash
 pkgname=haskell-cryptohash
 pkgver=0.11.9
-pkgrel=5
+pkgrel=6
 pkgdesc="Collection of crypto hashes, fast, pure and practical"
 url="http://github.com/vincenthz/hs-cryptohash;
 license=("custom:BSD3")


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

2016-06-14 Thread Anatol Pomozov
Date: Wednesday, June 15, 2016 @ 03:33:42
  Author: anatolik
Revision: 180164

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

Added:
  rofi/repos/community-testing-i686/PKGBUILD
(from rev 180163, rofi/trunk/PKGBUILD)
  rofi/repos/community-testing-x86_64/PKGBUILD
(from rev 180163, rofi/trunk/PKGBUILD)
Deleted:
  rofi/repos/community-testing-i686/PKGBUILD
  rofi/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-testing-i686/PKGBUILD   |   40 --
 community-testing-x86_64/PKGBUILD |   40 --
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-06-15 03:31:43 UTC (rev 180163)
+++ community-testing-i686/PKGBUILD 2016-06-15 03:33:42 UTC (rev 180164)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
-arch=(i686 x86_64)
-url='https://davedavenport.github.io/rofi/'
-license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
-makedepends=(i3-wm)
-optdepends=('i3-wm: use as a window switcher')
-source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
-sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
-
-build() {
-  cd rofi-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd rofi-$pkgver
-  make check
-}
-
-package() {
-  cd rofi-$pkgver
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
-}

Copied: rofi/repos/community-testing-i686/PKGBUILD (from rev 180163, 
rofi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-15 03:33:42 UTC (rev 180164)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
+
+build() {
+  cd rofi-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make check
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-06-15 03:31:43 UTC (rev 180163)
+++ community-testing-x86_64/PKGBUILD   2016-06-15 03:33:42 UTC (rev 180164)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
-arch=(i686 x86_64)
-url='https://davedavenport.github.io/rofi/'
-license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
-makedepends=(i3-wm)
-optdepends=('i3-wm: use as a window switcher')
-source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
-sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
-
-build() {
-  cd rofi-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:33:48
  Author: felixonmars
Revision: 180165

upgpkg: haskell-yesod-form 1.4.7.1-12

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:33:42 UTC (rev 180164)
+++ PKGBUILD2016-06-15 03:33:48 UTC (rev 180165)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.7.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-06-14 Thread Anatol Pomozov
Date: Wednesday, June 15, 2016 @ 03:31:43
  Author: anatolik
Revision: 180163

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

Added:
  rofi/repos/community-testing-i686/PKGBUILD
(from rev 180162, rofi/trunk/PKGBUILD)
  rofi/repos/community-testing-x86_64/PKGBUILD
(from rev 180162, rofi/trunk/PKGBUILD)
Deleted:
  rofi/repos/community-testing-i686/PKGBUILD
  rofi/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-testing-i686/PKGBUILD   |   40 --
 community-testing-x86_64/PKGBUILD |   40 --
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-06-15 03:28:26 UTC (rev 180162)
+++ community-testing-i686/PKGBUILD 2016-06-15 03:31:43 UTC (rev 180163)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
-arch=(i686 x86_64)
-url='https://davedavenport.github.io/rofi/'
-license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
-makedepends=(i3-wm)
-optdepends=('i3-wm: use as a window switcher')
-source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
-sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
-
-build() {
-  cd rofi-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd rofi-$pkgver
-  make check
-}
-
-package() {
-  cd rofi-$pkgver
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
-}

Copied: rofi/repos/community-testing-i686/PKGBUILD (from rev 180162, 
rofi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-15 03:31:43 UTC (rev 180163)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
+
+build() {
+  cd rofi-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make check
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-06-15 03:28:26 UTC (rev 180162)
+++ community-testing-x86_64/PKGBUILD   2016-06-15 03:31:43 UTC (rev 180163)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
-arch=(i686 x86_64)
-url='https://davedavenport.github.io/rofi/'
-license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
-makedepends=(i3-wm)
-optdepends=('i3-wm: use as a window switcher')
-source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
-sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
-
-build() {
-  cd rofi-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:28:26
  Author: felixonmars
Revision: 180162

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

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
180161, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:28:26 UTC (rev 180162)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.10.1
+pkgrel=10
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('36ebae73f7bf984e1062aa6079b935069b49a5b3811ea935194c0cecb8de815f')
+
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
180161, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:28:26 UTC (rev 180162)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.10.1
+pkgrel=10
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('36ebae73f7bf984e1062aa6079b935069b49a5b3811ea935194c0cecb8de815f')
+
+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 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:27:52
  Author: felixonmars
Revision: 180160

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

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

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 180159, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:27:52 UTC (rev 180160)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.5
+pkgrel=12
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e5ad890ca4d4c0499ae08e5e1e294f4c1435e9395ba1ba9bb3acf3982eb8d2c2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 180159, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:27:52 UTC (rev 180160)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.5
+pkgrel=12
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e5ad890ca4d4c0499ae08e5e1e294f4c1435e9395ba1ba9bb3acf3982eb8d2c2')
+
+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 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:27:59
  Author: felixonmars
Revision: 180161

upgpkg: haskell-http-conduit 2.1.10.1-10

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:27:52 UTC (rev 180160)
+++ PKGBUILD2016-06-15 03:27:59 UTC (rev 180161)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.10.1
-pkgrel=9
+pkgrel=10
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:27:26
  Author: felixonmars
Revision: 180159

upgpkg: haskell-yesod-persistent 1.4.0.5-12

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:18:53 UTC (rev 180158)
+++ PKGBUILD2016-06-15 03:27:26 UTC (rev 180159)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.5
-pkgrel=11
+pkgrel=12
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:18:53
  Author: felixonmars
Revision: 180158

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

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

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

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
180157, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:18:53 UTC (rev 180158)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.20.2
+pkgrel=12
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cookie"
+ "haskell-data-default" "haskell-exceptions" "haskell-fast-logger"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random"
+ "haskell-old-locale" "haskell-parsec" "haskell-path-pieces"
+ "haskell-primitive" "haskell-random" "haskell-resourcet" 
"haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" 
"haskell-word8")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cfa62e47de410bff1fd37571a3c7fda92b0a5cd28e1df8d466c7a65b5a2e6f28')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
180157, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:18:53 UTC (rev 180158)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.20.2
+pkgrel=12
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cookie"
+ "haskell-data-default" "haskell-exceptions" "haskell-fast-logger"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random"
+ "haskell-old-locale" 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:18:24
  Author: felixonmars
Revision: 180157

upgpkg: haskell-yesod-core 1.4.20.2-12

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:15:02 UTC (rev 180156)
+++ PKGBUILD2016-06-15 03:18:24 UTC (rev 180157)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.20.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:15:02
  Author: felixonmars
Revision: 180156

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

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

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
180155, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:15:02 UTC (rev 180156)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.4
+pkgrel=12
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('da60ebd9c0eff1e7a44ce600b450da79a471dda648ae67503d34d69a49ff0921')
+
+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-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 180155, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:15:02 UTC (rev 180156)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.4
+pkgrel=12
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('da60ebd9c0eff1e7a44ce600b450da79a471dda648ae67503d34d69a49ff0921')
+
+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" 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:14:34
  Author: felixonmars
Revision: 180155

upgpkg: haskell-http-client-tls 0.2.4-12

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:09:26 UTC (rev 180154)
+++ PKGBUILD2016-06-15 03:14:34 UTC (rev 180155)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.4
-pkgrel=11
+pkgrel=12
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:09:26
  Author: felixonmars
Revision: 180154

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 180153, haskell-warp/trunk/PKGBUILD)
  haskell-warp/repos/community-staging-x86_64/
  haskell-warp/repos/community-staging-x86_64/PKGBUILD
(from rev 180153, 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 180153, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:09:26 UTC (rev 180154)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.6
+pkgrel=12
+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 180153, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:09:26 UTC (rev 180154)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.6
+pkgrel=12
+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-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:08:59
  Author: felixonmars
Revision: 180153

upgpkg: haskell-warp 3.2.6-12

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:07:35 UTC (rev 180152)
+++ PKGBUILD2016-06-15 03:08:59 UTC (rev 180153)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.6
-pkgrel=11
+pkgrel=12
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:07:35
  Author: felixonmars
Revision: 180152

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

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

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

Copied: haskell-connection/repos/community-staging-i686/PKGBUILD (from rev 
180151, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:07:35 UTC (rev 180152)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=26
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124')
+
+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-connection/repos/community-staging-x86_64/PKGBUILD (from rev 
180151, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:07:35 UTC (rev 180152)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=26
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124')
+
+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-connection/trunk (PKGBUILD)

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:06:59
  Author: felixonmars
Revision: 180151

upgpkg: haskell-connection 0.2.5-26

rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, 
data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, 
scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:04:34 UTC (rev 180150)
+++ PKGBUILD2016-06-15 03:06:59 UTC (rev 180151)
@@ -5,7 +5,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.2.5
-pkgrel=25
+pkgrel=26
 pkgdesc="Simple and easy network connections API"
 url="http://github.com/vincenthz/hs-connection;
 license=("custom:BSD3")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:04:34
  Author: felixonmars
Revision: 180150

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

Added:
  haskell-simple-sendfile/repos/community-staging-i686/
  haskell-simple-sendfile/repos/community-staging-i686/PKGBUILD
(from rev 180149, haskell-simple-sendfile/trunk/PKGBUILD)
  haskell-simple-sendfile/repos/community-staging-x86_64/
  haskell-simple-sendfile/repos/community-staging-x86_64/PKGBUILD
(from rev 180149, haskell-simple-sendfile/trunk/PKGBUILD)

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

Copied: haskell-simple-sendfile/repos/community-staging-i686/PKGBUILD (from rev 
180149, haskell-simple-sendfile/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:04:34 UTC (rev 180150)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=simple-sendfile
+pkgname=haskell-simple-sendfile
+pkgver=0.2.25
+pkgrel=1
+pkgdesc="Cross platform library for the sendfile system call"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-network")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0ae68821cd828b29772654b5613d514a421b1b1440d82a4b610339e67a92294d')
+
+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 \
+-fallow-bsd
+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-simple-sendfile/repos/community-staging-x86_64/PKGBUILD (from 
rev 180149, haskell-simple-sendfile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:04:34 UTC (rev 180150)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=simple-sendfile
+pkgname=haskell-simple-sendfile
+pkgver=0.2.25
+pkgrel=1
+pkgdesc="Cross platform library for the sendfile system call"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-network")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0ae68821cd828b29772654b5613d514a421b1b1440d82a4b610339e67a92294d')
+
+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 \
+-fallow-bsd
+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-simple-sendfile/trunk (PKGBUILD)

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:04:04
  Author: felixonmars
Revision: 180149

upgpkg: haskell-simple-sendfile 0.2.25-1

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-simple-sendfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:03:31 UTC (rev 180148)
+++ PKGBUILD2016-06-15 03:04:04 UTC (rev 180149)
@@ -4,7 +4,7 @@
 
 _hkgname=simple-sendfile
 pkgname=haskell-simple-sendfile
-pkgver=0.2.24
+pkgver=0.2.25
 pkgrel=1
 pkgdesc="Cross platform library for the sendfile system call"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-network")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('9f68a51a58db42e79f50bf2f500bd25d66a848a242b8e4694c2fdc94d476925c')
+sha256sums=('0ae68821cd828b29772654b5613d514a421b1b1440d82a4b610339e67a92294d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:03:31
  Author: felixonmars
Revision: 180148

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

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

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

Copied: haskell-tls/repos/community-staging-i686/PKGBUILD (from rev 180147, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:03:31 UTC (rev 180148)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.8
+pkgrel=5
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b440cf011c3e7af89e1ed719c714ab1001e8d3b13ef9dd3660019d88826bb1e5')
+
+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-hans -fnetwork -fcompat
+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-tls/repos/community-staging-x86_64/PKGBUILD (from rev 180147, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:03:31 UTC (rev 180148)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.8
+pkgrel=5
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b440cf011c3e7af89e1ed719c714ab1001e8d3b13ef9dd3660019d88826bb1e5')
+
+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-hans -fnetwork -fcompat
+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 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:01:54
  Author: felixonmars
Revision: 180146

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

Added:
  haskell-x509-system/repos/community-staging-i686/
  haskell-x509-system/repos/community-staging-i686/PKGBUILD
(from rev 180145, haskell-x509-system/trunk/PKGBUILD)
  haskell-x509-system/repos/community-staging-x86_64/
  haskell-x509-system/repos/community-staging-x86_64/PKGBUILD
(from rev 180145, haskell-x509-system/trunk/PKGBUILD)

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

Copied: haskell-x509-system/repos/community-staging-i686/PKGBUILD (from rev 
180145, haskell-x509-system/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 03:01:54 UTC (rev 180146)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-system
+pkgname=haskell-x509-system
+pkgver=1.6.3
+pkgrel=13
+pkgdesc="Handle per-operating-system X.509 accessors and storage"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('24237c3df1bf692fcf7bade432970ee2eb06db7437fa0e95986ef7535a68f6e0')
+
+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-x509-system/repos/community-staging-x86_64/PKGBUILD (from rev 
180145, haskell-x509-system/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 03:01:54 UTC (rev 180146)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-system
+pkgname=haskell-x509-system
+pkgver=1.6.3
+pkgrel=13
+pkgdesc="Handle per-operating-system X.509 accessors and storage"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('24237c3df1bf692fcf7bade432970ee2eb06db7437fa0e95986ef7535a68f6e0')
+
+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" 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:02:47
  Author: felixonmars
Revision: 180147

upgpkg: haskell-tls 1.3.8-5

rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, 
data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, 
scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:01:54 UTC (rev 180146)
+++ PKGBUILD2016-06-15 03:02:47 UTC (rev 180147)
@@ -5,7 +5,7 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.3.8
-pkgrel=4
+pkgrel=5
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls;
 license=("custom:BSD3")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 03:01:27
  Author: felixonmars
Revision: 180145

upgpkg: haskell-x509-system 1.6.3-13

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-x509-system/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 03:00:44 UTC (rev 180144)
+++ PKGBUILD2016-06-15 03:01:27 UTC (rev 180145)
@@ -5,7 +5,7 @@
 _hkgname=x509-system
 pkgname=haskell-x509-system
 pkgver=1.6.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Handle per-operating-system X.509 accessors and storage"
 url="http://github.com/vincenthz/hs-certificate;
 license=("custom:BSD3")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:59:17
  Author: felixonmars
Revision: 180140

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 02:58:57 UTC (rev 180139)
+++ PKGBUILD2016-06-15 02:59:17 UTC (rev 180140)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: N30N 
-# Contributor: giniu 
-
-pkgbase=python-ipdb
-pkgname=(python-ipdb python2-ipdb)
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="IPython-enabled pdb"
-url="http://pypi.python.org/pypi/ipdb;
-makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2' 
'git')
-arch=("any")
-license=("BSD")
-source=("git+https://github.com/gotcha/ipdb.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ipdb{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ipdb
-  python setup.py build
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ipdb
-  python setup.py test
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py test
-}
-
-package_python-ipdb() {
-  depends=("ipython")
-
-  cd "$srcdir"/ipdb
-  python setup.py install -O1 --root="$pkgdir"
-
-  ln -s ipdb3 "$pkgdir"/usr/bin/ipdb
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
-}
-
-package_python2-ipdb() {
-  depends=("ipython2")
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  mv "$pkgdir"/usr/bin/ipdb{,2}
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
-}

Copied: python-ipdb/repos/community-any/PKGBUILD (from rev 180139, 
python-ipdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 02:59:17 UTC (rev 180140)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: N30N 
+# Contributor: giniu 
+
+pkgbase=python-ipdb
+pkgname=(python-ipdb python2-ipdb)
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="IPython-enabled pdb"
+url="http://pypi.python.org/pypi/ipdb;
+makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2' 
'git')
+arch=("any")
+license=("BSD")
+source=("git+https://github.com/gotcha/ipdb.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ipdb{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ipdb
+  python setup.py build
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ipdb
+  python setup.py test
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py test
+}
+
+package_python-ipdb() {
+  depends=("ipython")
+
+  cd "$srcdir"/ipdb
+  python setup.py install -O1 --root="$pkgdir"
+
+  ln -s ipdb3 "$pkgdir"/usr/bin/ipdb
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}
+
+package_python2-ipdb() {
+  depends=("ipython2")
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/ipdb{,2}
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:58:57
  Author: felixonmars
Revision: 180139

upgpkg: python-ipdb 0.10.1-1

Modified:
  python-ipdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 02:58:36 UTC (rev 180138)
+++ PKGBUILD2016-06-15 02:58:57 UTC (rev 180139)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ipdb
 pkgname=(python-ipdb python2-ipdb)
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="IPython-enabled pdb"
 url="http://pypi.python.org/pypi/ipdb;


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:58:36
  Author: felixonmars
Revision: 180138

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

Added:
  haskell-x509-validation/repos/community-staging-i686/
  haskell-x509-validation/repos/community-staging-i686/PKGBUILD
(from rev 180137, haskell-x509-validation/trunk/PKGBUILD)
  haskell-x509-validation/repos/community-staging-x86_64/
  haskell-x509-validation/repos/community-staging-x86_64/PKGBUILD
(from rev 180137, haskell-x509-validation/trunk/PKGBUILD)

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

Copied: haskell-x509-validation/repos/community-staging-i686/PKGBUILD (from rev 
180137, haskell-x509-validation/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 02:58:36 UTC (rev 180138)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.3
+pkgrel=16
+pkgdesc="X.509 Certificate and CRL validation"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-byteable"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-hourglass"
+ "haskell-memory" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('80b7d3beef9dda913c7cc7c890ab703d6030574df2a62df1939036184cd921e3')
+
+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-x509-validation/repos/community-staging-x86_64/PKGBUILD (from 
rev 180137, haskell-x509-validation/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 02:58:36 UTC (rev 180138)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.3
+pkgrel=16
+pkgdesc="X.509 Certificate and CRL validation"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-byteable"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-hourglass"
+ "haskell-memory" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('80b7d3beef9dda913c7cc7c890ab703d6030574df2a62df1939036184cd921e3')
+
+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"
+

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:57:56
  Author: felixonmars
Revision: 180137

upgpkg: haskell-x509-validation 1.6.3-16

rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, 
data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, 
scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14

Modified:
  haskell-x509-validation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 02:57:48 UTC (rev 180136)
+++ PKGBUILD2016-06-15 02:57:56 UTC (rev 180137)
@@ -5,7 +5,7 @@
 _hkgname=x509-validation
 pkgname=haskell-x509-validation
 pkgver=1.6.3
-pkgrel=15
+pkgrel=16
 pkgdesc="X.509 Certificate and CRL validation"
 url="http://github.com/vincenthz/hs-certificate;
 license=("custom:BSD3")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:57:31
  Author: felixonmars
Revision: 180135

upgpkg: certbot-nginx 0.8.1-1

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 02:56:36 UTC (rev 180134)
+++ PKGBUILD2016-06-15 02:57:31 UTC (rev 180135)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('bb9c5e307eca92d182573ad41c9b5473'
+md5sums=('563e5a41b7d8348f913973e2e56bcbb6'
  'SKIP')
 
 build() {


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:57:48
  Author: felixonmars
Revision: 180136

archrelease: copy trunk to community-staging-any

Added:
  certbot-nginx/repos/community-staging-any/
  certbot-nginx/repos/community-staging-any/PKGBUILD
(from rev 180135, certbot-nginx/trunk/PKGBUILD)

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

Copied: certbot-nginx/repos/community-staging-any/PKGBUILD (from rev 180135, 
certbot-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-06-15 02:57:48 UTC (rev 180136)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('563e5a41b7d8348f913973e2e56bcbb6'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:56:36
  Author: felixonmars
Revision: 180134

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 180133, certbot-apache/trunk/PKGBUILD)

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

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 180133, 
certbot-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-06-15 02:56:36 UTC (rev 180134)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-apache")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('65e99380adcea73f0be71776fff84bd7'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:56:20
  Author: felixonmars
Revision: 180133

upgpkg: certbot-apache 0.8.1-1

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 02:53:30 UTC (rev 180132)
+++ PKGBUILD2016-06-15 02:56:20 UTC (rev 180133)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('59606f28699db04bf82f8837a7bad342'
+md5sums=('65e99380adcea73f0be71776fff84bd7'
  'SKIP')
 
 build() {


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:53:30
  Author: felixonmars
Revision: 180132

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

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

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

Copied: haskell-x509-store/repos/community-staging-i686/PKGBUILD (from rev 
180131, haskell-x509-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 02:53:30 UTC (rev 180132)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-store
+pkgname=haskell-x509-store
+pkgver=1.6.1
+pkgrel=16
+pkgdesc="X.509 collection accessing and storing methods"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-mtl"
+ "haskell-cryptonite" "haskell-pem" "haskell-x509")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('83d69d2f5ce39fceaeca8e4dcc6d9ebe8a8e94f55d9c23b06cc7a58844e94b05')
+
+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-x509-store/repos/community-staging-x86_64/PKGBUILD (from rev 
180131, haskell-x509-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 02:53:30 UTC (rev 180132)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-store
+pkgname=haskell-x509-store
+pkgver=1.6.1
+pkgrel=16
+pkgdesc="X.509 collection accessing and storing methods"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-mtl"
+ "haskell-cryptonite" "haskell-pem" "haskell-x509")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('83d69d2f5ce39fceaeca8e4dcc6d9ebe8a8e94f55d9c23b06cc7a58844e94b05')
+
+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 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:53:03
  Author: felixonmars
Revision: 180131

upgpkg: haskell-x509-store 1.6.1-16

rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, 
data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, 
scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14

Modified:
  haskell-x509-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 02:51:32 UTC (rev 180130)
+++ PKGBUILD2016-06-15 02:53:03 UTC (rev 180131)
@@ -5,7 +5,7 @@
 _hkgname=x509-store
 pkgname=haskell-x509-store
 pkgver=1.6.1
-pkgrel=15
+pkgrel=16
 pkgdesc="X.509 collection accessing and storing methods"
 url="http://github.com/vincenthz/hs-certificate;
 license=("custom:BSD3")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:51:32
  Author: felixonmars
Revision: 180130

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

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

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

Copied: haskell-x509/repos/community-staging-i686/PKGBUILD (from rev 180129, 
haskell-x509/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 02:51:32 UTC (rev 180130)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509
+pkgname=haskell-x509
+pkgver=1.6.3
+pkgrel=16
+pkgdesc="X509 reader and writer"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-parse" 
"haskell-asn1-types"
+ "haskell-cryptonite" "haskell-hourglass" "haskell-memory" 
"haskell-mtl" "haskell-pem")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('36c62877046e7ecd6c913da4c21264e18eb56f7cba7abb5d41c42e95845fbade')
+
+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-x509/repos/community-staging-x86_64/PKGBUILD (from rev 180129, 
haskell-x509/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 02:51:32 UTC (rev 180130)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509
+pkgname=haskell-x509
+pkgver=1.6.3
+pkgrel=16
+pkgdesc="X509 reader and writer"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-parse" 
"haskell-asn1-types"
+ "haskell-cryptonite" "haskell-hourglass" "haskell-memory" 
"haskell-mtl" "haskell-pem")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('36c62877046e7ecd6c913da4c21264e18eb56f7cba7abb5d41c42e95845fbade')
+
+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 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:51:03
  Author: felixonmars
Revision: 180129

upgpkg: haskell-x509 1.6.3-16

rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, 
data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, 
scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14

Modified:
  haskell-x509/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 02:50:45 UTC (rev 180128)
+++ PKGBUILD2016-06-15 02:51:03 UTC (rev 180129)
@@ -5,7 +5,7 @@
 _hkgname=x509
 pkgname=haskell-x509
 pkgver=1.6.3
-pkgrel=15
+pkgrel=16
 pkgdesc="X509 reader and writer"
 url="http://github.com/vincenthz/hs-certificate;
 license=("custom:BSD3")


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:50:26
  Author: felixonmars
Revision: 180127

upgpkg: certbot 0.8.1-1

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 02:48:23 UTC (rev 180126)
+++ PKGBUILD2016-06-15 02:50:26 UTC (rev 180127)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -22,7 +22,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('23b2152ae1ae14dd5f5ece522e95bf97'
+md5sums=('df6d44d2144939810093283179baa899'
  'SKIP')
 
 build() {


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:50:45
  Author: felixonmars
Revision: 180128

archrelease: copy trunk to community-staging-any

Added:
  certbot/repos/community-staging-any/
  certbot/repos/community-staging-any/PKGBUILD
(from rev 180127, certbot/trunk/PKGBUILD)

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

Copied: certbot/repos/community-staging-any/PKGBUILD (from rev 180127, 
certbot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-06-15 02:50:45 UTC (rev 180128)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/;
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
+ 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
+ 'python2-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('df6d44d2144939810093283179baa899'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:48:13
  Author: felixonmars
Revision: 180125

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 180124, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 180124, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-06-15 02:48:13 UTC (rev 180125)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('b7e44306d3ac239c5107ee07f229b6f4430b7d000c6a47752b163dfbc955425c8efcedb75dbe7de3bd5f4a4cfc421afe44182ec64da44bf3bcb91695a245fe68')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:48:23
  Author: felixonmars
Revision: 180126

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

Added:
  haskell-cryptonite/repos/community-staging-i686/
  haskell-cryptonite/repos/community-staging-i686/PKGBUILD
(from rev 180124, haskell-cryptonite/trunk/PKGBUILD)
  haskell-cryptonite/repos/community-staging-x86_64/
  haskell-cryptonite/repos/community-staging-x86_64/PKGBUILD
(from rev 180125, haskell-cryptonite/trunk/PKGBUILD)

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

Copied: haskell-cryptonite/repos/community-staging-i686/PKGBUILD (from rev 
180124, haskell-cryptonite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-15 02:48:23 UTC (rev 180126)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptonite
+pkgname=haskell-cryptonite
+pkgver=0.17
+pkgrel=1
+pkgdesc="Cryptography Primitives sink"
+url="https://github.com/vincenthz/cryptonite;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-memory")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a6c6a129b844c55580c4bfd79ecdf5bdc37ea8be6634ae785801521956c8')
+
+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 \
+-fsupport_deepseq -finteger-gmp -f-support_pclmuldq 
-fsupport_rdrand -fsupport_aesni -f-old_toolchain_inliner
+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-cryptonite/repos/community-staging-x86_64/PKGBUILD (from rev 
180125, haskell-cryptonite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-15 02:48:23 UTC (rev 180126)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptonite
+pkgname=haskell-cryptonite
+pkgver=0.17
+pkgrel=1
+pkgdesc="Cryptography Primitives sink"
+url="https://github.com/vincenthz/cryptonite;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-memory")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a6c6a129b844c55580c4bfd79ecdf5bdc37ea8be6634ae785801521956c8')
+
+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 \
+-fsupport_deepseq -finteger-gmp -f-support_pclmuldq 
-fsupport_rdrand -fsupport_aesni -f-old_toolchain_inliner
+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 

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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:47:53
  Author: felixonmars
Revision: 180123

upgpkg: python-acme 0.8.1-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 01:00:31 UTC (rev 180122)
+++ PKGBUILD2016-06-15 02:47:53 UTC (rev 180123)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('d2446acca5df423010f1b312f5aa1de08eba88fb30b0a5b5b6deeb1756702e366975f3e480b37d2d9a3489587623a3b282d6f2490ed22771b8cd91050492efcb')
+sha512sums=('b7e44306d3ac239c5107ee07f229b6f4430b7d000c6a47752b163dfbc955425c8efcedb75dbe7de3bd5f4a4cfc421afe44182ec64da44bf3bcb91695a245fe68')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


[arch-commits] Commit in haskell-cryptonite/trunk (PKGBUILD i686.patch)

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 02:47:54
  Author: felixonmars
Revision: 180124

upgpkg: haskell-cryptonite 0.17-1

rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, 
data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, 
scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14

Modified:
  haskell-cryptonite/trunk/PKGBUILD
Deleted:
  haskell-cryptonite/trunk/i686.patch

+
 PKGBUILD   |   14 ++-
 i686.patch |   75 ---
 2 files changed, 3 insertions(+), 86 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 02:47:53 UTC (rev 180123)
+++ PKGBUILD2016-06-15 02:47:54 UTC (rev 180124)
@@ -4,7 +4,7 @@
 
 _hkgname=cryptonite
 pkgname=haskell-cryptonite
-pkgver=0.16
+pkgver=0.17
 pkgrel=1
 pkgdesc="Cryptography Primitives sink"
 url="https://github.com/vincenthz/cryptonite;
@@ -11,17 +11,9 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-memory")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-i686.patch)
-sha256sums=('5c3bf190954986ea4af466914eb7a0c55a0b4c1c66552d00341277c89082511a'
-'0bd68b7fd7caa859ca9a5dd7343c45c0dfd22c0c5cd55dec626de2dd9804abec')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a6c6a129b844c55580c4bfd79ecdf5bdc37ea8be6634ae785801521956c8')
 
-prepare() {
-cd $_hkgname-$pkgver
-# https://github.com/haskell-crypto/cryptonite/issues/88
-patch -p1 -i ../i686.patch
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 

Deleted: i686.patch
===
--- i686.patch  2016-06-15 02:47:53 UTC (rev 180123)
+++ i686.patch  2016-06-15 02:47:54 UTC (rev 180124)
@@ -1,75 +0,0 @@
-From f5a811e755eee253bc34897f327e096e04ad1286 Mon Sep 17 00:00:00 2001
-From: Vincent Hanquez 
-Date: Fri, 3 Jun 2016 07:12:38 +0100
-Subject: [PATCH] [rdrand] add an untested workaround for i686 machine
-

- cbits/cryptonite_rdrand.c | 35 ---
- 1 file changed, 28 insertions(+), 7 deletions(-)
-
-diff --git a/cbits/cryptonite_rdrand.c b/cbits/cryptonite_rdrand.c
-index 54409fc..66501e5 100644
 a/cbits/cryptonite_rdrand.c
-+++ b/cbits/cryptonite_rdrand.c
-@@ -65,17 +65,38 @@ static inline int crypto_random_rdrand64_step(uint64_t 
*buffer)
-  : \
-  : "cc")
- 
-+/* inline encoding of 'rdrand %eax' to cover old binutils
-+ * - no inputs
-+ * - 'cc' to the clobber list as we modify condition code.
-+ * - output of rdrand in eax and have a 8 bit error condition
-+ */
-+#define inline_rdrand_eax(val, err) \
-+  asm(".byte 0x0f,0xc7,0xf0; setc %1" \
-+ : "=a" (val), "=q" (err) \
-+ : \
-+ : "cc")
-+
-+#ifdef __x86_64__
-+# define RDRAND_SZ 8
-+# define RDRAND_T  uint64_t
-+#define inline_rdrand(val, err) inline_rdrand_rax(val, err)
-+#else
-+# define RDRAND_SZ 4
-+# define RDRAND_T  uint32_t
-+#define inline_rdrand(val, err) inline_rdrand_eax(val, err)
-+#endif
-+
- /* Returns the number of bytes succesfully generated */
- int cryptonite_get_rand_bytes(uint8_t *buffer, size_t len)
- {
--  uint64_t tmp;
--  int aligned = (intptr_t) buffer % 8;
-+  RDRAND_T tmp;
-+  int aligned = (intptr_t) buffer % RDRAND_SZ;
-   int orig_len = len;
--  int to_alignment = 8 - aligned;
-+  int to_alignment = RDRAND_SZ - aligned;
-   uint8_t ok;
- 
-   if (aligned != 0) {
--  inline_rdrand_rax(tmp, ok);
-+  inline_rdrand(tmp, ok);
-   if (!ok)
-   return 0;
-   memcpy(buffer, (uint8_t *) , to_alignment);
-@@ -83,15 +104,15 @@ int cryptonite_get_rand_bytes(uint8_t *buffer, size_t len)
-   len -= to_alignment;
-   }
- 
--  for (; len >= 8; buffer += 8, len -= 8) {
--  inline_rdrand_rax(tmp, ok);
-+  for (; len >= RDRAND_SZ; buffer += RDRAND_SZ, len -= RDRAND_SZ) {
-+  inline_rdrand(tmp, ok);
-   if (!ok)
-   return (orig_len - len);
-   *((uint64_t *) buffer) = tmp;
-   }
- 
-   if (len > 0) {
--  inline_rdrand_rax(tmp, ok);
-+  inline_rdrand(tmp, ok);
-   if (!ok)
-   return (orig_len - len);
-   memcpy(buffer, (uint8_t *) , len);


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 01:00:31
  Author: felixonmars
Revision: 180122

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 01:00:11 UTC (rev 180121)
+++ PKGBUILD2016-06-15 01:00:31 UTC (rev 180122)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-betamax
-pkgname=('python-betamax' 'python2-betamax')
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A VCR imitation for python-requests"
-arch=('any')
-license=('GPL')
-url='https://github.com/sigmavirus24/betamax'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python2-mock')
-source=("git+https://github.com/sigmavirus24/betamax.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a betamax{,-py2}
-}
-
-check() {
-  # Failure about isinstance urllib3.response.HTTPResponse affects only tests.
-  # We need to investigate it more.
-
-  cd "$srcdir"/betamax
-  python setup.py ptr || warning "Tests failed"
-
-  cd "$srcdir"/betamax-py2
-  python2 setup.py ptr || warning "Tests failed"
-}
-
-package_python-betamax() {
-  depends=('python-requests')
-
-  cd betamax
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-betamax() {
-  depends=('python2-requests')
-
-  cd betamax-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-betamax/repos/community-any/PKGBUILD (from rev 180121, 
python-betamax/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 01:00:31 UTC (rev 180122)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-betamax
+pkgname=('python-betamax' 'python2-betamax')
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A VCR imitation for python-requests"
+arch=('any')
+license=('GPL')
+url='https://github.com/sigmavirus24/betamax'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python2-mock')
+source=("git+https://github.com/sigmavirus24/betamax.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a betamax{,-py2}
+}
+
+check() {
+  # Failure about isinstance urllib3.response.HTTPResponse affects only tests.
+  # We need to investigate it more.
+
+  cd "$srcdir"/betamax
+  python setup.py ptr || warning "Tests failed"
+
+  cd "$srcdir"/betamax-py2
+  python2 setup.py ptr || warning "Tests failed"
+}
+
+package_python-betamax() {
+  depends=('python-requests')
+
+  cd betamax
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-betamax() {
+  depends=('python2-requests')
+
+  cd betamax-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-06-14 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 01:00:11
  Author: felixonmars
Revision: 180121

upgpkg: python-betamax 0.7.1-1

Modified:
  python-betamax/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 00:55:15 UTC (rev 180120)
+++ PKGBUILD2016-06-15 01:00:11 UTC (rev 180121)
@@ -3,7 +3,7 @@
 
 pkgbase=python-betamax
 pkgname=('python-betamax' 'python2-betamax')
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="A VCR imitation for python-requests"
 arch=('any')


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

2016-06-14 Thread Sven-Hendrik Haase
Date: Wednesday, June 15, 2016 @ 00:55:05
  Author: svenstaro
Revision: 180119

upgpkg: emscripten 1.36.5-1

upstream release 1.36.5

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 23:13:33 UTC (rev 180118)
+++ PKGBUILD2016-06-15 00:55:05 UTC (rev 180119)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.36.4
+pkgver=1.36.5
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('bb4b224467829bc14e26ec7f5603e36312e2edb8a4a33267dde67c6f0e33e260'
-'77652f758271a61edc42631a00d1458042e5a3ec94f8544cc76a0df3532a9957'
-'dac149b0053d6231873531489a2a29472ddc270064b1724719b02b3aa0f9c643'
+sha256sums=('df18a63f540dd4b3ae58fcb7df91c5e19ec8563e07f16231ca5a8fd737348ee6'
+'322501d14eb90b5590d463ef2ae1b358c07c590440d7bd21b60ea5bc2fa0'
+'b6a35fe26efea5d3d1139e61d5754760f03bed0a4af87236767d1a56b00d'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


[arch-commits] Commit in emscripten/repos (12 files)

2016-06-14 Thread Sven-Hendrik Haase
Date: Wednesday, June 15, 2016 @ 00:55:15
  Author: svenstaro
Revision: 180120

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 180119, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 180119, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 180119, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 180119, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 180119, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 180119, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 00:55:05 UTC (rev 180119)
+++ community-i686/PKGBUILD 2016-06-15 00:55:15 UTC (rev 180120)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.36.4
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('bb4b224467829bc14e26ec7f5603e36312e2edb8a4a33267dde67c6f0e33e260'
-'77652f758271a61edc42631a00d1458042e5a3ec94f8544cc76a0df3532a9957'
-'dac149b0053d6231873531489a2a29472ddc270064b1724719b02b3aa0f9c643'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d 

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

2016-06-14 Thread Anatol Pomozov
Date: Tuesday, June 14, 2016 @ 23:13:33
  Author: anatolik
Revision: 180118

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

Added:
  rofi/repos/community-testing-i686/
  rofi/repos/community-testing-i686/PKGBUILD
(from rev 180117, rofi/trunk/PKGBUILD)
  rofi/repos/community-testing-x86_64/
  rofi/repos/community-testing-x86_64/PKGBUILD
(from rev 180117, rofi/trunk/PKGBUILD)

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

Copied: rofi/repos/community-testing-i686/PKGBUILD (from rev 180117, 
rofi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-14 23:13:33 UTC (rev 180118)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
+
+build() {
+  cd rofi-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make check
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}

Copied: rofi/repos/community-testing-x86_64/PKGBUILD (from rev 180117, 
rofi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-06-14 23:13:33 UTC (rev 180118)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
+
+build() {
+  cd rofi-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make check
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}


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

2016-06-14 Thread Anatol Pomozov
Date: Tuesday, June 14, 2016 @ 23:11:31
  Author: anatolik
Revision: 180117

upgpkg: rofi 1.1.0-1

Modified:
  rofi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:59:50 UTC (rev 180116)
+++ PKGBUILD2016-06-14 23:11:31 UTC (rev 180117)
@@ -7,7 +7,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=rofi
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 makedepends=(i3-wm)
 optdepends=('i3-wm: use as a window switcher')
 
source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
-sha256sums=('6718508cef6fc1c1e91000380357341aa5556f6cc7aafbec3d9c91b913ad5d06')
+sha256sums=('1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1')
 
 build() {
   cd rofi-$pkgver


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 21:34:03
  Author: heftig
Revision: 269980

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

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

---+
 /PKGBUILD |  140 
 extra-i686/PKGBUILD   |   54 --
 extra-x86_64/PKGBUILD |   54 --
 3 files changed, 140 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 21:32:58 UTC (rev 269979)
+++ extra-i686/PKGBUILD 2016-06-14 21:34:03 UTC (rev 269980)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.20.1+gf84d431
-pkgrel=1
-pkgdesc="GNOME file manager"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
- libtracker-sparql nautilus-sendto)
-makedepends=(intltool gobject-introspection python packagekit python2 
gnome-common git gtk-doc)
-url="http://www.gnome.org;
-options=('!emptydirs')
-source=('git://git.gnome.org/nautilus#commit=f84d4319dcd5fcfa460a37dfdb78c93d188e2703')
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nautilus \
-  --disable-update-mimedb \
-  --disable-schemas-compile \
-  --disable-selinux --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C libnautilus-extension uninstall
-  make DESTDIR="$pkgdir" -C docs/reference/libnautilus-extension uninstall
-
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" -C libnautilus-extension install
-  make DESTDIR="$pkgdir" -C docs/reference/libnautilus-extension install
-}

Copied: nautilus/repos/extra-i686/PKGBUILD (from rev 269979, 
nautilus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 21:34:03 UTC (rev 269980)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.20.1+17+gf84d431
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs dconf libtracker-sparql 
nautilus-sendto)
+makedepends=(intltool gobject-introspection python packagekit python2 
gnome-common git gtk-doc)
+options=(!emptydirs)
+_commit=f84d4319dcd5fcfa460a37dfdb78c93d188e2703
+source=("git://git.gnome.org/nautilus#commit=$_commit"
+'git://git.gnome.org/libgd')
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  # Fixup missing tag...
+  git rev-parse --verify -q 3.20.1 || git tag 3.20.1 
6824271e2915e43fb12928ca884afa0f4de6532b
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --enable-gtk-doc \
+  --disable-update-mimedb \
+  --disable-schemas-compile \
+  --disable-selinux --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C libnautilus-extension uninstall
+  make DESTDIR="$pkgdir" -C docs/reference/libnautilus-extension uninstall
+
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" -C libnautilus-extension install
+  make DESTDIR="$pkgdir" -C docs/reference/libnautilus-extension install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 21:32:58 UTC (rev 269979)
+++ extra-x86_64/PKGBUILD   2016-06-14 21:34:03 UTC (rev 269980)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus 

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 21:32:58
  Author: heftig
Revision: 269979

3.20.1+17+gf84d431-1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 21:31:24 UTC (rev 269978)
+++ PKGBUILD2016-06-14 21:32:58 UTC (rev 269979)
@@ -3,29 +3,45 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.20.1+gf84d431
+pkgver=3.20.1+17+gf84d431
 pkgrel=1
-pkgdesc="GNOME file manager"
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus;
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
- libtracker-sparql nautilus-sendto)
+depends=(libexif gnome-desktop exempi gvfs dconf libtracker-sparql 
nautilus-sendto)
 makedepends=(intltool gobject-introspection python packagekit python2 
gnome-common git gtk-doc)
-url="http://www.gnome.org;
-options=('!emptydirs')
-source=('git://git.gnome.org/nautilus#commit=f84d4319dcd5fcfa460a37dfdb78c93d188e2703')
-sha256sums=('SKIP')
+options=(!emptydirs)
+_commit=f84d4319dcd5fcfa460a37dfdb78c93d188e2703
+source=("git://git.gnome.org/nautilus#commit=$_commit"
+'git://git.gnome.org/libgd')
+sha256sums=('SKIP'
+'SKIP')
 
 prepare() {
   cd $pkgbase
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  # Fixup missing tag...
+  git rev-parse --verify -q 3.20.1 || git tag 3.20.1 
6824271e2915e43fb12928ca884afa0f4de6532b
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
 build() {
   cd $pkgbase
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/nautilus \
+  --enable-gtk-doc \
   --disable-update-mimedb \
   --disable-schemas-compile \
   --disable-selinux --enable-gtk-doc


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 21:31:24
  Author: heftig
Revision: 269978

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 269977, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 269977, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 21:30:34 UTC (rev 269977)
+++ extra-i686/PKGBUILD 2016-06-14 21:31:24 UTC (rev 269978)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(intltool)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f5ca7a7a0785f2bacb9990128e9e4b3814891387947639abbe646d962fff7a47')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 269977, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 21:31:24 UTC (rev 269978)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(intltool)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1e0d1c6970f6a049ff6f41a691c2e455debd2cddf79251e4d0c127a845869b6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 21:30:34 UTC (rev 269977)
+++ extra-x86_64/PKGBUILD   2016-06-14 21:31:24 UTC (rev 269978)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(intltool)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f5ca7a7a0785f2bacb9990128e9e4b3814891387947639abbe646d962fff7a47')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 269977, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 21:31:24 UTC (rev 269978)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.20.3
+pkgrel=1

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 21:30:34
  Author: heftig
Revision: 269977

3.20.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 21:18:40 UTC (rev 269976)
+++ PKGBUILD2016-06-14 21:30:34 UTC (rev 269977)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f5ca7a7a0785f2bacb9990128e9e4b3814891387947639abbe646d962fff7a47')
+sha256sums=('d1e0d1c6970f6a049ff6f41a691c2e455debd2cddf79251e4d0c127a845869b6')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 21:18:40
  Author: heftig
Revision: 269976

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 21:15:29 UTC (rev 269975)
+++ extra-i686/PKGBUILD 2016-06-14 21:18:40 UTC (rev 269976)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui webkitgtk)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gnome-common gtk-doc)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('66fa6e18c4e6a29c44870d5786e4dbb82507a8254bca9e27e802625081fca630')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile \
-  --disable-autoar \
-  --enable-gtk-doc
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 269975, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 21:18:40 UTC (rev 269976)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui webkitgtk)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gnome-common gtk-doc)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('57f85675c12dc2c8e3a3a4fb65348ab0b9b078fd06e026208f2efe60d885b970')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --disable-schemas-compile \
+  

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 21:15:29
  Author: heftig
Revision: 269975

3.20.3-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:53:47 UTC (rev 269974)
+++ PKGBUILD2016-06-14 21:15:29 UTC (rev 269975)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -16,7 +16,7 @@
  spamassassin highlight gnome-common gtk-doc)
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('66fa6e18c4e6a29c44870d5786e4dbb82507a8254bca9e27e802625081fca630')
+sha256sums=('57f85675c12dc2c8e3a3a4fb65348ab0b9b078fd06e026208f2efe60d885b970')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:55:56
  Author: heftig
Revision: 180114

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

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

-+
 /PKGBUILD   |   76 ++
 /glom.changelog |   34 +
 community-i686/PKGBUILD |   38 ---
 community-i686/glom.changelog   |   17 
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/glom.changelog |   17 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-14 20:53:53 UTC (rev 180113)
+++ community-i686/PKGBUILD 2016-06-14 20:55:56 UTC (rev 180114)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Roman Kyrylych 
-# Contributor: William Rea 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=glom
-pkgver=1.30.3
-pkgrel=2
-pkgdesc="An easy-to-use database designer and user interface"
-arch=('i686' 'x86_64')
-url="http://www.glom.org/;
-license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
- 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
- 'libgda-mysql')
-changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('27148ad084ac1c300a4dfe4b4bc3c6bbb1b13fbe279fe1ce25818f2251c6085e')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-postgres-utils=/usr/bin \
---disable-scrollkeeper \
---disable-update-mime-database \
---disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: glom/repos/community-i686/PKGBUILD (from rev 180113, 
glom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-14 20:55:56 UTC (rev 180114)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.30.4
+pkgrel=1
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres'
+ 'libgda-mysql')
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('789bffc96f4ca993970d5dad222f9aa58390292b01274d85c3db4f92105da169')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/glom.changelog
===
--- community-i686/glom.changelog   2016-06-14 20:53:53 UTC (rev 180113)
+++ community-i686/glom.changelog   2016-06-14 20:55:56 UTC (rev 180114)
@@ -1,17 +0,0 @@
-2016-04-30 Jaroslav Lichtblau 
-* glom-1.30.3-2 pacman hooks rebuild
-
-2016-04-11 Jaroslav Lichtblau 
-* glom-1.30.3-1
-
-2015-07-13 Jaroslav Lichtblau 
-* glom-1.28.5-1
-
-2015-03-28 Jaroslav Lichtblau 
-* glom-1.28.4-1
-
-2014-11-05 Jaroslav Lichtblau 
-* glom-1.28.0-1
-
-2013-11-11 Jaroslav Lichtblau 
-* glom-1.24.2-1

Copied: glom/repos/community-i686/glom.changelog (from rev 180113, 
glom/trunk/glom.changelog)

[arch-commits] Commit in vhba-module/repos (12 files)

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:59:50
  Author: heftig
Revision: 180116

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 180115, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 180115, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 180115, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 180115, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 180115, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 180115, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   21 ---
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   21 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2016-06-14 20:59:12 UTC (rev 180115)
+++ community-i686/60-vhba.rules2016-06-14 20:59:50 UTC (rev 180116)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 180115, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2016-06-14 20:59:50 UTC (rev 180116)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-14 20:59:12 UTC (rev 180115)
+++ community-i686/PKGBUILD 2016-06-14 20:59:50 UTC (rev 180116)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.6-ARCH
-pkgrel=30
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux>=4.6' 'linux<4.7')
-makedepends=('linux-headers>=4.6' 'linux-headers<4.7')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 180115, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-14 20:59:50 UTC (rev 180116)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.6-ARCH
+pkgrel=31
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.6' 'linux<4.7')
+makedepends=('linux-headers>=4.6' 'linux-headers<4.7')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:59:12
  Author: heftig
Revision: 180115

20140928-31

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:55:56 UTC (rev 180114)
+++ PKGBUILD2016-06-14 20:59:12 UTC (rev 180115)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.6-ARCH
-pkgrel=30
+pkgrel=31
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:53:47
  Author: heftig
Revision: 269974

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

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

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   39 -
 extra-x86_64/PKGBUILD |   39 -
 3 files changed, 74 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 20:53:32 UTC (rev 269973)
+++ extra-i686/PKGBUILD 2016-06-14 20:53:47 UTC (rev 269974)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=ghex
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="A simple binary editor for the Gnome desktop"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://live.gnome.org/Ghex;
-depends=('gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Workaround compile error: 
https://bugzilla.redhat.com/show_bug.cgi?id=1320175#c2
-  sed 's/-Werror=format=2/-Werror=format=1/' -i configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ghex/repos/extra-i686/PKGBUILD (from rev 269973, ghex/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 20:53:47 UTC (rev 269974)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=ghex
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"
+url="https://wiki.gnome.org/Apps/Ghex;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 20:53:32 UTC (rev 269973)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:53:47 UTC (rev 269974)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=ghex
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="A simple binary editor for the Gnome desktop"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://live.gnome.org/Ghex;
-depends=('gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Workaround compile error: 
https://bugzilla.redhat.com/show_bug.cgi?id=1320175#c2
-  sed 's/-Werror=format=2/-Werror=format=1/' -i configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ghex/repos/extra-x86_64/PKGBUILD (from rev 269973, ghex/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:53:47 UTC (rev 269974)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=ghex
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:52:59
  Author: heftig
Revision: 269972

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

Added:
  gnome-mines/repos/extra-i686/PKGBUILD
(from rev 269971, gnome-mines/trunk/PKGBUILD)
  gnome-mines/repos/extra-x86_64/PKGBUILD
(from rev 269971, gnome-mines/trunk/PKGBUILD)
Deleted:
  gnome-mines/repos/extra-i686/PKGBUILD
  gnome-mines/repos/extra-i686/gnome-mines.install
  gnome-mines/repos/extra-x86_64/PKGBUILD
  gnome-mines/repos/extra-x86_64/gnome-mines.install

--+
 /PKGBUILD|   62 +
 extra-i686/PKGBUILD  |   32 ---
 extra-i686/gnome-mines.install   |   12 ---
 extra-x86_64/PKGBUILD|   32 ---
 extra-x86_64/gnome-mines.install |   12 ---
 5 files changed, 62 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 20:51:47 UTC (rev 269971)
+++ extra-i686/PKGBUILD 2016-06-14 20:52:59 UTC (rev 269972)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-mines
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Clear hidden mines from a minefield"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-mines.install
-url="https://wiki.gnome.org/Apps/Mines;
-groups=('gnome-extra')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7775c8d19cda9663a3e6b69d921c9de869278aeff93e249099af2d3c19b970a6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-mines/repos/extra-i686/PKGBUILD (from rev 269971, 
gnome-mines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 20:52:59 UTC (rev 269972)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-mines
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Clear hidden mines from a minefield"
+url="https://wiki.gnome.org/Apps/Mines;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(intltool itstool gobject-introspection)
+conflicts=(gnome-games)
+replaces=(gnome-games)
+options=(!emptydirs)
+groups=(gnome-extra)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5815e886d92817d4127b9e94bf63cb91e2bf371029d18efdf9f195e2400e2b3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-mines.install
===
--- extra-i686/gnome-mines.install  2016-06-14 20:51:47 UTC (rev 269971)
+++ extra-i686/gnome-mines.install  2016-06-14 20:52:59 UTC (rev 269972)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 20:51:47 UTC (rev 269971)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:52:59 UTC (rev 269972)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-mines
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Clear hidden mines from a minefield"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-mines.install
-url="https://wiki.gnome.org/Apps/Mines;
-groups=('gnome-extra')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7775c8d19cda9663a3e6b69d921c9de869278aeff93e249099af2d3c19b970a6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-mines/repos/extra-x86_64/PKGBUILD (from rev 

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:51:47
  Author: heftig
Revision: 269971

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 20:51:12 UTC (rev 269970)
+++ extra-i686/PKGBUILD 2016-06-14 20:51:47 UTC (rev 269971)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.36
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-url="http://www.gnome.org/;
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-i686/PKGBUILD (from rev 269970, 
libgsf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 20:51:47 UTC (rev 269971)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.37
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
+url="http://www.gnome.org/;
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('9cfb98224b40fefa85606255ee194d58c38f129bf99443d759eaab7eb6dec055')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package_libgsf() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 20:51:12 UTC (rev 269970)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:51:47 UTC (rev 269971)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.36
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-url="http://www.gnome.org/;
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 269970, 
libgsf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:51:47 UTC (rev 269971)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.37
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
+url="http://www.gnome.org/;
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('9cfb98224b40fefa85606255ee194d58c38f129bf99443d759eaab7eb6dec055')
+
+build() {
+  cd 

[arch-commits] Commit in evolution-data-server/repos (4 files)

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:51:12
  Author: heftig
Revision: 269970

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 269969, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 269969, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 20:49:34 UTC (rev 269969)
+++ extra-i686/PKGBUILD 2016-06-14 20:51:12 UTC (rev 269970)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8cdc74b08f1404f5df4b8cf5ccc4999a3e70a1db9ce472f71b623266941ffad9')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
-  --enable-vala-bindings --disable-uoa \
-  --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 269969, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 20:51:12 UTC (rev 269970)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('910360685d832c97f617f02aa5a8eb10a9c0d7d7d5a8758b50aa6b88a60bee48')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 20:49:34 UTC (rev 269969)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:51:12 UTC (rev 269970)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8cdc74b08f1404f5df4b8cf5ccc4999a3e70a1db9ce472f71b623266941ffad9')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
-  --enable-vala-bindings --disable-uoa \
-  --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-x86_64/PKGBUILD (from rev 269969, 
evolution-data-server/trunk/PKGBUILD)
===
--- 

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:49:34
  Author: heftig
Revision: 269969

3.18.2-1

Modified:
  ghex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:47:30 UTC (rev 269968)
+++ PKGBUILD2016-06-14 20:49:34 UTC (rev 269969)
@@ -3,22 +3,20 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=ghex
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="A simple binary editor for the Gnome desktop"
+url="https://wiki.gnome.org/Apps/Ghex;
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://live.gnome.org/Ghex;
 depends=('gtk3')
 makedepends=('intltool' 'itstool' 'docbook-xsl')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b')
+sha256sums=('ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf')
 
 prepare() {
   cd $pkgname-$pkgver
-  # Workaround compile error: 
https://bugzilla.redhat.com/show_bug.cgi?id=1320175#c2
-  sed 's/-Werror=format=2/-Werror=format=1/' -i configure
 }
 
 build() {
@@ -26,7 +24,7 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
-  --disable-schemas-compile
+  --disable-schemas-compile --enable-compile-warnings=minimum
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:49:07
  Author: heftig
Revision: 180112

1.30.4-1

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:35:50 UTC (rev 180111)
+++ PKGBUILD2016-06-14 20:49:07 UTC (rev 180112)
@@ -5,8 +5,8 @@
 # Contributor: Jaroslav Lichtblau 
 
 pkgname=glom
-pkgver=1.30.3
-pkgrel=2
+pkgver=1.30.4
+pkgrel=1
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('i686' 'x86_64')
 url="http://www.glom.org/;
@@ -17,7 +17,7 @@
  'libgda-mysql')
 changelog=$pkgname.changelog
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('27148ad084ac1c300a4dfe4b4bc3c6bbb1b13fbe279fe1ce25818f2251c6085e')
+sha256sums=('789bffc96f4ca993970d5dad222f9aa58390292b01274d85c3db4f92105da169')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


[arch-commits] Commit in gnome-mines/trunk (PKGBUILD gnome-mines.install)

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:47:30
  Author: heftig
Revision: 269968

3.20.1-1

Modified:
  gnome-mines/trunk/PKGBUILD
Deleted:
  gnome-mines/trunk/gnome-mines.install

-+
 PKGBUILD|   21 ++---
 gnome-mines.install |   12 
 2 files changed, 10 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:47:20 UTC (rev 269967)
+++ PKGBUILD2016-06-14 20:47:30 UTC (rev 269968)
@@ -3,21 +3,20 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-mines
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Clear hidden mines from a minefield"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-mines.install
 url="https://wiki.gnome.org/Apps/Mines;
-groups=('gnome-extra')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(intltool itstool gobject-introspection)
+conflicts=(gnome-games)
+replaces=(gnome-games)
+options=(!emptydirs)
+groups=(gnome-extra)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7775c8d19cda9663a3e6b69d921c9de869278aeff93e249099af2d3c19b970a6')
+sha256sums=('5815e886d92817d4127b9e94bf63cb91e2bf371029d18efdf9f195e2400e2b3b')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gnome-mines.install
===
--- gnome-mines.install 2016-06-14 20:47:20 UTC (rev 269967)
+++ gnome-mines.install 2016-06-14 20:47:30 UTC (rev 269968)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:47:20
  Author: heftig
Revision: 269967

1.14.37-1

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:44:50 UTC (rev 269966)
+++ PKGBUILD2016-06-14 20:47:20 UTC (rev 269967)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=libgsf
-pkgver=1.14.36
+pkgver=1.14.37
 pkgrel=1
 arch=(i686 x86_64)
 pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
@@ -12,7 +12,7 @@
 depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
 makedepends=('intltool' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940')
+sha256sums=('9cfb98224b40fefa85606255ee194d58c38f129bf99443d759eaab7eb6dec055')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:44:50
  Author: heftig
Revision: 269966

3.20.3-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:41:31 UTC (rev 269965)
+++ PKGBUILD2016-06-14 20:44:50 UTC (rev 269966)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -11,7 +11,7 @@
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8cdc74b08f1404f5df4b8cf5ccc4999a3e70a1db9ce472f71b623266941ffad9')
+sha256sums=('910360685d832c97f617f02aa5a8eb10a9c0d7d7d5a8758b50aa6b88a60bee48')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:41:31
  Author: heftig
Revision: 269965

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 20:40:48 UTC (rev 269964)
+++ extra-i686/PKGBUILD 2016-06-14 20:41:31 UTC (rev 269965)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-pkgname=gspell
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/gspell;
-license=('GPL2')
-depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz;)
-sha256sums=('22cd0545351801a83c0da8da5baa6755b9032654c1bea95e116458066f7bc71b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure  --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-package(){
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gspell/repos/extra-i686/PKGBUILD (from rev 269964, 
gspell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 20:41:31 UTC (rev 269965)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot 
+pkgname=gspell
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/gspell;
+license=('GPL2')
+depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz;)
+sha256sums=('80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure  --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+package(){
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 20:40:48 UTC (rev 269964)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:41:31 UTC (rev 269965)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-pkgname=gspell
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/gspell;
-license=('GPL2')
-depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz;)
-sha256sums=('22cd0545351801a83c0da8da5baa6755b9032654c1bea95e116458066f7bc71b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure  --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-package(){
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gspell/repos/extra-x86_64/PKGBUILD (from rev 269964, 
gspell/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:41:31 UTC (rev 269965)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot 
+pkgname=gspell
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/gspell;
+license=('GPL2')
+depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz;)
+sha256sums=('80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure  --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+package(){
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:40:48
  Author: heftig
Revision: 269964

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

Added:
  nautilus-sendto/repos/extra-i686/PKGBUILD
(from rev 269963, nautilus-sendto/trunk/PKGBUILD)
  nautilus-sendto/repos/extra-i686/nautilus-sendto.install
(from rev 269963, nautilus-sendto/trunk/nautilus-sendto.install)
  nautilus-sendto/repos/extra-x86_64/PKGBUILD
(from rev 269963, nautilus-sendto/trunk/PKGBUILD)
  nautilus-sendto/repos/extra-x86_64/nautilus-sendto.install
(from rev 269963, nautilus-sendto/trunk/nautilus-sendto.install)
Deleted:
  nautilus-sendto/repos/extra-i686/PKGBUILD
  nautilus-sendto/repos/extra-i686/nautilus-sendto.install
  nautilus-sendto/repos/extra-x86_64/PKGBUILD
  nautilus-sendto/repos/extra-x86_64/nautilus-sendto.install

--+
 /PKGBUILD|   62 +
 /nautilus-sendto.install |   10 +
 extra-i686/PKGBUILD  |   31 
 extra-i686/nautilus-sendto.install   |5 --
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/nautilus-sendto.install |5 --
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 20:40:18 UTC (rev 269963)
+++ extra-i686/PKGBUILD 2016-06-14 20:40:48 UTC (rev 269964)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Tor Krill 
-
-pkgname=nautilus-sendto
-pkgver=3.8.3
-pkgrel=1
-pkgdesc="Nautilus context menu for sending files."
-arch=(i686 x86_64)
-url="http://download.gnome.org/sources/nautilus-sendto/;
-license=(GPL)
-depends=(glib2)
-makedepends=(gettext intltool gobject-introspection python2)
-options=('!emptydirs')
-install=nautilus-sendto.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7ba1c37280e232b06d8e5097c584fab2e05f2b2eb2c5e9c7be8a765af063830c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-sendto/repos/extra-i686/PKGBUILD (from rev 269963, 
nautilus-sendto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 20:40:48 UTC (rev 269964)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Tor Krill 
+
+pkgname=nautilus-sendto
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="Nautilus context menu for sending files."
+arch=(i686 x86_64)
+url="http://download.gnome.org/sources/nautilus-sendto/;
+license=(GPL)
+depends=(glib2)
+makedepends=(gettext intltool gobject-introspection python2)
+options=('!emptydirs')
+install=nautilus-sendto.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('51065c6e2601560a8bc507c7aee8e967dc6c6f355c6a05a1d4e7e1fe76b908e7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/nautilus-sendto.install
===
--- extra-i686/nautilus-sendto.install  2016-06-14 20:40:18 UTC (rev 269963)
+++ extra-i686/nautilus-sendto.install  2016-06-14 20:40:48 UTC (rev 269964)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.7.92) < 0 )); then
-glib-compile-schemas usr/share/glib-2.0/schemas
-  fi
-}

Copied: nautilus-sendto/repos/extra-i686/nautilus-sendto.install (from rev 
269963, nautilus-sendto/trunk/nautilus-sendto.install)
===
--- extra-i686/nautilus-sendto.install  (rev 0)
+++ extra-i686/nautilus-sendto.install  2016-06-14 20:40:48 UTC (rev 269964)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.7.92) < 0 )); then
+glib-compile-schemas usr/share/glib-2.0/schemas
+  fi
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 20:40:18 UTC (rev 269963)
+++ extra-x86_64/PKGBUILD   2016-06-14 20:40:48 UTC (rev 269964)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Tor Krill 
-
-pkgname=nautilus-sendto
-pkgver=3.8.3
-pkgrel=1

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:40:18
  Author: heftig
Revision: 269963

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 269962, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 269962, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 269962, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 269962, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   90 ++
 /gpaste.install |   22 ++
 extra-i686/PKGBUILD |   45 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 20:32:51 UTC (rev 269962)
+++ extra-i686/PKGBUILD 2016-06-14 20:40:18 UTC (rev 269963)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html;
-license=(GPL3)
-arch=(i686 x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
-optdepends=("wgetpaste: Upload clipboard contents")
-options=(!emptydirs)
-install=gpaste.install
-source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz;)
-sha256sums=('e4cfc701451890966a763bbcf33fe339eaef6edd195c5c62043111cd8581397e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-vala \
---enable-applet
-  make
-}
-
-check () {
-  cd $pkgname-$pkgver
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 data/completions/gpaste-client \
-"$pkgdir/usr/share/bash-completion/completions/gpaste-client"
-  install -Dm644 data/completions/_gpaste-client \
-"$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
-
-  # Don't autostart the applet, ever
-  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 269962, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 20:40:18 UTC (rev 269963)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=(!emptydirs)
+install=gpaste.install
+source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('0bbd7f86597690095b5c00c5d5932f6246e5d4925222549dbdb4394b83542ab4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala \
+--enable-applet
+  make
+}
+
+check () {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste-client \
+"$pkgdir/usr/share/bash-completion/completions/gpaste-client"
+  install -Dm644 data/completions/_gpaste-client \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2016-06-14 20:32:51 UTC (rev 269962)
+++ extra-i686/gpaste.install   2016-06-14 20:40:18 UTC (rev 269963)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 269962, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2016-06-14 20:40:18 UTC (rev 269963)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2016-06-14 Thread Gaëtan Bisson
Date: Tuesday, June 14, 2016 @ 20:35:50
  Author: bisson
Revision: 180111

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

Added:
  nsd/repos/community-i686/PKGBUILD
(from rev 180110, nsd/trunk/PKGBUILD)
  nsd/repos/community-i686/install
(from rev 180110, nsd/trunk/install)
  nsd/repos/community-i686/service
(from rev 180110, nsd/trunk/service)
  nsd/repos/community-i686/tmpfiles.d
(from rev 180110, nsd/trunk/tmpfiles.d)
  nsd/repos/community-x86_64/PKGBUILD
(from rev 180110, nsd/trunk/PKGBUILD)
  nsd/repos/community-x86_64/install
(from rev 180110, nsd/trunk/install)
  nsd/repos/community-x86_64/service
(from rev 180110, nsd/trunk/service)
  nsd/repos/community-x86_64/tmpfiles.d
(from rev 180110, nsd/trunk/tmpfiles.d)
Deleted:
  nsd/repos/community-i686/PKGBUILD
  nsd/repos/community-i686/install
  nsd/repos/community-i686/service
  nsd/repos/community-i686/tmpfiles.d
  nsd/repos/community-x86_64/PKGBUILD
  nsd/repos/community-x86_64/install
  nsd/repos/community-x86_64/service
  nsd/repos/community-x86_64/tmpfiles.d

-+
 /PKGBUILD   |   98 ++
 /install|   34 ++
 /service|   26 +++
 /tmpfiles.d |2 
 community-i686/PKGBUILD |   49 -
 community-i686/install  |   17 ---
 community-i686/service  |   13 -
 community-i686/tmpfiles.d   |1 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/install|   17 ---
 community-x86_64/service|   13 -
 community-x86_64/tmpfiles.d |1 
 12 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-14 20:35:02 UTC (rev 180110)
+++ community-i686/PKGBUILD 2016-06-14 20:35:50 UTC (rev 180111)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kaiting Chen 
-# Contributor: Roberto Alsina 
-
-pkgname=nsd
-pkgver=4.1.9
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libevent')
-makedepends=('flex')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'tmpfiles.d'
-'service')
-sha256sums=('b811224d635331de741f1723aefc41adda0a0a3a499ec310aa01dd3b4b95c8f2'
-'8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
-'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/ \
-   --sbindir=/usr/bin \
-   --datarootdir=/usr/share \
-   --with-pidfile=/run/nsd/nsd.pid \
-   --enable-ratelimit \
-   --enable-relro-now \
-   --enable-pie \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
-   install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
-   rmdir "${pkgdir}"/{tmp,run/{nsd,}}
-
-   rm doc/differences.pdf
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
-   install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
-   ln -s ../../doc/"${pkgname}"/LICENSE 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
-}

Copied: nsd/repos/community-i686/PKGBUILD (from rev 180110, nsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-14 20:35:50 UTC (rev 180111)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Kaiting Chen 
+# Contributor: Roberto Alsina 
+
+pkgname=nsd
+pkgver=4.1.10
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.d'
+'service')
+sha256sums=('3a757014046752a0b0b11c1a2e22a36bb796f89f6939147ed3226556b4298727'
+'8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
+'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \

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

2016-06-14 Thread Gaëtan Bisson
Date: Tuesday, June 14, 2016 @ 20:35:02
  Author: bisson
Revision: 180110

upstream update

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:01:19 UTC (rev 180109)
+++ PKGBUILD2016-06-14 20:35:02 UTC (rev 180110)
@@ -4,7 +4,7 @@
 # Contributor: Roberto Alsina 
 
 pkgname=nsd
-pkgver=4.1.9
+pkgver=4.1.10
 pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='http://www.nlnetlabs.nl/nsd/'
@@ -15,7 +15,7 @@
 
source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'tmpfiles.d'
 'service')
-sha256sums=('b811224d635331de741f1723aefc41adda0a0a3a499ec310aa01dd3b4b95c8f2'
+sha256sums=('3a757014046752a0b0b11c1a2e22a36bb796f89f6939147ed3226556b4298727'
 '8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
 '5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
 


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:32:28
  Author: heftig
Revision: 269960

3.20.3-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 19:49:14 UTC (rev 269959)
+++ PKGBUILD2016-06-14 20:32:28 UTC (rev 269960)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="http://www.imagination-land.org/tags/GPaste.html;
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 install=gpaste.install
 
source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz;)
-sha256sums=('e4cfc701451890966a763bbcf33fe339eaef6edd195c5c62043111cd8581397e')
+sha256sums=('0bbd7f86597690095b5c00c5d5932f6246e5d4925222549dbdb4394b83542ab4')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:32:51
  Author: heftig
Revision: 269962

1.0.2-1

Modified:
  gspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:32:34 UTC (rev 269961)
+++ PKGBUILD2016-06-14 20:32:51 UTC (rev 269962)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz;)
-sha256sums=('22cd0545351801a83c0da8da5baa6755b9032654c1bea95e116458066f7bc71b')
+sha256sums=('80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:32:34
  Author: heftig
Revision: 269961

3.8.4-1

Modified:
  nautilus-sendto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:32:28 UTC (rev 269960)
+++ PKGBUILD2016-06-14 20:32:34 UTC (rev 269961)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill 
 
 pkgname=nautilus-sendto
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc="Nautilus context menu for sending files."
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 install=nautilus-sendto.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7ba1c37280e232b06d8e5097c584fab2e05f2b2eb2c5e9c7be8a765af063830c')
+sha256sums=('51065c6e2601560a8bc507c7aee8e967dc6c6f355c6a05a1d4e7e1fe76b908e7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 20:01:19
  Author: arojas
Revision: 180109

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

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

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

Copied: qupzilla/repos/community-staging-i686/PKGBUILD (from rev 180108, 
qupzilla/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-14 20:01:19 UTC (rev 180109)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: speps 
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.9
+pkgrel=4
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/;
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+noextract=("$pkgbase-$pkgver.tar.gz")
+md5sums=('a39767aa92b482863ea4851935e26dd2')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
+
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/ \
+ KDE_INTEGRATION=true \
+ GNOME_INTEGRATION=true
+}
+
+build() {
+  cd qt4
+  qmake-qt4
+  make
+
+  cd ../qt5
+  qmake
+  make
+}
+
+package_qupzilla() {
+  pkgdesc+=" (Qt5)"
+  depends=('qt5-webkit' 'qt5-script' 'qt5-x11extras' 'hunspell' 
'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('kwallet: kf5 kwallet integration'
+  'libgnome-keyring: gnome keyring integration')
+  provides=('qupzilla-qt5')
+  conflicts=('qupzilla-qt5')
+  replaces=('qupzilla-qt5')
+
+  cd qt5
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}
+
+package_qupzilla-qt4() {
+  pkgdesc+=" (Qt4)"
+  depends=('qtwebkit' 'hunspell')
+  optdepends=('kdelibs: kwallet integration'
+  'libgnome-keyring: gnome keyring integration')
+  provides=('qupzilla')
+  conflicts=('qupzilla')
+
+  cd qt4
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-staging-x86_64/PKGBUILD (from rev 180108, 
qupzilla/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-14 20:01:19 UTC (rev 180109)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: speps 
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.9
+pkgrel=4
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/;
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+noextract=("$pkgbase-$pkgver.tar.gz")
+md5sums=('a39767aa92b482863ea4851935e26dd2')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
+
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/ \
+ KDE_INTEGRATION=true \
+ GNOME_INTEGRATION=true
+}
+
+build() {
+  cd qt4
+  qmake-qt4
+  make
+
+  cd ../qt5
+  qmake
+  make
+}
+
+package_qupzilla() {
+  pkgdesc+=" (Qt5)"
+  depends=('qt5-webkit' 'qt5-script' 'qt5-x11extras' 'hunspell' 
'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('kwallet: kf5 kwallet integration'
+  'libgnome-keyring: gnome keyring integration')
+  provides=('qupzilla-qt5')
+  conflicts=('qupzilla-qt5')
+  replaces=('qupzilla-qt5')
+
+  cd qt5
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}
+
+package_qupzilla-qt4() {
+  pkgdesc+=" (Qt4)"
+  depends=('qtwebkit' 'hunspell')
+  optdepends=('kdelibs: kwallet integration'
+  'libgnome-keyring: gnome keyring 

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 20:00:47
  Author: arojas
Revision: 180108

hunspell 1.4 rebuild

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 19:45:35 UTC (rev 180107)
+++ PKGBUILD2016-06-14 20:00:47 UTC (rev 180108)
@@ -4,7 +4,7 @@
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
 pkgver=1.8.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/;


[arch-commits] Commit in xulrunner/trunk (PKGBUILD gcc6.diff)

2016-06-14 Thread Andreas Radke
Date: Tuesday, June 14, 2016 @ 19:45:35
  Author: andyrtr
Revision: 180107

prepare hunspell rebuild, requires further gcc6 patching

Added:
  xulrunner/trunk/gcc6.diff
Modified:
  xulrunner/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 gcc6.diff |   37 +
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 19:44:57 UTC (rev 180106)
+++ PKGBUILD2016-06-14 19:45:35 UTC (rev 180107)
@@ -5,7 +5,7 @@
 
 pkgname=xulrunner
 pkgver=41.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -17,7 +17,8 @@
 freetype261.patch
 0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
 mozilla-pkgconfig.patch
-shared-libs.patch)
+shared-libs.patch
+gcc6.diff)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
 sha256sums=('f7abb2e2989779305ab1f80d30caf9fc55d96c7e66d1394e2cc9639442e2b864'
@@ -25,12 +26,16 @@
 '3aea9a83bf304da5525f34a911712cf42f8ded1c8b6becf0a2cf8a4b4f7facd6'
 '13a27a385fab88938ac7417f1e7ca7225ec6b88840bafe67e0f5642e5446554a'
 '1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
-'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40')
+'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40'
+'0992d5dce883de760ff0445448466f096d0baa75fe5fd1e60bfd3cc13cb4d098')
 
 prepare() {
   cd "$srcdir/mozilla-release"
   cp "$srcdir/mozconfig" .mozconfig
 
+  # GCC6
+  patch -Np1 -i ../gcc6.diff
+
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1194520
   patch -Np1 -i ../freetype261.patch
 

Added: gcc6.diff
===
--- gcc6.diff   (rev 0)
+++ gcc6.diff   2016-06-14 19:45:35 UTC (rev 180107)
@@ -0,0 +1,37 @@
+--- mozilla-release/config/gcc-stl-wrapper.template.h  2015-10-14 
23:40:56.0 +0200
 mozilla-release/config/gcc-stl-wrapper.template.h.new  2016-06-14 
19:40:50.542435101 +0200
+@@ -22,6 +22,11 @@
+ #define NOMINMAX 1
+ #endif
+ 
++// Don't include mozalloc for cstdlib. See bug 1245076.
++#ifndef moz_dont_include_mozalloc_for_cstdlib
++#  define moz_dont_include_mozalloc_for_cstdlib
++#endif
++#ifndef moz_dont_include_mozalloc_for_${HEADER}
+ // mozalloc.h wants ; break the cycle by always explicitly
+ // including  here.  NB: this is a tad sneaky.  Sez the gcc docs:
+ //
+@@ -30,15 +35,17 @@
+ //same name as the current file. It simply looks for the file
+ //named, starting with the directory in the search path after the
+ //one where the current file was found.
+-#include_next 
++#  include_next 
+ 
+ // See if we're in code that can use mozalloc.  NB: this duplicates
+ // code in nscore.h because nscore.h pulls in prtypes.h, and chromium
+ // can't build with that being included before base/basictypes.h.
+-#if !defined(XPCOM_GLUE) && !defined(NS_NO_XPCOM) && !defined(MOZ_NO_MOZALLOC)
+-#  include "mozilla/mozalloc.h"
+-#else
+-#  error "STL code can only be used with infallible ::operator new()"
++#  if !defined(XPCOM_GLUE) && !defined(NS_NO_XPCOM) && 
!defined(MOZ_NO_MOZALLOC)
++#include "mozilla/mozalloc.h"
++#  else
++#error "STL code can only be used with infallible ::operator new()"
++#  endif
++
+ #endif
+ 
+ #if defined(DEBUG) && !defined(_GLIBCXX_DEBUG)


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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 19:44:57
  Author: arojas
Revision: 180106

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

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

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

Copied: sigil/repos/community-staging-i686/PKGBUILD (from rev 180105, 
sigil/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-14 19:44:57 UTC (rev 180106)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.5
+pkgrel=2
+pkgdesc="WYSIWYG ebook editor"
+arch=('i686' 'x86_64')
+url="http://sigil-ebook.com/;
+license=('GPL3')
+depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 
'hunspell')
+makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
+source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip;)
+md5sums=('d120bc1ab131a57464a95499c5407ab6')
+
+build() {
+  cd "${srcdir}/Sigil-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON .. \
+-DUSE_SYSTEM_LIBS=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/Sigil-${pkgver}/build
+  make install DESTDIR="${pkgdir}"
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
+  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Copied: sigil/repos/community-staging-x86_64/PKGBUILD (from rev 180105, 
sigil/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-14 19:44:57 UTC (rev 180106)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.5
+pkgrel=2
+pkgdesc="WYSIWYG ebook editor"
+arch=('i686' 'x86_64')
+url="http://sigil-ebook.com/;
+license=('GPL3')
+depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 
'hunspell')
+makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
+source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip;)
+md5sums=('d120bc1ab131a57464a95499c5407ab6')
+
+build() {
+  cd "${srcdir}/Sigil-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON .. \
+-DUSE_SYSTEM_LIBS=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/Sigil-${pkgver}/build
+  make install DESTDIR="${pkgdir}"
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
+  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}


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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 19:44:15
  Author: arojas
Revision: 180105

hunspell 1.4 rebuild

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 19:27:14 UTC (rev 180104)
+++ PKGBUILD2016-06-14 19:44:15 UTC (rev 180105)
@@ -4,7 +4,7 @@
 
 pkgname=sigil
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="WYSIWYG ebook editor"
 arch=('i686' 'x86_64')
 url="http://sigil-ebook.com/;


[arch-commits] Commit in cups/repos (36 files)

2016-06-14 Thread Andreas Radke
Date: Tuesday, June 14, 2016 @ 19:43:55
  Author: andyrtr
Revision: 269955

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

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 269954, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
(from rev 269954, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
(from rev 269954, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 269954, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 269954, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 269954, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups.install
(from rev 269954, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 269954, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 269954, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 269954, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 269954, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 269954, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 269954, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 269954, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 269954, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 269954, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 269954, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 269954, cups/trunk/cups.pam)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam

-+
 /PKGBUILD   |  336 ++
 /cups-1.6.0-fix-install-perms.patch |   50 +++
 /cups-1.6.2-statedir.patch  |   24 +
 /cups-no-export-ssllibs.patch   |   24 +
 /cups-no-gcrypt.patch   |   22 +
 /cups-no-gzip-man.patch |   36 ++
 /cups.install   |   12 
 /cups.logrotate |   10 
 /cups.pam   |6 
 extra-i686/PKGBUILD |  169 ---
 extra-i686/cups-1.6.0-fix-install-perms.patch   |   25 -
 extra-i686/cups-1.6.2-statedir.patch|   12 
 extra-i686/cups-no-export-ssllibs.patch |   12 
 extra-i686/cups-no-gcrypt.patch |   11 
 extra-i686/cups-no-gzip-man.patch   |   18 -
 extra-i686/cups.install |6 
 extra-i686/cups.logrotate   |5 
 extra-i686/cups.pam |3 
 extra-x86_64/PKGBUILD   |  169 ---
 extra-x86_64/cups-1.6.0-fix-install-perms.patch |   25 -
 extra-x86_64/cups-1.6.2-statedir.patch  |   12 
 extra-x86_64/cups-no-export-ssllibs.patch   |   12 
 extra-x86_64/cups-no-gcrypt.patch   |   11 
 extra-x86_64/cups-no-gzip-man.patch |   18 -
 extra-x86_64/cups.install   |6 
 extra-x86_64/cups.logrotate |5 
 extra-x86_64/cups.pam   |3 
 27 files changed, 520 insertions(+), 522 deletions(-)

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


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

2016-06-14 Thread Andreas Radke
Date: Tuesday, June 14, 2016 @ 19:43:28
  Author: andyrtr
Revision: 269954

upgpkg: cups 2.1.4-1

upstream update 2.1.4

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 19:25:32 UTC (rev 269953)
+++ PKGBUILD2016-06-14 19:43:28 UTC (rev 269954)
@@ -3,8 +3,8 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.1.4
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.cups.org/;
@@ -11,7 +11,7 @@
 makedepends=('libtiff>=4.0.0' 'libpng>=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'gnutls'
  'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus' 
  'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig}
+source=(https://github.com/apple/cups/releases/download/release-${pkgver}/cups-${pkgver}-source.tar.gz
 cups.logrotate cups.pam
 # improve build and linking
 cups-no-export-ssllibs.patch
@@ -21,8 +21,7 @@
 cups-1.6.0-fix-install-perms.patch
 # bugfixes
 )
-md5sums=('62b8fafd590e75f72316915790b0850a'
- 'SKIP'
+md5sums=('9f9bf6e3b9c20a3519b4dc409666d6e7'
  'fc8286f185e2cc5f7e1f6843bf193e2b'
  '96f82c38f3f540b53f3e5144900acf17'
  '3ba9e3410df1dc3015463d615ef91b3b'


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

2016-06-14 Thread Ike Devolder
Date: Tuesday, June 14, 2016 @ 19:27:14
  Author: idevolder
Revision: 180104

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

Added:
  opera/repos/community-i686/PKGBUILD
(from rev 180103, opera/trunk/PKGBUILD)
  opera/repos/community-i686/default
(from rev 180103, opera/trunk/default)
  opera/repos/community-i686/opera
(from rev 180103, opera/trunk/opera)
  opera/repos/community-i686/opera.install
(from rev 180103, opera/trunk/opera.install)
  opera/repos/community-x86_64/PKGBUILD
(from rev 180103, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 180103, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 180103, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 180103, opera/trunk/opera.install)
Deleted:
  opera/repos/community-i686/PKGBUILD
  opera/repos/community-i686/default
  opera/repos/community-i686/opera
  opera/repos/community-i686/opera.install
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

+
 /PKGBUILD  |  136 +++
 /default   |8 ++
 /opera |   26 +++
 /opera.install |   78 ++
 community-i686/PKGBUILD|   68 ---
 community-i686/default |4 -
 community-i686/opera   |   13 ---
 community-i686/opera.install   |   39 ---
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/default   |4 -
 community-x86_64/opera |   13 ---
 community-x86_64/opera.install |   39 ---
 12 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-14 19:24:49 UTC (rev 180103)
+++ community-i686/PKGBUILD 2016-06-14 19:27:14 UTC (rev 180104)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=38.0.2220.31
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('i686' 'x86_64')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify' 'hicolor-icon-theme')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-)
-source=(
-"opera"
-"default"
-)
-source_i686=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_i386.deb;)
-source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('59afa71790a50eb84500c49d1ecbfb982892e15e52d86ab8b079cc96298ee740')
-sha256sums_x86_64=('1e83f335c07db6ef9de6e3336de7ad2863fc61d65d7da07394913ee141a3e37e')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-i686/PKGBUILD (from rev 180103, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-14 19:27:14 UTC (rev 180104)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# 

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 19:25:32
  Author: arojas
Revision: 269953

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

Added:
  kwayland/repos/testing-i686/
  kwayland/repos/testing-i686/PKGBUILD
(from rev 269952, kwayland/trunk/PKGBUILD)
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 269952, kwayland/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kwayland/repos/testing-i686/PKGBUILD (from rev 269952, 
kwayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-14 19:25:32 UTC (rev 269953)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.23.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8645b010fe6a30c374723cba26266e67')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 269952, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-14 19:25:32 UTC (rev 269953)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.23.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8645b010fe6a30c374723cba26266e67')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-14 Thread Ike Devolder
Date: Tuesday, June 14, 2016 @ 19:24:49
  Author: idevolder
Revision: 180103

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

Added:
  opera/repos/community-i686/PKGBUILD
(from rev 180102, opera/trunk/PKGBUILD)
  opera/repos/community-i686/default
(from rev 180102, opera/trunk/default)
  opera/repos/community-i686/opera
(from rev 180102, opera/trunk/opera)
  opera/repos/community-i686/opera.install
(from rev 180102, opera/trunk/opera.install)
  opera/repos/community-x86_64/PKGBUILD
(from rev 180102, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 180102, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 180102, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 180102, opera/trunk/opera.install)
Deleted:
  opera/repos/community-i686/PKGBUILD
  opera/repos/community-i686/default
  opera/repos/community-i686/opera
  opera/repos/community-i686/opera.install
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

+
 /PKGBUILD  |  136 +++
 /default   |8 ++
 /opera |   26 +++
 /opera.install |   78 ++
 community-i686/PKGBUILD|   68 ---
 community-i686/default |4 -
 community-i686/opera   |   13 ---
 community-i686/opera.install   |   39 ---
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/default   |4 -
 community-x86_64/opera |   13 ---
 community-x86_64/opera.install |   39 ---
 12 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-14 19:24:31 UTC (rev 180102)
+++ community-i686/PKGBUILD 2016-06-14 19:24:49 UTC (rev 180103)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=38.0.2220.29
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('i686' 'x86_64')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify' 'hicolor-icon-theme')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-)
-source=(
-"opera"
-"default"
-)
-source_i686=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_i386.deb;)
-source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('06015b90bc825f5f61428f2c4d884a1c731cf508f2013b2fee1191a8fdede57e')
-sha256sums_x86_64=('57048c5eab3382c83a7af1962390bcd0d1edc86d9625a20c75bbbfd1a2b17636')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-i686/PKGBUILD (from rev 180102, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-14 19:24:49 UTC (rev 180103)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# 

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 19:24:34
  Author: arojas
Revision: 269952

Update to 5.23

Modified:
  kwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 19:20:00 UTC (rev 269951)
+++ PKGBUILD2016-06-14 19:24:34 UTC (rev 269952)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwayland
-pkgver=5.22.0
+pkgver=5.23.0
 pkgrel=1
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('5ced8f7f6c75116297c99c83817022ca')
+md5sums=('8645b010fe6a30c374723cba26266e67')
 
 prepare() {
   mkdir -p build


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

2016-06-14 Thread Ike Devolder
Date: Tuesday, June 14, 2016 @ 19:24:31
  Author: idevolder
Revision: 180102

upgpkg: opera 38.0.2220.31-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 18:39:39 UTC (rev 180101)
+++ PKGBUILD2016-06-14 19:24:31 UTC (rev 180102)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=38.0.2220.29
+pkgver=38.0.2220.31
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -31,8 +31,8 @@
 
source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('06015b90bc825f5f61428f2c4d884a1c731cf508f2013b2fee1191a8fdede57e')
-sha256sums_x86_64=('57048c5eab3382c83a7af1962390bcd0d1edc86d9625a20c75bbbfd1a2b17636')
+sha256sums_i686=('59afa71790a50eb84500c49d1ecbfb982892e15e52d86ab8b079cc96298ee740')
+sha256sums_x86_64=('1e83f335c07db6ef9de6e3336de7ad2863fc61d65d7da07394913ee141a3e37e')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"


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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 19:20:00
  Author: arojas
Revision: 269951

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

Added:
  lokalize/repos/staging-i686/
  lokalize/repos/staging-i686/PKGBUILD
(from rev 269950, lokalize/trunk/PKGBUILD)
  lokalize/repos/staging-i686/fix-python2-path.patch
(from rev 269950, lokalize/trunk/fix-python2-path.patch)
  lokalize/repos/staging-x86_64/
  lokalize/repos/staging-x86_64/PKGBUILD
(from rev 269950, lokalize/trunk/PKGBUILD)
  lokalize/repos/staging-x86_64/fix-python2-path.patch
(from rev 269950, lokalize/trunk/fix-python2-path.patch)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/fix-python2-path.patch   |   22 +
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/fix-python2-path.patch |   22 +
 4 files changed, 124 insertions(+)

Copied: lokalize/repos/staging-i686/PKGBUILD (from rev 269950, 
lokalize/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-06-14 19:20:00 UTC (rev 269951)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=16.04.2
+pkgrel=2
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kross' 'hunspell' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
+sha1sums=('7d3f91e5175581e110b2c943b23490ec78dafbbb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
+}

Copied: lokalize/repos/staging-i686/fix-python2-path.patch (from rev 269950, 
lokalize/trunk/fix-python2-path.patch)
===
--- staging-i686/fix-python2-path.patch (rev 0)
+++ staging-i686/fix-python2-path.patch 2016-06-14 19:20:00 UTC (rev 269951)
@@ -0,0 +1,22 @@
+--- kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 
11:22:42.12002 +0100
 kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 
+0100
+@@ -114,7 +114,7 @@
+ print >>sys.stderr, "Execution failed:", e
+ 
+ cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % 
(ourPath,xliffpathname,xlifftemplatepathname,xliffpathname)
+-if os.name!='nt': cmd='python '+cmd
++if os.name!='nt': cmd='python2 '+cmd
+ else: cmd=cmd.replace('/','\\')
+ os.system(cmd)
+
+--- kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~   2010-11-24 
11:24:10.85336 +0100
 kdesdk-4.5.80/lokalize/scripts/xliff2odf.py2010-11-24 
11:24:10.88336 +0100
+@@ -42,7 +42,7 @@
+ xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf)
+ 
+ ourpath=([p for p in sys.path if 
os.path.exists(p+'/xliff2odf.py')]+[''])[0]
+-os.system('python "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" 
&'%(translatedodfpathname, Editor.currentEntryId()))
++os.system('python2 "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" 
&'%(translatedodfpathname, Editor.currentEntryId()))
+ 
+ try: convert()
+ except: print 'error occured'

Copied: lokalize/repos/staging-x86_64/PKGBUILD (from rev 269950, 
lokalize/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-06-14 19:20:00 UTC (rev 269951)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=16.04.2
+pkgrel=2
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kross' 'hunspell' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
+sha1sums=('7d3f91e5175581e110b2c943b23490ec78dafbbb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 19:19:14
  Author: arojas
Revision: 269950

hunspell 1.4 rebuild

Modified:
  lokalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 19:11:21 UTC (rev 269949)
+++ PKGBUILD2016-06-14 19:19:14 UTC (rev 269950)
@@ -4,7 +4,7 @@
 
 pkgname=lokalize
 pkgver=16.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Computer-Aided Translation System'
 url='http://kde.org/applications/development/lokalize/'
 arch=('i686' 'x86_64')


  1   2   3   4   5   6   7   >