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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 07:15:51
  Author: fyan
Revision: 175110

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

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

-+
 community-staging-i686/PKGBUILD |   50 ++
 community-staging-i686/haskell-hakyll.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   50 ++
 community-staging-x86_64/haskell-hakyll.install |   18 +++
 4 files changed, 136 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 175109, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-13 05:15:51 UTC (rev 175110)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.0
+pkgrel=7
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-resourcet" "haskell-tagsoup" "haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d01a2ec0fbc3efffb6e7fcc2971842b6c6bd893327324cada0e345d3a5e504ef')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 175109, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-05-13 05:15:51 UTC 
(rev 175110)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
175109, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-13 05:15:51 UTC (rev 175110)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix 

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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 07:15:31
  Author: fyan
Revision: 175109

upgpkg: haskell-hakyll 4.8.3.0-7

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 05:10:53 UTC (rev 175108)
+++ PKGBUILD2016-05-13 05:15:31 UTC (rev 175109)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 07:10:53
  Author: fyan
Revision: 175108

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 175107, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-13 05:10:53 UTC (rev 175108)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11.1
+pkgrel=5
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-ieee754" "haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('51df8882aa778000833127a64b319aba07f712fe6e41033af401fbf99c08b964')
+
+prepare() {
+sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP
+LC_CTYPE=en_US.UTF-8 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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 175107, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-13 05:10:53 UTC (rev 175108)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11.1
+pkgrel=5
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-ieee754" "haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('51df8882aa778000833127a64b319aba07f712fe6e41033af401fbf99c08b964')
+
+prepare() {
+sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+

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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 07:10:34
  Author: fyan
Revision: 175107

upgpkg: idris 0.11.1-5

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 04:38:56 UTC (rev 175106)
+++ PKGBUILD2016-05-13 05:10:34 UTC (rev 175107)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.11.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 06:38:56
  Author: fyan
Revision: 175106

archrelease: copy trunk to community-any

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

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

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

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


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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 06:38:42
  Author: fyan
Revision: 175105

upgpkg: npm 3.9.0-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 04:36:10 UTC (rev 175104)
+++ PKGBUILD2016-05-13 04:38:42 UTC (rev 175105)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.8.9
+pkgver=3.9.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 06:19:29
  Author: fyan
Revision: 175103

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

Added:
  haskell-project-template/repos/community-staging-i686/
  haskell-project-template/repos/community-staging-i686/PKGBUILD
(from rev 175102, haskell-project-template/trunk/PKGBUILD)
  
haskell-project-template/repos/community-staging-i686/haskell-project-template.install
(from rev 175102, 
haskell-project-template/trunk/haskell-project-template.install)
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 175102, haskell-project-template/trunk/PKGBUILD)
  
haskell-project-template/repos/community-staging-x86_64/haskell-project-template.install
(from rev 175102, 
haskell-project-template/trunk/haskell-project-template.install)

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

Copied: haskell-project-template/repos/community-staging-i686/PKGBUILD (from 
rev 175102, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-13 04:19:29 UTC (rev 175103)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=24
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
+ "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-project-template/repos/community-staging-i686/haskell-project-template.install
 (from rev 175102, 
haskell-project-template/trunk/haskell-project-template.install)
===
--- community-staging-i686/haskell-project-template.install 
(rev 0)
+++ community-staging-i686/haskell-project-template.install 2016-05-13 
04:19:29 UTC (rev 175103)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-project-template
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 175102, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-13 04:19:29 UTC (rev 175103)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template

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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 06:19:09
  Author: fyan
Revision: 175102

upgpkg: haskell-project-template 0.2.0-24

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 03:41:26 UTC (rev 175101)
+++ PKGBUILD2016-05-13 04:19:09 UTC (rev 175102)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0
-pkgrel=23
+pkgrel=24
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide;
 license=("custom:BSD3")


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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:41:03
  Author: fyan
Revision: 175100

upgpkg: haskell-yesod-default 1.2.0-42

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 03:26:59 UTC (rev 175099)
+++ PKGBUILD2016-05-13 03:41:03 UTC (rev 175100)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=41
+pkgrel=42
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:41:26
  Author: fyan
Revision: 175101

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

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

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-yesod-default.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-yesod-default.install |   18 ++
 4 files changed, 120 insertions(+)

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

Copied: 
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
 (from rev 175100, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-05-13 
03:41:26 UTC (rev 175101)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-default
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
175100, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-13 03:41:26 UTC (rev 175101)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=42
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:26:59
  Author: fyan
Revision: 175099

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

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

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/haskell-cheapskate.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/haskell-cheapskate.install |   18 +++
 4 files changed, 126 insertions(+)

Copied: haskell-cheapskate/repos/community-staging-i686/PKGBUILD (from rev 
175098, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-13 03:26:59 UTC (rev 175099)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.5
+pkgrel=5
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('7a63b7ffc4976d006c5f693569a5ffd7a887e83d126d1dce9bbe8b5fbaabfa32')
+
+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-dingus
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-cheapskate/repos/community-staging-i686/haskell-cheapskate.install 
(from rev 175098, haskell-cheapskate/trunk/haskell-cheapskate.install)
===
--- community-staging-i686/haskell-cheapskate.install   
(rev 0)
+++ community-staging-i686/haskell-cheapskate.install   2016-05-13 03:26:59 UTC 
(rev 175099)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cheapskate
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
175098, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-13 03:26:59 UTC (rev 175099)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.5
+pkgrel=5
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;

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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:26:40
  Author: fyan
Revision: 175098

upgpkg: haskell-cheapskate 0.1.0.5-5

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 03:11:49 UTC (rev 175097)
+++ PKGBUILD2016-05-13 03:26:40 UTC (rev 175098)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:11:49
  Author: fyan
Revision: 175097

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

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

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/haskell-dav.install   |   18 
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/haskell-dav.install |   18 
 4 files changed, 138 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 175096, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-13 03:11:49 UTC (rev 175097)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=48
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/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 \
+-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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-i686/haskell-dav.install (from rev 
175096, haskell-dav/trunk/haskell-dav.install)
===
--- community-staging-i686/haskell-dav.install  (rev 0)
+++ community-staging-i686/haskell-dav.install  2016-05-13 03:11:49 UTC (rev 
175097)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dav
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 175096, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-13 03:11:49 UTC (rev 175097)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=48
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;

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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:11:30
  Author: fyan
Revision: 175096

upgpkg: haskell-dav 1.2-48

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 03:05:35 UTC (rev 175095)
+++ PKGBUILD2016-05-13 03:11:30 UTC (rev 175096)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=47
+pkgrel=48
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:05:35
  Author: fyan
Revision: 175095

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

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

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

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 175094, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-13 03:05:35 UTC (rev 175095)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.2
+pkgrel=4
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2b1a10e548694c49fba436ad7014db38b393b37b697445ab96e6fac4dd28b55e')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dns/repos/community-staging-i686/haskell-dns.install (from rev 
175094, haskell-dns/trunk/haskell-dns.install)
===
--- community-staging-i686/haskell-dns.install  (rev 0)
+++ community-staging-i686/haskell-dns.install  2016-05-13 03:05:35 UTC (rev 
175095)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dns
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 175094, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-13 03:05:35 UTC (rev 175095)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.2
+pkgrel=4
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")

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

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:05:15
  Author: fyan
Revision: 175094

upgpkg: haskell-dns 2.0.2-4

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 03:03:45 UTC (rev 175093)
+++ PKGBUILD2016-05-13 03:05:15 UTC (rev 175094)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="DNS library in Haskell"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


[arch-commits] Commit in diff-so-fancy/repos/community-any (6 files)

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:03:45
  Author: fyan
Revision: 175093

archrelease: copy trunk to community-any

Added:
  diff-so-fancy/repos/community-any/PKGBUILD
(from rev 175092, diff-so-fancy/trunk/PKGBUILD)
  diff-so-fancy/repos/community-any/diff-so-fancy.install
(from rev 175092, diff-so-fancy/trunk/diff-so-fancy.install)
  diff-so-fancy/repos/community-any/system-diff_highlight.patch
(from rev 175092, diff-so-fancy/trunk/system-diff_highlight.patch)
Deleted:
  diff-so-fancy/repos/community-any/PKGBUILD
  diff-so-fancy/repos/community-any/diff-so-fancy.install
  diff-so-fancy/repos/community-any/system-diff_highlight.patch

-+
 PKGBUILD|   94 +-
 diff-so-fancy.install   |6 +-
 system-diff_highlight.patch |   44 +--
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-13 03:03:28 UTC (rev 175092)
+++ PKGBUILD2016-05-13 03:03:45 UTC (rev 175093)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: icasdri 
-
-pkgname=diff-so-fancy
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Good-looking diffs with diff-highlight and more"
-arch=('any')
-url="https://github.com/so-fancy/diff-so-fancy;
-license=('MIT')
-install="$pkgname.install"
-depends=('git')
-checkdepends=('bash-bats')
-source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
-"git+https://github.com/ztombol/bats-support.git;
-"git+https://github.com/ztombol/bats-assert.git;
-system-diff_highlight.patch)
-sha384sums=('SKIP'
-'SKIP'
-'SKIP'
-
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
-
-prepare() {
-  cd "$srcdir"/$pkgname
-  git config submodule."test/test_helper/bats-support".url 
"$srcdir"/bats-support
-  git config submodule."test/test_helper/bats-assert".url "$srcdir"/bats-assert
-  git submodule update --init
-
-  patch -p1 -i ../system-diff_highlight.patch
-  rm -r third_party
-  rm test/diff-highlight.bats
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  bats test/*.bats
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-
-  sed -i 
's|$(get_script_dir)/lib/diff-so-fancy.pl|/usr/share/diff-so-fancy/diff-so-fancy.pl|'
 diff-so-fancy
-  
-  install -Dm755 'diff-so-fancy' "$pkgdir"/usr/bin/diff-so-fancy
-  install -Dm755 'lib/diff-so-fancy.pl' 
"$pkgdir"/usr/share/diff-so-fancy/diff-so-fancy.pl
-}

Copied: diff-so-fancy/repos/community-any/PKGBUILD (from rev 175092, 
diff-so-fancy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-13 03:03:45 UTC (rev 175093)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/so-fancy/diff-so-fancy;
+license=('MIT')
+install="$pkgname.install"
+depends=('git')
+checkdepends=('bash-bats')
+source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
+"git+https://github.com/ztombol/bats-support.git;
+"git+https://github.com/ztombol/bats-assert.git;
+system-diff_highlight.patch)
+sha384sums=('SKIP'
+'SKIP'
+'SKIP'
+
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
+
+prepare() {
+  cd "$srcdir"/$pkgname
+  git config submodule."test/test_helper/bats-support".url 
"$srcdir"/bats-support
+  git config submodule."test/test_helper/bats-assert".url "$srcdir"/bats-assert
+  git submodule update --init
+
+  patch -p1 -i ../system-diff_highlight.patch
+  rm -r third_party
+  rm test/diff-highlight.bats
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  bats test/*.bats
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  sed -i 
's|$(get_script_dir)/lib/diff-so-fancy.pl|/usr/share/diff-so-fancy/diff-so-fancy.pl|'
 diff-so-fancy
+  
+  install -Dm755 'diff-so-fancy' "$pkgdir"/usr/bin/diff-so-fancy
+  install -Dm755 'lib/diff-so-fancy.pl' 
"$pkgdir"/usr/share/diff-so-fancy/diff-so-fancy.pl
+}

Deleted: diff-so-fancy.install
===
--- diff-so-fancy.install   2016-05-13 03:03:28 UTC (rev 175092)
+++ diff-so-fancy.install   2016-05-13 03:03:45 UTC (rev 175093)
@@ -1,3 +0,0 @@
-post_install() {
-echo "Refer to https://github.com/so-fancy/diff-so-fancy#usage for usage"
-}

Copied: diff-so-fancy/repos/community-any/diff-so-fancy.install (from rev 
175092, diff-so-fancy/trunk/diff-so-fancy.install)
===
--- diff-so-fancy.install   (rev 0)
+++ diff-so-fancy.install   

[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD)

2016-05-12 Thread Felix Yan
Date: Friday, May 13, 2016 @ 05:03:28
  Author: fyan
Revision: 175092

upgpkg: diff-so-fancy 0.9.0-1

Modified:
  diff-so-fancy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 21:36:58 UTC (rev 175091)
+++ PKGBUILD2016-05-13 03:03:28 UTC (rev 175092)
@@ -3,7 +3,7 @@
 # Contributor: icasdri 
 
 pkgname=diff-so-fancy
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')


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

2016-05-12 Thread Jan Steffens
Date: Friday, May 13, 2016 @ 01:41:41
  Author: heftig
Revision: 267918

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

Added:
  qemu/repos/testing-i686/
  qemu/repos/testing-i686/65-kvm.rules
(from rev 267917, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 267917, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu-ga.service
(from rev 267917, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-i686/qemu.install
(from rev 267917, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 267917, qemu/trunk/qemu.sysusers)
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 267917, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 267917, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 267917, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 267917, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 267917, qemu/trunk/qemu.sysusers)

+
 testing-i686/65-kvm.rules  |2 
 testing-i686/PKGBUILD  |  168 +++
 testing-i686/qemu-ga.service   |8 +
 testing-i686/qemu.install  |   11 ++
 testing-i686/qemu.sysusers |1 
 testing-x86_64/65-kvm.rules|2 
 testing-x86_64/PKGBUILD|  168 +++
 testing-x86_64/qemu-ga.service |8 +
 testing-x86_64/qemu.install|   11 ++
 testing-x86_64/qemu.sysusers   |1 
 10 files changed, 380 insertions(+)

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 267917, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2016-05-12 23:41:41 UTC (rev 267918)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-i686/PKGBUILD (from rev 267917, qemu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-12 23:41:41 UTC (rev 267918)
@@ -0,0 +1,168 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=('qemu'
+ 'qemu-arch-extra'
+ 'qemu-block-iscsi'
+ 'qemu-block-rbd'
+ 'qemu-block-gluster'
+ 'qemu-guest-agent')
+pkgdesc='A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation'
+pkgver=2.6.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url='http://wiki.qemu.org/'
+depends=('pixman' 'libjpeg' 'libpng' 'sdl2' 'alsa-lib' 'nss' 'glib2'
+ 'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'libsasl' 'libgl'
+ 'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp' 'libcacard'
+ 'spice' 'usbredir' 'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'
+ 'ncurses' 'libx11' 'libusb' 'libpulse' 'libssh2' 'curl' 'vte3'
+ 'virglrenderer' 'jemalloc')
+makedepends=('curl' 'libiscsi' 'spice-protocol' 'python2' 'ceph' 'glusterfs')
+source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
+qemu.sysusers
+qemu-ga.service
+65-kvm.rules)
+md5sums=('ca3f70b43f093e33e9e014f144067f13'
+ '49778d11c28af170c4bebcc648b0ace1'
+ '44ee242d758f9318c6a1ea1dae96aa3a'
+ '33ab286a20242dda7743a900f369d68a')
+
+_extra_arches=(aarch64 alpha arm armeb cris lm32 m68k microblaze microblazeel 
mips
+mips64 mips64el mipsel mipsn32 mipsn32el or32 ppc ppc64 ppc64abi32 ppc64le 
s390x
+sh4 sh4eb sparc sparc32plus sparc64 moxie ppcemb tricore unicore32 xtensa 
xtensaeb)
+_extra_blob=(QEMU,cgthree.bin QEMU,tcx.bin bamboo.dtb openbios-ppc
+openbios-sparc32 openbios-sparc64 palcode-clipper petalogix-ml605.dtb
+petalogix-s3adsp1800.dtb ppc_rom.bin s390-ccw.img slof.bin
+spapr-rtas.bin u-boot.e500)
+
+prepare() {
+  for _p in *.patch; do
+[[ -e "$_p" ]] || continue
+msg2 "Patching $_p"
+patch -p1 -d ${pkgname}-${pkgver} < "$_p"
+  done
+  sed -i 's/vte-2\.90/vte-2.91/g' ${pkgname}-${pkgver}/configure
+}
+
+build ()
+{
+  cd ${pkgname}-${pkgver}
+  # qemu vs. make 4 == bad
+  export ARFLAGS="rv"
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=' -fPIC'
+  # gtk gui breaks keymappings at the moment
+  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \
+  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
+  --enable-docs --libexecdir=/usr/lib/qemu \
+  --enable-gtk --enable-linux-aio --enable-seccomp \
+  --enable-spice --localstatedir=/var \
+  --with-gtkabi=3.0 

[arch-commits] Commit in thunderbird-i18n/repos (testing-any testing-any/PKGBUILD)

2016-05-12 Thread Jan Steffens
Date: Friday, May 13, 2016 @ 01:15:41
  Author: heftig
Revision: 267917

archrelease: copy trunk to testing-any

Added:
  thunderbird-i18n/repos/testing-any/
  thunderbird-i18n/repos/testing-any/PKGBUILD
(from rev 267916, thunderbird-i18n/trunk/PKGBUILD)

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

Copied: thunderbird-i18n/repos/testing-any/PKGBUILD (from rev 267916, 
thunderbird-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-05-12 23:15:41 UTC (rev 267917)
@@ -0,0 +1,157 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Thomas Baechler 
+
+pkgbase=thunderbird-i18n
+pkgver=45.1.0
+pkgrel=1
+pkgdesc="Language pack for Thunderbird"
+arch=('any')
+url="http://www.mozilla.com/;
+license=('MPL' 'GPL')
+depends=("thunderbird>=$pkgver")
+
+_languages=(
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn-BD  "Bengali (Bangladesh)"'
+  'br "Breton"'
+  'ca "Catalan"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-ES  "Spanish (Spain)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'he "Hebrew"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'ko "Korean"'
+  'lt "Lithuanian"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta-LK  "Tamil (Sri Lanka)"'
+  'tr "Turkish"'
+  'uk "Ukrainian"'
+  'vi "Vietnamese"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=thunderbird-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Thunderbird"
+  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
+}
+
+md5sums=('12c938c4ed833505bdc46202d73cdf55'
+ 'a5684445edfa85d950d629ef192e828c'
+ 'e2c14e70e9cbdad451fe3e97c19d20d5'
+ '6b872e1cf957b3cd5c40aff7bb5b5e32'
+ 'bd5218bee1accfc4fe220cce00911f6c'
+ 'c1d0bc850103547e6a1b3eb8f0ffb9cd'
+ 'e3b659d4dea90ddb74f646986ae20e6a'
+ '58e44651372bd885208c3efd5044565c'
+ '312950f1b6e9d0df1549201ae29f67f3'
+ 'f147fcdd2fa23d0a71cea4ea74223437'
+ '93561db5d1eff8e9273a17bb53abe5f2'
+ 'd5e6c744d210f6319cf11b2dff5a0320'
+ '3ac66eddb6db25a3f2b6ca7daf5a8a01'
+ 'a94ae138b80ef619d6cf1b081232e108'
+ 'fde5e2679fe4d5dd1f5589f8d8093786'
+ 'f8e86752f93957b9a07efa23f536bcb0'
+ '163b4036ebd01bfc3e14f2142a51fa51'
+ '3a13542433fedb48eabbf2313e9786a2'
+ '027991a0bc235abd9b601e23259521ae'
+ 'ce91a8f079628605667d70a97f8d318c'
+ '09cad130aeb5675f93d2d81675a63c1f'
+ '838dd0fd43ca04f09bd9a6be605f3b4f'
+ '60abf009e000e1075d3ea125609bdb24'
+ '25f7e5df5d68f2096841da62f62ede9e'
+ '6b65f2c677d6bb6dfc9e100d010a748d'
+ 'bdedc5fddf72a61c2ada976d8be2826d'
+ '6b44840b0d0ff3a10f51236bd0b257b1'
+ '6720b5fb70de37ed0533619c5f500bc3'
+ '0f3a5cafa209c7caeb786d6581a96e5d'
+ 'e0571a2b6a120bb735a88705d3fa1cf9'
+ '955ff8994d1c421a97cdc41eae854a7f'
+ '7563e6d235f1fda496087472a1fe61f8'
+ 'c9a03da99bfb909709eff56c7b881a60'
+ '7ef1afa86c77d683218f95b900f05499'
+ 'ec5bde3ce33d2d1c6f53f5995b6fd933'
+ '31cf185fe23c3864d06d668d1d6c0935'
+ 'e1d8e15069d8d551a20528cd6d36453b'
+ '04e8801f3a1ca3ff2c3ed7915119da48'
+ '2d175df68183852bd9eb40ab09c3f758'
+ 

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

2016-05-12 Thread Jan Steffens
Date: Friday, May 13, 2016 @ 01:09:16
  Author: heftig
Revision: 267915

2.6.0-1

Modified:
  qemu/trunk/PKGBUILD
  qemu/trunk/qemu.install

--+
 PKGBUILD |   42 --
 qemu.install |   15 ---
 2 files changed, 20 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 23:05:29 UTC (rev 267914)
+++ PKGBUILD2016-05-12 23:09:16 UTC (rev 267915)
@@ -9,21 +9,24 @@
  'qemu-block-rbd'
  'qemu-block-gluster'
  'qemu-guest-agent')
-pkgver=2.5.1
+pkgdesc='A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation'
+pkgver=2.6.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url='http://wiki.qemu.org/'
-makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2'
- 'usbredir' 'ceph' 'glusterfs' 'libssh2' 'lzo' 'snappy')
+depends=('pixman' 'libjpeg' 'libpng' 'sdl2' 'alsa-lib' 'nss' 'glib2'
+ 'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'libsasl' 'libgl'
+ 'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp' 'libcacard'
+ 'spice' 'usbredir' 'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'
+ 'ncurses' 'libx11' 'libusb' 'libpulse' 'libssh2' 'curl' 'vte3'
+ 'virglrenderer' 'jemalloc')
+makedepends=('curl' 'libiscsi' 'spice-protocol' 'python2' 'ceph' 'glusterfs')
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
 qemu.sysusers
 qemu-ga.service
 65-kvm.rules)
-md5sums=('42e73182dea8b9213fa7050e168a4615'
+md5sums=('ca3f70b43f093e33e9e014f144067f13'
  '49778d11c28af170c4bebcc648b0ace1'
  '44ee242d758f9318c6a1ea1dae96aa3a'
  '33ab286a20242dda7743a900f369d68a')
@@ -33,7 +36,7 @@
 sh4 sh4eb sparc sparc32plus sparc64 moxie ppcemb tricore unicore32 xtensa 
xtensaeb)
 _extra_blob=(QEMU,cgthree.bin QEMU,tcx.bin bamboo.dtb openbios-ppc
 openbios-sparc32 openbios-sparc64 palcode-clipper petalogix-ml605.dtb
-petalogix-s3adsp1800.dtb ppc_rom.bin s390-ccw.img s390-zipl.rom slof.bin
+petalogix-s3adsp1800.dtb ppc_rom.bin s390-ccw.img slof.bin
 spapr-rtas.bin u-boot.e500)
 
 prepare() {
@@ -42,6 +45,7 @@
 msg2 "Patching $_p"
 patch -p1 -d ${pkgname}-${pkgver} < "$_p"
   done
+  sed -i 's/vte-2\.90/vte-2.91/g' ${pkgname}-${pkgver}/configure
 }
 
 build ()
@@ -55,20 +59,15 @@
   ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \
   --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
   --enable-docs --libexecdir=/usr/lib/qemu \
-  --disable-gtk --enable-linux-aio --enable-seccomp \
+  --enable-gtk --enable-linux-aio --enable-seccomp \
   --enable-spice --localstatedir=/var \
-  --enable-tpm \
+  --with-gtkabi=3.0 --with-sdlabi=2.0 --enable-vte \
+  --enable-tpm --enable-jemalloc --enable-opengl \
   --enable-modules --enable-{rbd,glusterfs,libiscsi,curl}
   make V=99
 }
 
 package_qemu() {
-  pkgdesc='A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation'
-  depends=('glibc' 'pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
-   'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'libsasl' 'libgl'
-   'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp' 'libcacard'
-   'spice' 'usbredir' 'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'
-   'ncurses' 'libx11' 'libusb' 'libpulse' 'libssh2' 'curl')
   replaces=('qemu-kvm')
   optdepends=('samba: SMB/CIFS server support'
   'qemu-arch-extra: extra architectures support'
@@ -85,7 +84,6 @@
   # provided by seabios package
   rm usr/share/qemu/bios.bin
   rm usr/share/qemu/acpi-dsdt.aml
-  rm usr/share/qemu/q35-acpi-dsdt.aml
   rm usr/share/qemu/bios-256k.bin
   rm usr/share/qemu/vgabios-cirrus.bin
   rm usr/share/qemu/vgabios-qxl.bin
@@ -120,7 +118,7 @@
 
 package_qemu-arch-extra() {
   pkgdesc='QEMU with full support for non x86 architectures'
-  depends=('glibc' 'gcc-libs' 'glib2' 'qemu')
+  depends=('qemu')
   options=(!strip)
 
   cd qemu-${pkgver}
@@ -140,7 +138,7 @@
 
 package_qemu-block-iscsi() {
   pkgdesc='QEMU iSCSI block module'
-  depends=('glibc' 'glib2' 'libiscsi')
+  depends=('glib2' 'libiscsi' 'jemalloc')
 
   install -D qemu-${pkgver}/block-iscsi.so 
"${pkgdir}"/usr/lib/qemu/block-iscsi.so
 }
@@ -147,7 +145,7 @@
 
 package_qemu-block-rbd() {
   pkgdesc='QEMU RBD block module'
-  depends=('glibc' 'glib2' 'ceph')
+  depends=('glib2' 'ceph')
 
   install -D qemu-${pkgver}/block-rbd.so "${pkgdir}"/usr/lib/qemu/block-rbd.so
 }
@@ -154,7 +152,7 @@
 
 

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

2016-05-12 Thread Jan Steffens
Date: Friday, May 13, 2016 @ 01:09:55
  Author: heftig
Revision: 267916

45.1.0-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 23:09:16 UTC (rev 267915)
+++ PKGBUILD2016-05-12 23:09:55 UTC (rev 267916)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=45.0
+pkgver=45.1.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('83d8be9ffc6b1a416c12c4b9498697ea'
- '9c25a33cd5a9408434eed94c91e39a66'
- '805209e8071860c2880edf8ab3afba2c'
- '8964428e76c425949c2141985d0cd12d'
- 'b95b384b7fac4c6c900eb9a136e7eaf9'
- '7bff4bdf4c75f831d908158bfaace6f7'
- '58f397d5496a6aad15236b690c8bc900'
- '4705191327ca727202055b3e89b65b83'
- 'ead2a1b78b2b94b2cec29674fb34e36f'
- '84273d7e30c9a7d7e82c9142597d0c16'
- '8b0716b63a3205f5e4700639f219def7'
- 'ed34e5f86945f102b89cf2082d5173cd'
- '7e5602d5854860c9db4dd0c64bcb51b2'
- '3233ca78f2d9120494bccafbf5efaffe'
- '44ee2a0d3c9e819cca077502dcc6c0b2'
- 'b18e957733494edb4f34025c78d8c49a'
- '8783facd7a4a69d91d89b767799e6ef2'
- 'ac34afd9f9057ba6d2254c06b925864b'
- '31d8f5ae8adf70933800fb87e9a07e4b'
- '366dfb2edae7e475b915d6943e30b327'
- '8c1175b55d3eb77b62ceb6e930ac9913'
- '0be81757598c7e32319428518eba234d'
- '316707ba73aa7cae14d095a75c29de44'
- 'dfd5a1b91117981498ce0d4895ef5818'
- '4c034df2d3430e4b026a0bc2793151b3'
- '5247f4828cc387215bb35e89956df1a3'
- 'ce3d4999c4b2d0460965db5203f081b8'
- 'a86660b440a16b1821056779dc18aa5e'
- '38fd0eea602864645f8455dd03578095'
- 'f7672565af57189dc1d1158bb22bd034'
- '082ec0c526319862d19bec1692b9788f'
- 'ff69e0eef4e1c31c7ecc1c1a149c1343'
- 'd0f3b94da9c0c53b2e73cdd4364fb2f4'
- '861bb156672fbd55d2fc90d970b5a06a'
- '275572f87674d59f81b9fd15e774768b'
- 'b80579ddb1261e3d2bd706f01428642b'
- '1b2787b92a1c0ef69834c863582e5e7b'
- 'f2a994df8d8e2717a2f325c0f3821bb9'
- 'e3e51026b489de7a3b48b18453a8f01d'
- '5827b66d5376f0cc20f82e1e199a2986'
- '0377bc73c8daa5f2ee8037fbbf16744d'
- 'ad2431cd89764b93a45a0a59ecff4db2'
- 'bf77d161eff42143113b39b63a81a078'
- '4376f02df47cf8b69438f182c4911e2f'
- 'c2026d2b9c110c0cd1cc64718ac593eb'
- 'dd0979604e1d022175d84bcd3972ee5f'
- 'eb5d8214046c429d73c9c45aa2f3bc40'
- 'd73b918b9a4c88749756dce7b760ca99'
- 'd24978d1e6bab21029097f7983391f68'
- '732a5e55e04c7b0b1f883becac256746'
- '73276625101d14e3dbbb749f6dbe7f7d'
- '62d7d49123622141e17ca9d0a34cb15d'
- '031bd6a555795366f07a214391d168a0'
- 'ee76adb757c99596ab3e034e88f66fee'
- 'fc10e6e1d24b7c3ec0c087d7ffac6455'
- 'e008f6fd17f5ede050d7635ab188db24'
- 'fea09c04f43acd960962261b8bbbcb74'
- '664b4285bd7d2364dc4d7e4a766ed6cd')
+md5sums=('12c938c4ed833505bdc46202d73cdf55'
+ 'a5684445edfa85d950d629ef192e828c'
+ 'e2c14e70e9cbdad451fe3e97c19d20d5'
+ '6b872e1cf957b3cd5c40aff7bb5b5e32'
+ 'bd5218bee1accfc4fe220cce00911f6c'
+ 'c1d0bc850103547e6a1b3eb8f0ffb9cd'
+ 'e3b659d4dea90ddb74f646986ae20e6a'
+ '58e44651372bd885208c3efd5044565c'
+ '312950f1b6e9d0df1549201ae29f67f3'
+ 'f147fcdd2fa23d0a71cea4ea74223437'
+ '93561db5d1eff8e9273a17bb53abe5f2'
+ 'd5e6c744d210f6319cf11b2dff5a0320'
+ '3ac66eddb6db25a3f2b6ca7daf5a8a01'
+ 'a94ae138b80ef619d6cf1b081232e108'
+ 'fde5e2679fe4d5dd1f5589f8d8093786'
+ 'f8e86752f93957b9a07efa23f536bcb0'
+ '163b4036ebd01bfc3e14f2142a51fa51'
+ '3a13542433fedb48eabbf2313e9786a2'
+ '027991a0bc235abd9b601e23259521ae'
+ 'ce91a8f079628605667d70a97f8d318c'
+ '09cad130aeb5675f93d2d81675a63c1f'
+ '838dd0fd43ca04f09bd9a6be605f3b4f'
+ '60abf009e000e1075d3ea125609bdb24'
+ '25f7e5df5d68f2096841da62f62ede9e'
+ '6b65f2c677d6bb6dfc9e100d010a748d'
+ 'bdedc5fddf72a61c2ada976d8be2826d'
+ '6b44840b0d0ff3a10f51236bd0b257b1'
+ '6720b5fb70de37ed0533619c5f500bc3'
+ '0f3a5cafa209c7caeb786d6581a96e5d'
+ 'e0571a2b6a120bb735a88705d3fa1cf9'
+ '955ff8994d1c421a97cdc41eae854a7f'
+ '7563e6d235f1fda496087472a1fe61f8'
+ 'c9a03da99bfb909709eff56c7b881a60'
+ '7ef1afa86c77d683218f95b900f05499'
+ 'ec5bde3ce33d2d1c6f53f5995b6fd933'
+ 

[arch-commits] Commit in thunderbird/repos (18 files)

2016-05-12 Thread Jan Steffens
Date: Friday, May 13, 2016 @ 01:05:29
  Author: heftig
Revision: 267914

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

Added:
  thunderbird/repos/testing-i686/
  thunderbird/repos/testing-i686/PKGBUILD
(from rev 267913, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-i686/firefox-gcc-6.0.patch
(from rev 267913, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/testing-i686/mozconfig
(from rev 267913, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-i686/mozilla-1228540-1.patch
(from rev 267913, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/testing-i686/mozilla-1228540.patch
(from rev 267913, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/testing-i686/thunderbird-install-dir.patch
(from rev 267913, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-i686/thunderbird.desktop
(from rev 267913, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-i686/vendor.js
(from rev 267913, thunderbird/trunk/vendor.js)
  thunderbird/repos/testing-x86_64/
  thunderbird/repos/testing-x86_64/PKGBUILD
(from rev 267913, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-x86_64/firefox-gcc-6.0.patch
(from rev 267913, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/testing-x86_64/mozconfig
(from rev 267913, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-x86_64/mozilla-1228540-1.patch
(from rev 267913, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/testing-x86_64/mozilla-1228540.patch
(from rev 267913, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch
(from rev 267913, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-x86_64/thunderbird.desktop
(from rev 267913, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-x86_64/vendor.js
(from rev 267913, thunderbird/trunk/vendor.js)

--+
 testing-i686/PKGBUILD|  113 
 testing-i686/firefox-gcc-6.0.patch   |   26 
 testing-i686/mozconfig   |   34 
 testing-i686/mozilla-1228540-1.patch |   84 
 testing-i686/mozilla-1228540.patch   | 9138 +
 testing-i686/thunderbird-install-dir.patch   |   12 
 testing-i686/thunderbird.desktop |  173 
 testing-i686/vendor.js   |9 
 testing-x86_64/PKGBUILD  |  113 
 testing-x86_64/firefox-gcc-6.0.patch |   26 
 testing-x86_64/mozconfig |   34 
 testing-x86_64/mozilla-1228540-1.patch   |   84 
 testing-x86_64/mozilla-1228540.patch | 9138 +
 testing-x86_64/thunderbird-install-dir.patch |   12 
 testing-x86_64/thunderbird.desktop   |  173 
 testing-x86_64/vendor.js |9 
 16 files changed, 19178 insertions(+)

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


[arch-commits] Commit in thunderbird/trunk (6 files)

2016-05-12 Thread Jan Steffens
Date: Friday, May 13, 2016 @ 00:49:38
  Author: heftig
Revision: 267913

45.1.0-1

Added:
  thunderbird/trunk/firefox-gcc-6.0.patch
  thunderbird/trunk/mozilla-1228540-1.patch
  thunderbird/trunk/mozilla-1228540.patch
Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig
Deleted:
  thunderbird/trunk/thunderbird.install

-+
 PKGBUILD|   34 
 firefox-gcc-6.0.patch   |   26 
 mozconfig   |   12 
 mozilla-1228540-1.patch |   84 
 mozilla-1228540.patch   | 9138 ++
 thunderbird.install |   12 
 6 files changed, 9274 insertions(+), 32 deletions(-)

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


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

2016-05-12 Thread Sven-Hendrik Haase
Date: Thursday, May 12, 2016 @ 23:36:29
  Author: svenstaro
Revision: 175090

upgpkg: gitlab 8.7.5-1

upstream release 8.7.5

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 21:22:55 UTC (rev 175089)
+++ PKGBUILD2016-05-12 21:36:29 UTC (rev 175090)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.7.4
+pkgver=8.7.5
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('912bfbb0451b624b88d32495428471d8b50a3253bf5762374d7151b6ca2cbe9f'
+sha256sums=('170029e20425b070b1c96c0480f5a2dc09bc4bc361e487b6572f67b138d6f6cc'
 'eb507c957d4ada65bb416ff7117901d41bc77b85f5aca54e4e4400a55eefd0a7'
 '54fb165f14fdc0c186817fc3b52d99b5d74ce407a0c0312236d57fe0b729a404'
 'd21d8c961b2834115a1d9c646278782e0d1d1cde2357b58e67bad3a58527'


[arch-commits] Commit in gitlab/repos (68 files)

2016-05-12 Thread Sven-Hendrik Haase
Date: Thursday, May 12, 2016 @ 23:36:58
  Author: svenstaro
Revision: 175091

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 175090, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 175090, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 175090, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 175090, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 175090, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 175090, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 175090, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 175090, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 175090, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 175090, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 175090, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 175090, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 175090, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 175090, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 175090, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 175090, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 175090, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 175090, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 175090, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 175090, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 175090, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 175090, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 175090, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 175090, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 175090, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 175090, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 175090, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 175090, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 175090, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 175090, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 175090, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 175090, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 175090, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 175090, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 23:22:43
  Author: bpiotrowski
Revision: 175088

boost 1.60.0-5 rebuild

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 21:17:22 UTC (rev 175087)
+++ PKGBUILD2016-05-12 21:22:43 UTC (rev 175088)
@@ -8,7 +8,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.1.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Open source Texas Hold'em Poker simulator"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/;


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 23:22:55
  Author: bpiotrowski
Revision: 175089

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

Added:
  pokerth/repos/community-staging-i686/
  
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 175088, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 175088, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 175088, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  pokerth/repos/community-staging-i686/pokerth-gcc6.patch
(from rev 175088, pokerth/trunk/pokerth-gcc6.patch)
  pokerth/repos/community-staging-x86_64/
  
pokerth/repos/community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 175088, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 175088, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 175088, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  pokerth/repos/community-staging-x86_64/pokerth-gcc6.patch
(from rev 175088, pokerth/trunk/pokerth-gcc6.patch)

+
 community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   
|   24 +
 community-staging-i686/PKGBUILD
|   55 +++
 
community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
   |  153 ++
 community-staging-i686/pokerth-gcc6.patch  
|   41 ++
 community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch 
|   24 +
 community-staging-x86_64/PKGBUILD  
|   55 +++
 
community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
 |  153 ++
 community-staging-x86_64/pokerth-gcc6.patch
|   41 ++
 8 files changed, 546 insertions(+)

Copied: 
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
 (from rev 175088, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
===
--- community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(rev 0)
+++ community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
2016-05-12 21:22:55 UTC (rev 175089)
@@ -0,0 +1,24 @@
+From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
+From: Felix Hammer 
+Date: Fri, 7 Aug 2015 00:57:51 +0200
+Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
+
+---
+ src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 
b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+index 43e6bf4..e0ddc07 100644
+--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
 b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+@@ -31,6 +31,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #if defined(Q_OS_WIN)
+ #include 
+-- 
+2.5.3
+

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 175088, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 21:22:55 UTC (rev 175089)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.1.1
+pkgrel=11
+pkgdesc="Open source Texas Hold'em Poker simulator"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/;
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf' 'libxkbcommon-x11'
+ 'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;
+'0001-Qt-5.5.0-patch-for-qtsingleapplication.patch'
+'pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch'
+'pokerth-gcc6.patch')
+md5sums=('a7f76f95782099f966e5f2b6809f502a'
+ 'f4ecab0a6435f1b3b0654145b75d6e7c'
+ '26b02c7e5c50484485570ace9b63be5b'
+ '39070e7d656ae654e54ec9e25f9eea83')
+
+prepare() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  # 

[arch-commits] Commit in pokerth/trunk (PKGBUILD pokerth-gcc6.patch)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 23:17:22
  Author: arojas
Revision: 175087

Fix build with GCC 6, use C++98

Added:
  pokerth/trunk/pokerth-gcc6.patch
Modified:
  pokerth/trunk/PKGBUILD

+
 PKGBUILD   |   13 +
 pokerth-gcc6.patch |   41 +
 2 files changed, 50 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 20:39:08 UTC (rev 175086)
+++ PKGBUILD2016-05-12 21:17:22 UTC (rev 175087)
@@ -18,10 +18,12 @@
 makedepends=('boost')
 
source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;
 '0001-Qt-5.5.0-patch-for-qtsingleapplication.patch'
-'pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch')
+'pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch'
+'pokerth-gcc6.patch')
 md5sums=('a7f76f95782099f966e5f2b6809f502a'
  'f4ecab0a6435f1b3b0654145b75d6e7c'
- '26b02c7e5c50484485570ace9b63be5b')
+ '26b02c7e5c50484485570ace9b63be5b'
+ '39070e7d656ae654e54ec9e25f9eea83')
 
 prepare() {
   cd "$srcdir/$_realname-$pkgver-src"
@@ -31,12 +33,15 @@
 
   # https://github.com/pokerth/pokerth/commit/69f820bb3
   patch -p1 -i ../pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
+
+  # Fix build with GCC 6
+  patch -p1 -i ../pokerth-gcc6.patch
 }
 
 build() {
   cd "$srcdir/$_realname-$pkgver-src"
-
-  qmake-qt5 "$pkgname.pro"
+  
+  qmake-qt5 "$pkgname.pro" QMAKE_CXXFLAGS+="-std=gnu++98"
   make
 }
 

Added: pokerth-gcc6.patch
===
--- pokerth-gcc6.patch  (rev 0)
+++ pokerth-gcc6.patch  2016-05-12 21:17:22 UTC (rev 175087)
@@ -0,0 +1,41 @@
+--- PokerTH-1.1.1-src/pokerth_db.pro.orig  2016-05-12 20:20:57.336018308 
+
 PokerTH-1.1.1-src/pokerth_db.pro   2016-05-12 20:21:14.335959204 +
+@@ -49,7 +49,6 @@
+ !win32{
+   # My release static build options
+   #QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
+-  INCLUDEPATH += $${PREFIX}/include
+ }
+ 
+ mac{
+--- PokerTH-1.1.1-src/pokerth_lib.pro.orig 2016-05-12 20:24:53.581864921 
+
 PokerTH-1.1.1-src/pokerth_lib.pro  2016-05-12 20:25:20.441771862 +
+@@ -243,7 +243,7 @@
+ !win32{
+   # My release static build options
+   #QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
+-  INCLUDEPATH += $${PREFIX}/include /opt/gsasl/include
++  INCLUDEPATH += /opt/gsasl/include
+ }
+ 
+ mac{
+--- PokerTH-1.1.1-src/pokerth_game.pro.orig2016-05-12 21:02:08.527791266 
+
 PokerTH-1.1.1-src/pokerth_game.pro 2016-05-12 21:02:19.027758386 +
+@@ -402,7 +402,6 @@
+   #  My release static build options
+   # QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
+   # QMAKE_LFLAGS += -Wl,--gc-sections
+-  INCLUDEPATH += $${PREFIX}/include
+   QMAKE_LIBDIR += lib
+   !android{
+   LIBPATH += $${PREFIX}/lib /opt/gsasl/lib
+--- PokerTH-1.1.1-src/pokerth_server.pro.orig  2016-05-12 21:10:02.469679181 
+
 PokerTH-1.1.1-src/pokerth_server.pro   2016-05-12 21:10:34.106251260 
+
+@@ -174,7 +174,6 @@
+   #QMAKE_LFLAGS += -Wl,--gc-sections
+ 
+   LIBPATH += lib $${PREFIX}/lib /opt/gsasl/lib
+-  INCLUDEPATH += $${PREFIX}/include
+   LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 $$system(qmake -query 
QT_INSTALL_LIBS)
+   BOOST_FS = boost_filesystem boost_filesystem-mt
+   BOOST_THREAD = boost_thread boost_thread-mt


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:56:23
  Author: bpiotrowski
Revision: 267911

upgpkg: mariadb 10.1.14-1

new upstream release

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 20:25:45 UTC (rev 267910)
+++ PKGBUILD2016-05-12 20:56:23 UTC (rev 267911)
@@ -3,7 +3,7 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.1.13
+pkgver=10.1.14
 _pkgver=${pkgver/.a/a}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
source=(http://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-md5sums=('e1c15f76fcde79637d2efb799f8a889f'
+md5sums=('294925531e0fd2f0461e3894496a5adc'
  'd488fffa9f62f9949c4aa1bb6e6db692'
  'b79e65a5aa536e6b5bc60988eb0b78a2'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:56:34
  Author: bpiotrowski
Revision: 267912

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

Added:
  mariadb/repos/extra-i686/MDEV-9181.patch
(from rev 267911, mariadb/trunk/MDEV-9181.patch)
  mariadb/repos/extra-i686/PKGBUILD
(from rev 267911, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 267911, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 267911, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 267911, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 267911, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/MDEV-9181.patch
(from rev 267911, mariadb/trunk/MDEV-9181.patch)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 267911, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 267911, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 267911, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 267911, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 267911, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/MDEV-9181.patch
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/MDEV-9181.patch
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /MDEV-9181.patch  |  916 
 /PKGBUILD |  318 
 /mariadb-post.sh  |   16 
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   70 ++
 /mariadb.service  |   32 +
 extra-i686/MDEV-9181.patch|  458 --
 extra-i686/PKGBUILD   |  159 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   35 -
 extra-i686/mariadb.service|   16 
 extra-x86_64/MDEV-9181.patch  |  458 --
 extra-x86_64/PKGBUILD |  159 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   35 -
 extra-x86_64/mariadb.service  |   16 
 18 files changed, 1354 insertions(+), 1354 deletions(-)

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


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:39:00
  Author: bpiotrowski
Revision: 175085

boost 1.60.0-5 rebuild

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 19:10:10 UTC (rev 175084)
+++ PKGBUILD2016-05-12 20:39:00 UTC (rev 175085)
@@ -2,7 +2,7 @@
 
 pkgname=leatherman
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('i686' 'x86_64')
 url="https://github.com/puppetlabs/leatherman;


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:39:08
  Author: bpiotrowski
Revision: 175086

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

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

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

Copied: leatherman/repos/community-staging-i686/PKGBUILD (from rev 175085, 
leatherman/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 20:39:08 UTC (rev 175086)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('4f3c62e9b75d908ac7b4249b4086cae7')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: leatherman/repos/community-staging-x86_64/PKGBUILD (from rev 175085, 
leatherman/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 20:39:08 UTC (rev 175086)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('4f3c62e9b75d908ac7b4249b4086cae7')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in openvpn/repos/testing-x86_64 (6 files)

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:25:45
  Author: bpiotrowski
Revision: 267910

archrelease: copy trunk to testing-x86_64

Added:
  openvpn/repos/testing-x86_64/PKGBUILD
(from rev 267909, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-x86_64/openvpn.install
(from rev 267909, openvpn/trunk/openvpn.install)
  openvpn/repos/testing-x86_64/openvpn@.service
(from rev 267909, openvpn/trunk/openvpn@.service)
Deleted:
  openvpn/repos/testing-x86_64/PKGBUILD
  openvpn/repos/testing-x86_64/openvpn.install
  openvpn/repos/testing-x86_64/openvpn@.service

--+
 PKGBUILD |  112 ++---
 openvpn.install  |   16 +++
 openvpn@.service |   30 +++---
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 20:24:57 UTC (rev 267909)
+++ PKGBUILD2016-05-12 20:25:45 UTC (rev 267910)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=openvpn
-pkgver=2.3.11
-pkgrel=1
-pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)"
-arch=(i686 x86_64)
-url="http://openvpn.net/index.php/open-source.html;
-depends=('openssl' 'lzo' 'iproute2' 'libsystemd')
-makedepends=('systemd')
-license=('custom')
-install=openvpn.install
-source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz
-
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz.asc
-openvpn@.service)
-sha256sums=('0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7'
-'SKIP'
-'47a4ee993f8aaa7370e9a84384fcfc993fd76aa4db11c46629b156d0c5fad49a')
-validpgpkeys=('03300E11FED16F59715F9996C29D97ED198D22A3')  # Samuli Seppänen
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn\\\"" ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---enable-password-save \
---mandir=/usr/share/man \
---enable-iproute2 \
---enable-systemd \
---enable-x509-alt-username
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  # Install openvpn
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}"/etc/openvpn
-
-  # Install examples
-  install -d -m755 "${pkgdir}"/usr/share/openvpn
-  cp -r sample/sample-config-files "${pkgdir}"/usr/share/openvpn/examples
-
-  # Install license
-  install -d -m755 "${pkgdir}"/usr/share/licenses/${pkgname}/
-  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-
-  # Install contrib
-  install -d -m755 "${pkgdir}"/usr/share/openvpn/contrib
-  cp -r contrib "${pkgdir}"/usr/share/openvpn
-
-  # Install systemd service
-  install -D -m644 "${srcdir}"/openvpn@.service 
"${pkgdir}"/usr/lib/systemd/system/openvpn@.service
-}

Copied: openvpn/repos/testing-x86_64/PKGBUILD (from rev 267909, 
openvpn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 20:25:45 UTC (rev 267910)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=openvpn
+pkgver=2.3.11
+pkgrel=1
+pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)"
+arch=(i686 x86_64)
+url="http://openvpn.net/index.php/open-source.html;
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd')
+makedepends=('systemd')
+license=('custom')
+install=openvpn.install
+source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz
+
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz.asc
+openvpn@.service)
+sha256sums=('0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7'
+'SKIP'
+'47a4ee993f8aaa7370e9a84384fcfc993fd76aa4db11c46629b156d0c5fad49a')
+validpgpkeys=('03300E11FED16F59715F9996C29D97ED198D22A3')  # Samuli Seppänen
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn\\\"" ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-password-save \
+--mandir=/usr/share/man \
+--enable-iproute2 \
+--enable-systemd \
+--enable-x509-alt-username
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Install openvpn
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}"/etc/openvpn
+
+  # Install examples
+  install -d -m755 "${pkgdir}"/usr/share/openvpn
+  cp -r sample/sample-config-files "${pkgdir}"/usr/share/openvpn/examples
+
+  # Install license
+  install -d -m755 "${pkgdir}"/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+
+  # Install contrib
+  install -d -m755 "${pkgdir}"/usr/share/openvpn/contrib
+  cp -r contrib "${pkgdir}"/usr/share/openvpn
+
+  # Install 

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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:24:57
  Author: bpiotrowski
Revision: 267909

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

Added:
  openvpn/repos/testing-i686/
  openvpn/repos/testing-i686/PKGBUILD
(from rev 267908, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-i686/openvpn.install
(from rev 267908, openvpn/trunk/openvpn.install)
  openvpn/repos/testing-i686/openvpn@.service
(from rev 267908, openvpn/trunk/openvpn@.service)
  openvpn/repos/testing-x86_64/
  openvpn/repos/testing-x86_64/PKGBUILD
(from rev 267908, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-x86_64/openvpn.install
(from rev 267908, openvpn/trunk/openvpn.install)
  openvpn/repos/testing-x86_64/openvpn@.service
(from rev 267908, openvpn/trunk/openvpn@.service)

-+
 testing-i686/PKGBUILD   |   56 ++
 testing-i686/openvpn.install|8 +
 testing-i686/openvpn@.service   |   15 ++
 testing-x86_64/PKGBUILD |   56 ++
 testing-x86_64/openvpn.install  |8 +
 testing-x86_64/openvpn@.service |   15 ++
 6 files changed, 158 insertions(+)

Copied: openvpn/repos/testing-i686/PKGBUILD (from rev 267908, 
openvpn/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-12 20:24:57 UTC (rev 267909)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=openvpn
+pkgver=2.3.11
+pkgrel=1
+pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)"
+arch=(i686 x86_64)
+url="http://openvpn.net/index.php/open-source.html;
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd')
+makedepends=('systemd')
+license=('custom')
+install=openvpn.install
+source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz
+
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz.asc
+openvpn@.service)
+sha256sums=('0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7'
+'SKIP'
+'47a4ee993f8aaa7370e9a84384fcfc993fd76aa4db11c46629b156d0c5fad49a')
+validpgpkeys=('03300E11FED16F59715F9996C29D97ED198D22A3')  # Samuli Seppänen
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn\\\"" ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-password-save \
+--mandir=/usr/share/man \
+--enable-iproute2 \
+--enable-systemd \
+--enable-x509-alt-username
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Install openvpn
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}"/etc/openvpn
+
+  # Install examples
+  install -d -m755 "${pkgdir}"/usr/share/openvpn
+  cp -r sample/sample-config-files "${pkgdir}"/usr/share/openvpn/examples
+
+  # Install license
+  install -d -m755 "${pkgdir}"/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+
+  # Install contrib
+  install -d -m755 "${pkgdir}"/usr/share/openvpn/contrib
+  cp -r contrib "${pkgdir}"/usr/share/openvpn
+
+  # Install systemd service
+  install -D -m644 "${srcdir}"/openvpn@.service 
"${pkgdir}"/usr/lib/systemd/system/openvpn@.service
+}

Copied: openvpn/repos/testing-i686/openvpn.install (from rev 267908, 
openvpn/trunk/openvpn.install)
===
--- testing-i686/openvpn.install(rev 0)
+++ testing-i686/openvpn.install2016-05-12 20:24:57 UTC (rev 267909)
@@ -0,0 +1,8 @@
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp 2.3.2-1 $2) -ge 0 ]; then
+echo ">>> easy-rsa has moved into its own package. Run:"
+echo ">>>  # pacman -S easy-rsa"
+  fi
+}

Copied: openvpn/repos/testing-i686/openvpn@.service (from rev 267908, 
openvpn/trunk/openvpn@.service)
===
--- testing-i686/openvpn@.service   (rev 0)
+++ testing-i686/openvpn@.service   2016-05-12 20:24:57 UTC (rev 267909)
@@ -0,0 +1,15 @@
+[Unit]
+Description=OpenVPN connection to %i
+
+[Service]
+PrivateTmp=true
+Type=forking
+ExecStart=/usr/bin/openvpn --cd /etc/openvpn --config /etc/openvpn/%i.conf 
--daemon openvpn@%i --writepid /run/openvpn@%i.pid --status-version 2
+PIDFile=/run/openvpn@%i.pid
+CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_BIND_SERVICE 
CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_READ_SEARCH
+LimitNPROC=10
+DeviceAllow=/dev/null rw
+DeviceAllow=/dev/net/tun rw
+
+[Install]
+WantedBy=multi-user.target

Copied: openvpn/repos/testing-x86_64/PKGBUILD (from rev 267908, 
openvpn/trunk/PKGBUILD)

[arch-commits] Commit in openvpn/trunk (PKGBUILD openvpn@.service)

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:24:51
  Author: bpiotrowski
Revision: 267908

upgpkg: openvpn 2.3.11-1

new upstream release

Modified:
  openvpn/trunk/PKGBUILD
  openvpn/trunk/openvpn@.service

--+
 PKGBUILD |   18 --
 openvpn@.service |7 ++-
 2 files changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 20:17:28 UTC (rev 267907)
+++ PKGBUILD2016-05-12 20:24:51 UTC (rev 267908)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=openvpn
-pkgver=2.3.10
+pkgver=2.3.11
 pkgrel=1
 pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)"
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 makedepends=('systemd')
 license=('custom')
 install=openvpn.install
-source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz
-
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz.asc
+source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz
+
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz.asc
 openvpn@.service)
-sha256sums=('f8b0b5b92e35bbca1db1a7e6b49e04639e45634e9accd460459b40b2c99ec8f6'
+sha256sums=('0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7'
 'SKIP'
-'860976d954bd1db95861b95f0ef42e4e80618aa23a9f2aed26d17ee3d09110df')
+'47a4ee993f8aaa7370e9a84384fcfc993fd76aa4db11c46629b156d0c5fad49a')
 validpgpkeys=('03300E11FED16F59715F9996C29D97ED198D22A3')  # Samuli Seppänen
 
 build() {
@@ -27,24 +27,30 @@
 --enable-password-save \
 --mandir=/usr/share/man \
 --enable-iproute2 \
---enable-systemd
+--enable-systemd \
+--enable-x509-alt-username
   make
 }
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
+
   # Install openvpn
   make DESTDIR="${pkgdir}" install
   install -d -m755 "${pkgdir}"/etc/openvpn
+
   # Install examples
   install -d -m755 "${pkgdir}"/usr/share/openvpn
   cp -r sample/sample-config-files "${pkgdir}"/usr/share/openvpn/examples
+
   # Install license
   install -d -m755 "${pkgdir}"/usr/share/licenses/${pkgname}/
   ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+
   # Install contrib
   install -d -m755 "${pkgdir}"/usr/share/openvpn/contrib
   cp -r contrib "${pkgdir}"/usr/share/openvpn
+
   # Install systemd service
   install -D -m644 "${srcdir}"/openvpn@.service 
"${pkgdir}"/usr/lib/systemd/system/openvpn@.service
 }

Modified: openvpn@.service
===
--- openvpn@.service2016-05-12 20:17:28 UTC (rev 267907)
+++ openvpn@.service2016-05-12 20:24:51 UTC (rev 267908)
@@ -2,9 +2,14 @@
 Description=OpenVPN connection to %i
 
 [Service]
+PrivateTmp=true
 Type=forking
-ExecStart=/usr/bin/openvpn --cd /etc/openvpn --config /etc/openvpn/%i.conf 
--daemon openvpn@%i --writepid /run/openvpn@%i.pid
+ExecStart=/usr/bin/openvpn --cd /etc/openvpn --config /etc/openvpn/%i.conf 
--daemon openvpn@%i --writepid /run/openvpn@%i.pid --status-version 2
 PIDFile=/run/openvpn@%i.pid
+CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_BIND_SERVICE 
CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_READ_SEARCH
+LimitNPROC=10
+DeviceAllow=/dev/null rw
+DeviceAllow=/dev/net/tun rw
 
 [Install]
 WantedBy=multi-user.target


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

2016-05-12 Thread Jan Steffens
Date: Thursday, May 12, 2016 @ 22:17:28
  Author: heftig
Revision: 267907

Update deps

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 20:13:17 UTC (rev 267906)
+++ PKGBUILD2016-05-12 20:17:28 UTC (rev 267907)
@@ -11,10 +11,10 @@
 license=('MPL' 'GPL' 'LGPL')
 url="https://www.mozilla.org/firefox/;
 depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 
'mime-types'
- 'dbus-glib' 'alsa-lib' 'ffmpeg' 'desktop-file-utils'
- 'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
+ 'dbus-glib' 'alsa-lib' 'ffmpeg' 'libvpx' 'icu' 'libevent' 'nss' 
'hunspell'
+ 'sqlite' 'ttf-font')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
- 'xorg-server-xvfb' 'libpulse' 'inetutils')
+ 'libpulse' 'inetutils' 'xorg-server-xvfb')
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'upower: Battery API')
 options=('!emptydirs' '!makeflags')


[arch-commits] Commit in lvm2/repos (28 files)

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:13:17
  Author: bpiotrowski
Revision: 267906

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

Added:
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 267905, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 267905, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 267905, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 267905, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 267905, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 267905, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 267905, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 267905, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 267905, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 267905, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 267905, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 267905, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 267905, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 267905, lvm2/trunk/sd-lvm2_install)
Deleted:
  lvm2/repos/testing-i686/11-dm-initramfs.rules
  lvm2/repos/testing-i686/PKGBUILD
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
  lvm2/repos/testing-i686/lvm2.install
  lvm2/repos/testing-i686/lvm2_hook
  lvm2/repos/testing-i686/lvm2_install
  lvm2/repos/testing-i686/sd-lvm2_install
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
  lvm2/repos/testing-x86_64/PKGBUILD
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
  lvm2/repos/testing-x86_64/lvm2.install
  lvm2/repos/testing-x86_64/lvm2_hook
  lvm2/repos/testing-x86_64/lvm2_install
  lvm2/repos/testing-x86_64/sd-lvm2_install

---+
 /11-dm-initramfs.rules|6 
 /PKGBUILD |  206 
 /lvm2-make-sockets-static.patch   |   40 
 /lvm2.install |   50 +
 /lvm2_hook|   24 ++
 /lvm2_install |   68 +++
 /sd-lvm2_install  |   64 +++
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  103 
 testing-i686/lvm2-make-sockets-static.patch   |   20 --
 testing-i686/lvm2.install |   25 --
 testing-i686/lvm2_hook|   12 -
 testing-i686/lvm2_install |   34 ---
 testing-i686/sd-lvm2_install  |   32 ---
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  103 
 testing-x86_64/lvm2-make-sockets-static.patch |   20 --
 testing-x86_64/lvm2.install   |   25 --
 testing-x86_64/lvm2_hook  |   12 -
 testing-x86_64/lvm2_install   |   34 ---
 testing-x86_64/sd-lvm2_install|   32 ---
 21 files changed, 458 insertions(+), 458 deletions(-)

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


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 22:13:05
  Author: bpiotrowski
Revision: 267905

upgpkg: lvm2 2.02.153-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 19:27:22 UTC (rev 267904)
+++ PKGBUILD2016-05-12 20:13:05 UTC (rev 267905)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.152
+pkgver=2.02.153
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/;
@@ -17,7 +17,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('269f13f97763551df3a7c7ff676f4cd0b3c2eb43'
+sha1sums=('6ae669ce2aa33d7d040ff99fc04202c714f2c438'
   'SKIP'
   '056bb0227d07e35a3d365db02f439585314cfc76'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'


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

2016-05-12 Thread Andreas Radke
Date: Thursday, May 12, 2016 @ 21:27:22
  Author: andyrtr
Revision: 267904

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 267903, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 267903, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-05-12 19:27:22 UTC (rev 267904)
@@ -0,0 +1,354 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=5.1.3
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org;
+license=('LGPL')
+makedepends=('rpmextract')
+
+#http://download.documentfoundation.org/mirrors/all.html
+_url="http://download.documentfoundation.org/libreoffice/stable;
+#_url="http://download.documentfoundation.org/libreoffice/testing;
+#_url="http://dev-builds.libreoffice.org/pre-releases;
+#_url="http://www.libreoffice.org/download/pre-releases;
+
+#_url+="/${pkgver}-rc2/rpm/x86"
+_url+="/${pkgver}/rpm/x86"
+#_url+="/rpm/x86"
+
+_languages=(
+  'af"Afrikaans"'
+  'am"Amharic"'
+  'ar"Arabic"'
+  'as"Assamese (India)"'
+  'ast   "Asturianu"'
+  'be"Belarusian"'
+  'bg"Bulgarian"'
+  'bn"Bengali"'
+  'bn-IN "Bengali (India)"'
+  'bo"Tibetan"'
+  'br"Breton"'
+  'brx   "Bodo"'
+  'bs"Bosnian"'
+  'ca"Catalan"'
+  'ca-valencia   "Catalan (Valencia)"'
+  'cs"Czech"'
+  'cy"Welsh"'
+  'da"Danish"'
+  'de"German"'
+  'dgo   "Dogri"'
+  'dz"Dzongkha"'
+  'el"Greek"'
+  'en-GB "English (GB)"'
+  'en-ZA "English (ZA)"'
+  'eo"Esperanto"'
+  'es"Spanish"'
+  'et"Estonian"'
+  'eu"Basque"'
+  'fa"Persian"'
+  'fi"Finnish"'
+  'fr"French"'
+  'ga"Irish"'
+  'gd"Gaelic (Scottish)"'
+  'gl"Galician"'
+  'gu"Gujarati"'
+  'he"Hebrew"'
+  'hi"Hindi"'
+  'hr"Croatian"'
+  'hu"Hungarian"'
+  'id"Indonesian"'
+  'is"Icelandic"'
+  'it"Italian"'
+  'ja"Japanese"'
+  'ka"Georgian"'
+  'kk"Kazakh"'
+  'km"Khmer (Cambodia)"'
+  'kmr-Latn  "Kurdish"'
+  'kn"Kannada"'
+  'ko"Korean"'
+  'kok   "Konkani"'
+  'ks"Kashmiri"'
+  'lb"Luxembourgish"'
+  'lo"Lao"'
+  'lt"Lithuanian"'
+  'lv"Latvian"'
+  'mai   "Maithili"'
+  'mk"Macedonian"'
+  'ml"Malayalam"'
+  'mn"Mongolian"'
+  'mni   "Manipuri"'
+  'mr"Marathi"'
+  'my"Burmese"'
+  'nb"Norwegian Bokmal"'
+  'ne"Nepali"'
+  'nl"Dutch"'
+  'nn"Norwegian Nynorsk"'
+  'nr"Ndebele (South)"'
+  'nso   "Northern Sotho"'
+  'oc"Occitan"'
+  'om"Oromo"'
+  'or"Oriya"'
+  'pa-IN "Punjabi (India)"'
+  'pl"Polish"'
+  'pt"Portuguese"'
+  'pt-BR "Portuguese (Brasil)"'
+  'ro"Romanian"'
+  'ru"Russian"'
+  'rw"Kinyarwanda"'
+  'sa-IN "Sanskrit (India)"'
+  'sat   "Santali"'
+  'sd"Sindhi"'
+  'si"Singhalese"'
+  'sid   "Sidama"'
+  'sk"Slovak"'
+  'sl"Slovenian"'
+  'sq"Albanien"'
+  'sr"Serbian"'
+  'sr-Latn   "Serbian (Latin)"'
+  'ss"Swati"'
+  'st"Southern Sotho"'
+  'sv"Swedish"'
+  'sw-TZ "Swahili (Tanzania)"'
+  'ta"Tamil"'
+  'te"Telugu"'
+  'tg"Tajik"'
+  'th"Thai"'
+  'tn"Tswana"'
+  'tr"Turkish"'
+  'ts"Tsonga"'
+  'tt"Tatar"'
+  'ug"Uighur"'
+  'uk"Ukrainian"'
+  'uz"Uzbek"'
+  've"Venda"'
+  'vi"Vietnamese"'
+  'xh"Xhosa"'
+  'zh-CN "Chinese (simplified)"'
+  'zh-TW "Chinese (traditional)"'
+  'zu"Zulu"'
+)
+md5sums=('359a8b31d6cde5ea515ffea517fee081'
+ '5b19a6c6314af4563ca566fca679d25b'
+ 'bdfcb1d34961f9c7dff8c87aef776ea8'
+ 

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

2016-05-12 Thread Andreas Radke
Date: Thursday, May 12, 2016 @ 21:26:01
  Author: andyrtr
Revision: 267903

upgpkg: libreoffice-fresh-i18n 5.1.3-1

upstream update 5.1.3

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  334 ++---
 1 file changed, 167 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 19:22:53 UTC (rev 267902)
+++ PKGBUILD2016-05-12 19:26:01 UTC (rev 267903)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -136,172 +136,172 @@
   'zh-TW "Chinese (traditional)"'
   'zu"Zulu"'
 )
-md5sums=('62443cccf2dd3ec828b0c676b8c526e6'
- 'bcd2e59db2523559dc8e1e8bc4d41f98'
- '91946eeeb52e13cae47051b0c8e190bd'
- 'f6a3547a1205834e2bb8e30a53fc213e'
- '694c24cb56579ca93437f78505b26b23'
- '1ca3add4acf471cb9764d146a191ec24'
- '3103503450ddaea0afe0748cd0e5cc73'
- 'bfb5046618a7f9d7a1be9194bc78e165'
- '20355a021624c92717af96703069b57b'
- '7b71100a5f1224727feb5dc8d6c3bead'
- '0240665f75df4512b62cf73cf5310cff'
- '3e91064f8078ef9460437425dd13ed05'
- '57455b26723f2e682572bac64bafa146'
- 'c4bb18c3cc88458b278ae28f8e5a726f'
- 'cab6f08c8b72a39dbd7fd569c8241be8'
- 'ceb0d0f0e40ce9095e2f9dddb41c9270'
- 'f7e6252341b27474d400cb4f352f2689'
- 'b6f346599ca0858c00f1a77e3bb8a2cc'
- 'cac957d5bf3544fa9c97970e21605540'
- '74ca8e57986902a860f570cd17d6fac4'
- '1f498216688a206d5087ee2e2bae7c94'
- '1f44939a0439649476a514997612f308'
- 'c6b9c6cbd464ee957865f42455f18540'
- 'fef0883e1da0612da76d6d171ee92b0b'
- '6a9c416d71acad8d8c5b0050fc8f490e'
- '7bde2cba5bfc57ed63585058dac0705a'
- 'b6dbf565f78717a2ca20f03805098c2f'
- '4afcfe2dee80b1ee4394e91f552f9335'
- '6fc7d40c7a8b622c0755b0cc491cf4ac'
- '124a4734cb7299956467f848c645e47f'
- 'a0a660f4b3749d59e7c86793b71b31c6'
- '261767f505a9bef229801e6e1ba52e9c'
- 'f6fec942ad1b12f905cbf9d43c20ab15'
- '6d730ff54b70af2e4a006537d5380b8a'
- '3f25e275fcdbe687db10a435577952bc'
- 'e59176526a9a2014dfd74b21414b9337'
- '474825713a10b81f317cfb9b83cb1be8'
- 'b8f8a053ed3b759f2c555c42ef6db059'
- '373bcacea4a0cbd447e90e1f280dd21e'
- 'de896751cab242c4eb194eeffece5d1b'
- '6ba5055bbcb10269c78314bb28c50f2e'
- '02b68cd321ea902410715e1e281d057e'
- '18140a81009b8a0e2803d6b987607cee'
- 'ea94cf523bce5cd1282e195b91306884'
- '75793afb6520f433eb8bcedad1c8dc95'
- 'a78180bae780ee4f3b5efb799ce03aff'
- '92e15977e2953dae480ca0d1419c09a9'
- '521beaab8834cfcd9c9b998cf77bdadf'
- '51eeec19bc5d8ef4d068ea3659f052f8'
- 'ea78263ecc06bf720e2d759ee6c1fdde'
- '0df05733bc0caa3d2f53ffd483b8'
- 'd6ea625548f2fec0bf861b44913e1691'
- '801da1aa6b1b0556871dc6b42d581a90'
- '853ed951ee3d021be15e782f238e92c8'
- 'd4f6873eef9833d47b31d15eeab0c616'
- 'a6c525031861ee2da6d7863bb2a612aa'
- 'b6095616aa0dfb8892cc998abb233c7a'
- '2d04ec82855e7bd90b780f81042f1924'
- 'ecb324a09c6c836abbe58d1e8c647aef'
- '04e580b59b25ee56cf41da61847d49ef'
- 'e7f9461f5c5716043fb4a85cad143fe1'
- '5843fe6e38c0f54a72a35aa3bbb04141'
- '9a2c23bb0f2999bf7498496346b4a100'
- 'ae3ad0153e191e427daca7170330b71e'
- 'a372899496d2d249c64c816dc19cf6f8'
- '15ca597f0a7f02b3380c6e2b836a2ea5'
- '650b0b363a44bbe73ea33c15572d57dc'
- 'fce7683c06007d17ff3adc5628cce745'
- 'db8b9e1013bd90779e256527a2ead8b4'
- 'e10373ce2c609a4faafefb6433440879'
- 'b0270d827c92fc09fb2a16803f64096e'
- 'b01f57815eb2d96ce411d7ad06aa0700'
- '68a5ffbe226b04bbbc7e9c27e646f8c3'
- '078a6782be89e7b1d7abab4910600181'
- 'a1255b5c5cb3aef351192b73fc48c837'
- '6eb5b4646ded7c40e91f71c25ad98be8'
- '7602612bd765048e0a3f6c3783fd1c81'
- '334003d8307e27fd6a7ff92d3d5a7cc8'
- 'fb5a4c14f7c39c10839db61af4f1d834'
- '22b5b1799bcb9141809b2c8fbc082154'
- '1574b1351bf6a4275e0dd40ba004'
- 'c54f104ff0017590b283a872ee245bdc'
- 'a417434d92e6f584305e93eba5c5bef1'
- 'ba50f88c689789db07c39dbd7aa441a0'
- 'cb8414263ed270e342bdf9b1d64c3b5a'
- '9f1ed17ad8aab6a320361719a78715cb'
- '274be4013ab2877b10247e10b859f8d1'
- '39a2ec21055f810fa4b479e1415a23a3'
- 'b9e73706ee6bb62c67263a82cde4b600'
- 'e456ea17358e6ccd661b53620d200343'
- '117c21127028025b5ee6bb5b69f4408d'
- 'a9787516980df274b8e3f3b04cea76d8'
- '098b432d35acf2ebfa6728cd2a010497'
- '21d16711d81ba7bb28f0a52f823a7345'
- 

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

2016-05-12 Thread Jan Steffens
Date: Thursday, May 12, 2016 @ 21:22:53
  Author: heftig
Revision: 267902

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

Added:
  gnome-font-viewer/repos/extra-i686/PKGBUILD
(from rev 267901, gnome-font-viewer/trunk/PKGBUILD)
  gnome-font-viewer/repos/extra-x86_64/PKGBUILD
(from rev 267901, gnome-font-viewer/trunk/PKGBUILD)
Deleted:
  gnome-font-viewer/repos/extra-i686/PKGBUILD
  gnome-font-viewer/repos/extra-i686/gnome-font-viewer.install
  gnome-font-viewer/repos/extra-x86_64/PKGBUILD
  gnome-font-viewer/repos/extra-x86_64/gnome-font-viewer.install

+
 /PKGBUILD  |   54 +++
 extra-i686/PKGBUILD|   28 
 extra-i686/gnome-font-viewer.install   |   11 --
 extra-x86_64/PKGBUILD  |   28 
 extra-x86_64/gnome-font-viewer.install |   11 --
 5 files changed, 54 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-12 19:22:05 UTC (rev 267901)
+++ extra-i686/PKGBUILD 2016-05-12 19:22:53 UTC (rev 267902)
@@ -1,28 +0,0 @@
-#  $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-font-viewer
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="GNOME font viewer and thumbnailer"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
-makedepends=('intltool')
-options=('!emptydirs')
-url="http://www.gnome.org;
-groups=('gnome')
-install=gnome-font-viewer.install
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('911228289249c589debe2b020b307f928ed3b791c5c16ef8ef2a679aa3db2975')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-font-viewer/repos/extra-i686/PKGBUILD (from rev 267901, 
gnome-font-viewer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-12 19:22:53 UTC (rev 267902)
@@ -0,0 +1,27 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://git.gnome.org/browse/gnome-font-viewer;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(intltool)
+options=(!emptydirs)
+groups=(gnome)
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c95b336c15fade23ce239087897d91abcd3ae3776cd15b0c71321629a94abe8e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-font-viewer.install
===
--- extra-i686/gnome-font-viewer.install2016-05-12 19:22:05 UTC (rev 
267901)
+++ extra-i686/gnome-font-viewer.install2016-05-12 19:22:53 UTC (rev 
267902)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-12 19:22:05 UTC (rev 267901)
+++ extra-x86_64/PKGBUILD   2016-05-12 19:22:53 UTC (rev 267902)
@@ -1,28 +0,0 @@
-#  $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-font-viewer
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="GNOME font viewer and thumbnailer"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
-makedepends=('intltool')
-options=('!emptydirs')
-url="http://www.gnome.org;
-groups=('gnome')
-install=gnome-font-viewer.install
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('911228289249c589debe2b020b307f928ed3b791c5c16ef8ef2a679aa3db2975')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-font-viewer/repos/extra-x86_64/PKGBUILD (from rev 267901, 
gnome-font-viewer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-12 19:22:53 UTC (rev 267902)
@@ -0,0 +1,27 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://git.gnome.org/browse/gnome-font-viewer;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gnome-desktop)

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

2016-05-12 Thread Jan Steffens
Date: Thursday, May 12, 2016 @ 21:22:05
  Author: heftig
Revision: 267901

3.20.2-1

Modified:
  gnome-font-viewer/trunk/PKGBUILD
Deleted:
  gnome-font-viewer/trunk/gnome-font-viewer.install

---+
 PKGBUILD  |   19 +--
 gnome-font-viewer.install |   11 ---
 2 files changed, 9 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 19:03:24 UTC (rev 267900)
+++ PKGBUILD2016-05-12 19:22:05 UTC (rev 267901)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-font-viewer
-pkgver=3.20.0
+pkgver=3.20.2
 pkgrel=1
-pkgdesc="GNOME font viewer and thumbnailer"
+pkgdesc="A font viewer utility for GNOME"
+url="https://git.gnome.org/browse/gnome-font-viewer;
 arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
-makedepends=('intltool')
-options=('!emptydirs')
-url="http://www.gnome.org;
-groups=('gnome')
-install=gnome-font-viewer.install
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(intltool)
+options=(!emptydirs)
+groups=(gnome)
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('911228289249c589debe2b020b307f928ed3b791c5c16ef8ef2a679aa3db2975')
+sha256sums=('c95b336c15fade23ce239087897d91abcd3ae3776cd15b0c71321629a94abe8e')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gnome-font-viewer.install
===
--- gnome-font-viewer.install   2016-05-12 19:03:24 UTC (rev 267900)
+++ gnome-font-viewer.install   2016-05-12 19:22:05 UTC (rev 267901)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-12 Thread Sven-Hendrik Haase
Date: Thursday, May 12, 2016 @ 21:10:10
  Author: svenstaro
Revision: 175084

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 19:09:56 UTC (rev 175083)
+++ PKGBUILD2016-05-12 19:10:10 UTC (rev 175084)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.11.4
-pkgrel=1
-pkgdesc='Swiss Army knife of Python web development'
-url='http://werkzeug.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
-source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz;)
-sha256sums=('e48fb7e3f2bb5a740dd9a24699a4d83e2e028555f9c46bcc8ecfc2cd8c32')
-
-prepare() {
-  cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"
-  cp -r "Werkzeug-$pkgver" "python2-werkzeug-$pkgver"
-}
-
-build_python-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-#check() {
-#  cd "python-werkzeug-$pkgver"
-#  python setup.py test
-#
-#  cd "python-werkzeug-$pkgver"
-#  p3ython2 setup.py test
-#}
-
-package_python-werkzeug() {
-  depends+=('python')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-werkzeug() {
-  depends+=('python2')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: https://github.com/mitsuhiko/werkzeug
-# vim:set ts=2 sw=2 et:

Copied: python-werkzeug/repos/community-any/PKGBUILD (from rev 175083, 
python-werkzeug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 19:10:10 UTC (rev 175084)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=('python-werkzeug' 'python2-werkzeug')
+pkgver=0.11.9
+pkgrel=1
+pkgdesc='Swiss Army knife of Python web development'
+url='http://werkzeug.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
+source=("https://github.com/pallets/werkzeug/archive/0.11.9.tar.gz;)
+sha256sums=('fe140008e5f9da77e6e8524ed995ab7155d4537ea2337fc4e7bdee936cde80db')
+
+prepare() {
+  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
+  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
+}
+
+build_python-werkzeug() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-werkzeug() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+#check() {
+#  cd "python-werkzeug-$pkgver"
+#  python setup.py test
+#
+#  cd "python-werkzeug-$pkgver"
+#  p3ython2 setup.py test
+#}
+
+package_python-werkzeug() {
+  depends+=('python')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-werkzeug() {
+  depends+=('python2')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: https://github.com/mitsuhiko/werkzeug
+# vim:set ts=2 sw=2 et:


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

2016-05-12 Thread Sven-Hendrik Haase
Date: Thursday, May 12, 2016 @ 21:09:56
  Author: svenstaro
Revision: 175083

upgpkg: python-werkzeug 0.11.9-1

upstream release 0.11.9

Modified:
  python-werkzeug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 18:39:31 UTC (rev 175082)
+++ PKGBUILD2016-05-12 19:09:56 UTC (rev 175083)
@@ -6,7 +6,7 @@
 # Contributor: Richard Murri
 
 pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.11.4
+pkgver=0.11.9
 pkgrel=1
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
@@ -13,12 +13,12 @@
 arch=('any')
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
-source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz;)
-sha256sums=('e48fb7e3f2bb5a740dd9a24699a4d83e2e028555f9c46bcc8ecfc2cd8c32')
+source=("https://github.com/pallets/werkzeug/archive/0.11.9.tar.gz;)
+sha256sums=('fe140008e5f9da77e6e8524ed995ab7155d4537ea2337fc4e7bdee936cde80db')
 
 prepare() {
-  cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"
-  cp -r "Werkzeug-$pkgver" "python2-werkzeug-$pkgver"
+  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
+  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
 }
 
 build_python-werkzeug() {


[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2016-05-12 Thread Andreas Radke
Date: Thursday, May 12, 2016 @ 21:03:24
  Author: andyrtr
Revision: 267900

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

Added:
  xcb-util-cursor/repos/extra-i686/PKGBUILD
(from rev 267899, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD
(from rev 267899, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/extra-i686/PKGBUILD
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-12 19:01:40 UTC (rev 267899)
+++ extra-i686/PKGBUILD 2016-05-12 19:03:24 UTC (rev 267900)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Bastien Dejean 
-
-pkgname=xcb-util-cursor
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: xcb-util-cursor/repos/extra-i686/PKGBUILD (from rev 267899, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-12 19:03:24 UTC (rev 267900)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Bastien Dejean 
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-12 19:01:40 UTC (rev 267899)
+++ extra-x86_64/PKGBUILD   2016-05-12 19:03:24 UTC (rev 267900)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Bastien Dejean 
-
-pkgname=xcb-util-cursor
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 267899, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-12 19:03:24 UTC (rev 267900)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Bastien Dejean 
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in xcb-util-cursor/trunk (PKGBUILD)

2016-05-12 Thread Andreas Radke
Date: Thursday, May 12, 2016 @ 21:01:40
  Author: andyrtr
Revision: 267899

upgpkg: xcb-util-cursor 0.1.3-1

upstream update 0.1.3

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 18:16:53 UTC (rev 267898)
+++ PKGBUILD2016-05-12 19:01:40 UTC (rev 267899)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Sébastien Luttringer 
+# Maintainer: AndyRTR 
 # Contributor: Bastien Dejean 
 
 pkgname=xcb-util-cursor
-pkgver=0.1.2
+pkgver=0.1.3
 pkgrel=1
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
@@ -10,8 +10,9 @@
 url='http://cgit.freedesktop.org/xcb/util-cursor'
 license=('custom:MIT')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
 source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
 
 build() {
   cd $pkgname-$pkgver


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

2016-05-12 Thread Jelle van der Waa
Date: Thursday, May 12, 2016 @ 20:39:19
  Author: jelle
Revision: 175081

upgpkg: python-apsw 3.12.2-1

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 17:23:07 UTC (rev 175080)
+++ PKGBUILD2016-05-12 18:39:19 UTC (rev 175081)
@@ -4,7 +4,7 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.11.0
+pkgver=3.12.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/rogerbinns/apsw;
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 source=("https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz; 
"LICENSE")
-md5sums=('bc7879f0a029433b917cd4dec65ef328'
+md5sums=('621b2857e05506f190b55fce66b65887'
  '9be3fbee1bae6c66d658a157c67943c0')
 
 build() {


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

2016-05-12 Thread Jelle van der Waa
Date: Thursday, May 12, 2016 @ 20:39:31
  Author: jelle
Revision: 175082

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

Added:
  python-apsw/repos/community-i686/LICENSE
(from rev 175081, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-i686/PKGBUILD
(from rev 175081, python-apsw/trunk/PKGBUILD)
  python-apsw/repos/community-x86_64/LICENSE
(from rev 175081, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 175081, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-i686/LICENSE
  python-apsw/repos/community-i686/PKGBUILD
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   54 ++
 /PKGBUILD |  104 
 community-i686/LICENSE|   27 ---
 community-i686/PKGBUILD   |   52 --
 community-x86_64/LICENSE  |   27 ---
 community-x86_64/PKGBUILD |   52 --
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-05-12 18:39:19 UTC (rev 175081)
+++ community-i686/LICENSE  2016-05-12 18:39:31 UTC (rev 175082)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns 
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-i686/LICENSE (from rev 175081, 
python-apsw/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-05-12 18:39:31 UTC (rev 175082)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-12 18:39:19 UTC (rev 175081)
+++ community-i686/PKGBUILD 2016-05-12 18:39:31 UTC (rev 175082)
@@ -1,52 +0,0 @@
-# Maintainer: Brendan MacDonell 
-# Former Maintainer: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.11.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="https://github.com/rogerbinns/apsw;
-license=('MIT')
-makedepends=('python' 'python2')
-source=("https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz; 
"LICENSE")
-md5sums=('bc7879f0a029433b917cd4dec65ef328'
- '9be3fbee1bae6c66d658a157c67943c0')
-
-build() {
-  cp -rf apsw-${pkgver}-r1 apsw2
-
-  cd apsw-${pkgver}-r1
-  python setup.py build 

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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 20:14:07
  Author: arojas
Revision: 267894

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-12 18:12:55 UTC (rev 267893)
+++ extra-i686/PKGBUILD 2016-05-12 18:14:07 UTC (rev 267894)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 
'boost' 'python')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d0944e34abcb91c829345ca5d2494b81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 267893, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-12 18:14:07 UTC (rev 267894)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=16.04.1
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 
'boost' 'python')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d0944e34abcb91c829345ca5d2494b81')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-12 18:12:55 UTC (rev 267893)
+++ extra-x86_64/PKGBUILD   2016-05-12 18:14:07 UTC (rev 267894)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 
'boost' 'python')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d0944e34abcb91c829345ca5d2494b81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/extra-x86_64/PKGBUILD (from rev 267893, 
akonadi/trunk/PKGBUILD)

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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 20:12:55
  Author: arojas
Revision: 267893

Rebuild against GCC 6.1

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:06:09 UTC (rev 267892)
+++ PKGBUILD2016-05-12 18:12:55 UTC (rev 267893)
@@ -5,7 +5,7 @@
 
 pkgname=akonadi
 pkgver=16.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'


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

2016-05-12 Thread Maxime Gauduin
Date: Thursday, May 12, 2016 @ 19:22:47
  Author: alucryd
Revision: 175079

perl 5.24 rebuild: hexchat 2.12.1-3

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 17:07:10 UTC (rev 175078)
+++ PKGBUILD2016-05-12 17:22:47 UTC (rev 175079)
@@ -4,7 +4,7 @@
 
 pkgname=hexchat
 pkgver=2.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'


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

2016-05-12 Thread Maxime Gauduin
Date: Thursday, May 12, 2016 @ 19:23:07
  Author: alucryd
Revision: 175080

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

Added:
  hexchat/repos/community-staging-i686/PKGBUILD
(from rev 175079, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-staging-x86_64/PKGBUILD
(from rev 175079, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-staging-i686/PKGBUILD
  hexchat/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-05-12 17:22:47 UTC (rev 175079)
+++ community-staging-i686/PKGBUILD 2016-05-12 17:23:07 UTC (rev 175080)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.12.1
-pkgrel=2
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
-
-build() {
-  cd hexchat-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
-}
-
-package() {
-  cd hexchat-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-i686/PKGBUILD (from rev 175079, 
hexchat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 17:23:07 UTC (rev 175080)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.12.1
+pkgrel=3
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'lua: Lua plugin'
+'perl: Perl plugin'
+'python: Python plugin')
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
+sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
+
+build() {
+  cd hexchat-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-python='python3' \
+--enable-textfe
+  make
+}
+
+package() {
+  cd hexchat-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-05-12 17:22:47 UTC (rev 175079)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 17:23:07 UTC (rev 175080)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.12.1
-pkgrel=2
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
-
-build() {
-  cd hexchat-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
-}
-
-package() {
-  cd hexchat-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-x86_64/PKGBUILD (from rev 175079, 
hexchat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD  

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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 19:07:10
  Author: arojas
Revision: 175078

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

Added:
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 175077, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-i686/lapack.patch
(from rev 175077, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-i686/linbox-fplll.patch
(from rev 175077, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-i686/underlink.patch
(from rev 175077, linbox/trunk/underlink.patch)
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 175077, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/lapack.patch
(from rev 175077, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
(from rev 175077, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-x86_64/underlink.patch
(from rev 175077, linbox/trunk/underlink.patch)
Deleted:
  linbox/repos/community-staging-i686/PKGBUILD
  linbox/repos/community-staging-i686/lapack.patch
  linbox/repos/community-staging-i686/linbox-fplll.patch
  linbox/repos/community-staging-i686/underlink.patch
  linbox/repos/community-staging-x86_64/PKGBUILD
  linbox/repos/community-staging-x86_64/lapack.patch
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
  linbox/repos/community-staging-x86_64/underlink.patch

-+
 /PKGBUILD   |   62 +
 /lapack.patch   |   44 ++
 /linbox-fplll.patch |  174 ++
 /underlink.patch|   82 
 community-staging-i686/PKGBUILD |   51 ---
 community-staging-i686/lapack.patch |   22 ---
 community-staging-i686/linbox-fplll.patch   |   87 -
 community-staging-i686/underlink.patch  |   41 --
 community-staging-x86_64/PKGBUILD   |   51 ---
 community-staging-x86_64/lapack.patch   |   22 ---
 community-staging-x86_64/linbox-fplll.patch |   87 -
 community-staging-x86_64/underlink.patch|   41 --
 12 files changed, 362 insertions(+), 402 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-05-12 17:06:20 UTC (rev 175077)
+++ community-staging-i686/PKGBUILD 2016-05-12 17:07:10 UTC (rev 175078)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.3.2
-pkgrel=14
-pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
-arch=(i686 x86_64)
-url="http://linalg.org/;
-license=(LGPL)
-depends=(m4rie lapack ntl libfplll iml givaro) 
-makedepends=(fflas-ffpack)
-source=("http://linalg.org/$pkgname-$pkgver.tar.gz; 'linbox-fplll.patch' 
'underlink.patch' 'lapack.patch')
-md5sums=('67c80345c8c3e93d213f2d7d37d8c9af'
- '76fbb525cceff1dd74a7c1892ca965d0'
- '731a6b17c40a56e38fef79e03391e0b5'
- '3525650c88f9a2809214216b914f4f46')
-
-prepare() {
-  cd $pkgname-$pkgver
-# fix build with newer givaro
-  sed -i 's|version_max=30800|version_max=30900|' configure
-# fix libfplll support - Fedora patch
-  patch -p0 -i ../linbox-fplll.patch
-# fix underlink - Fedora patch
-  patch -p0 -i ../underlink.patch
-# fix detecting lapack support in fflas-ffpack
-  patch -p0 -i ../lapack.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS="$CFLAGS -g -fPIC"
-  export CXXFLAGS="$CXXFLAGS -g -fPIC -std=c++98"
-  export LDFLAGS="$LDFLAGS -L/usr/lib"
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 175077, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 17:07:10 UTC (rev 175078)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(i686 x86_64)
+url="http://linalg.org/;
+license=(LGPL)
+depends=(m4rie lapack flint libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('e6638413bef578990d8764faca44ab17')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage 

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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 19:06:20
  Author: arojas
Revision: 175077

Update to 1.4.1

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:59:43 UTC (rev 175076)
+++ PKGBUILD2016-05-12 17:06:20 UTC (rev 175077)
@@ -2,39 +2,20 @@
 # Maintainer: Antonio Rojas < nqn7...@gmail.com >
 
 pkgname=linbox
-pkgver=1.3.2
-pkgrel=14
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
 arch=(i686 x86_64)
 url="http://linalg.org/;
 license=(LGPL)
-depends=(m4rie lapack ntl libfplll iml givaro) 
+depends=(m4rie lapack flint libfplll iml givaro) 
 makedepends=(fflas-ffpack)
-source=("http://linalg.org/$pkgname-$pkgver.tar.gz; 'linbox-fplll.patch' 
'underlink.patch' 'lapack.patch')
-md5sums=('67c80345c8c3e93d213f2d7d37d8c9af'
- '76fbb525cceff1dd74a7c1892ca965d0'
- '731a6b17c40a56e38fef79e03391e0b5'
- '3525650c88f9a2809214216b914f4f46')
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('e6638413bef578990d8764faca44ab17')
 
-prepare() {
-  cd $pkgname-$pkgver
-# fix build with newer givaro
-  sed -i 's|version_max=30800|version_max=30900|' configure
-# fix libfplll support - Fedora patch
-  patch -p0 -i ../linbox-fplll.patch
-# fix underlink - Fedora patch
-  patch -p0 -i ../underlink.patch
-# fix detecting lapack support in fflas-ffpack
-  patch -p0 -i ../lapack.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 
-  export CFLAGS="$CFLAGS -g -fPIC"
-  export CXXFLAGS="$CXXFLAGS -g -fPIC -std=c++98"
-  export LDFLAGS="$LDFLAGS -L/usr/lib"
-
   ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
   make
 }
@@ -41,7 +22,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  make check
+# make check
 }
 
 package() {
@@ -48,4 +29,3 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 18:59:43
  Author: fyan
Revision: 175076

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

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

--+
 community-staging-i686/PKGBUILD  |   57 +
 community-staging-i686/haskell-aws.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   57 +
 community-staging-x86_64/haskell-aws.install |   18 +++
 4 files changed, 150 insertions(+)

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 175075, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 16:59:43 UTC (rev 175076)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.13.0
+pkgrel=42
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3504c96a00d12fa0fe4ae5ab4dafa3eec7ca576a02ed7906cff70a75625a75a6')
+
+prepare() {
+sed -e 's/cereal   >= 0.3 && < 0.5,/cereal   
>= 0.3 \&\& < 0.6,/' \
+-e 's/data-default >= 0.5.3   && < 0.6,/data-default 
>= 0.5.3   \&\& < 0.7,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-aws/repos/community-staging-i686/haskell-aws.install (from rev 
175075, haskell-aws/trunk/haskell-aws.install)
===
--- community-staging-i686/haskell-aws.install  (rev 0)
+++ community-staging-i686/haskell-aws.install  2016-05-12 16:59:43 UTC (rev 
175076)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aws
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 175075, 

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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 18:59:16
  Author: fyan
Revision: 175075

upgpkg: haskell-aws 0.13.0-42

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:58:27 UTC (rev 175074)
+++ PKGBUILD2016-05-12 16:59:16 UTC (rev 175075)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.13.0
-pkgrel=41
+pkgrel=42
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


[arch-commits] Commit in fflas-ffpack/repos/community-staging-any (PKGBUILD PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:58:27
  Author: arojas
Revision: 175074

archrelease: copy trunk to community-staging-any

Added:
  fflas-ffpack/repos/community-staging-any/PKGBUILD
(from rev 175073, fflas-ffpack/trunk/PKGBUILD)
Deleted:
  fflas-ffpack/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 16:58:00 UTC (rev 175073)
+++ PKGBUILD2016-05-12 16:58:27 UTC (rev 175074)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fflas-ffpack
-pkgver=2.2.1
-pkgrel=3
-pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(any)
-url="http://linbox-team.github.io/fflas-ffpack/;
-license=(LGPL)
-makedepends=(givaro cblas lapack)
-source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('4aa8d77f233774ed29c4be84e43190dd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp"
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-staging-any/PKGBUILD (from rev 175073, 
fflas-ffpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 16:58:27 UTC (rev 175074)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fflas-ffpack
+pkgver=2.2.1
+pkgrel=4
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(any)
+url="http://linbox-team.github.io/fflas-ffpack/;
+license=(LGPL)
+makedepends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('4aa8d77f233774ed29c4be84e43190dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack" --disable-avx
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:58:00
  Author: arojas
Revision: 175073

Disable AVX instructions

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:49:42 UTC (rev 175072)
+++ PKGBUILD2016-05-12 16:58:00 UTC (rev 175073)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(any)
 url="http://linbox-team.github.io/fflas-ffpack/;
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp"
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack" --disable-avx
   make
 }
 


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 18:49:42
  Author: fyan
Revision: 175072

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 175071, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 175071, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 175071, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 175071, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 154 insertions(+)

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

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 175071, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-05-12 
16:49:42 UTC (rev 175072)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  

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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 18:49:13
  Author: fyan
Revision: 175071

upgpkg: pandoc-citeproc 0.9.1.1-22

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:48:33 UTC (rev 175070)
+++ PKGBUILD2016-05-12 16:49:13 UTC (rev 175071)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9.1.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:48:06
  Author: arojas
Revision: 175069

Update to 2.2.0

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:37:07 UTC (rev 175068)
+++ PKGBUILD2016-05-12 16:48:06 UTC (rev 175069)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.1.1
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,7 +15,7 @@
 optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo')
 backup=('etc/ownCloud/sync-exclude.lst')
 source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
-md5sums=('63a971158201a8dffe96a02c54b86819')
+md5sums=('06a0e55771e5ee331dc961edc7e7008a')
 
 prepare() {
   mkdir -p build


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:48:33
  Author: arojas
Revision: 175070

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 175069, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 175069, owncloud-client/trunk/PKGBUILD)
Deleted:
  owncloud-client/repos/community-i686/PKGBUILD
  owncloud-client/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-12 16:48:06 UTC (rev 175069)
+++ community-i686/PKGBUILD 2016-05-12 16:48:33 UTC (rev 175070)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=2.1.1
-pkgrel=3
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
-makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo')
-backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
-md5sums=('63a971158201a8dffe96a02c54b86819')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$_name-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 175069, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-12 16:48:33 UTC (rev 175070)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
+makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
+optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo')
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
+md5sums=('06a0e55771e5ee331dc961edc7e7008a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-12 16:48:06 UTC (rev 175069)
+++ community-x86_64/PKGBUILD   2016-05-12 16:48:33 UTC (rev 175070)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=2.1.1
-pkgrel=3
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
-makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo')
-backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
-md5sums=('63a971158201a8dffe96a02c54b86819')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$_name-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: owncloud-client/repos/community-x86_64/PKGBUILD (from rev 175069, 
owncloud-client/trunk/PKGBUILD)

[arch-commits] Commit in fflas-ffpack/repos/community-staging-any (PKGBUILD PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:37:07
  Author: arojas
Revision: 175068

archrelease: copy trunk to community-staging-any

Added:
  fflas-ffpack/repos/community-staging-any/PKGBUILD
(from rev 175067, fflas-ffpack/trunk/PKGBUILD)
Deleted:
  fflas-ffpack/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 16:36:40 UTC (rev 175067)
+++ PKGBUILD2016-05-12 16:37:07 UTC (rev 175068)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fflas-ffpack
-pkgver=2.2.1
-pkgrel=2
-pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(any)
-url="http://linbox-team.github.io/fflas-ffpack/;
-license=(LGPL)
-makedepends=(givaro cblas lapack)
-source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('4aa8d77f233774ed29c4be84e43190dd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack"
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-staging-any/PKGBUILD (from rev 175067, 
fflas-ffpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 16:37:07 UTC (rev 175068)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fflas-ffpack
+pkgver=2.2.1
+pkgrel=3
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(any)
+url="http://linbox-team.github.io/fflas-ffpack/;
+license=(LGPL)
+makedepends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('4aa8d77f233774ed29c4be84e43190dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:36:40
  Author: arojas
Revision: 175067

Link to libgomp

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:25:09 UTC (rev 175066)
+++ PKGBUILD2016-05-12 16:36:40 UTC (rev 175067)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(any)
 url="http://linbox-team.github.io/fflas-ffpack/;
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack"
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp"
   make
 }
 


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 18:24:40
  Author: fyan
Revision: 175064

upgpkg: haskell-monad-journal 0.7.1-14

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-monad-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:24:30 UTC (rev 175063)
+++ PKGBUILD2016-05-12 16:24:40 UTC (rev 175064)
@@ -5,7 +5,7 @@
 _hkgname=monad-journal
 pkgname=haskell-monad-journal
 pkgver=0.7.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Pure logger typeclass and monad transformer"
 url="http://github.com/phaazon/monad-journal;
 license=("custom:BSD3")


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:24:30
  Author: arojas
Revision: 175063

Enable lapack

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:21:12 UTC (rev 175062)
+++ PKGBUILD2016-05-12 16:24:30 UTC (rev 175063)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(any)
 url="http://linbox-team.github.io/fflas-ffpack/;
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas"
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack"
   make
 }
 


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 18:25:09
  Author: fyan
Revision: 175066

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

Added:
  haskell-monad-journal/repos/community-staging-i686/
  haskell-monad-journal/repos/community-staging-i686/PKGBUILD
(from rev 175064, haskell-monad-journal/trunk/PKGBUILD)
  
haskell-monad-journal/repos/community-staging-i686/haskell-monad-journal.install
(from rev 175064, haskell-monad-journal/trunk/haskell-monad-journal.install)
  haskell-monad-journal/repos/community-staging-x86_64/
  haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD
(from rev 175065, haskell-monad-journal/trunk/PKGBUILD)
  
haskell-monad-journal/repos/community-staging-x86_64/haskell-monad-journal.install
(from rev 175065, haskell-monad-journal/trunk/haskell-monad-journal.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-monad-journal.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-monad-journal.install |   18 ++
 4 files changed, 122 insertions(+)

Copied: haskell-monad-journal/repos/community-staging-i686/PKGBUILD (from rev 
175064, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 16:25:09 UTC (rev 175066)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.1
+pkgrel=14
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-either" "haskell-monad-control" "haskell-mtl"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('79afa46b66530b7877a1860352ad3696a6ce65f3ad2f17468c3d4e78bc4fd2ad')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-monad-journal/repos/community-staging-i686/haskell-monad-journal.install
 (from rev 175064, haskell-monad-journal/trunk/haskell-monad-journal.install)
===
--- community-staging-i686/haskell-monad-journal.install
(rev 0)
+++ community-staging-i686/haskell-monad-journal.install2016-05-12 
16:25:09 UTC (rev 175066)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-journal
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD (from rev 
175065, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 16:25:09 UTC (rev 175066)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.1
+pkgrel=14
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;

[arch-commits] Commit in fflas-ffpack/repos/community-staging-any (PKGBUILD PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:24:52
  Author: arojas
Revision: 175065

archrelease: copy trunk to community-staging-any

Added:
  fflas-ffpack/repos/community-staging-any/PKGBUILD
(from rev 175064, fflas-ffpack/trunk/PKGBUILD)
Deleted:
  fflas-ffpack/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 16:24:40 UTC (rev 175064)
+++ PKGBUILD2016-05-12 16:24:52 UTC (rev 175065)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fflas-ffpack
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(any)
-url="http://linbox-team.github.io/fflas-ffpack/;
-license=(LGPL)
-makedepends=(givaro cblas lapack)
-source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('4aa8d77f233774ed29c4be84e43190dd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas"
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-staging-any/PKGBUILD (from rev 175064, 
fflas-ffpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 16:24:52 UTC (rev 175065)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fflas-ffpack
+pkgver=2.2.1
+pkgrel=2
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(any)
+url="http://linbox-team.github.io/fflas-ffpack/;
+license=(LGPL)
+makedepends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('4aa8d77f233774ed29c4be84e43190dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-12 Thread Sergej Pupykin
Date: Thursday, May 12, 2016 @ 18:20:59
  Author: spupykin
Revision: 175061

upgpkg: tesseract 3.04.01-1

upd

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:16:39 UTC (rev 175060)
+++ PKGBUILD2016-05-12 16:20:59 UTC (rev 175061)
@@ -8,8 +8,8 @@
 ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
 
 pkgname=tesseract
-pkgver=3.04.00
-pkgrel=5
+pkgver=3.04.01
+pkgrel=1
 pkgdesc="An OCR program"
 arch=(i686 x86_64)
 #url="http://code.google.com/p/tesseract-ocr;
@@ -22,7 +22,7 @@
$(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
 
source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
-md5sums=('078130b9c7d28c558a0e49d432505864'
+md5sums=('645a21effcf2825a3473849d72a7fd90'
  'd7c06843a771f30fb64b4109a1b059f9')
 
 build() {


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

2016-05-12 Thread Sergej Pupykin
Date: Thursday, May 12, 2016 @ 18:21:12
  Author: spupykin
Revision: 175062

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

Added:
  tesseract/repos/community-i686/PKGBUILD
(from rev 175061, tesseract/trunk/PKGBUILD)
  tesseract/repos/community-i686/tesseract.install
(from rev 175061, tesseract/trunk/tesseract.install)
  tesseract/repos/community-x86_64/PKGBUILD
(from rev 175061, tesseract/trunk/PKGBUILD)
  tesseract/repos/community-x86_64/tesseract.install
(from rev 175061, tesseract/trunk/tesseract.install)
Deleted:
  tesseract/repos/community-i686/PKGBUILD
  tesseract/repos/community-i686/tesseract.install
  tesseract/repos/community-x86_64/PKGBUILD
  tesseract/repos/community-x86_64/tesseract.install

+
 /PKGBUILD  |   82 +++
 /tesseract.install |   14 +
 community-i686/PKGBUILD|   41 -
 community-i686/tesseract.install   |7 --
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/tesseract.install |7 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-12 16:20:59 UTC (rev 175061)
+++ community-i686/PKGBUILD 2016-05-12 16:21:12 UTC (rev 175062)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
-eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
-ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
-ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
-
-pkgname=tesseract
-pkgver=3.04.00
-pkgrel=5
-pkgdesc="An OCR program"
-arch=(i686 x86_64)
-#url="http://code.google.com/p/tesseract-ocr;
-url="https://github.com/tesseract-ocr/tesseract;
-license=("APACHE")
-depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
-makedepends=(icu cairo pango)
-install=tesseract.install
-optdepends=('icu' 'cairo' 'pango'
-   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
-   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
-md5sums=('078130b9c7d28c558a0e49d432505864'
- 'd7c06843a771f30fb64b4109a1b059f9')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-  make training
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir training-install
-  mkdir -p $pkgdir/usr/share/tessdata
-  install -Dm0644 $srcdir/osd.traineddata 
$pkgdir/usr/share/tessdata/osd.traineddata
-}

Copied: tesseract/repos/community-i686/PKGBUILD (from rev 175061, 
tesseract/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-12 16:21:12 UTC (rev 175062)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
+eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
+ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
+ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=3.04.01
+pkgrel=1
+pkgdesc="An OCR program"
+arch=(i686 x86_64)
+#url="http://code.google.com/p/tesseract-ocr;
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+md5sums=('645a21effcf2825a3473849d72a7fd90'
+ 'd7c06843a771f30fb64b4109a1b059f9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir training-install
+  mkdir -p $pkgdir/usr/share/tessdata
+  install -Dm0644 $srcdir/osd.traineddata 
$pkgdir/usr/share/tessdata/osd.traineddata
+}

Deleted: community-i686/tesseract.install
===
--- community-i686/tesseract.install2016-05-12 16:20:59 UTC (rev 175061)
+++ community-i686/tesseract.install2016-05-12 16:21:12 

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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:16:39
  Author: arojas
Revision: 175060

archrelease: copy trunk to community-staging-any

Added:
  fflas-ffpack/repos/community-staging-any/
  fflas-ffpack/repos/community-staging-any/PKGBUILD
(from rev 175059, fflas-ffpack/trunk/PKGBUILD)

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

Copied: fflas-ffpack/repos/community-staging-any/PKGBUILD (from rev 175059, 
fflas-ffpack/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-05-12 16:16:39 UTC (rev 175060)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fflas-ffpack
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(any)
+url="http://linbox-team.github.io/fflas-ffpack/;
+license=(LGPL)
+makedepends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('4aa8d77f233774ed29c4be84e43190dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:16:09
  Author: arojas
Revision: 175059

Update to 2.2.1

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:13:35 UTC (rev 175058)
+++ PKGBUILD2016-05-12 16:16:09 UTC (rev 175059)
@@ -2,24 +2,19 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=1.6.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=('any')
-url="http://linalg.org/projects/fflas-ffpack;
-license=('LGPL')
-makedepends=('givaro' 'cblas' 'lapack')
-source=("http://linalg.org/$pkgname-$pkgver.tar.gz;)
-md5sums=('726f40bcdbde725469c9f2e4ebbe1d05')
+arch=(any)
+url="http://linbox-team.github.io/fflas-ffpack/;
+license=(LGPL)
+makedepends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('4aa8d77f233774ed29c4be84e43190dd')
 
-prepare() {
-# fix givaro max version
-  sed -e 's|version_max=30800|version_max=30900|' -i $pkgname-$pkgver/configure
-}
-
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-blas-libs="-lcblas"
   make
 }
 
@@ -32,4 +27,3 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 18:13:35
  Author: bpiotrowski
Revision: 175058

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 175057, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 175057, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 175057, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 175057, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 175057, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 175057, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 126 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 175057, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 16:13:35 UTC (rev 175058)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=17
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
+url="http://www.frogatto.com;
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=("$pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  CXXFLAGS="$CXXFLAGS -std=gnu++98" make game server
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
+  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
+  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
+  install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
+  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
+
+  # Make level editor work (FS#37139)
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 175057, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2016-05-12 16:13:35 UTC (rev 175058)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 
175057, frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2016-05-12 16:13:35 UTC (rev 
175058)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 175057, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 16:13:35 UTC (rev 175058)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom 

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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 18:13:26
  Author: bpiotrowski
Revision: 175057

boost 1.60.0-5 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:07:47 UTC (rev 175056)
+++ PKGBUILD2016-05-12 16:13:26 UTC (rev 175057)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=16
+pkgrel=17
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com;
 license=('GPL')


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 18:07:47
  Author: fyan
Revision: 175056

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

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

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-yesod-static.install   |   18 +
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-yesod-static.install |   18 +
 4 files changed, 134 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
175055, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 16:07:47 UTC (rev 175056)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=49
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install 
(from rev 175055, haskell-yesod-static/trunk/haskell-yesod-static.install)
===
--- community-staging-i686/haskell-yesod-static.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-static.install 2016-05-12 16:07:47 UTC 
(rev 175056)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-static
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
175055, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD

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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 18:07:17
  Author: fyan
Revision: 175055

upgpkg: haskell-yesod-static 1.5.0.3-49

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:03:59 UTC (rev 175054)
+++ PKGBUILD2016-05-12 16:07:17 UTC (rev 175055)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=48
+pkgrel=49
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-05-12 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 18:06:07
  Author: tpowa
Revision: 267891

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

Added:
  libksba/repos/core-i686/PKGBUILD
(from rev 267890, libksba/repos/testing-i686/PKGBUILD)
  libksba/repos/core-i686/libksba.install
(from rev 267890, libksba/repos/testing-i686/libksba.install)
  libksba/repos/core-x86_64/PKGBUILD
(from rev 267890, libksba/repos/testing-x86_64/PKGBUILD)
  libksba/repos/core-x86_64/libksba.install
(from rev 267890, libksba/repos/testing-x86_64/libksba.install)
Deleted:
  libksba/repos/core-i686/PKGBUILD
  libksba/repos/core-i686/libksba.install
  libksba/repos/core-x86_64/PKGBUILD
  libksba/repos/core-x86_64/libksba.install
  libksba/repos/testing-i686/
  libksba/repos/testing-x86_64/

-+
 /PKGBUILD   |   64 ++
 /libksba.install|   40 ++
 core-i686/PKGBUILD  |   32 -
 core-i686/libksba.install   |   20 -
 core-x86_64/PKGBUILD|   32 -
 core-x86_64/libksba.install |   20 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-12 16:05:36 UTC (rev 267890)
+++ core-i686/PKGBUILD  2016-05-12 16:06:07 UTC (rev 267891)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Damir Perisa 
-
-pkgname=libksba
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="A CMS and X.509 access library"
-arch=(i686 x86_64)
-license=('GPL')
-url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
-depends=('bash' 'libgpg-error' 'glibc')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-install=libksba.install
-sha1sums=('86fe0436f3c8c394d32e142ee410a9f9560173fb'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}  
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libksba/repos/core-i686/PKGBUILD (from rev 267890, 
libksba/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-12 16:06:07 UTC (rev 267891)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="A CMS and X.509 access library"
+arch=(i686 x86_64)
+license=('GPL')
+url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libksba.install
+sha1sums=('bc84945400bd1cabfd7b8ba4e20e71082f32bcc9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-i686/libksba.install
===
--- core-i686/libksba.install   2016-05-12 16:05:36 UTC (rev 267890)
+++ core-i686/libksba.install   2016-05-12 16:06:07 UTC (rev 267891)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(ksba.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: libksba/repos/core-i686/libksba.install (from rev 267890, 
libksba/repos/testing-i686/libksba.install)
===
--- core-i686/libksba.install   (rev 0)
+++ core-i686/libksba.install   2016-05-12 16:06:07 UTC (rev 267891)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-05-12 16:05:36 UTC (rev 267890)
+++ core-x86_64/PKGBUILD2016-05-12 16:06:07 UTC (rev 

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

2016-05-12 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 18:06:09
  Author: tpowa
Revision: 267892

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-12 16:06:07 UTC (rev 267891)
+++ core-i686/PKGBUILD  2016-05-12 16:06:09 UTC (rev 267892)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=libseccomp
-pkgver=2.2.3
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="http://sourceforge.net/projects/libseccomp/;
-depends=('glibc')
-source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('7db418d35d7a6168400bf6b05502f8bf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libseccomp/repos/core-i686/PKGBUILD (from rev 267891, 
libseccomp/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-12 16:06:09 UTC (rev 267892)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp;
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('e6f3e84921ef9c2e9188681963f0943f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-05-12 16:06:07 UTC (rev 267891)
+++ core-x86_64/PKGBUILD2016-05-12 16:06:09 UTC (rev 267892)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=libseccomp
-pkgver=2.2.3
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="http://sourceforge.net/projects/libseccomp/;
-depends=('glibc')
-source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('7db418d35d7a6168400bf6b05502f8bf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libseccomp/repos/core-x86_64/PKGBUILD (from rev 267891, 
libseccomp/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-05-12 16:06:09 UTC (rev 267892)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp;
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('e6f3e84921ef9c2e9188681963f0943f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-12 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 18:05:36
  Author: tpowa
Revision: 267890

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 267889, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 267889, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 267889, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 267889, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 267889, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 267889, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 267889, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 267889, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 267889, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 267889, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 267889, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 267889, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  590 
 /change-default-console-loglevel.patch|   22 
 /config   |16006 
 /config.x86_64|15520 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  295 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 8003 --
 core-i686/config.x86_64   | 7760 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  295 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 8003 --
 core-x86_64/config.x86_64 | 7760 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 18 files changed, 32240 insertions(+), 32240 deletions(-)

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


[arch-commits] Commit in logwatch/repos/community-any (3 files)

2016-05-12 Thread Sergej Pupykin
Date: Thursday, May 12, 2016 @ 18:03:59
  Author: spupykin
Revision: 175054

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 175053, logwatch/trunk/PKGBUILD)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/rsyslog-messages.patch

+
 PKGBUILD   |  154 +++
 rsyslog-messages.patch |   26 ---
 2 files changed, 77 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 16:03:44 UTC (rev 175053)
+++ PKGBUILD2016-05-12 16:03:59 UTC (rev 175054)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.4.2
-pkgrel=1
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
-depends=('perl' 'cron')
-optdepends=('perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(http://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz)
-md5sums=('6eef537d20a7ec3bd3c99109853e2a05')
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   install -m 0755 -d $pkgdir/usr/share/logwatch
-   install -m 0755 -d $pkgdir/usr/share/logwatch/dist.conf
-   install -m 0755 -d $pkgdir/usr/share/logwatch/dist.conf/logfiles
-   install -m 0755 -d $pkgdir/usr/share/logwatch/dist.conf/services
-   install -m 0755 -d $pkgdir/usr/share/logwatch/default.conf
-   install -m 0755 -d $pkgdir/usr/share/logwatch/default.conf/logfiles
-   install -m 0755 -d $pkgdir/usr/share/logwatch/default.conf/services
-   install -m 0755 -d $pkgdir/usr/share/logwatch/default.conf/html
-   install -m 0755 -d $pkgdir/usr/share/logwatch/scripts
-   install -m 0755 -d $pkgdir/usr/share/logwatch/scripts/logfiles
-   install -m 0755 -d $pkgdir/usr/share/logwatch/scripts/services
-   install -m 0755 -d $pkgdir/usr/share/logwatch/scripts/shared
-   install -m 0755 -d $pkgdir/usr/share/logwatch/lib
-
-   install -m 0644 README $pkgdir/usr/share/logwatch/README
-   install -m 0644 HOWTO-Customize-LogWatch 
$pkgdir/usr/share/logwatch/HOWTO-Customize-LogWatch
-   install -m 0644 conf/*.conf $pkgdir/usr/share/logwatch/default.conf
-   install -m 0644 conf/logfiles/* 
$pkgdir/usr/share/logwatch/default.conf/logfiles
-   install -m 0644 conf/services/* 
$pkgdir/usr/share/logwatch/default.conf/services
-   install -m 0644 conf/html/* $pkgdir/usr/share/logwatch/default.conf/html
-   install -m 0755 scripts/logwatch.pl 
$pkgdir/usr/share/logwatch/scripts/logwatch.pl
-   for i in scripts/logfiles/* ; do
-   if [ `ls $i | grep -v CVS | wc -l` -ne 0 ] ; then
-   install -m 0755 -d $pkgdir/usr/share/logwatch/$i
-   install -m 0644 $i/* $pkgdir/usr/share/logwatch/$i
-   fi
-   done
-   install -m 0644 scripts/shared/* 
$pkgdir/usr/share/logwatch/scripts/shared
-   install -m 0644 scripts/services/* 
$pkgdir/usr/share/logwatch/scripts/services
-   install -m 0644 lib/* $pkgdir/usr/share/logwatch/lib
-
-   install -m 0755 -d $pkgdir/etc/logwatch
-   install -m 0755 -d $pkgdir/etc/logwatch/scripts
-   install -m 0755 -d $pkgdir/etc/logwatch/conf
-   install -m 0755 -d $pkgdir/etc/logwatch/conf/logfiles
-   install -m 0755 -d $pkgdir/etc/logwatch/conf/services
-   install -m 0755 -d $pkgdir/etc/logwatch/conf/html
-
-   touch $pkgdir/etc/logwatch/conf/logwatch.conf
-   touch $pkgdir/etc/logwatch/conf/ignore.conf
-   touch $pkgdir/etc/logwatch/conf/override.conf
-
-   install -m 0755 -d $pkgdir/usr/share/man/man8/
-   install -m 0644 logwatch.8 $pkgdir/usr/share/man/man8/
-
-   install -m 0755 -d $pkgdir/etc/cron.daily/
-   install -m 0755 -d $pkgdir/usr/bin/
-   ln -s /usr/share/logwatch/scripts/logwatch.pl $pkgdir/usr/bin/logwatch
-   ln -s /usr/share/logwatch/scripts/logwatch.pl 
$pkgdir/etc/cron.daily/0logwatch
-
-   install -m 0755 -d $pkgdir/var/cache/logwatch
-
-   install -m 0755 -d $pkgdir/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 175053, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 16:03:59 UTC (rev 175054)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.4.3
+pkgrel=1
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."

[arch-commits] Commit in logwatch/trunk (PKGBUILD rsyslog-messages.patch)

2016-05-12 Thread Sergej Pupykin
Date: Thursday, May 12, 2016 @ 18:03:44
  Author: spupykin
Revision: 175053

upgpkg: logwatch 7.4.3-1

upd

Modified:
  logwatch/trunk/PKGBUILD
Deleted:
  logwatch/trunk/rsyslog-messages.patch

+
 PKGBUILD   |4 ++--
 rsyslog-messages.patch |   26 --
 2 files changed, 2 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:00:23 UTC (rev 175052)
+++ PKGBUILD2016-05-12 16:03:44 UTC (rev 175053)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=logwatch
-pkgver=7.4.2
+pkgver=7.4.3
 pkgrel=1
 arch=('any')
 pkgdesc="Logwatch is a customizable log analysis system."
@@ -15,7 +15,7 @@
etc/logwatch/conf/ignore.conf
etc/logwatch/conf/override.conf)
 
source=(http://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz)
-md5sums=('6eef537d20a7ec3bd3c99109853e2a05')
+md5sums=('22bd22841caa45f12c605abc3e0c2b09')
 
 package() {
cd $srcdir/$pkgname-$pkgver

Deleted: rsyslog-messages.patch
===
--- rsyslog-messages.patch  2016-05-12 16:00:23 UTC (rev 175052)
+++ rsyslog-messages.patch  2016-05-12 16:03:44 UTC (rev 175053)
@@ -1,26 +0,0 @@
 /usr/share/logwatch/scripts/shared/applystddate.orig   2009-12-15 
14:36:04.0 +
-+++ /usr/share/logwatch/scripts/shared/applystddate.orig   2010-04-19 
14:25:55.0 +
-@@ -15,6 +15,7 @@ 
- my $Debug = $ENV{'LOGWATCH_DEBUG'} || 0;
- 
- $SearchDate = TimeFilter('%b %e %H:%M:%S');
-+$SearchDateRsyslog = 
TimeFilter('%Y-%m-%dT%H:%M:%S\.[0-9]+[+-][0-9]{2}:[0-9]{2}');
- 
- # The date might be "Dec 09", but it needs to be "Dec  9"...
- #$SearchDate =~ s/ 0/  /;
-@@ -22,11 +23,15 @@ 
- if ( $Debug > 5 ) {
-print STDERR "DEBUG: Inside ApplyStdDate...\n";
-print STDERR "DEBUG: Looking For: " . $SearchDate . "\n";
-+   print STDERR "DEBUG: Looking For: " . $SearchDateRsyslog . "\n";
- }
- 
- while (defined($ThisLine = )) {
-if ($ThisLine =~ m/^$SearchDate /o) {
-   print $ThisLine;
-+   } elsif ($ThisLine =~ /^$SearchDateRsyslog /o) {
-+  $ThisLine =~ 
s/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})\.[0-9]+[+-][0-9]{2}:[0-9]{2}
 //o;
-+  print POSIX::strftime("%b %e %H:%M:%S", $6, $5, $4, $3+1, $2-1, $1 - 
1900) . " " . $ThisLine;
-} elsif ($ThisLine =~ m/(Mon|Tue|Wed|Thu|Fri|Sat|Sun) $SearchDate \d{4}/o) 
{
-   print $ThisLine;
-}


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:00:23
  Author: arojas
Revision: 175052

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

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

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

Copied: givaro/repos/community-staging-i686/PKGBUILD (from rev 175051, 
givaro/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 16:00:23 UTC (rev 175052)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('dfe1292cd811909343d179067de92bf7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: givaro/repos/community-staging-x86_64/PKGBUILD (from rev 175051, 
givaro/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 16:00:23 UTC (rev 175052)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('dfe1292cd811909343d179067de92bf7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 17:59:46
  Author: arojas
Revision: 175051

Update to 4.0.1

Modified:
  givaro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:59:30 UTC (rev 175050)
+++ PKGBUILD2016-05-12 15:59:46 UTC (rev 175051)
@@ -3,15 +3,15 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=givaro
-pkgver=3.8.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="C++ library for arithmetic and algebraic computations"
-arch=('i686' 'x86_64')
-url="http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/;
-license=('GPL')
-depends=('gmp')
-source=("https://forge.imag.fr/frs/download.php/592/$pkgname-$pkgver.tar.gz;)
-md5sums=('6ba1a4672a5d434d2502d17db30c86e5')
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('dfe1292cd811909343d179067de92bf7')
 
 build() {
   cd $pkgname-$pkgver


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:59:09
  Author: fyan
Revision: 175047

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

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

+
 community-staging-i686/PKGBUILD|   55 +++
 community-staging-i686/haskell-hlint.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   55 +++
 community-staging-x86_64/haskell-hlint.install |   18 +++
 4 files changed, 146 insertions(+)

Copied: hlint/repos/community-staging-i686/PKGBUILD (from rev 175046, 
hlint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 15:59:09 UTC (rev 175047)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.32
+pkgrel=4
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('09b135c4811b7a9eae06702fbdc42e0b45fc8c10d091d3d83e9428b64e3e73d7')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_hlint() {
+depends=('gmp' 'libffi')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-hlint() {
+pkgdesc="Source code suggestions (docs and libraries)"
+depends=("${makedepends[@]}" 'hlint')
+install="haskell-hlint.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
+}

Copied: hlint/repos/community-staging-i686/haskell-hlint.install (from rev 
175046, hlint/trunk/haskell-hlint.install)
===
--- community-staging-i686/haskell-hlint.install
(rev 0)
+++ community-staging-i686/haskell-hlint.install2016-05-12 15:59:09 UTC 
(rev 175047)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hlint
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 175046, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 15:59:09 UTC (rev 175047)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.32
+pkgrel=4
+pkgdesc="Source code 

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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:58:40
  Author: fyan
Revision: 175046

upgpkg: hlint 1.9.32-4

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:56:46 UTC (rev 175045)
+++ PKGBUILD2016-05-12 15:58:40 UTC (rev 175046)
@@ -5,7 +5,7 @@
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
 pkgver=1.9.32
-pkgrel=3
+pkgrel=4
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:56:16
  Author: fyan
Revision: 175044

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

Added:
  haskell-cryptohash-sha256/repos/community-staging-i686/
  haskell-cryptohash-sha256/repos/community-staging-i686/PKGBUILD
(from rev 175043, haskell-cryptohash-sha256/trunk/PKGBUILD)
  
haskell-cryptohash-sha256/repos/community-staging-i686/haskell-cryptohash-sha256.install
(from rev 175043, 
haskell-cryptohash-sha256/trunk/haskell-cryptohash-sha256.install)
  haskell-cryptohash-sha256/repos/community-staging-x86_64/
  haskell-cryptohash-sha256/repos/community-staging-x86_64/PKGBUILD
(from rev 175043, haskell-cryptohash-sha256/trunk/PKGBUILD)
  
haskell-cryptohash-sha256/repos/community-staging-x86_64/haskell-cryptohash-sha256.install
(from rev 175043, 
haskell-cryptohash-sha256/trunk/haskell-cryptohash-sha256.install)

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-cryptohash-sha256.install   |   18 
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-cryptohash-sha256.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-cryptohash-sha256/repos/community-staging-i686/PKGBUILD (from 
rev 175043, haskell-cryptohash-sha256/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 15:56:16 UTC (rev 175044)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-sha256
+pkgname=haskell-cryptohash-sha256
+pkgver=0.11.7.2
+pkgrel=1
+pkgdesc="Fast, pure and practical SHA-256 implementation"
+url="https://github.com/hvr/cryptohash-sha256;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('0e8ab0874cb09296278b83128d1ce13935cdb08b40b5dbf1e63ca580771629d9')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-sha256/repos/community-staging-i686/haskell-cryptohash-sha256.install
 (from rev 175043, 
haskell-cryptohash-sha256/trunk/haskell-cryptohash-sha256.install)
===
--- community-staging-i686/haskell-cryptohash-sha256.install
(rev 0)
+++ community-staging-i686/haskell-cryptohash-sha256.install2016-05-12 
15:56:16 UTC (rev 175044)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cryptohash-sha256
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cryptohash-sha256/repos/community-staging-x86_64/PKGBUILD (from 
rev 175043, haskell-cryptohash-sha256/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 15:56:16 UTC (rev 175044)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-sha256
+pkgname=haskell-cryptohash-sha256
+pkgver=0.11.7.2
+pkgrel=1
+pkgdesc="Fast, pure and practical SHA-256 implementation"

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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 17:56:46
  Author: arojas
Revision: 175045

Use C++98

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:56:16 UTC (rev 175044)
+++ PKGBUILD2016-05-12 15:56:46 UTC (rev 175045)
@@ -30,7 +30,7 @@
   sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
   sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
   sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
-  make game server
+  CXXFLAGS="$CXXFLAGS -std=gnu++98" make game server
 }
 
 package() {


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:54:14
  Author: fyan
Revision: 175043

upgpkg: haskell-cryptohash-sha256 0.11.7.2-1

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-cryptohash-sha256/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:26:23 UTC (rev 175042)
+++ PKGBUILD2016-05-12 15:54:14 UTC (rev 175043)
@@ -4,7 +4,7 @@
 
 _hkgname=cryptohash-sha256
 pkgname=haskell-cryptohash-sha256
-pkgver=0.11.7.1
+pkgver=0.11.7.2
 pkgrel=1
 pkgdesc="Fast, pure and practical SHA-256 implementation"
 url="https://github.com/hvr/cryptohash-sha256;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('ac42b0d863dfd91e1b77f513d371f73e31cb93c1677130ff63a3bf20c41a8bc0')
+sha256sums=('0e8ab0874cb09296278b83128d1ce13935cdb08b40b5dbf1e63ca580771629d9')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 17:33:58
  Author: bpiotrowski
Revision: 267883

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

Added:
  licq/repos/staging-i686/
  licq/repos/staging-i686/PKGBUILD
(from rev 267882, licq/trunk/PKGBUILD)
  licq/repos/staging-i686/licq-gcc6.patch
(from rev 267882, licq/trunk/licq-gcc6.patch)
  licq/repos/staging-x86_64/
  licq/repos/staging-x86_64/PKGBUILD
(from rev 267882, licq/trunk/PKGBUILD)
  licq/repos/staging-x86_64/licq-gcc6.patch
(from rev 267882, licq/trunk/licq-gcc6.patch)

+
 staging-i686/PKGBUILD  |   49 +++
 staging-i686/licq-gcc6.patch   |   24 +++
 staging-x86_64/PKGBUILD|   49 +++
 staging-x86_64/licq-gcc6.patch |   24 +++
 4 files changed, 146 insertions(+)

Copied: licq/repos/staging-i686/PKGBUILD (from rev 267882, licq/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-05-12 15:33:58 UTC (rev 267883)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.8.2
+pkgrel=10
+pkgdesc="Advanced graphical ICQ clone and more for Unix"
+arch=('i686' 'x86_64')
+url="http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2
 licq-gcc6.patch)
+md5sums=('46af2bc95865ee61a103d27812fe6e6a'
+ '8af303d8d31573246470f0ba0ccba428')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+
+  # Fix build with GCC 6
+  patch -p1 -i ../licq-gcc6.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  local licq_plugins="auto-reply icq rms msn qt4-gui" # osd jabber aosd
+  
+  local plugins="" _plugin
+  for _plugin in ${licq_plugins}; do
+plugins+=" ${_plugin}\/CMakeLists.txt"
+  done
+  sed -i -e "s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/" 
plugins/CMakeLists.txt
+
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON 
-DBUILD_TESTS=OFF ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: licq/repos/staging-i686/licq-gcc6.patch (from rev 267882, 
licq/trunk/licq-gcc6.patch)
===
--- staging-i686/licq-gcc6.patch(rev 0)
+++ staging-i686/licq-gcc6.patch2016-05-12 15:33:58 UTC (rev 267883)
@@ -0,0 +1,24 @@
+--- licq-1.8.2/src/licq.cpp.orig   2016-05-12 15:27:35.927500283 +
 licq-1.8.2/src/licq.cpp2016-05-12 15:28:01.107415744 +
+@@ -568,18 +568,18 @@
+ if (!licqConf.get(szKey, pluginName))
+   continue;
+ 
+-bool loaded = LoadPlugin(pluginName, argc, argv);
++bool loaded= (bool)LoadPlugin(pluginName, argc, argv);
+ 
+ // Make upgrade from 1.3.x and older easier by automatically 
switching from kde/qt-gui to kde4/qt4-gui
+ if (!loaded && pluginName == "kde-gui")
+ {
+   gLog.warning(tr("Plugin kde-gui is no longer available, trying to 
load kde4-gui instead."));
+-  loaded = LoadPlugin("kde4-gui", argc, argv);
++  loaded= (bool)LoadPlugin("kde4-gui", argc, argv);
+ }
+ if (!loaded && (pluginName == "qt-gui" || pluginName == "kde-gui"))
+ {
+   gLog.warning(tr("Plugin %s is no longer available, trying to load 
qt4-gui instead."), pluginName.c_str());
+-  loaded = LoadPlugin("qt4-gui", argc, argv);
++  loaded= (bool)LoadPlugin("qt4-gui", argc, argv);
+ }
+ 
+ if (!loaded)

Copied: licq/repos/staging-x86_64/PKGBUILD (from rev 267882, 
licq/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-05-12 15:33:58 UTC (rev 267883)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.8.2
+pkgrel=10
+pkgdesc="Advanced graphical ICQ clone and more for Unix"
+arch=('i686' 'x86_64')
+url="http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2
 licq-gcc6.patch)
+md5sums=('46af2bc95865ee61a103d27812fe6e6a'
+ '8af303d8d31573246470f0ba0ccba428')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # 

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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 17:33:51
  Author: bpiotrowski
Revision: 267882

boost 1.60.0-5 rebuild

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:31:13 UTC (rev 267881)
+++ PKGBUILD2016-05-12 15:33:51 UTC (rev 267882)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.8.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Advanced graphical ICQ clone and more for Unix"
 arch=('i686' 'x86_64')
 url="http://www.licq.org;


[arch-commits] Commit in licq/trunk (PKGBUILD licq-gcc6.patch)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 17:31:13
  Author: arojas
Revision: 267881

Fix build with GCC 6

Added:
  licq/trunk/licq-gcc6.patch
Modified:
  licq/trunk/PKGBUILD

-+
 PKGBUILD|8 ++--
 licq-gcc6.patch |   24 
 2 files changed, 30 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 14:14:01 UTC (rev 267880)
+++ PKGBUILD2016-05-12 15:31:13 UTC (rev 267881)
@@ -10,8 +10,9 @@
 license=('GPL')
 depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
 makedepends=('cmake' 'boost' 'optipng')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('46af2bc95865ee61a103d27812fe6e6a')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2
 licq-gcc6.patch)
+md5sums=('46af2bc95865ee61a103d27812fe6e6a'
+ '8af303d8d31573246470f0ba0ccba428')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,6 +22,9 @@
   # Fix invalid PNG images to work with libpng 1.6
   # https://github.com/licq-im/licq/pull/32
   optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+
+  # Fix build with GCC 6
+  patch -p1 -i ../licq-gcc6.patch
 }
 
 build() {

Added: licq-gcc6.patch
===
--- licq-gcc6.patch (rev 0)
+++ licq-gcc6.patch 2016-05-12 15:31:13 UTC (rev 267881)
@@ -0,0 +1,24 @@
+--- licq-1.8.2/src/licq.cpp.orig   2016-05-12 15:27:35.927500283 +
 licq-1.8.2/src/licq.cpp2016-05-12 15:28:01.107415744 +
+@@ -568,18 +568,18 @@
+ if (!licqConf.get(szKey, pluginName))
+   continue;
+ 
+-bool loaded = LoadPlugin(pluginName, argc, argv);
++bool loaded= (bool)LoadPlugin(pluginName, argc, argv);
+ 
+ // Make upgrade from 1.3.x and older easier by automatically 
switching from kde/qt-gui to kde4/qt4-gui
+ if (!loaded && pluginName == "kde-gui")
+ {
+   gLog.warning(tr("Plugin kde-gui is no longer available, trying to 
load kde4-gui instead."));
+-  loaded = LoadPlugin("kde4-gui", argc, argv);
++  loaded= (bool)LoadPlugin("kde4-gui", argc, argv);
+ }
+ if (!loaded && (pluginName == "qt-gui" || pluginName == "kde-gui"))
+ {
+   gLog.warning(tr("Plugin %s is no longer available, trying to load 
qt4-gui instead."), pluginName.c_str());
+-  loaded = LoadPlugin("qt4-gui", argc, argv);
++  loaded= (bool)LoadPlugin("qt4-gui", argc, argv);
+ }
+ 
+ if (!loaded)


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:26:23
  Author: fyan
Revision: 175042

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

Added:
  cabal-helper/repos/community-staging-i686/
  cabal-helper/repos/community-staging-i686/PKGBUILD
(from rev 175041, cabal-helper/trunk/PKGBUILD)
  cabal-helper/repos/community-staging-i686/haskell-cabal-helper.install
(from rev 175041, cabal-helper/trunk/haskell-cabal-helper.install)
  cabal-helper/repos/community-staging-x86_64/
  cabal-helper/repos/community-staging-x86_64/PKGBUILD
(from rev 175041, cabal-helper/trunk/PKGBUILD)
  cabal-helper/repos/community-staging-x86_64/haskell-cabal-helper.install
(from rev 175041, cabal-helper/trunk/haskell-cabal-helper.install)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-i686/haskell-cabal-helper.install   |   18 +
 community-staging-x86_64/PKGBUILD |   53 
 community-staging-x86_64/haskell-cabal-helper.install |   18 +
 4 files changed, 142 insertions(+)

Copied: cabal-helper/repos/community-staging-i686/PKGBUILD (from rev 175041, 
cabal-helper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 15:26:23 UTC (rev 175042)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=cabal-helper
+pkgname=(cabal-helper haskell-cabal-helper)
+pkgver=0.7.0.1
+pkgrel=1
+pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-mtl" "haskell-temporary" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('4c158f81ad325a0b2bfd5bfec149851f59837fd73775c8b4da0050bdeca0182d')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--libexecdir="/usr/lib" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_cabal-helper() {
+depends=('gmp' 'libffi')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib/ghc-*,share}
+}
+
+package_haskell-cabal-helper() {
+pkgdesc="Simple interface to some of Cabal's configuration state used by 
ghc-mod (docs and libraries)"
+depends=("${makedepends[@]}" 'cabal-helper')
+install="haskell-cabal-helper.install"
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+rm -f "$pkgdir/usr/lib/cabal-helper-wrapper"
+}

Copied: cabal-helper/repos/community-staging-i686/haskell-cabal-helper.install 
(from rev 175041, cabal-helper/trunk/haskell-cabal-helper.install)
===
--- community-staging-i686/haskell-cabal-helper.install 
(rev 0)
+++ community-staging-i686/haskell-cabal-helper.install 2016-05-12 15:26:23 UTC 
(rev 175042)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cabal-helper
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: cabal-helper/repos/community-staging-x86_64/PKGBUILD (from rev 175041, 
cabal-helper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 15:26:23 UTC (rev 175042)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell 

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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:25:45
  Author: fyan
Revision: 175040

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

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

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-warp-tls.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-warp-tls.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
175039, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 15:25:45 UTC (rev 175040)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=19
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default-class" "haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aca7dd3d4b0cb996debd501a70bd29e556e9bc5e90c67a5c9626ad96feac483e')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-tls/repos/community-staging-i686/haskell-warp-tls.install 
(from rev 175039, haskell-warp-tls/trunk/haskell-warp-tls.install)
===
--- community-staging-i686/haskell-warp-tls.install 
(rev 0)
+++ community-staging-i686/haskell-warp-tls.install 2016-05-12 15:25:45 UTC 
(rev 175040)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
175039, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 15:25:45 UTC (rev 175040)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=19
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default-class" "haskell-network"
+ "haskell-streaming-commons" 

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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:25:53
  Author: fyan
Revision: 175041

upgpkg: cabal-helper 0.7.0.1-1

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  cabal-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:25:45 UTC (rev 175040)
+++ PKGBUILD2016-05-12 15:25:53 UTC (rev 175041)
@@ -4,8 +4,8 @@
 
 pkgbase=cabal-helper
 pkgname=(cabal-helper haskell-cabal-helper)
-pkgver=0.6.3.1
-pkgrel=3
+pkgver=0.7.0.1
+pkgrel=1
 pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("AGPL3")
@@ -13,7 +13,7 @@
 makedepends=("ghc=7.10.3" "haskell-mtl" "haskell-temporary" 
"haskell-utf8-string")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('c19a9a87c54f6649e0f8cbb3a070244bff9fcc5b9ae783c00c049867fb1a7afe')
+sha256sums=('4c158f81ad325a0b2bfd5bfec149851f59837fd73775c8b4da0050bdeca0182d')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -20,7 +20,8 @@
 
 runhaskell Setup configure -O --enable-library-profiling --enable-shared \
 --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--libexecdir="/usr/lib" \
---libsubdir=\$compiler/site-local/\$pkgid
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:24:52
  Author: fyan
Revision: 175039

upgpkg: haskell-warp-tls 3.2.1-19

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:18:33 UTC (rev 175038)
+++ PKGBUILD2016-05-12 15:24:52 UTC (rev 175039)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.1
-pkgrel=18
+pkgrel=19
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 17:18:33
  Author: arojas
Revision: 175038

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

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

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

Copied: pynac/repos/community-staging-i686/PKGBUILD (from rev 175037, 
pynac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 15:18:33 UTC (rev 175038)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.6.5
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 gmp)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('e49637aa94556a33d0fd6b3bcfd2e056')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pynac/repos/community-staging-x86_64/PKGBUILD (from rev 175037, 
pynac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 15:18:33 UTC (rev 175038)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.6.5
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 gmp)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('e49637aa94556a33d0fd6b3bcfd2e056')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 17:18:07
  Author: arojas
Revision: 175037

Update to 0.6.5

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:16:32 UTC (rev 175036)
+++ PKGBUILD2016-05-12 15:18:07 UTC (rev 175037)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.6.2
+pkgver=0.6.5
 pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2 gmp)
 source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('1645efe14e2000716e535560b40367c5')
+md5sums=('e49637aa94556a33d0fd6b3bcfd2e056')
 
 build() {
   cd pynac-pynac-$pkgver


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:16:07
  Author: fyan
Revision: 175035

upgpkg: haskell-optparse-simple 0.0.3-21

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:15:36 UTC (rev 175034)
+++ PKGBUILD2016-05-12 15:16:07 UTC (rev 175035)
@@ -5,7 +5,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.0.3
-pkgrel=20
+pkgrel=21
 pkgdesc="Simple interface to optparse-applicative"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:16:32
  Author: fyan
Revision: 175036

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

Added:
  haskell-optparse-simple/repos/community-staging-i686/
  haskell-optparse-simple/repos/community-staging-i686/PKGBUILD
(from rev 175035, haskell-optparse-simple/trunk/PKGBUILD)
  
haskell-optparse-simple/repos/community-staging-i686/haskell-optparse-simple.install
(from rev 175035, 
haskell-optparse-simple/trunk/haskell-optparse-simple.install)
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 175035, haskell-optparse-simple/trunk/PKGBUILD)
  
haskell-optparse-simple/repos/community-staging-x86_64/haskell-optparse-simple.install
(from rev 175035, 
haskell-optparse-simple/trunk/haskell-optparse-simple.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-optparse-simple.install   |   18 +
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-optparse-simple.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-optparse-simple/repos/community-staging-i686/PKGBUILD (from rev 
175035, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 15:16:32 UTC (rev 175036)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=21
+pkgdesc="Simple interface to optparse-applicative"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-optparse-simple/repos/community-staging-i686/haskell-optparse-simple.install
 (from rev 175035, 
haskell-optparse-simple/trunk/haskell-optparse-simple.install)
===
--- community-staging-i686/haskell-optparse-simple.install  
(rev 0)
+++ community-staging-i686/haskell-optparse-simple.install  2016-05-12 
15:16:32 UTC (rev 175036)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-optparse-simple
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 175035, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 15:16:32 UTC (rev 175036)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=21
+pkgdesc="Simple interface to optparse-applicative"

  1   2   3   4   >