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

2017-04-06 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 06:48:04
  Author: arojas
Revision: 221192

Update to 14.12.0

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 06:10:30 UTC (rev 221191)
+++ PKGBUILD2017-04-07 06:48:04 UTC (rev 221192)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.11.2
+pkgver=14.12.0
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('831e4e709ded970555f9d6d1e12456d066acd0bb438d9ff9cf7c7d7d96c69d8c')
+sha256sums=('438462d1d57abdf6e5f267bcfb476602e5668579fd9127c3ddae6a67ca3c3f15')
 
 package() {
   cd $pkgname-$pkgver


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

2017-04-06 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 06:48:31
  Author: arojas
Revision: 221193

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 221192, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 06:48:04 UTC (rev 221192)
+++ PKGBUILD2017-04-07 06:48:31 UTC (rev 221193)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.11.2
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net";
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('831e4e709ded970555f9d6d1e12456d066acd0bb438d9ff9cf7c7d7d96c69d8c')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 221192, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 06:48:31 UTC (rev 221193)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.12.0
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net";
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
+sha256sums=('438462d1d57abdf6e5f267bcfb476602e5668579fd9127c3ddae6a67ca3c3f15')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 06:10:30
  Author: felixonmars
Revision: 221191

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

Added:
  haskell-path-io/repos/community-staging-i686/
  haskell-path-io/repos/community-staging-i686/PKGBUILD
(from rev 221190, haskell-path-io/trunk/PKGBUILD)
  haskell-path-io/repos/community-staging-x86_64/
  haskell-path-io/repos/community-staging-x86_64/PKGBUILD
(from rev 221190, haskell-path-io/trunk/PKGBUILD)

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

Copied: haskell-path-io/repos/community-staging-i686/PKGBUILD (from rev 221190, 
haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 06:10:30 UTC (rev 221191)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=1.2.2
+pkgrel=10
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-exceptions' 'haskell-path' 'haskell-temporary' 
'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('ffd301d610a3e085a9c7f70bf9deddae')
+
+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-dev
+  runhaskell Setup build
+  LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}

Copied: haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
221190, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 06:10:30 UTC (rev 221191)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=1.2.2
+pkgrel=10
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-exceptions' 'haskell-path' 'haskell-temporary' 
'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('ffd301d610a3e085a9c7f70bf9deddae')
+
+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-dev
+  runhaskell Setup build
+  LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 06:10:09
  Author: felixonmars
Revision: 221190

upgpkg: haskell-path-io 1.2.2-10

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 06:08:27 UTC (rev 221189)
+++ PKGBUILD2017-04-07 06:10:09 UTC (rev 221190)
@@ -6,7 +6,7 @@
 pkgname=haskell-path-io
 _hkgname=path-io
 pkgver=1.2.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io";
 license=("custom:BSD3")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 06:08:27
  Author: felixonmars
Revision: 221189

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

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

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

Copied: haskell-path/repos/community-staging-i686/PKGBUILD (from rev 221188, 
haskell-path/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 06:08:27 UTC (rev 221189)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=path
+pkgname=haskell-path
+pkgver=0.5.13
+pkgrel=3
+pkgdesc="Path"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-exceptions" "haskell-hashable")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('1968303e1632499890c3c760ade68e91e848cb45de552090d86e6c75b93e7d51')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-path/repos/community-staging-x86_64/PKGBUILD (from rev 221188, 
haskell-path/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 06:08:27 UTC (rev 221189)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=path
+pkgname=haskell-path
+pkgver=0.5.13
+pkgrel=3
+pkgdesc="Path"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-exceptions" "haskell-hashable")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('1968303e1632499890c3c760ade68e91e848cb45de552090d86e6c75b93e7d51')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 06:08:06
  Author: felixonmars
Revision: 221188

upgpkg: haskell-path 0.5.13-3

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 06:05:51 UTC (rev 221187)
+++ PKGBUILD2017-04-07 06:08:06 UTC (rev 221188)
@@ -5,7 +5,7 @@
 _hkgname=path
 pkgname=haskell-path
 pkgver=0.5.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 06:05:51
  Author: felixonmars
Revision: 221187

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

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

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

Copied: haskell-texmath/repos/community-staging-i686/PKGBUILD (from rev 221186, 
haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 06:05:51 UTC (rev 221187)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.9.4
+pkgrel=3
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('da665d069708679fb40ee2e981dcdede55e79f3165c0ae09c55621273e682195')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
221186, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 06:05:51 UTC (rev 221187)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.9.4
+pkgrel=3
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('da665d069708679fb40ee2e981dcdede55e79f3165c0ae09c55621273e682195')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 06:05:28
  Author: felixonmars
Revision: 221186

upgpkg: haskell-texmath 0.9.4-3

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:59:01 UTC (rev 221185)
+++ PKGBUILD2017-04-07 06:05:28 UTC (rev 221186)
@@ -5,7 +5,7 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Conversion between formats used to represent mathematics."
 url="http://github.com/jgm/texmath";
 license=("GPL")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:59:01
  Author: felixonmars
Revision: 221185

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

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

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-i686/haskell-pandoc-types.install   |   18 +++
 community-staging-x86_64/PKGBUILD |   41 
 community-staging-x86_64/haskell-pandoc-types.install |   18 +++
 4 files changed, 118 insertions(+)

Copied: haskell-pandoc-types/repos/community-staging-i686/PKGBUILD (from rev 
221184, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:59:01 UTC (rev 221185)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.17.0.5
+pkgrel=7
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-quickcheck" "haskell-syb")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('c8825588b587ff5ed0c105156a11a43f3b752279997231cfc13102809bbc51b3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-pandoc-types/repos/community-staging-i686/haskell-pandoc-types.install 
(from rev 221184, haskell-pandoc-types/trunk/haskell-pandoc-types.install)
===
--- community-staging-i686/haskell-pandoc-types.install 
(rev 0)
+++ community-staging-i686/haskell-pandoc-types.install 2017-04-07 05:59:01 UTC 
(rev 221185)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-types
+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-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 
221184, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:59:01 UTC (rev 221185)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.17.0.5
+pkgrel=7
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-quickcheck" "haskell-syb")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgv

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:58:38
  Author: felixonmars
Revision: 221184

upgpkg: haskell-pandoc-types 1.17.0.5-7

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:52:52 UTC (rev 221183)
+++ PKGBUILD2017-04-07 05:58:38 UTC (rev 221184)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
 pkgver=1.17.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-insert-ordered-containers/repos (4 files)

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:52:52
  Author: felixonmars
Revision: 221183

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

Added:
  haskell-insert-ordered-containers/repos/community-staging-i686/
  haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD
(from rev 221182, haskell-insert-ordered-containers/trunk/PKGBUILD)
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 221182, haskell-insert-ordered-containers/trunk/PKGBUILD)

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

Copied: haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD 
(from rev 221182, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:52:52 UTC (rev 221183)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.0.0
+pkgrel=4
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('983765c9a2ec79c090e656202dca6bab')
+
+prepare() {
+sed -i 's/, lens  >=4.7  && <4.15/, lens   
   >=4.7  \&\& <4.16/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 221182, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:52:52 UTC (rev 221183)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.0.0
+pkgrel=4
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('983765c9a2ec79c090e656202dca6bab')
+
+prepare() {
+sed -i 's/, lens  >=4.7  && <4.15/, lens   
   >=4.7  \&\& <4.16/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregist

[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:52:25
  Author: felixonmars
Revision: 221182

upgpkg: haskell-insert-ordered-containers 0.2.0.0-4

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:49:56 UTC (rev 221181)
+++ PKGBUILD2017-04-07 05:52:25 UTC (rev 221182)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers";
 license=('custom:BSD3')


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:49:56
  Author: felixonmars
Revision: 221181

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

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

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

Copied: cblrepo/repos/community-staging-i686/PKGBUILD (from rev 221180, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:49:56 UTC (rev 221181)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=12
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo";
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}

Copied: cblrepo/repos/community-staging-x86_64/PKGBUILD (from rev 221180, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:49:56 UTC (rev 221181)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=12
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo";
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:49:31
  Author: felixonmars
Revision: 221180

upgpkg: cblrepo 0.24.0-12

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  cblrepo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:48:01 UTC (rev 221179)
+++ PKGBUILD2017-04-07 05:49:31 UTC (rev 221180)
@@ -3,7 +3,7 @@
 
 pkgname=cblrepo
 pkgver=0.24.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
 url="https://github.com/magthe/cblrepo";
 license=("Apache")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:48:01
  Author: felixonmars
Revision: 221179

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

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

---+
 /PKGBUILD |  132 
 /phonegap.install |   18 
 community-i686/PKGBUILD   |   66 --
 community-i686/phonegap.install   |9 --
 community-x86_64/PKGBUILD |   66 --
 community-x86_64/phonegap.install |9 --
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-07 05:47:34 UTC (rev 221178)
+++ community-i686/PKGBUILD 2017-04-07 05:48:01 UTC (rev 221179)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.4.7
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli";
-license=('Apache')
-depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-install=${pkgname}.install
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('dff5250e38b1be28d317d303b9fac42305fad970b8b3b1ca397afb0194644079ba6bb6e4eb56e67ef8cca80a09fd05629c8cc81c0aa06e5a6cb858f422730ad1')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 221178, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-07 05:48:01 UTC (rev 221179)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.4.8
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli";
+license=('Apache')
+depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+install=${pkgname}.install
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('a65003b160e1c7f4eb532f8288ab561a9e84459b2e7a81bb53232907456a5b0b1f8ec3aad645f171bc9d006212dcb5878c3b0f099bf8f09d6901ea0b969d755b')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $d

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:47:34
  Author: felixonmars
Revision: 221178

upgpkg: phonegap 6.4.8-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:40:32 UTC (rev 221177)
+++ PKGBUILD2017-04-07 05:47:34 UTC (rev 221178)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.4.7
+pkgver=6.4.8
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('dff5250e38b1be28d317d303b9fac42305fad970b8b3b1ca397afb0194644079ba6bb6e4eb56e67ef8cca80a09fd05629c8cc81c0aa06e5a6cb858f422730ad1')
+sha512sums=('a65003b160e1c7f4eb532f8288ab561a9e84459b2e7a81bb53232907456a5b0b1f8ec3aad645f171bc9d006212dcb5878c3b0f099bf8f09d6901ea0b969d755b')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in haskell-aeson-better-errors/repos (6 files)

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:40:32
  Author: felixonmars
Revision: 221177

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

Added:
  haskell-aeson-better-errors/repos/community-staging-i686/
  haskell-aeson-better-errors/repos/community-staging-i686/PKGBUILD
(from rev 221176, haskell-aeson-better-errors/trunk/PKGBUILD)
  
haskell-aeson-better-errors/repos/community-staging-i686/haskell-aeson-better-errors.install
(from rev 221176, 
haskell-aeson-better-errors/trunk/haskell-aeson-better-errors.install)
  haskell-aeson-better-errors/repos/community-staging-x86_64/
  haskell-aeson-better-errors/repos/community-staging-x86_64/PKGBUILD
(from rev 221176, haskell-aeson-better-errors/trunk/PKGBUILD)
  
haskell-aeson-better-errors/repos/community-staging-x86_64/haskell-aeson-better-errors.install
(from rev 221176, 
haskell-aeson-better-errors/trunk/haskell-aeson-better-errors.install)

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

Copied: haskell-aeson-better-errors/repos/community-staging-i686/PKGBUILD (from 
rev 221176, haskell-aeson-better-errors/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:40:32 UTC (rev 221177)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-better-errors
+pkgname=haskell-aeson-better-errors
+pkgver=0.9.1.0
+pkgrel=12
+pkgdesc="Better error messages when decoding JSON values."
+url="https://github.com/hdgarrood/aeson-better-errors";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-dlist" "haskell-mtl" 
"haskell-scientific" "haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('68f001bf055ec7b755d91019f2a0ef136307d157a231acddad6b4cc561f67327')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-aeson-better-errors/repos/community-staging-i686/haskell-aeson-better-errors.install
 (from rev 221176, 
haskell-aeson-better-errors/trunk/haskell-aeson-better-errors.install)
===
--- community-staging-i686/haskell-aeson-better-errors.install  
(rev 0)
+++ community-staging-i686/haskell-aeson-better-errors.install  2017-04-07 
05:40:32 UTC (rev 221177)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-better-errors
+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-aeson-better-errors/repos/community-staging-x86_64/PKGBUILD 
(from rev 221176, haskell-aeson-better-errors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:40:32 UTC (rev 221177)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aes

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:40:09
  Author: felixonmars
Revision: 221176

upgpkg: haskell-aeson-better-errors 0.9.1.0-12

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-aeson-better-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:37:52 UTC (rev 221175)
+++ PKGBUILD2017-04-07 05:40:09 UTC (rev 221176)
@@ -5,7 +5,7 @@
 _hkgname=aeson-better-errors
 pkgname=haskell-aeson-better-errors
 pkgver=0.9.1.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Better error messages when decoding JSON values."
 url="https://github.com/hdgarrood/aeson-better-errors";
 license=("MIT")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:37:52
  Author: felixonmars
Revision: 221175

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

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

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

Copied: haskell-aeson/repos/community-staging-i686/PKGBUILD (from rev 221174, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:37:52 UTC (rev 221175)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=1.0.2.1
+pkgrel=10
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('68acd1bdf54c40416840750210ab8130')
+
+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-developer -f-fast -f-bytestring-builder
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 221174, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:37:52 UTC (rev 221175)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=1.0.2.1
+pkgrel=10
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('68acd1bdf54c40416840750210ab8130')
+
+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-developer -f-fast -f-bytestring-builder
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/L

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:37:14
  Author: felixonmars
Revision: 221174

upgpkg: haskell-aeson 1.0.2.1-10

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:27:22 UTC (rev 221173)
+++ PKGBUILD2017-04-07 05:37:14 UTC (rev 221174)
@@ -6,7 +6,7 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=1.0.2.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
 url="https://github.com/bos/aeson";
 license=("GPL")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:26:58
  Author: felixonmars
Revision: 221172

upgpkg: haskell-attoparsec 0.13.1.0-6

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:22:34 UTC (rev 221171)
+++ PKGBUILD2017-04-07 05:26:58 UTC (rev 221172)
@@ -5,7 +5,7 @@
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
 pkgver=0.13.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec";
 license=("BSD3")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:27:22
  Author: felixonmars
Revision: 221173

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

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

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

Copied: haskell-attoparsec/repos/community-staging-i686/PKGBUILD (from rev 
221172, haskell-attoparsec/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:27:22 UTC (rev 221173)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=attoparsec
+pkgname=haskell-attoparsec
+pkgver=0.13.1.0
+pkgrel=6
+pkgdesc="Fast combinator parsing for bytestrings and text"
+url="https://github.com/bos/attoparsec";
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-scientific" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('52dc74d4955e457ce4f76f5c9d6dba05c1d07e2cd2a542d6251c6dbc66ce3f64')
+
+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-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-attoparsec/repos/community-staging-x86_64/PKGBUILD (from rev 
221172, haskell-attoparsec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:27:22 UTC (rev 221173)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=attoparsec
+pkgname=haskell-attoparsec
+pkgver=0.13.1.0
+pkgrel=6
+pkgdesc="Fast combinator parsing for bytestrings and text"
+url="https://github.com/bos/attoparsec";
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-scientific" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('52dc74d4955e457ce4f76f5c9d6dba05c1d07e2cd2a542d6251c6dbc66ce3f64')
+
+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-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:22:34
  Author: felixonmars
Revision: 221171

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

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

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

Copied: haskell-scientific/repos/community-staging-i686/PKGBUILD (from rev 
221170, haskell-scientific/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:22:34 UTC (rev 221171)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=scientific
+pkgname=haskell-scientific
+pkgver=0.3.4.11
+pkgrel=2
+pkgdesc="Numbers represented using scientific notation"
+url="https://github.com/basvandijk/scientific";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-integer-logarithms" 
"haskell-text" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('47d0c964993be9899a79040e69bec5c1f53b8eb29a430a5d44439adb3e289abe9aef172baf1f49ff8a00ce6c7b62e851d751be9f306495daa2c102f23ff88630')
+
+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-integer-simple -f-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-scientific/repos/community-staging-x86_64/PKGBUILD (from rev 
221170, haskell-scientific/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:22:34 UTC (rev 221171)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=scientific
+pkgname=haskell-scientific
+pkgver=0.3.4.11
+pkgrel=2
+pkgdesc="Numbers represented using scientific notation"
+url="https://github.com/basvandijk/scientific";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-integer-logarithms" 
"haskell-text" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('47d0c964993be9899a79040e69bec5c1f53b8eb29a430a5d44439adb3e289abe9aef172baf1f49ff8a00ce6c7b62e851d751be9f306495daa2c102f23ff88630')
+
+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-integer-simple -f-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/ht

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:22:05
  Author: felixonmars
Revision: 221170

upgpkg: haskell-scientific 0.3.4.11-2

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-scientific/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:19:58 UTC (rev 221169)
+++ PKGBUILD2017-04-07 05:22:05 UTC (rev 221170)
@@ -5,7 +5,7 @@
 _hkgname=scientific
 pkgname=haskell-scientific
 pkgver=0.3.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Numbers represented using scientific notation"
 url="https://github.com/basvandijk/scientific";
 license=("custom:BSD3")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:19:58
  Author: felixonmars
Revision: 221169

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

Added:
  haskell-ixset-typed/repos/community-staging-i686/
  haskell-ixset-typed/repos/community-staging-i686/PKGBUILD
(from rev 221168, haskell-ixset-typed/trunk/PKGBUILD)
  haskell-ixset-typed/repos/community-staging-x86_64/
  haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD
(from rev 221168, haskell-ixset-typed/trunk/PKGBUILD)

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

Copied: haskell-ixset-typed/repos/community-staging-i686/PKGBUILD (from rev 
221168, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:19:58 UTC (rev 221169)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.3.1
+pkgrel=6
+pkgdesc="Efficient relational queries on Haskell sets"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-safecopy' 'haskell-syb')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b0634f1718dab13145775cec0a826d8f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD (from rev 
221168, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:19:58 UTC (rev 221169)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.3.1
+pkgrel=6
+pkgdesc="Efficient relational queries on Haskell sets"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-safecopy' 'haskell-syb')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b0634f1718dab13145775cec0a826d8f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:19:37
  Author: felixonmars
Revision: 221168

upgpkg: haskell-ixset-typed 0.3.1-6

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-ixset-typed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:17:46 UTC (rev 221167)
+++ PKGBUILD2017-04-07 05:19:37 UTC (rev 221168)
@@ -4,7 +4,7 @@
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
 pkgver=0.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Efficient relational queries on Haskell sets"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:17:46
  Author: felixonmars
Revision: 221167

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

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

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

Copied: haskell-safecopy/repos/community-staging-i686/PKGBUILD (from rev 
221166, haskell-safecopy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:17:46 UTC (rev 221167)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=safecopy
+pkgname=haskell-safecopy
+pkgver=0.9.3.1
+pkgrel=2
+pkgdesc="Binary serialization with version control."
+url="http://acid-state.seize.it/safecopy";
+license=('custom:PublicDomain')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0ecd40fe0567a0a1363ec6d8f1c95b0436d6565efac7d0d5fc1874d4337eb4d4bc0ce5816a9adabbfb7b9f77b04826d2a6df9a4a4b19550efea4032fa000c403')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: haskell-safecopy/repos/community-staging-x86_64/PKGBUILD (from rev 
221166, haskell-safecopy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:17:46 UTC (rev 221167)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=safecopy
+pkgname=haskell-safecopy
+pkgver=0.9.3.1
+pkgrel=2
+pkgdesc="Binary serialization with version control."
+url="http://acid-state.seize.it/safecopy";
+license=('custom:PublicDomain')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0ecd40fe0567a0a1363ec6d8f1c95b0436d6565efac7d0d5fc1874d4337eb4d4bc0ce5816a9adabbfb7b9f77b04826d2a6df9a4a4b19550efea4032fa000c403')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:17:24
  Author: felixonmars
Revision: 221166

upgpkg: haskell-safecopy 0.9.3.1-2

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:15:01 UTC (rev 221165)
+++ PKGBUILD2017-04-07 05:17:24 UTC (rev 221166)
@@ -4,7 +4,7 @@
 _hkgname=safecopy
 pkgname=haskell-safecopy
 pkgver=0.9.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy";
 license=('custom:PublicDomain')


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:15:01
  Author: felixonmars
Revision: 221165

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

Added:
  haskell-resource-pool/repos/community-staging-i686/
  haskell-resource-pool/repos/community-staging-i686/PKGBUILD
(from rev 221164, haskell-resource-pool/trunk/PKGBUILD)
  haskell-resource-pool/repos/community-staging-x86_64/
  haskell-resource-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 221164, haskell-resource-pool/trunk/PKGBUILD)

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

Copied: haskell-resource-pool/repos/community-staging-i686/PKGBUILD (from rev 
221164, haskell-resource-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:15:01 UTC (rev 221165)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=resource-pool
+pkgname=haskell-resource-pool
+pkgver=0.2.3.2
+pkgrel=13
+pkgdesc="A high-performance striped resource pooling implementation"
+url="http://github.com/bos/pool";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-monad-control" "haskell-stm"
+ "haskell-transformers-base" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('8627eea2bea8824af2723646e74e2af0c73f583dd0c496c9fd242cd9d242bc12')
+
+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-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-resource-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
221164, haskell-resource-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:15:01 UTC (rev 221165)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=resource-pool
+pkgname=haskell-resource-pool
+pkgver=0.2.3.2
+pkgrel=13
+pkgdesc="A high-performance striped resource pooling implementation"
+url="http://github.com/bos/pool";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-monad-control" "haskell-stm"
+ "haskell-transformers-base" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('8627eea2bea8824af2723646e74e2af0c73f583dd0c496c9fd242cd9d242bc12')
+
+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-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:14:39
  Author: felixonmars
Revision: 221164

upgpkg: haskell-resource-pool 0.2.3.2-13

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-resource-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:13:05 UTC (rev 221163)
+++ PKGBUILD2017-04-07 05:14:39 UTC (rev 221164)
@@ -5,7 +5,7 @@
 _hkgname=resource-pool
 pkgname=haskell-resource-pool
 pkgver=0.2.3.2
-pkgrel=12
+pkgrel=13
 pkgdesc="A high-performance striped resource pooling implementation"
 url="http://github.com/bos/pool";
 license=("custom:BSD3")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:13:05
  Author: felixonmars
Revision: 221163

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

Added:
  haskell-monad-par/repos/community-staging-i686/
  haskell-monad-par/repos/community-staging-i686/PKGBUILD
(from rev 221162, haskell-monad-par/trunk/PKGBUILD)
  haskell-monad-par/repos/community-staging-x86_64/
  haskell-monad-par/repos/community-staging-x86_64/PKGBUILD
(from rev 221162, haskell-monad-par/trunk/PKGBUILD)

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

Copied: haskell-monad-par/repos/community-staging-i686/PKGBUILD (from rev 
221162, haskell-monad-par/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:13:05 UTC (rev 221163)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-par
+pkgname=haskell-monad-par
+pkgver=0.3.4.8
+pkgrel=5
+pkgdesc="A library for parallel programming based on a monad"
+url="https://github.com/simonmar/monad-par";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-abstract-deque" "haskell-abstract-par"
+ "haskell-monad-par-extras" "haskell-mtl" "haskell-mwc-random"
+ "haskell-parallel")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951')
+
+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-newgeneric -f-chaselev
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-monad-par/repos/community-staging-x86_64/PKGBUILD (from rev 
221162, haskell-monad-par/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:13:05 UTC (rev 221163)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-par
+pkgname=haskell-monad-par
+pkgver=0.3.4.8
+pkgrel=5
+pkgdesc="A library for parallel programming based on a monad"
+url="https://github.com/simonmar/monad-par";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-abstract-deque" "haskell-abstract-par"
+ "haskell-monad-par-extras" "haskell-mtl" "haskell-mwc-random"
+ "haskell-parallel")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951')
+
+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-newgeneric -f-chaselev
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+   

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:12:44
  Author: felixonmars
Revision: 221162

upgpkg: haskell-monad-par 0.3.4.8-5

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-monad-par/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:10:47 UTC (rev 221161)
+++ PKGBUILD2017-04-07 05:12:44 UTC (rev 221162)
@@ -5,7 +5,7 @@
 _hkgname=monad-par
 pkgname=haskell-monad-par
 pkgver=0.3.4.8
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for parallel programming based on a monad"
 url="https://github.com/simonmar/monad-par";
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-abstract-deque" "haskell-abstract-par"
  "haskell-monad-par-extras" "haskell-mtl" "haskell-mwc-random"
  "haskell-parallel")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951')
 
 build() {


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:10:25
  Author: felixonmars
Revision: 221160

upgpkg: haskell-turtle 1.3.2-5

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:08:49 UTC (rev 221159)
+++ PKGBUILD2017-04-07 05:10:25 UTC (rev 221160)
@@ -5,7 +5,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library";
 license=('custom:BSD3')


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:10:47
  Author: felixonmars
Revision: 221161

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

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

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

Copied: haskell-turtle/repos/community-staging-i686/PKGBUILD (from rev 221160, 
haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:10:47 UTC (rev 221161)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.3.2
+pkgrel=5
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-stm' 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary'
+ 'haskell-text' 'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('b994c4e9e3f36a69f8a9097bc5998ee9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 
221160, haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:10:47 UTC (rev 221161)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.3.2
+pkgrel=5
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-stm' 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary'
+ 'haskell-text' 'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('b994c4e9e3f36a69f8a9097bc5998ee9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:07:57
  Author: felixonmars
Revision: 221155

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

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

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

Copied: haskell-foldl/repos/community-staging-i686/PKGBUILD (from rev 221154, 
haskell-foldl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:07:57 UTC (rev 221155)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=foldl
+pkgname=haskell-foldl
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="Composable, streaming, and efficient left folds"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mwc-random" "haskell-primitive" "haskell-text" 
"haskell-vector"
+ "haskell-contravariant" "haskell-profunctors" "haskell-comonad")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('54f3b50e837904502825fe80a243b52c98892954e397cb8cc47233bd52b5a99cb750735d099fa094c56b276cea6f498451bacaac1a8315f4d3402e978989ad53')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-foldl/repos/community-staging-x86_64/PKGBUILD (from rev 221154, 
haskell-foldl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:07:57 UTC (rev 221155)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=foldl
+pkgname=haskell-foldl
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="Composable, streaming, and efficient left folds"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mwc-random" "haskell-primitive" "haskell-text" 
"haskell-vector"
+ "haskell-contravariant" "haskell-profunctors" "haskell-comonad")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('54f3b50e837904502825fe80a243b52c98892954e397cb8cc47233bd52b5a99cb750735d099fa094c56b276cea6f498451bacaac1a8315f4d3402e978989ad53')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+run

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:07:35
  Author: felixonmars
Revision: 221154

upgpkg: haskell-foldl 1.2.4-2

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:05:38 UTC (rev 221153)
+++ PKGBUILD2017-04-07 05:07:35 UTC (rev 221154)
@@ -5,7 +5,7 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:05:17
  Author: felixonmars
Revision: 221152

upgpkg: haskell-mwc-random 0.13.5.0-2

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-mwc-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:04:22 UTC (rev 221151)
+++ PKGBUILD2017-04-07 05:05:17 UTC (rev 221152)
@@ -5,13 +5,13 @@
 _hkgname=mwc-random
 pkgname=haskell-mwc-random
 pkgver=0.13.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, high quality pseudo random number generation"
 url="https://github.com/bos/mwc-random";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-primitive" "haskell-vector")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('28dd2d95d088438ab15e9dee45ddc500b6c4700a87539c70a48b1b7b4c8d1ca9')
 
 build() {


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:05:38
  Author: felixonmars
Revision: 221153

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

Added:
  haskell-mwc-random/repos/community-staging-i686/
  haskell-mwc-random/repos/community-staging-i686/PKGBUILD
(from rev 221152, haskell-mwc-random/trunk/PKGBUILD)
  haskell-mwc-random/repos/community-staging-x86_64/
  haskell-mwc-random/repos/community-staging-x86_64/PKGBUILD
(from rev 221152, haskell-mwc-random/trunk/PKGBUILD)

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

Copied: haskell-mwc-random/repos/community-staging-i686/PKGBUILD (from rev 
221152, haskell-mwc-random/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:05:38 UTC (rev 221153)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mwc-random
+pkgname=haskell-mwc-random
+pkgver=0.13.5.0
+pkgrel=2
+pkgdesc="Fast, high quality pseudo random number generation"
+url="https://github.com/bos/mwc-random";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-primitive" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('28dd2d95d088438ab15e9dee45ddc500b6c4700a87539c70a48b1b7b4c8d1ca9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-mwc-random/repos/community-staging-x86_64/PKGBUILD (from rev 
221152, haskell-mwc-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:05:38 UTC (rev 221153)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mwc-random
+pkgname=haskell-mwc-random
+pkgver=0.13.5.0
+pkgrel=2
+pkgdesc="Fast, high quality pseudo random number generation"
+url="https://github.com/bos/mwc-random";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-primitive" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('28dd2d95d088438ab15e9dee45ddc500b6c4700a87539c70a48b1b7b4c8d1ca9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:04:09
  Author: felixonmars
Revision: 221150

upgpkg: certbot-nginx 0.13.0-1

upstream new version

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:02:48 UTC (rev 221149)
+++ PKGBUILD2017-04-07 05:04:09 UTC (rev 221150)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,8 +17,8 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('c3a09fd9878bef273fdc092b6b6fb571'
- 'SKIP')
+sha512sums=('6dc9228c30517875046ddcaefe9f684f0081e80ade6878ed4dbd93e4b943936b65a00a45ab631e36d0a2a3765e74f08e6a9f128ef1d88ce32c48eaf75485766c'
+'SKIP')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:04:22
  Author: felixonmars
Revision: 221151

archrelease: copy trunk to community-staging-any

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

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

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


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:02:34
  Author: felixonmars
Revision: 221148

upgpkg: certbot-apache 0.13.0-1

upstream new version

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:02:10 UTC (rev 221147)
+++ PKGBUILD2017-04-07 05:02:34 UTC (rev 221148)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,8 +17,8 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('93881ca8bb7889d49379434a9e17b3b4'
- 'SKIP')
+sha512sums=('3a959bac1a39bb34fea35dd8c028657441197e62a5fae59f2f24878533306812002e73de5b24f4cf0c805c4f87d7b9000f6c04343736a78f2d8837086345c7be'
+'SKIP')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:02:48
  Author: felixonmars
Revision: 221149

archrelease: copy trunk to community-staging-any

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

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

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


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:01:45
  Author: felixonmars
Revision: 221146

upgpkg: haskell-incremental-parser 0.2.5-3

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:01:35 UTC (rev 221145)
+++ PKGBUILD2017-04-07 05:01:45 UTC (rev 221146)
@@ -5,7 +5,7 @@
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
 pkgver=0.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Generic parser library capable of providing partial results from 
partial input."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('GPL')


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:02:10
  Author: felixonmars
Revision: 221147

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

Added:
  haskell-incremental-parser/repos/community-staging-i686/
  haskell-incremental-parser/repos/community-staging-i686/PKGBUILD
(from rev 221146, haskell-incremental-parser/trunk/PKGBUILD)
  haskell-incremental-parser/repos/community-staging-x86_64/
  haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 221146, haskell-incremental-parser/trunk/PKGBUILD)

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

Copied: haskell-incremental-parser/repos/community-staging-i686/PKGBUILD (from 
rev 221146, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 05:02:10 UTC (rev 221147)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.2.5
+pkgrel=3
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-monoid-subclasses')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('09a7211f5bd630f417021d24cd5547d7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}

Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD 
(from rev 221146, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 05:02:10 UTC (rev 221147)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.2.5
+pkgrel=3
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-monoid-subclasses')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('09a7211f5bd630f417021d24cd5547d7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:01:35
  Author: felixonmars
Revision: 221145

archrelease: copy trunk to community-staging-any

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

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

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


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:01:17
  Author: felixonmars
Revision: 221144

upgpkg: certbot 0.13.0-1

upstream new version

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 05:00:11 UTC (rev 221143)
+++ PKGBUILD2017-04-07 05:01:17 UTC (rev 221144)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -21,8 +21,8 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('8464e00b59613a3b7ee866cb4c9f13e4'
- 'SKIP')
+sha512sums=('0d0e36ee19482bf69f3dacd07fe6741ae7b639faae006c0411f1f8a3ac1d69036e6e5408eef4305b5bad5fcddf3a00dfe537684e25fd0960b43da6917e8734d3'
+'SKIP')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 05:00:11
  Author: felixonmars
Revision: 221143

archrelease: copy trunk to community-staging-any

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

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 221142, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-04-07 05:00:11 UTC (rev 221143)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz";)
+sha512sums=('a001b3f3de762d7411a468b7e51f5707237df120fc5adee65036e12a53421a665caba2bc22668c2e565ff57936a65308f88247cc74dc8a00b641927bddfc24a5')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 04:59:57
  Author: felixonmars
Revision: 221142

upgpkg: python-acme 0.13.0-1

upstream new version

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 04:59:36 UTC (rev 221141)
+++ PKGBUILD2017-04-07 04:59:57 UTC (rev 221142)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz";)
-sha512sums=('a5f0c7448d689bda648ebe2b630feaf48828ef564b16d7615d681441ab9f30d9860a5d5c4a4d49d20ec2475923dbb1100a0dcf6d6376d5c3cb2c1173e14f42bd')
+sha512sums=('a001b3f3de762d7411a468b7e51f5707237df120fc5adee65036e12a53421a665caba2bc22668c2e565ff57936a65308f88247cc74dc8a00b641927bddfc24a5')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 04:59:12
  Author: felixonmars
Revision: 221140

upgpkg: haskell-monoid-subclasses 0.4.3.1-2

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-monoid-subclasses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 04:55:07 UTC (rev 221139)
+++ PKGBUILD2017-04-07 04:59:12 UTC (rev 221140)
@@ -5,7 +5,7 @@
 _hkgname=monoid-subclasses
 pkgname=haskell-monoid-subclasses
 pkgver=0.4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Subclasses of Monoid"
 url="https://github.com/blamario/monoid-subclasses/";
 license=('custom:BSD3')


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 04:59:36
  Author: felixonmars
Revision: 221141

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

Added:
  haskell-monoid-subclasses/repos/community-staging-i686/
  haskell-monoid-subclasses/repos/community-staging-i686/PKGBUILD
(from rev 221140, haskell-monoid-subclasses/trunk/PKGBUILD)
  haskell-monoid-subclasses/repos/community-staging-x86_64/
  haskell-monoid-subclasses/repos/community-staging-x86_64/PKGBUILD
(from rev 221140, haskell-monoid-subclasses/trunk/PKGBUILD)

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

Copied: haskell-monoid-subclasses/repos/community-staging-i686/PKGBUILD (from 
rev 221140, haskell-monoid-subclasses/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 04:59:36 UTC (rev 221141)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=monoid-subclasses
+pkgname=haskell-monoid-subclasses
+pkgver=0.4.3.1
+pkgrel=2
+pkgdesc="Subclasses of Monoid"
+url="https://github.com/blamario/monoid-subclasses/";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-primes' 'haskell-text' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('0a07d751c3558da3051c08999a89b7d4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "BSD3-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/BSD3-LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3-LICENSE.txt"
+}

Copied: haskell-monoid-subclasses/repos/community-staging-x86_64/PKGBUILD (from 
rev 221140, haskell-monoid-subclasses/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 04:59:36 UTC (rev 221141)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=monoid-subclasses
+pkgname=haskell-monoid-subclasses
+pkgver=0.4.3.1
+pkgrel=2
+pkgdesc="Subclasses of Monoid"
+url="https://github.com/blamario/monoid-subclasses/";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-primes' 'haskell-text' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('0a07d751c3558da3051c08999a89b7d4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "BSD3-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/BSD3-LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3-LICENSE.txt"
+}


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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 04:55:07
  Author: felixonmars
Revision: 221139

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

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

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

Copied: haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 221138, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-07 04:55:07 UTC (rev 221139)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.15.1
+pkgrel=9
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions"
+ "haskell-free" "haskell-hashable" "haskell-kan-extensions" 
"haskell-mtl"
+ "haskell-parallel" "haskell-profunctors" "haskell-reflection"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-tagged" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5cfaa64cb1b9787193c2247a1ed1c248104ba5fadb91cec6432e648e41b1bea6')
+
+prepare() {
+sed -i 's/vector>= 0.9  && < 0.12,/vector  
  >= 0.9  \&\& < 0.13,/' ${_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-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas 
-finlining -f-benchmark-uniplate
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 221138, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-07 04:55:07 UTC (rev 221139)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.15.1
+pkgrel=9
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions"
+ "haskell-free" "haskell-hashable" "haskell-kan-extensions" 
"haskell-mtl"
+ "haskell-parallel" "haskell-profunctors" "haskell-reflection"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-tagged" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5cfaa64cb1b9787193c2247a1ed1c248104ba5fadb91cec6432e648e41b1bea6')
+
+prepare() {
+sed -i 's/vector>= 0.9  && < 0.12,/vector  
  >= 0.9  \&\& < 0.1

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

2017-04-06 Thread Felix Yan
Date: Friday, April 7, 2017 @ 04:54:46
  Author: felixonmars
Revision: 221138

upgpkg: haskell-lens 4.15.1-9

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 21:38:25 UTC (rev 221137)
+++ PKGBUILD2017-04-07 04:54:46 UTC (rev 221138)
@@ -5,7 +5,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.15.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Lenses, Folds and Traversals"
 url="http://github.com/ekmett/lens/";
 license=("custom:BSD3")
@@ -20,6 +20,10 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('5cfaa64cb1b9787193c2247a1ed1c248104ba5fadb91cec6432e648e41b1bea6')
 
+prepare() {
+sed -i 's/vector>= 0.9  && < 0.12,/vector  
  >= 0.9  \&\& < 0.13,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-04-06 Thread Jaroslav Lichtblau
Date: Thursday, April 6, 2017 @ 21:38:25
  Author: jlichtblau
Revision: 221137

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

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

+
 /PKGBUILD  |   70 
 /yaz.changelog |  112 +++
 community-i686/PKGBUILD|   35 
 community-i686/yaz.changelog   |   53 --
 community-x86_64/PKGBUILD  |   35 
 community-x86_64/yaz.changelog |   53 --
 6 files changed, 182 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-06 21:37:42 UTC (rev 221136)
+++ community-i686/PKGBUILD 2017-04-06 21:38:25 UTC (rev 221137)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.20.2
-pkgrel=1
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('i686' 'x86_64')
-url="http://www.indexdata.dk/yaz";
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('4cf4473190cfd74ca046cf3a51b084700e59558037b199574c3c3001a9df793b')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 221136, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 21:38:25 UTC (rev 221137)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz";
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('433abc999399af282691df81f6efa81c6b897d031bb710580423969d5d5c7400')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2017-04-06 21:37:42 UTC (rev 221136)
+++ community-i686/yaz.changelog2017-04-06 21:38:25 UTC (rev 221137)
@@ -1,53 +0,0 @@
-2017-02-21 Jaroslav Lichtblau 
-   * yaz 5.20.2-1
-
-2017-01-10 Jaroslav Lichtblau 
-   * yaz 5.20.0-1
-
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1
-
-2014-02-06 Jaroslav Lichtblau 
-   * yaz 5.0.12-1
-
-2013-10-25 Jaroslav Lichtblau 
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau 
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtblau 
-   * yaz 4.2.49-1

Copied: yaz/repos/community-i686/yaz.changelog (from rev 221136, 
yaz/trunk/yaz.changelog)
===
--- community-i686/yaz.changelog   

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

2017-04-06 Thread Jaroslav Lichtblau
Date: Thursday, April 6, 2017 @ 21:37:42
  Author: jlichtblau
Revision: 221136

upgpkg: yaz 5.21.0-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:57:56 UTC (rev 221135)
+++ PKGBUILD2017-04-06 21:37:42 UTC (rev 221136)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.20.2
+pkgver=5.21.0
 pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('4cf4473190cfd74ca046cf3a51b084700e59558037b199574c3c3001a9df793b')
+sha256sums=('433abc999399af282691df81f6efa81c6b897d031bb710580423969d5d5c7400')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2017-04-06 19:57:56 UTC (rev 221135)
+++ yaz.changelog   2017-04-06 21:37:42 UTC (rev 221136)
@@ -1,3 +1,6 @@
+2017-04-06 Jaroslav Lichtblau 
+   * yaz 5.21.0-1
+
 2017-02-21 Jaroslav Lichtblau 
* yaz 5.20.2-1
 


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

2017-04-06 Thread Florian Pritz
Date: Thursday, April 6, 2017 @ 20:48:03
  Author: bluewind
Revision: 292244

upgpkg: spamassassin 3.4.1-7

rebuild against openssl 1.1

Modified:
  spamassassin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 20:06:53 UTC (rev 292243)
+++ PKGBUILD2017-04-06 20:48:03 UTC (rev 292244)
@@ -4,7 +4,7 @@
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
 pkgver=3.4.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A mail filter to identify spam."
 arch=('i686' 'x86_64')
 license=('APACHE')


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

2017-04-06 Thread Florian Pritz
Date: Thursday, April 6, 2017 @ 20:48:14
  Author: bluewind
Revision: 292245

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

Added:
  spamassassin/repos/testing-i686/PKGBUILD
(from rev 292244, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/testing-i686/bug_828552-openssl-1.1.0.patch
(from rev 292244, spamassassin/trunk/bug_828552-openssl-1.1.0.patch)
  spamassassin/repos/testing-i686/disable-sslv3.patch
(from rev 292244, spamassassin/trunk/disable-sslv3.patch)
  spamassassin/repos/testing-i686/net-dns-1.01-compat-uribl.patch
(from rev 292244, spamassassin/trunk/net-dns-1.01-compat-uribl.patch)
  spamassassin/repos/testing-i686/net-dns-1.01-compat.patch
(from rev 292244, spamassassin/trunk/net-dns-1.01-compat.patch)
  spamassassin/repos/testing-i686/spamassassin.install
(from rev 292244, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/testing-i686/spamassassin.service
(from rev 292244, spamassassin/trunk/spamassassin.service)
  spamassassin/repos/testing-x86_64/PKGBUILD
(from rev 292244, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/testing-x86_64/bug_828552-openssl-1.1.0.patch
(from rev 292244, spamassassin/trunk/bug_828552-openssl-1.1.0.patch)
  spamassassin/repos/testing-x86_64/disable-sslv3.patch
(from rev 292244, spamassassin/trunk/disable-sslv3.patch)
  spamassassin/repos/testing-x86_64/net-dns-1.01-compat-uribl.patch
(from rev 292244, spamassassin/trunk/net-dns-1.01-compat-uribl.patch)
  spamassassin/repos/testing-x86_64/net-dns-1.01-compat.patch
(from rev 292244, spamassassin/trunk/net-dns-1.01-compat.patch)
  spamassassin/repos/testing-x86_64/spamassassin.install
(from rev 292244, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/testing-x86_64/spamassassin.service
(from rev 292244, spamassassin/trunk/spamassassin.service)
Deleted:
  spamassassin/repos/testing-i686/PKGBUILD
  spamassassin/repos/testing-i686/bug_828552-openssl-1.1.0.patch
  spamassassin/repos/testing-i686/disable-sslv3.patch
  spamassassin/repos/testing-i686/net-dns-1.01-compat-uribl.patch
  spamassassin/repos/testing-i686/net-dns-1.01-compat.patch
  spamassassin/repos/testing-i686/spamassassin.install
  spamassassin/repos/testing-i686/spamassassin.service
  spamassassin/repos/testing-x86_64/PKGBUILD
  spamassassin/repos/testing-x86_64/bug_828552-openssl-1.1.0.patch
  spamassassin/repos/testing-x86_64/disable-sslv3.patch
  spamassassin/repos/testing-x86_64/net-dns-1.01-compat-uribl.patch
  spamassassin/repos/testing-x86_64/net-dns-1.01-compat.patch
  spamassassin/repos/testing-x86_64/spamassassin.install
  spamassassin/repos/testing-x86_64/spamassassin.service

+
 /PKGBUILD  |  148 +++
 /bug_828552-openssl-1.1.0.patch|  906 +++
 /disable-sslv3.patch   |  552 ++
 /net-dns-1.01-compat-uribl.patch   |   54 +
 /net-dns-1.01-compat.patch |   28 
 /spamassassin.install  |   64 +
 /spamassassin.service  |   24 
 testing-i686/PKGBUILD  |   74 -
 testing-i686/bug_828552-openssl-1.1.0.patch|  453 ---
 testing-i686/disable-sslv3.patch   |  276 ---
 testing-i686/net-dns-1.01-compat-uribl.patch   |   27 
 testing-i686/net-dns-1.01-compat.patch |   14 
 testing-i686/spamassassin.install  |   32 
 testing-i686/spamassassin.service  |   12 
 testing-x86_64/PKGBUILD|   74 -
 testing-x86_64/bug_828552-openssl-1.1.0.patch  |  453 ---
 testing-x86_64/disable-sslv3.patch |  276 ---
 testing-x86_64/net-dns-1.01-compat-uribl.patch |   27 
 testing-x86_64/net-dns-1.01-compat.patch   |   14 
 testing-x86_64/spamassassin.install|   32 
 testing-x86_64/spamassassin.service|   12 
 21 files changed, 1776 insertions(+), 1776 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-06 20:48:03 UTC (rev 292244)
+++ testing-i686/PKGBUILD   2017-04-06 20:48:14 UTC (rev 292245)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Dale Blount 
-# Contributor: Manolis Tzanidakis
-pkgname=spamassassin
-pkgver=3.4.1
-pkgrel=6
-pkgdesc="A mail filter to identify spam."
-arch=('i686' 'x86_64')
-license=('APACHE')
-url="http://spamassassin.apache.org";
-depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
- 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
- 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
-makedepends=('razor' 'perl-dbi')
-optdepends=('razor: to identify collaborately-flagged spam'
-'make: to use sa-compile')
-backup=('etc/mail/spamassassin/local.cf'
-'etc/mail/spamassass

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 20:06:53
  Author: arojas
Revision: 292243

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-06 20:06:24 UTC (rev 292242)
+++ extra-i686/PKGBUILD 2017-04-06 20:06:53 UTC (rev 292243)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: William Díaz 
-
-pkgname=libnice
-pkgver=0.1.13+156+g1778f79
-pkgrel=1
-pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
-arch=('i686' 'x86_64')
-url="https://nice.freedesktop.org";
-license=('LGPL')
-depends=('glib2')
-makedepends=('gstreamer' 'gtk-doc' 'git')
-optdepends=('gstreamer')
-_commit=1778f790087ab7663975ea466527c252eaccc5e3  # master
-source=("git+https://anongit.freedesktop.org/git/libnice/libnice#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --with-gstreamer-0.10=no 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libnice/repos/extra-i686/PKGBUILD (from rev 292242, 
libnice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-06 20:06:53 UTC (rev 292243)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: William Díaz 
+
+pkgname=libnice
+pkgver=0.1.14
+pkgrel=1
+pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
+arch=('i686' 'x86_64')
+url="https://nice.freedesktop.org";
+license=('LGPL')
+depends=('glib2' 'gnutls')
+makedepends=('gstreamer' 'gtk-doc' 'git')
+optdepends=('gstreamer')
+_commit=6bfea0d063fb358a44e8800eae314520a2babd61  # tags/0.1.14^0
+source=("git+https://anongit.freedesktop.org/git/libnice/libnice#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --with-gstreamer-0.10=no 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-06 20:06:24 UTC (rev 292242)
+++ extra-x86_64/PKGBUILD   2017-04-06 20:06:53 UTC (rev 292243)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: William Díaz 
-
-pkgname=libnice
-pkgver=0.1.13+156+g1778f79
-pkgrel=1
-pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
-arch=('i686' 'x86_64')
-url="https://nice.freedesktop.org";
-license=('LGPL')
-depends=('glib2')
-makedepends=('gstreamer' 'gtk-doc' 'git')
-optdepends=('gstreamer')
-_commit=1778f790087ab7663975ea466527c252eaccc5e3  # master
-source=("git+https://anongit.freedesktop.org/git/libnice/libnice#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --with-gstreamer-0.10=no 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libnice/repos/extra-x86_64/PKGBUILD (from rev 292242, 
libnice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-06 20:06:53 UTC (rev 292243)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: William Díaz 
+
+pkgname=libnice
+pkgver=0.1.14
+pkgrel=1
+pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
+arch=('i686' 'x86_64')
+url="https://nice.freedesktop.org";
+license=('LGPL')
+depends=('glib2' 'gnutls')
+makedepends=('gstreamer' 'gtk-doc' 'git')
+optdepends=('gstreamer')
+_commit=6bfea0d063fb358a44e8800eae314520a2babd61  # tags/0.1.14^0
+source=("git+https://anongit.free

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 20:06:24
  Author: arojas
Revision: 292242

Update to 0.1.14

Modified:
  libnice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:18:10 UTC (rev 292241)
+++ PKGBUILD2017-04-06 20:06:24 UTC (rev 292242)
@@ -3,16 +3,16 @@
 # Contributor: William Díaz 
 
 pkgname=libnice
-pkgver=0.1.13+156+g1778f79
+pkgver=0.1.14
 pkgrel=1
 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
 arch=('i686' 'x86_64')
 url="https://nice.freedesktop.org";
 license=('LGPL')
-depends=('glib2')
+depends=('glib2' 'gnutls')
 makedepends=('gstreamer' 'gtk-doc' 'git')
 optdepends=('gstreamer')
-_commit=1778f790087ab7663975ea466527c252eaccc5e3  # master
+_commit=6bfea0d063fb358a44e8800eae314520a2babd61  # tags/0.1.14^0
 
source=("git+https://anongit.freedesktop.org/git/libnice/libnice#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in mate-control-center/repos (4 files)

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:57:56
  Author: arojas
Revision: 221135

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-06 19:57:30 UTC (rev 221134)
+++ community-i686/PKGBUILD 2017-04-06 19:57:56 UTC (rev 221135)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-control-center
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="The Control Center for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('mate-control-center-gtk3')
-replaces=('mate-control-center-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('ca318c960ec84835d62c596a035ae5929249ae73')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-i686/PKGBUILD (from rev 221134, 
mate-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:57:56 UTC (rev 221135)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('bc2a924e4bb3125bdb3ea33c175c7d1accc3894a')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-06 19:57:30 UTC (rev 221134)
+++ community-x86_64/PKGBUILD   2017-04-06 19:57:56 UTC (rev 221135)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-control-center
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="The Control Center for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('mate-control-center-gtk3')
-replaces=('mate-control-center-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('ca318c960ec84835d62c596a035ae5929249ae73')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 221134, 
mate-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:57:30
  Author: arojas
Revision: 221134

Update to 1.18.1

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:55:08 UTC (rev 221133)
+++ PKGBUILD2017-04-06 19:57:30 UTC (rev 221134)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-control-center
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
-pkgdesc="The Control Center for MATE (GTK2 version)"
+pkgdesc="The Control Center for MATE"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
 conflicts=('mate-control-center-gtk3')
 replaces=('mate-control-center-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('ca318c960ec84835d62c596a035ae5929249ae73')
+sha1sums=('bc2a924e4bb3125bdb3ea33c175c7d1accc3894a')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:55:08
  Author: arojas
Revision: 221133

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

Added:
  mate-panel/repos/community-i686/PKGBUILD
(from rev 221132, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 221132, mate-panel/trunk/PKGBUILD)
Deleted:
  mate-panel/repos/community-i686/PKGBUILD
  mate-panel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-06 19:54:13 UTC (rev 221132)
+++ community-i686/PKGBUILD 2017-04-06 19:55:08 UTC (rev 221133)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha1sums=('0c0593c8a1f302245a110ac5068cc1b7df1b43b5')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-introspection
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 221132, 
mate-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:55:08 UTC (rev 221133)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha1sums=('13acb1b55c3ecfdc345fdf84ec25f4b7e47f661c')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-06 19:54:13 UTC (rev 221132)
+++ community-x86_64/PKGBUILD   2017-04-06 19:55:08 UTC (rev 221133)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha1sums=('0c0593c8a1f302245a110ac5068cc1b7df1b43b5')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-introspection
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 221132, 
mate-panel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-06 19:55:08 UTC (rev 221133)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:54:13
  Author: arojas
Revision: 221132

Update to 1.18.1

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:52:00 UTC (rev 221131)
+++ PKGBUILD2017-04-06 19:54:13 UTC (rev 221132)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-panel
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="The MATE Panel"
 url="http://mate-desktop.org";
@@ -13,7 +13,7 @@
 groups=('mate')
 conflicts=('mate-panel-gtk3')
 replaces=('mate-panel-gtk3')
-sha1sums=('0c0593c8a1f302245a110ac5068cc1b7df1b43b5')
+sha1sums=('13acb1b55c3ecfdc345fdf84ec25f4b7e47f661c')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:52:00
  Author: arojas
Revision: 221131

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-06 19:51:34 UTC (rev 221130)
+++ community-i686/PKGBUILD 2017-04-06 19:52:00 UTC (rev 221131)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=eom
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('eom-gtk3')
-replaces=('eom-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('5dbc90dc8a695d2ee8d8595171145fd23b001927')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---localstatedir=/var \
---with-librsvg \
---disable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-i686/PKGBUILD (from rev 221130, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:52:00 UTC (rev 221131)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=eom
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('14c9a56b080a5a0922825d2c22cc46635e566008')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-librsvg \
+--disable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-06 19:51:34 UTC (rev 221130)
+++ community-x86_64/PKGBUILD   2017-04-06 19:52:00 UTC (rev 221131)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=eom
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('eom-gtk3')
-replaces=('eom-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('5dbc90dc8a695d2ee8d8595171145fd23b001927')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---localstatedir=/var \
---with-librsvg \
---disable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-x86_64/PKGBUILD (from rev 221130, 
eom/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-06 19:52:00 UTC (rev 221131)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+pkgname=eom
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:51:34
  Author: arojas
Revision: 221130

Update to 1.18.1

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:49:47 UTC (rev 221129)
+++ PKGBUILD2017-04-06 19:51:34 UTC (rev 221130)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
 pkgname=eom
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
+pkgdesc="An image viewing and cataloging program for MATE"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
 conflicts=('eom-gtk3')
 replaces=('eom-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('5dbc90dc8a695d2ee8d8595171145fd23b001927')
+sha1sums=('14c9a56b080a5a0922825d2c22cc46635e566008')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:49:47
  Author: arojas
Revision: 221129

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

Added:
  engrampa/repos/community-i686/PKGBUILD
(from rev 221128, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 221128, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 221128, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 221128, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-i686/PKGBUILD
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   92 +
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   46 
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   46 
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 6 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-06 19:49:24 UTC (rev 221128)
+++ community-i686/PKGBUILD 2017-04-06 19:49:47 UTC (rev 221129)
@@ -1,46 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=engrampa
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja' 'intltool' 'itstool')
-optdepends=('caja: file archiver extension'
-'p7zip: 7Z and ARJ archive support'
-'unace: ACE archive support'
-'unrar: RAR archive support')
-groups=('mate-extra')
-conflicts=("engrampa-gtk3")
-replaces=("engrampa-gtk3")
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha1sums=('b35634727ae6de833a4c2ea93c2d628b10f079d5'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---disable-packagekit
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 221128, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:49:47 UTC (rev 221129)
@@ -0,0 +1,46 @@
+# Contributor: Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja' 'intltool' 'itstool')
+optdepends=('caja: file archiver extension'
+'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support')
+groups=('mate-extra')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha1sums=('22380c7f4149a1a8fa0776b2b82d7940559cfdc0'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-packagekit
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/fr-rpm-bsdtar.patch
===
--- community-i686/fr-rpm-bsdtar.patch  2017-04-06 19:49:24 UTC (rev 221128)
+++ community-i686/fr-rpm-bsdtar.patch  2017-04-06 19:49:47 UTC (rev 221129)
@@ -1,60 +0,0 @@
-This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio.
-It is useful on systems that do not have cpio or RPM/YUM
-This patch was created for Arch Linux, however should work on any system that 
has bsdtar capable of handling cpio archives.
-
---+
- rpm2cpio.c   |   2 +-
-

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:49:24
  Author: arojas
Revision: 221128

Update to 1.18.1

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:47:46 UTC (rev 221127)
+++ PKGBUILD2017-04-06 19:49:24 UTC (rev 221128)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=engrampa
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="Archive manipulator for MATE"
 url="http://mate-desktop.org";
@@ -18,7 +18,7 @@
 replaces=("engrampa-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 fr-rpm-bsdtar.patch)
-sha1sums=('b35634727ae6de833a4c2ea93c2d628b10f079d5'
+sha1sums=('22380c7f4149a1a8fa0776b2b82d7940559cfdc0'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 
 prepare() {


[arch-commits] Commit in mate-sensors-applet/repos (4 files)

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:47:46
  Author: arojas
Revision: 221127

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

Added:
  mate-sensors-applet/repos/community-i686/PKGBUILD
(from rev 221126, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 221126, mate-sensors-applet/trunk/PKGBUILD)
Deleted:
  mate-sensors-applet/repos/community-i686/PKGBUILD
  mate-sensors-applet/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-06 19:47:17 UTC (rev 221126)
+++ community-i686/PKGBUILD 2017-04-06 19:47:46 UTC (rev 221127)
@@ -1,33 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-sensors-applet
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
-makedepends=('docbook-xsl' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('mate-sensors-applet-gtk3')
-replaces=('mate-sensors-applet-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d83b760cf973ffd0fa74b520605ed50ef3b1858b')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname}
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 221126, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:47:46 UTC (rev 221127)
@@ -0,0 +1,33 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-sensors-applet
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xsl' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('mate-sensors-applet-gtk3')
+replaces=('mate-sensors-applet-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('3eee40a21d8ac413ff65cb86fd9ff0ee06016354')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-06 19:47:17 UTC (rev 221126)
+++ community-x86_64/PKGBUILD   2017-04-06 19:47:46 UTC (rev 221127)
@@ -1,33 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-sensors-applet
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
-makedepends=('docbook-xsl' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('mate-sensors-applet-gtk3')
-replaces=('mate-sensors-applet-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d83b760cf973ffd0fa74b520605ed50ef3b1858b')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname}
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 221126, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-06 19:47:46 UTC (rev 221127)
@@ -0,0 +1,33 @@
+# Contri

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:47:17
  Author: arojas
Revision: 221126

Update to 1.18.1

Modified:
  mate-sensors-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:38:22 UTC (rev 221125)
+++ PKGBUILD2017-04-06 19:47:17 UTC (rev 221126)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-sensors-applet
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
 url="http://mate-desktop.org";
@@ -13,7 +13,7 @@
 conflicts=('mate-sensors-applet-gtk3')
 replaces=('mate-sensors-applet-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d83b760cf973ffd0fa74b520605ed50ef3b1858b')
+sha1sums=('3eee40a21d8ac413ff65cb86fd9ff0ee06016354')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-settings-daemon/repos (4 files)

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:38:22
  Author: arojas
Revision: 221125

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

Added:
  mate-settings-daemon/repos/community-i686/PKGBUILD
(from rev 221124, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 221124, mate-settings-daemon/trunk/PKGBUILD)
Deleted:
  mate-settings-daemon/repos/community-i686/PKGBUILD
  mate-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-06 19:37:52 UTC (rev 221124)
+++ community-i686/PKGBUILD 2017-04-06 19:38:22 UTC (rev 221125)
@@ -1,39 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-settings-daemon
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="The MATE Settings daemon"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
- 'mate-desktop' 'nss' 'polkit')
-makedepends=('intltool')
-optdepends=('libcanberra-pulse: PulseAudio support'
-'pulseaudio-alsa: PulseAudio support')
-groups=('mate')
-conflicts=('mate-settings-daemon-gtk3')
-replaces=('mate-settings-daemon-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('bdfec7268f967f3fc129f9661c383fd7666b0ebb')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---enable-polkit \
---enable-pulse
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 221124, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:38:22 UTC (rev 221125)
@@ -0,0 +1,39 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-settings-daemon
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="The MATE Settings daemon"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
+ 'mate-desktop' 'nss' 'polkit')
+makedepends=('intltool')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate')
+conflicts=('mate-settings-daemon-gtk3')
+replaces=('mate-settings-daemon-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6bac65c5b702e45e809f43fc4ae732dc88549a9b')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-pulse
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-06 19:37:52 UTC (rev 221124)
+++ community-x86_64/PKGBUILD   2017-04-06 19:38:22 UTC (rev 221125)
@@ -1,39 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-settings-daemon
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="The MATE Settings daemon"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
- 'mate-desktop' 'nss' 'polkit')
-makedepends=('intltool')
-optdepends=('libcanberra-pulse: PulseAudio support'
-'pulseaudio-alsa: PulseAudio support')
-groups=('mate')
-conflicts=('mate-settings-daemon-gtk3')
-replaces=('mate-settings-daemon-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('bdfec7268f967f3fc129f9661c383fd7666b0ebb')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---enable-polkit \
---enable-pulse
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-settin

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:37:52
  Author: arojas
Revision: 221124

Update to 1.18.1

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:36:02 UTC (rev 221123)
+++ PKGBUILD2017-04-06 19:37:52 UTC (rev 221124)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-settings-daemon
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="The MATE Settings daemon"
 url="http://mate-desktop.org";
@@ -16,7 +16,7 @@
 conflicts=('mate-settings-daemon-gtk3')
 replaces=('mate-settings-daemon-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('bdfec7268f967f3fc129f9661c383fd7666b0ebb')
+sha1sums=('6bac65c5b702e45e809f43fc4ae732dc88549a9b')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:36:02
  Author: arojas
Revision: 221123

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

Added:
  pluma/repos/community-i686/PKGBUILD
(from rev 221122, pluma/trunk/PKGBUILD)
  pluma/repos/community-x86_64/PKGBUILD
(from rev 221122, pluma/trunk/PKGBUILD)
Deleted:
  pluma/repos/community-i686/PKGBUILD
  pluma/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 2017-04-06 19:35:34 UTC (rev 221122)
+++ community-i686/PKGBUILD 2017-04-06 19:36:02 UTC (rev 221123)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=pluma
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="A powerful text editor for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-groups=('mate-extra')
-conflicts=('pluma-gtk3')
-replaces=('pluma-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8a6e5c6f445d23e7dd2f0a2e8de39f648f0d8dfd')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---enable-gtk-doc=no \
---enable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 221122, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:36:02 UTC (rev 221123)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+pkgname=pluma
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('065663dd2e55a73ae7f9347b19138c756eb8f5cf')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc=no \
+--enable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-06 19:35:34 UTC (rev 221122)
+++ community-x86_64/PKGBUILD   2017-04-06 19:36:02 UTC (rev 221123)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=pluma
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="A powerful text editor for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-groups=('mate-extra')
-conflicts=('pluma-gtk3')
-replaces=('pluma-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8a6e5c6f445d23e7dd2f0a2e8de39f648f0d8dfd')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---enable-gtk-doc=no \
---enable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: pluma/repos/community-x86_64/PKGBUILD (from rev 221122, 
pluma/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:35:34
  Author: arojas
Revision: 221122

Update to 1.18.1

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:33:21 UTC (rev 221121)
+++ PKGBUILD2017-04-06 19:35:34 UTC (rev 221122)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=pluma
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="A powerful text editor for MATE"
 url="http://mate-desktop.org";
@@ -13,7 +13,7 @@
 conflicts=('pluma-gtk3')
 replaces=('pluma-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8a6e5c6f445d23e7dd2f0a2e8de39f648f0d8dfd')
+sha1sums=('065663dd2e55a73ae7f9347b19138c756eb8f5cf')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:33:21
  Author: arojas
Revision: 221121

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

Added:
  caja/repos/community-i686/PKGBUILD
(from rev 221120, caja/trunk/PKGBUILD)
  caja/repos/community-x86_64/PKGBUILD
(from rev 221120, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-i686/PKGBUILD
  caja/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 2017-04-06 19:32:55 UTC (rev 221120)
+++ community-i686/PKGBUILD 2017-04-06 19:33:21 UTC (rev 221121)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha1sums=('d1dce8aaf8b355686f6fd9a4734ea37a3b90e959')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---with-gtk=2.0 \
---enable-introspection \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-
-# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-i686/PKGBUILD (from rev 221120, 
caja/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:33:21 UTC (rev 221121)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha1sums=('7df8a1a38ae340d6d05b3ecdfac12ba8e048b6d8')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+
+# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-06 19:32:55 UTC (rev 221120)
+++ community-x86_64/PKGBUILD   2017-04-06 19:33:21 UTC (rev 221121)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha1sums=('d1dce8aaf8b355686f6fd9a4734ea37a3b90e959')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---with-gtk=2.0 \
---enable-introspection \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-
-# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 221120, 
caja/trunk/PKGBUILD)

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:32:55
  Author: arojas
Revision: 221120

Update to 1.18.1

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:30:32 UTC (rev 221119)
+++ PKGBUILD2017-04-06 19:32:55 UTC (rev 221120)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=caja
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="File manager for the MATE desktop"
 url="http://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('caja-gtk3')
 replaces=('caja-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha1sums=('d1dce8aaf8b355686f6fd9a4734ea37a3b90e959')
+sha1sums=('7df8a1a38ae340d6d05b3ecdfac12ba8e048b6d8')
 
 build() {
 cd $pkgname-$pkgver


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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:30:32
  Author: arojas
Revision: 221119

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

Added:
  mate-utils/repos/community-i686/PKGBUILD
(from rev 221118, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-x86_64/PKGBUILD
(from rev 221118, mate-utils/trunk/PKGBUILD)
Deleted:
  mate-utils/repos/community-i686/PKGBUILD
  mate-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-06 19:29:54 UTC (rev 221118)
+++ community-i686/PKGBUILD 2017-04-06 19:30:32 UTC (rev 221119)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-utils
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
-groups=('mate-extra')
-conflicts=('mate-utils-gtk3')
-replaces=('mate-utils-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('3149438d15a297e7f4581793ef7b8d1344cdc64e')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---disable-maintainer-flags
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-utils/repos/community-i686/PKGBUILD (from rev 221118, 
mate-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-06 19:30:32 UTC (rev 221119)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-utils
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8c2e0fcfb7d6348572cfacc96cf1e23f9f88244c')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-06 19:29:54 UTC (rev 221118)
+++ community-x86_64/PKGBUILD   2017-04-06 19:30:32 UTC (rev 221119)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-utils
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
-groups=('mate-extra')
-conflicts=('mate-utils-gtk3')
-replaces=('mate-utils-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('3149438d15a297e7f4581793ef7b8d1344cdc64e')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---disable-maintainer-flags
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-utils/repos/community-x86_64/PKGBUILD (from rev 221118, 
mate-utils/trunk/PKGBUILD)

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

2017-04-06 Thread Antonio Rojas
Date: Thursday, April 6, 2017 @ 19:29:54
  Author: arojas
Revision: 221118

Update to 1.18.1

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:09:20 UTC (rev 221117)
+++ PKGBUILD2017-04-06 19:29:54 UTC (rev 221118)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-utils
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
 url="http://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('mate-utils-gtk3')
 replaces=('mate-utils-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('3149438d15a297e7f4581793ef7b8d1344cdc64e')
+sha1sums=('8c2e0fcfb7d6348572cfacc96cf1e23f9f88244c')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-04-06 Thread Andreas Radke
Date: Thursday, April 6, 2017 @ 19:18:10
  Author: andyrtr
Revision: 292241

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

Added:
  libreoffice-fresh/repos/testing-i686/
  libreoffice-fresh/repos/testing-i686/PKGBUILD
(from rev 292240, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh
(from rev 292240, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh
(from rev 292240, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 292240, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 292240, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 292240, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 292240, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 292240, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 testing-i686/PKGBUILD   |  373 
++
 testing-i686/libreoffice-fresh.csh  |6 
 testing-i686/libreoffice-fresh.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 testing-x86_64/PKGBUILD |  373 
++
 testing-x86_64/libreoffice-fresh.csh|6 
 testing-x86_64/libreoffice-fresh.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 8 files changed, 858 insertions(+)

Copied: libreoffice-fresh/repos/testing-i686/PKGBUILD (from rev 292240, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-06 19:18:10 UTC (rev 292241)
@@ -0,0 +1,373 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=5.3.2.2
+pkgver=5.3.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/";
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf')
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}";
+#_mirror="http://dev-builds.libreoffice.org/pre-releases/src";
+_additional_source_url="http://dev-www.libreoffice.org/src";
+_additional_source_url2="http://dev-www.libreoffice.org/extern";
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_60_0.tar.bz2
+   
${_additional_source_url}/86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
+   
${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.

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

2017-04-06 Thread Andreas Radke
Date: Thursday, April 6, 2017 @ 19:17:50
  Author: andyrtr
Revision: 292240

upgpkg: libreoffice-fresh 5.3.2-1

upstream update 5.3.2

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 17:50:24 UTC (rev 292239)
+++ PKGBUILD2017-04-06 19:17:50 UTC (rev 292240)
@@ -11,8 +11,8 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.3.1.2
-pkgver=5.3.1
+_LOver=5.3.2.2
+pkgver=5.3.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
@@ -99,11 +99,11 @@
976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('5746cd7ccaf64e51eb0fc07128e75cf145a32b318d572aba18855f14c10754ff'
+sha256sums=('8811a95eb9298cc89603bccd22bcf7196dcef8543b5e66dae5aa47263a0f9ead'
 'SKIP'
-'df49c7bf1caa872f542a69875b44b450b724644585fc847f41e549f88da4c20e'
+'29b24202ee6ca0e1f6cd81a3c1ad98fa226225e7f2d6d4162936943c01656087'
 'SKIP'
-'cbe3c7f2bb5888ab0620a17298701e2d5ca88106b4134f7fb807d3ea263668e4'
+'2e5719f2f56e8f79e4925bf011dd4a39001880ea0285f0a9f31514d8d2fda95c'
 'SKIP'
 '686a989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b'
 '41d463d16c9894cd3317098d027c038039c6d896b9cbb9bad9c4e29959e10e9f'


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 19:08:58
  Author: felixonmars
Revision: 221116

upgpkg: haskell-gtk2hs-buildtools 0.13.2.2-4

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-gtk2hs-buildtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 19:03:01 UTC (rev 221115)
+++ PKGBUILD2017-04-06 19:08:58 UTC (rev 221116)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-gtk2hs-buildtools
 pkgver=0.13.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
 url="https://hackage.haskell.org/package/gtk2hs-buildtools";
 license=('GPL2')


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 19:09:20
  Author: felixonmars
Revision: 221117

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

Added:
  haskell-gtk2hs-buildtools/repos/community-staging-i686/
  haskell-gtk2hs-buildtools/repos/community-staging-i686/PKGBUILD
(from rev 221116, haskell-gtk2hs-buildtools/trunk/PKGBUILD)
  haskell-gtk2hs-buildtools/repos/community-staging-x86_64/
  haskell-gtk2hs-buildtools/repos/community-staging-x86_64/PKGBUILD
(from rev 221116, haskell-gtk2hs-buildtools/trunk/PKGBUILD)

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

Copied: haskell-gtk2hs-buildtools/repos/community-staging-i686/PKGBUILD (from 
rev 221116, haskell-gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 19:09:20 UTC (rev 221117)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk2hs-buildtools
+pkgver=0.13.2.2
+pkgrel=4
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="https://hackage.haskell.org/package/gtk2hs-buildtools";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-random' 'haskell-hashtables')
+makedepends=('alex' 'happy')
+provides=('gtk2hs-buildtools')
+conflicts=('gtk2hs-buildtools')
+replaces=('gtk2hs-buildtools')
+source=("https://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz";)
+md5sums=('d39564d3da1c4225e3758ddb50de5eed')
+
+build() {
+cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-buildtools"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: haskell-gtk2hs-buildtools/repos/community-staging-x86_64/PKGBUILD (from 
rev 221116, haskell-gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 19:09:20 UTC (rev 221117)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk2hs-buildtools
+pkgver=0.13.2.2
+pkgrel=4
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="https://hackage.haskell.org/package/gtk2hs-buildtools";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-random' 'haskell-hashtables')
+makedepends=('alex' 'happy')
+provides=('gtk2hs-buildtools')
+conflicts=('gtk2hs-buildtools')
+replaces=('gtk2hs-buildtools')
+source=("https://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz";)
+md5sums=('d39564d3da1c4225e3758ddb50de5eed')
+
+build() {
+cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-buildtools"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 19:03:01
  Author: felixonmars
Revision: 221115

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

Added:
  agda/repos/community-staging-i686/
  agda/repos/community-staging-i686/PKGBUILD
(from rev 221114, agda/trunk/PKGBUILD)
  agda/repos/community-staging-i686/unordered-containers-0.2.6.patch
(from rev 221114, agda/trunk/unordered-containers-0.2.6.patch)
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 221114, agda/trunk/PKGBUILD)
  agda/repos/community-staging-x86_64/unordered-containers-0.2.6.patch
(from rev 221114, agda/trunk/unordered-containers-0.2.6.patch)

---+
 community-staging-i686/PKGBUILD   |   61 
 community-staging-i686/unordered-containers-0.2.6.patch   |   40 +++
 community-staging-x86_64/PKGBUILD |   61 
 community-staging-x86_64/unordered-containers-0.2.6.patch |   40 +++
 4 files changed, 202 insertions(+)

Copied: agda/repos/community-staging-i686/PKGBUILD (from rev 221114, 
agda/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 19:03:01 UTC (rev 221115)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.5.2
+pkgrel=9
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="http://wiki.portal.chalmers.se/agda/";
+license=("custom")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-boxes" "haskell-cpphs" 
"haskell-data-hash"
+ "haskell-edisonapi" "haskell-edisoncore" "haskell-edit-distance" 
"haskell-equivalence"
+ "haskell-geniplate-mirror" "haskell-gitrev" "haskell-hashable" 
"haskell-hashtables"
+ "haskell-ieee754" "haskell-monadplus" "haskell-mtl" 
"haskell-murmur-hash"
+ "haskell-parallel" "haskell-regex-tdfa" "haskell-strict" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-zlib")
+optdepends=('agda-stdlib: for standard library')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d812cec3bf7f03c4b27248572475c7e060154102771a8434cc11ba89f5691439')
+
+prepare() {
+sed -i 's/, ieee754 >= 0.7.8 && < 0.8/, ieee754 >= 0.7.8 \&\& < 0.9/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+
+# TODO: Find a better way!
+# Build it twice to compile the agdai file.
+cp -a ${_hkgname}-${pkgver}{,-tmp}
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs -f-uhc -f-debug
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+
+cd "${srcdir}/${_hkgname}-${pkgver}-tmp"
+runhaskell Setup configure --prefix="$PWD/target" --datasubdir="$pkgname"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup copy
+
+target/bin/agda target/share/agda/lib/prim/Agda/Primitive.agda
+for _file in target/share/agda/lib/prim/Agda/Builtin/*.agda; do
+target/bin/agda "$_file"
+done
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Builtin/*.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: agda/repos/community-staging-i686/unordered-containers-0.2.6.patch 
(from rev 221114, agda/trunk/unordered-containers-0.2.6.patch)
===
--- community-staging-i686/unordered-containers-0.2.6.patch 
(rev 0)
+++ community-staging-i686/unordered-containers-0.2.6.patch 2017-04-06 
19:03:01 UTC (rev 221115)
@@ -0,0 +1,40 @@
+diff --git a/src/full/Agda/Utils/HashMap.hs b/src/full/Agda/Utils/HashMap.hs
+index 5e1da8b..bd14fac 100644
+--- a/src/full/Agda/Utils/HashMap.hs
 b/src/full/Agda/Utils/HashMap.hs
+@@ -1,29 +1,14 @@
+ module Agda.Utils.HashMap
+   ( module HashMap
+-  , mapMaybe
+-  , alter
+   ) where
+ 
+-import Data.Hashable
+ import Data.HashMap.Strict as HashMap
+-import qualified Data.Maybe as Maybe
+ 
+--- | Like 'Data.Map.Strict.mapMaybe'.
++-- ASR (20 January 2016) Issue 1779: I removed the @m

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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 19:02:38
  Author: felixonmars
Revision: 221114

upgpkg: agda 2.5.2-9

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 18:23:54 UTC (rev 221113)
+++ PKGBUILD2017-04-06 19:02:38 UTC (rev 221114)
@@ -5,7 +5,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.5.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/";
 license=("custom")


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 18:23:54
  Author: felixonmars
Revision: 221113

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

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

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

Copied: haskell-hashtables/repos/community-staging-i686/PKGBUILD (from rev 
221112, haskell-hashtables/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 18:23:54 UTC (rev 221113)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 147140 2015-11-19 09:43:21Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hashtables
+pkgname=haskell-hashtables
+pkgver=1.2.1.1
+pkgrel=2
+pkgdesc="Mutable hash tables in the ST monad"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e8e22104005fe2994c4418e8465b019970330c73a5f653e5ab4bbc4c37733faabdc2a421dcada8f300185d29e5622168293f69b1991677d3e97d114c4ccc1f14')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hashtables/repos/community-staging-x86_64/PKGBUILD (from rev 
221112, haskell-hashtables/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 18:23:54 UTC (rev 221113)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 147140 2015-11-19 09:43:21Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hashtables
+pkgname=haskell-hashtables
+pkgver=1.2.1.1
+pkgrel=2
+pkgdesc="Mutable hash tables in the ST monad"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e8e22104005fe2994c4418e8465b019970330c73a5f653e5ab4bbc4c37733faabdc2a421dcada8f300185d29e5622168293f69b1991677d3e97d114c4ccc1f14')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${

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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 18:23:32
  Author: felixonmars
Revision: 221112

upgpkg: haskell-hashtables 1.2.1.1-2

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-hashtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 18:21:12 UTC (rev 22)
+++ PKGBUILD2017-04-06 18:23:32 UTC (rev 221112)
@@ -5,7 +5,7 @@
 _hkgname=hashtables
 pkgname=haskell-hashtables
 pkgver=1.2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 18:21:12
  Author: felixonmars
Revision: 22

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

Added:
  haskell-fdo-notify/repos/community-staging-i686/
  haskell-fdo-notify/repos/community-staging-i686/PKGBUILD
(from rev 221110, haskell-fdo-notify/trunk/PKGBUILD)
  haskell-fdo-notify/repos/community-staging-x86_64/
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD
(from rev 221110, haskell-fdo-notify/trunk/PKGBUILD)

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

Copied: haskell-fdo-notify/repos/community-staging-i686/PKGBUILD (from rev 
221110, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 18:21:12 UTC (rev 22)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=10
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-dbus")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
221110, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 18:21:12 UTC (rev 22)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=10
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-dbus")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 18:20:49
  Author: felixonmars
Revision: 221110

upgpkg: haskell-fdo-notify 0.3.1-10

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 18:18:42 UTC (rev 221109)
+++ PKGBUILD2017-04-06 18:20:49 UTC (rev 221110)
@@ -5,13 +5,13 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Desktop Notifications client"
 url="http://bitbucket.org/taejo/fdo-notify/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-dbus")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
 
 build() {


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 18:18:42
  Author: felixonmars
Revision: 221109

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

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

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

Copied: haskell-dbus/repos/community-staging-i686/PKGBUILD (from rev 221108, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 18:18:42 UTC (rev 221109)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=0.10.12
+pkgrel=10
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cereal" "haskell-libxml-sax" "haskell-network"
+ "haskell-parsec" "haskell-random" "haskell-text" "haskell-vector"
+ "haskell-xml-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f6d7b5640eb03e9598e38b1a2b2e7af1e9d357f3f845fc9528f9750965b92d54')
+
+prepare() {
+sed -i 's/, vector >= 0.7 && < 0.12/, vector >= 0.7 \&\& < 0.13/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 221108, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 18:18:42 UTC (rev 221109)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=0.10.12
+pkgrel=10
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cereal" "haskell-libxml-sax" "haskell-network"
+ "haskell-parsec" "haskell-random" "haskell-text" "haskell-vector"
+ "haskell-xml-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f6d7b5640eb03e9598e38b1a2b2e7af1e9d357f3f845fc9528f9750965b92d54')
+
+prepare() {
+sed -i 's/, vector >= 0.7 && < 0.12/, vector >= 0.7 \&\& < 0.13/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr

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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 18:18:20
  Author: felixonmars
Revision: 221108

upgpkg: haskell-dbus 0.10.12-10

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 18:17:20 UTC (rev 221107)
+++ PKGBUILD2017-04-06 18:18:20 UTC (rev 221108)
@@ -5,7 +5,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=0.10.12
-pkgrel=9
+pkgrel=10
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/";
 license=("GPL3")
@@ -13,9 +13,13 @@
 depends=("ghc=8.0.1" "haskell-cereal" "haskell-libxml-sax" "haskell-network"
  "haskell-parsec" "haskell-random" "haskell-text" "haskell-vector"
  "haskell-xml-types")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('f6d7b5640eb03e9598e38b1a2b2e7af1e9d357f3f845fc9528f9750965b92d54')
 
+prepare() {
+sed -i 's/, vector >= 0.7 && < 0.12/, vector >= 0.7 \&\& < 0.13/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 18:17:20
  Author: felixonmars
Revision: 221107

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-06 18:17:03 UTC (rev 221106)
+++ PKGBUILD2017-04-06 18:17:20 UTC (rev 221107)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-pyftpdlib
-pkgname=('python-pyftpdlib' 'python2-pyftpdlib')
-pkgver=1.5.1
-pkgrel=2
-pkgdesc='Very fast asynchronous FTP server library'
-arch=('any')
-url='https://github.com/giampaolo/pyftpdlib/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-pyopenssl' 'python2-pyopenssl')
-source=("https://pypi.io/packages/source/p/pyftpdlib/pyftpdlib-$pkgver.tar.gz";)
-md5sums=('61b23e2362df23d0dfa5fe76f6e2ab55')
-
-prepare() {
-  cp -a pyftpdlib-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyftpdlib-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyftpdlib-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyftpdlib-$pkgver
-  python setup.py ptr || warning "Tests failed"
-
-  cd "$srcdir"/pyftpdlib-$pkgver-py2
-  python2 setup.py ptr || warning "Tests failed"
-}
-
-package_python-pyftpdlib() {
-  depends=('python')
-  optdepends=('python-pyopenssl: FTPS support')
-
-  cd pyftpdlib-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyftpdlib() {
-  depends=('python2')
-  optdepends=('python2-pyopenssl: FTPS support')
-
-  cd pyftpdlib-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/ftpbench{,2}
-}

Copied: python-pyftpdlib/repos/community-any/PKGBUILD (from rev 221106, 
python-pyftpdlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-06 18:17:20 UTC (rev 221107)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-pyftpdlib
+pkgname=('python-pyftpdlib' 'python2-pyftpdlib')
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Very fast asynchronous FTP server library'
+arch=('any')
+url='https://github.com/giampaolo/pyftpdlib/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-pyopenssl' 'python2-pyopenssl')
+source=("https://pypi.io/packages/source/p/pyftpdlib/pyftpdlib-$pkgver.tar.gz";)
+sha512sums=('b458518eb7a57137d5f677bb4f38f4285f5efed4d8c0b4919c78b42350579407664219f4f289a0d6f307bb33869b73033ee82ad2ae777dc9f5a6d38a1af09a2a')
+
+prepare() {
+  cp -a pyftpdlib-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyftpdlib-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyftpdlib-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyftpdlib-$pkgver
+  python setup.py ptr || warning "Tests failed"
+
+  cd "$srcdir"/pyftpdlib-$pkgver-py2
+  python2 setup.py ptr || warning "Tests failed"
+}
+
+package_python-pyftpdlib() {
+  depends=('python')
+  optdepends=('python-pyopenssl: FTPS support')
+
+  cd pyftpdlib-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyftpdlib() {
+  depends=('python2')
+  optdepends=('python2-pyopenssl: FTPS support')
+
+  cd pyftpdlib-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/ftpbench{,2}
+}


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 18:17:03
  Author: felixonmars
Revision: 221106

upgpkg: python-pyftpdlib 1.5.2-1

Modified:
  python-pyftpdlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 17:45:04 UTC (rev 221105)
+++ PKGBUILD2017-04-06 18:17:03 UTC (rev 221106)
@@ -5,8 +5,8 @@
 
 pkgbase=python-pyftpdlib
 pkgname=('python-pyftpdlib' 'python2-pyftpdlib')
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc='Very fast asynchronous FTP server library'
 arch=('any')
 url='https://github.com/giampaolo/pyftpdlib/'
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
   'python-pyopenssl' 'python2-pyopenssl')
 source=("https://pypi.io/packages/source/p/pyftpdlib/pyftpdlib-$pkgver.tar.gz";)
-md5sums=('61b23e2362df23d0dfa5fe76f6e2ab55')
+sha512sums=('b458518eb7a57137d5f677bb4f38f4285f5efed4d8c0b4919c78b42350579407664219f4f289a0d6f307bb33869b73033ee82ad2ae777dc9f5a6d38a1af09a2a')
 
 prepare() {
   cp -a pyftpdlib-$pkgver{,-py2}


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

2017-04-06 Thread Andreas Radke
Date: Thursday, April 6, 2017 @ 17:50:24
  Author: andyrtr
Revision: 292239

archrelease: copy trunk to testing-any

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

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 292238, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-04-06 17:50:24 UTC (rev 292239)
@@ -0,0 +1,533 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=5.3.2
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org";
+license=('LGPL')
+
+#https://download.documentfoundation.org/mirrors/all.html
+_url="https://download.documentfoundation.org/libreoffice/stable";
+#_url="https://download.documentfoundation.org/libreoffice/testing";
+#_url="https://dev-builds.libreoffice.org/pre-releases";
+#_url="https://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"'
+)
+sha256sums=('9481d9182b59f50bd28faf7e0006428cce12e705fb3fb793f708d3247bffc01b'
+'SKIP'
+'ace49e3744c5bdded283488e8b3745a39093cfefd57bbdcf870bcd39bacecb96'
+'SKIP'
+'1b60

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

2017-04-06 Thread Andreas Radke
Date: Thursday, April 6, 2017 @ 17:47:09
  Author: andyrtr
Revision: 292238

upgpkg: libreoffice-fresh-i18n 5.3.2-1

upstream update 5.3.2

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  348 ++---
 1 file changed, 174 insertions(+), 174 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 15:03:53 UTC (rev 292237)
+++ PKGBUILD2017-04-06 17:47:09 UTC (rev 292238)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -135,351 +135,351 @@
   'zh-TW "Chinese (traditional)"'
   'zu"Zulu"'
 )
-sha256sums=('1fa59acbb9985a11a0bb6a459e709779acc3c5145818ce271bde8d3a91e588f1'
+sha256sums=('9481d9182b59f50bd28faf7e0006428cce12e705fb3fb793f708d3247bffc01b'
 'SKIP'
-'0c13767f2ad55122cd1e70d1b95b662cc139936887c4a80f6c349600b9346f40'
+'ace49e3744c5bdded283488e8b3745a39093cfefd57bbdcf870bcd39bacecb96'
 'SKIP'
-'03c892d0b1bbacab0a943f5b7d59586c713f559cff4b1e33309de6d9d6f487fe'
+'1b60bbae082b89da40a9b324c34d3ce26b71a8f4e179af25dafd0149cc6ce015'
 'SKIP'
-'56fabe947fa73c1890eda5e90f4b8e4440d7057607959000300aab42da46bf23'
+'2a2c84321323bf6353f2673314d0390dc8840b6bcd540e4e7555195f85259098'
 'SKIP'
-'5bb3d469861ed45fe1b541711edd640f25ba4a7a46faabd7205ef564200e9414'
+'1683e8a7d6818075d0308838102396c37ccef871c4e4c79714ab2497f1595302'
 'SKIP'
-'0ddb10f3dd49a044eb5b44bb9e42631ff64ccd3a889f7c36f5e938211c4e1fbc'
+'1e4cd6832c113ea0cbde6672c9ec49f91351e35c7bd1e1581a3455bfd7726dc4'
 'SKIP'
-'3207ca35e29ad640e68e7f38fc3a93d5157d9067dfb993bb02bd4948de5dbe1e'
+'68c2b2d08eba562ef821ae76a9d78bef0b6ca732f698c7dd2ce5b3f157f77d91'
 'SKIP'
-'daf6cfdccba7a1efaa9086536001e85ad93c1024085b431df5ad535843db2917'
+'cc62675f52a9706132a2d72f9005f3484f5c08f9060a35ba0eba80c404863844'
 'SKIP'
-'0a6356513ec4e67f52cd7bfd29385a87820f09c27482b67eb79d6bd349ca5449'
+'e22a74582bef04dd1dd84bab93622ca9ac4c338450edaabbf95da42a28dd6dfe'
 'SKIP'
-'521397f8b58ec5ab2d824a0443ea3435d6becd7d8ac82ec2c51de79129a86f77'
+'47509270aa9e4aa2ac05daaf83946e6e1fc6b20953f2881f5c1e08cc663d1ac9'
 'SKIP'
-'e1a8169d59dca1a59f301d619ab55218885df0cbff9e95d9741f2a92485be849'
+'6200242e81281d1a4fa768290d44051e818b2ef909286abf68ce5ea84ec971b1'
 'SKIP'
-'2514eadd613f3c8ac84383200df57bbe7de35c4803ef6f5e096054dac4857888'
+'861744081ad1a94ae331e428e1267307fa7f6f07b5de2830bf63185b955fe193'
 'SKIP'
-'efd7c49d4bf0dd564073aaeebd572582be71cfcde545c9e9021d09b22f5eb279'
+'9bc60f08bc82e3a3d75e43d166710a80f752064943087955371b480ce526f8fd'
 'SKIP'
-'2e263ed67e038318fbd86af74cf59ed9d0142de4727fcc12cbf90337025f9691'
+'b1cc6a5bdff6cd603b855bc0be18167a777a691afe8e38180c89fba001c01569'
 'SKIP'
-'567774c494b103f7a8d57237d4b15e89627a498c7a0eac2574e92b604a8b'
+'ff6036e0c61d3cf6d5be30c258d6e8cbad7d6da1a1df9f707ac8818d0d323984'
 'SKIP'
-'f26c27346705e82ad046c560ff1099db96076021ee033923ebc009b63f30279c'
+'f728f136678c12a6d828753e6cebef2867b7c0415d37ec190061e66882aa229e'
 'SKIP'
-'25750a008fe2e21092ceb748503960d4ffe6c0a2414b7b96c2ea0b0e7540eb5b'
+'43eb3174353f366c5dc3b7dade58a7de1eb8f56381dfc26f6ca6c0374155'
 'SKIP'
-'aec43d19b742a409cc2066222b5faa98c39a89724b455aaaf5f72495f23108b6'
+'9c82aecb910f88350d4460ed656d03bb09801d0fdb7727e4cfb9a5367602ef84'
 'SKIP'
-'57e305d845edeb24eba5f3ddc567cb0947e0d27ec2b0cf436c224958976e37cf'
+'b8ceb96b5cb387619be45974ea2d59f4c4a4e9b4b3d8c08059f6089c2cf97be1'
 'SKIP'
-'b2be8b02daac724c34bce94f0fc2613289feb0a04d5d667d7ed4e01f0ac723c6'
+'166b611796693f4c06430cc4c7745a987845db53179e05e23364841d4041cec4'
 'SKIP'
-'c79453673641075c12d6de561f78a246a951821ba46f4e14d2adc391e26738ab'
+'fb5dba1c3ae32eae509c80b4843939c2c5f3affd507844f6080c7ed411820b84'
 'SKIP'
-'906b47b164253179f7e921732ebfc9d478a02b287638d1c862a3190e26946b3e'
+'5cf92498bd63ebb083a8301f5b781c9ed7d4b8f7228f126f843935b147083bbd'
 'SKIP'
-'9378199978929ae819e78ce25aed9b6ea8816bd88823b4dc14f2c7ead836a382'
+'ba13ce90b9bdf3b8be6c92d7f088756807116ab627bf1c217176de8c5176fc34'
 'SKIP'
-'523d9f1e1aa89f33b303439fc52946951b6c8c29882310cbec30d0ecad826895'
+  

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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 17:45:04
  Author: felixonmars
Revision: 221105

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

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

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

Copied: haskell-nonce/repos/community-staging-i686/PKGBUILD (from rev 221104, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 17:45:04 UTC (rev 221105)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.2
+pkgrel=12
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cprng-aes"
+ "haskell-crypto-random" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('1004184996ea797b43189a0e73eab0b939f129cafc776341ca82289edb329cd0')
+
+prepare() {
+sed -i 's/base  >= 4.5   && < 4.9/base  >= 4.5   
\&\& < 4.10/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-nonce/repos/community-staging-x86_64/PKGBUILD (from rev 221104, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 17:45:04 UTC (rev 221105)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.2
+pkgrel=12
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cprng-aes"
+ "haskell-crypto-random" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('1004184996ea797b43189a0e73eab0b939f129cafc776341ca82289edb329cd0')
+
+prepare() {
+sed -i 's/base  >= 4.5   && < 4.9/base  >= 4.5   
\&\& < 4.10/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries

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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 17:44:40
  Author: felixonmars
Revision: 221104

upgpkg: haskell-nonce 1.0.2-12

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 17:43:11 UTC (rev 221103)
+++ PKGBUILD2017-04-06 17:44:40 UTC (rev 221104)
@@ -5,7 +5,7 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce";
 license=("custom:BSD3")


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 17:43:11
  Author: felixonmars
Revision: 221103

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

Added:
  haskell-crypto-pubkey/repos/community-staging-i686/
  haskell-crypto-pubkey/repos/community-staging-i686/PKGBUILD
(from rev 221102, haskell-crypto-pubkey/trunk/PKGBUILD)
  haskell-crypto-pubkey/repos/community-staging-x86_64/
  haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD
(from rev 221102, haskell-crypto-pubkey/trunk/PKGBUILD)

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

Copied: haskell-crypto-pubkey/repos/community-staging-i686/PKGBUILD (from rev 
221102, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 17:43:11 UTC (rev 221103)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=13
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD (from rev 
221102, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 17:43:11 UTC (rev 221103)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=13
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LIC

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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 17:42:48
  Author: felixonmars
Revision: 221102

upgpkg: haskell-crypto-pubkey 0.2.8-13

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-crypto-pubkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 17:41:02 UTC (rev 221101)
+++ PKGBUILD2017-04-06 17:42:48 UTC (rev 221102)
@@ -5,7 +5,7 @@
 _hkgname=crypto-pubkey
 pkgname=haskell-crypto-pubkey
 pkgver=0.2.8
-pkgrel=12
+pkgrel=13
 pkgdesc="Public Key cryptography"
 url="https://github.com/vincenthz/hs-crypto-pubkey";
 license=('custom:BSD3')


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 17:41:02
  Author: felixonmars
Revision: 221101

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

Added:
  haskell-crypto-numbers/repos/community-staging-i686/
  haskell-crypto-numbers/repos/community-staging-i686/PKGBUILD
(from rev 221100, haskell-crypto-numbers/trunk/PKGBUILD)
  haskell-crypto-numbers/repos/community-staging-x86_64/
  haskell-crypto-numbers/repos/community-staging-x86_64/PKGBUILD
(from rev 221100, haskell-crypto-numbers/trunk/PKGBUILD)

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

Copied: haskell-crypto-numbers/repos/community-staging-i686/PKGBUILD (from rev 
221100, haskell-crypto-numbers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 17:41:02 UTC (rev 221101)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-numbers
+pkgname=haskell-crypto-numbers
+pkgver=0.2.7
+pkgrel=8
+pkgdesc="Cryptographic numbers: functions and algorithms"
+url="https://github.com/vincenthz/hs-crypto-numbers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-crypto-random' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('adb5cb1566dde3ad9f89c0c1ad65a84c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-crypto-numbers/repos/community-staging-x86_64/PKGBUILD (from 
rev 221100, haskell-crypto-numbers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 17:41:02 UTC (rev 221101)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-numbers
+pkgname=haskell-crypto-numbers
+pkgver=0.2.7
+pkgrel=8
+pkgdesc="Cryptographic numbers: functions and algorithms"
+url="https://github.com/vincenthz/hs-crypto-numbers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-crypto-random' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('adb5cb1566dde3ad9f89c0c1ad65a84c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 17:40:39
  Author: felixonmars
Revision: 221100

upgpkg: haskell-crypto-numbers 0.2.7-8

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-crypto-numbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 17:38:46 UTC (rev 221099)
+++ PKGBUILD2017-04-06 17:40:39 UTC (rev 221100)
@@ -5,7 +5,7 @@
 _hkgname=crypto-numbers
 pkgname=haskell-crypto-numbers
 pkgver=0.2.7
-pkgrel=7
+pkgrel=8
 pkgdesc="Cryptographic numbers: functions and algorithms"
 url="https://github.com/vincenthz/hs-crypto-numbers";
 license=('custom:BSD3')


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 17:38:24
  Author: felixonmars
Revision: 221098

upgpkg: haskell-clientsession 0.9.1.2-11

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-clientsession/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 17:35:16 UTC (rev 221097)
+++ PKGBUILD2017-04-06 17:38:24 UTC (rev 221098)
@@ -5,7 +5,7 @@
 _hkgname=clientsession
 pkgname=haskell-clientsession
 pkgver=0.9.1.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Securely store session data in a client-side cookie."
 url="http://github.com/yesodweb/clientsession/tree/master";
 license=("MIT")


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 17:38:46
  Author: felixonmars
Revision: 221099

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

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

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

Copied: haskell-clientsession/repos/community-staging-i686/PKGBUILD (from rev 
221098, haskell-clientsession/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 17:38:46 UTC (rev 221099)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clientsession
+pkgname=haskell-clientsession
+pkgver=0.9.1.2
+pkgrel=11
+pkgdesc="Securely store session data in a client-side cookie."
+url="http://github.com/yesodweb/clientsession/tree/master";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cereal"
+ "haskell-cipher-aes" "haskell-cprng-aes" "haskell-crypto-api"
+ "haskell-crypto-random" "haskell-entropy" "haskell-setenv"
+ "haskell-skein" "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5915adc4de26d2a8b03f1a445bac0b0f5d10a5b0380a4eed71b79a20a727d068')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-clientsession/repos/community-staging-x86_64/PKGBUILD (from rev 
221098, haskell-clientsession/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 17:38:46 UTC (rev 221099)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clientsession
+pkgname=haskell-clientsession
+pkgver=0.9.1.2
+pkgrel=11
+pkgdesc="Securely store session data in a client-side cookie."
+url="http://github.com/yesodweb/clientsession/tree/master";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cereal"
+ "haskell-cipher-aes" "haskell-cprng-aes" "haskell-crypto-api"
+ "haskell-crypto-random" "haskell-entropy" "haskell-setenv"
+ "haskell-skein" "haskell-tagged")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5915adc4de26d2a8b03f1a445bac0b0f5d10a5b0380a4eed71b79a20a727d068')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell

  1   2   3   >