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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 05:41:20
  Author: felixonmars
Revision: 223671

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

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

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

Copied: haskell-warp/repos/community-staging-i686/PKGBUILD (from rev 223670, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-18 05:41:20 UTC (rev 223671)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.11.2
+pkgrel=2
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e1c651c094aa8b6b984f54bf1cff3c894e7cfbabb591e52c973c38377169759c86b24984495e93dd9e411fe1c2c40fcbf852e52b4b96e4b9a2475e75b8fce3c2')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 223670, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-18 05:41:20 UTC (rev 223671)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.11.2
+pkgrel=2
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e1c651c094aa8b6b984f54bf1cff3c894e7cfbabb591e52c973c38377169759c86b24984495e93dd9e411fe1c2c40fcbf852e52b4b96e4b9a2475e75b8fce3c2')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 05:40:59
  Author: felixonmars
Revision: 223670

upgpkg: haskell-warp 3.2.11.2-2

rebuild with vault,0.3.0.7 hoogle,5.0.10

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 05:35:29 UTC (rev 223669)
+++ PKGBUILD2017-04-18 05:40:59 UTC (rev 223670)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 05:35:29
  Author: felixonmars
Revision: 223669

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 223668, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-18 05:35:29 UTC (rev 223669)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.0
+pkgrel=10
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-code-page"
+ "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" 
"haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" 
"haskell-terminal-size"
+ "haskell-text" "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "$srcdir"/Idris-dev-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 223668, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-18 05:35:29 UTC (rev 223669)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.0
+pkgrel=10
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-code-page"
+ "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" 
"haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" 
"haskell-terminal-size"
+ "haskell-text" "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI 

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 05:35:08
  Author: felixonmars
Revision: 223668

upgpkg: idris 1.0-10

rebuild with vault,0.3.0.7 hoogle,5.0.10

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:49:25 UTC (rev 223667)
+++ PKGBUILD2017-04-18 05:35:08 UTC (rev 223668)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


[arch-commits] Commit in texlive-htmlxml/repos/extra-any (4 files)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:10:43
  Author: remy
Revision: 293086

archrelease: copy trunk to extra-any

Added:
  texlive-htmlxml/repos/extra-any/PKGBUILD
(from rev 293085, texlive-htmlxml/trunk/PKGBUILD)
  texlive-htmlxml/repos/extra-any/texlive-htmlxml.fmts
(from rev 293085, texlive-htmlxml/trunk/texlive-htmlxml.fmts)
Deleted:
  texlive-htmlxml/repos/extra-any/PKGBUILD
  texlive-htmlxml/repos/extra-any/texlive-htmlxml.fmts

--+
 PKGBUILD |  117 -
 texlive-htmlxml.fmts |8 +--
 2 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 05:10:41 UTC (rev 293085)
+++ PKGBUILD2017-04-18 05:10:43 UTC (rev 293086)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-htmlxml
-pkgver=2016.41841
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
-"texlive-htmlxml.fmts")
-options=('!emptydirs')
-md5sums=('9f83ac13bdf7167b9366dd06ec7c0f8c'
- '004448755d784e040b9485b996a272f1')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
-
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/ht.sh $pkgdir/usr/bin/ht
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htcontext.sh 
$pkgdir/usr/bin/htcontext
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htlatex.sh 
$pkgdir/usr/bin/htlatex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htmex.sh $pkgdir/usr/bin/htmex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/httex.sh $pkgdir/usr/bin/httex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/httexi.sh $pkgdir/usr/bin/httexi
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh 
$pkgdir/usr/bin/htxelatex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxetex.sh 
$pkgdir/usr/bin/htxetex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl $pkgdir/usr/bin/mk4ht
-}

Copied: texlive-htmlxml/repos/extra-any/PKGBUILD (from rev 293085, 
texlive-htmlxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 05:10:43 UTC (rev 293086)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-htmlxml
+pkgver=2016.43769
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"texlive-htmlxml.fmts")
+options=('!emptydirs')
+sha256sums=('13ee4e43355ad4dcbec2af1bc96d156a5cb7f8432399bb025879619749ad4d3d'
+'5588f95a31ff1ce2b567c686fea27f43b7757582fb8cd2f0294ea161d9df0297')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
+
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if 

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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:10:41
  Author: remy
Revision: 293085

upgpkg: texlive-htmlxml 2016.43769-1

- new package lwarp
- upgrade package tex4ht 41841 -> 43769

Modified:
  texlive-htmlxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 05:10:21 UTC (rev 293084)
+++ PKGBUILD2017-04-18 05:10:41 UTC (rev 293085)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-htmlxml
-pkgver=2016.41841
+pkgver=2016.43769
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
@@ -15,8 +15,8 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
 "texlive-htmlxml.fmts")
 options=('!emptydirs')
-md5sums=('9f83ac13bdf7167b9366dd06ec7c0f8c'
- '004448755d784e040b9485b996a272f1')
+sha256sums=('13ee4e43355ad4dcbec2af1bc96d156a5cb7f8432399bb025879619749ad4d3d'
+'5588f95a31ff1ce2b567c686fea27f43b7757582fb8cd2f0294ea161d9df0297')
 
 build() {
cd "$srcdir"
@@ -46,6 +46,7 @@
  find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/lwarp/lwarpmk.lua 
$pkgdir/usr/bin/lwarpmk
ln -s /usr/share/texmf-dist/scripts/tex4ht/ht.sh $pkgdir/usr/bin/ht
ln -s /usr/share/texmf-dist/scripts/tex4ht/htcontext.sh 
$pkgdir/usr/bin/htcontext
ln -s /usr/share/texmf-dist/scripts/tex4ht/htlatex.sh 
$pkgdir/usr/bin/htlatex


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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:10:18
  Author: remy
Revision: 293083

upgpkg: texlive-humanities 2016.43711-1

- upgrade package covington 41934 -> 43704
- upgrade package phonrule 38934 -> 42856
- upgrade package reledmac 42509 -> 43711

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 05:10:02 UTC (rev 293082)
+++ PKGBUILD2017-04-18 05:10:18 UTC (rev 293083)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2016.42509
+pkgver=2016.43711
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-md5sums=('54c635554f50b055ddc4311b565c1443')
+sha256sums=('a7f9d233ede4ab791e7ca62268a923898be4c4ceaf8037ed93d9e896651318be')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-humanities/repos/extra-any (PKGBUILD PKGBUILD)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:10:21
  Author: remy
Revision: 293084

archrelease: copy trunk to extra-any

Added:
  texlive-humanities/repos/extra-any/PKGBUILD
(from rev 293083, texlive-humanities/trunk/PKGBUILD)
Deleted:
  texlive-humanities/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 05:10:18 UTC (rev 293083)
+++ PKGBUILD2017-04-18 05:10:21 UTC (rev 293084)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-humanities
-pkgver=2016.42509
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
-license=('GPL')
-arch=(any)
-depends=('texlive-core' 'texlive-latexextra')
-optdepends=('texlive-pictures: for package qtree')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-md5sums=('54c635554f50b055ddc4311b565c1443')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-install -m755 -d $pkgdir/usr/bin
-ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
-}

Copied: texlive-humanities/repos/extra-any/PKGBUILD (from rev 293083, 
texlive-humanities/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 05:10:21 UTC (rev 293084)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-humanities
+pkgver=2016.43711
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+optdepends=('texlive-pictures: for package qtree')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+sha256sums=('a7f9d233ede4ab791e7ca62268a923898be4c4ceaf8037ed93d9e896651318be')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+install -m755 -d $pkgdir/usr/bin
+ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
+}


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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:09:54
  Author: remy
Revision: 293081

upgpkg: texlive-langchinese 2016.43669-1

- new package arphic-ttf
- upgrade package ctex 42351 -> 43669
- upgrade package lshort-chinese 41405 -> 43606
- upgrade package texproposal 42118 -> 43151

Modified:
  texlive-langchinese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 05:09:33 UTC (rev 293080)
+++ PKGBUILD2017-04-18 05:09:54 UTC (rev 293081)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langchinese
-pkgver=2016.42351
+pkgver=2016.43669
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
@@ -13,8 +13,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('f8dc419022e509062dd2fff79c362466'
- '85b5573d46b8b5651c6de9e69b3434fb')
+sha256sums=('e02958fe48cdf9fa0063f7d1ae7ced4d13e3ac8b9012dd1f0856b90d38d46ea3'
+'c8cc529153bc1db3b13ef5973a6f36161f89cf05bac695fa2d2eab1a75345195')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-langchinese/repos/extra-any (4 files)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:10:02
  Author: remy
Revision: 293082

archrelease: copy trunk to extra-any

Added:
  texlive-langchinese/repos/extra-any/PKGBUILD
(from rev 293081, texlive-langchinese/trunk/PKGBUILD)
  texlive-langchinese/repos/extra-any/texlive-langchinese.maps
(from rev 293081, texlive-langchinese/trunk/texlive-langchinese.maps)
Deleted:
  texlive-langchinese/repos/extra-any/PKGBUILD
  texlive-langchinese/repos/extra-any/texlive-langchinese.maps

--+
 PKGBUILD |   90 ++---
 texlive-langchinese.maps |8 ++--
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 05:09:54 UTC (rev 293081)
+++ PKGBUILD2017-04-18 05:10:02 UTC (rev 293082)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langchinese
-pkgver=2016.42351
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-md5sums=('f8dc419022e509062dd2fff79c362466'
- '85b5573d46b8b5651c6de9e69b3434fb')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf tlpkg
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-langchinese/repos/extra-any/PKGBUILD (from rev 293081, 
texlive-langchinese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 05:10:02 UTC (rev 293082)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langchinese
+pkgver=2016.43669
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('e02958fe48cdf9fa0063f7d1ae7ced4d13e3ac8b9012dd1f0856b90d38d46ea3'
+'c8cc529153bc1db3b13ef5973a6f36161f89cf05bac695fa2d2eab1a75345195')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive-langchinese.maps
===
--- texlive-langchinese.maps2017-04-18 05:09:54 UTC (rev 293081)
+++ texlive-langchinese.maps2017-04-18 05:10:02 UTC (rev 293082)
@@ -1,4 +0,0 @@
-Map bkaiu.map
-Map bsmiu.map
-Map gbsnu.map
-Map gkaiu.map

Copied: texlive-langchinese/repos/extra-any/texlive-langchinese.maps (from rev 
293081, texlive-langchinese/trunk/texlive-langchinese.maps)

[arch-commits] Commit in texlive-langcyrillic/repos/extra-any (4 files)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:09:33
  Author: remy
Revision: 293080

archrelease: copy trunk to extra-any

Added:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
(from rev 293079, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps
(from rev 293079, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
Deleted:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps

---+
 PKGBUILD  |  100 ++--
 texlive-langcyrillic.maps |4 -
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 05:09:31 UTC (rev 293079)
+++ PKGBUILD2017-04-18 05:09:33 UTC (rev 293080)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langcyrillic
-pkgver=2016.42428
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-md5sums=('31cd92e1d102be8121e8aebf9d26590b'
- 'c1e49c9da6302557dff56e8d9d584fa5')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   mkdir -p "${pkgdir}/usr/bin"
-   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
"${pkgdir}/usr/bin/rubibtex"
-   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
"${pkgdir}/usr/bin/rumakeindex"
-}

Copied: texlive-langcyrillic/repos/extra-any/PKGBUILD (from rev 293079, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 05:09:33 UTC (rev 293080)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2016.43417
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('ba48bdd8b027a3af71b5aee10c526c77178c698235b748347db5f0b85ce3e9fd'
+'4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   mkdir -p "${pkgdir}/usr/bin"
+   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
"${pkgdir}/usr/bin/rubibtex"
+   ln -s 

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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:09:31
  Author: remy
Revision: 293079

upgpkg: texlive-langcyrillic 2016.43417-1

- upgrade package babel-russian 39784 -> 42885
- upgrade package churchslavonic 42342 -> 42751
- upgrade package disser 41635 -> 43417
- upgrade package gost 42117 -> 42979

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 05:09:07 UTC (rev 293078)
+++ PKGBUILD2017-04-18 05:09:31 UTC (rev 293079)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langcyrillic
-pkgver=2016.42428
+pkgver=2016.43417
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
@@ -14,8 +14,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('31cd92e1d102be8121e8aebf9d26590b'
- 'c1e49c9da6302557dff56e8d9d584fa5')
+sha256sums=('ba48bdd8b027a3af71b5aee10c526c77178c698235b748347db5f0b85ce3e9fd'
+'4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-langgreek/repos/extra-any (4 files)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:09:07
  Author: remy
Revision: 293078

archrelease: copy trunk to extra-any

Added:
  texlive-langgreek/repos/extra-any/PKGBUILD
(from rev 293077, texlive-langgreek/trunk/PKGBUILD)
  texlive-langgreek/repos/extra-any/texlive-langgreek.maps
(from rev 293077, texlive-langgreek/trunk/texlive-langgreek.maps)
Deleted:
  texlive-langgreek/repos/extra-any/PKGBUILD
  texlive-langgreek/repos/extra-any/texlive-langgreek.maps

+
 PKGBUILD   |   96 +++
 texlive-langgreek.maps |   10 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 05:09:04 UTC (rev 293077)
+++ PKGBUILD2017-04-18 05:09:07 UTC (rev 293078)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langgreek
-pkgver=2016.42010
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and support for typesetting Greek"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-md5sums=('d125a7cfc83e9c6e239feeab016a6e7a'
- 'a7d853454158016e29d861aabf9a3e74')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
-}

Copied: texlive-langgreek/repos/extra-any/PKGBUILD (from rev 293077, 
texlive-langgreek/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 05:09:07 UTC (rev 293078)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langgreek
+pkgver=2016.43222
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and support for typesetting Greek"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('defb26799cfbda67c05a993270178b6f6c48b66486e6fb1d82ec2f583c7d8831'
+'1d808532a77ad46260660e87b74de23403ffdd51ca76d14a406d5719e4e02f26')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
+}

Deleted: texlive-langgreek.maps
===
--- texlive-langgreek.maps  2017-04-18 05:09:04 UTC (rev 293077)
+++ texlive-langgreek.maps  2017-04-18 

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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:09:04
  Author: remy
Revision: 293077

upgpkg: texlive-langgreek 2016.43222-1

- upgrade package xgreek 40850 -> 43222

Modified:
  texlive-langgreek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 05:08:45 UTC (rev 293076)
+++ PKGBUILD2017-04-18 05:09:04 UTC (rev 293077)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langgreek
-pkgver=2016.42010
+pkgver=2016.43222
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and support for typesetting Greek"
@@ -14,8 +14,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('d125a7cfc83e9c6e239feeab016a6e7a'
- 'a7d853454158016e29d861aabf9a3e74')
+sha256sums=('defb26799cfbda67c05a993270178b6f6c48b66486e6fb1d82ec2f583c7d8831'
+'1d808532a77ad46260660e87b74de23403ffdd51ca76d14a406d5719e4e02f26')
 
 build() {
cd "$srcdir"


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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:08:37
  Author: remy
Revision: 293075

upgpkg: texlive-langextra 2016.43739-1

- upgrade package arabluatex 42510 -> 43739
- new package babel-indonesian
- new package babel-malay
- upgrade package cjhebrew 15878 -> 43444
- new package padauk
- upgrade package sanskrit 35738 -> 42925
- upgrade package xepersian 42230 -> 43393
- deleted package babel-bahasa

Modified:
  texlive-langextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:43:13 UTC (rev 293074)
+++ PKGBUILD2017-04-18 05:08:37 UTC (rev 293075)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langextra
-pkgver=2016.42510
+pkgver=2016.43739
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live - Bundle of all extra language support"
@@ -22,8 +22,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('805c73dd33aeff6cc6667be0fd5b7c9d'
- '56769e26ca168dea95e8be0f9fab3940')
+sha256sums=('d92b67dfbfc71d3e2fdde378f9265834db526060c316eeb080611eda0bef1d1f'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-langextra/repos/extra-any (4 files)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:08:45
  Author: remy
Revision: 293076

archrelease: copy trunk to extra-any

Added:
  texlive-langextra/repos/extra-any/PKGBUILD
(from rev 293075, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/extra-any/texlive-langextra.maps
(from rev 293075, texlive-langextra/trunk/texlive-langextra.maps)
Deleted:
  texlive-langextra/repos/extra-any/PKGBUILD
  texlive-langextra/repos/extra-any/texlive-langextra.maps

+
 PKGBUILD   |  116 +++
 texlive-langextra.maps |   46 +-
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 05:08:37 UTC (rev 293075)
+++ PKGBUILD2017-04-18 05:08:45 UTC (rev 293076)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langextra
-pkgver=2016.42510
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Bundle of all extra language support"
-license=('GPL')
-arch=(any)
-conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
-   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
-   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-   'texlive-langvietnamese')
-provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
-  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
-  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-  'texlive-langvietnamese')
-depends=('texlive-latexextra')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-md5sums=('805c73dd33aeff6cc6667be0fd5b7c9d'
- '56769e26ca168dea95e8be0f9fab3940')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   #remove parts of ethiop that depend on Omega:
-   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
-   rm -rf $pkgdir/usr/share/texmf-dist/omega
-}

Copied: texlive-langextra/repos/extra-any/PKGBUILD (from rev 293075, 
texlive-langextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 05:08:45 UTC (rev 293076)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2016.43739
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('d92b67dfbfc71d3e2fdde378f9265834db526060c316eeb080611eda0bef1d1f'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:49:25
  Author: felixonmars
Revision: 223667

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

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

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

Copied: haskell-cheapskate/repos/community-staging-i686/PKGBUILD (from rev 
223666, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-18 04:49:25 UTC (rev 223667)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.5
+pkgrel=53
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7a63b7ffc4976d006c5f693569a5ffd7a887e83d126d1dce9bbe8b5fbaabfa32')
+
+prepare() {
+sed -i 's/data-default >= 0.5 && < 0.7,/data-default >= 0.5 \&\& < 0.8,/' 
${_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 \
+-fdingus
+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-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
223666, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-18 04:49:25 UTC (rev 223667)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.5
+pkgrel=53
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7a63b7ffc4976d006c5f693569a5ffd7a887e83d126d1dce9bbe8b5fbaabfa32')
+
+prepare() {
+sed -i 's/data-default >= 0.5 && < 0.7,/data-default >= 0.5 \&\& < 0.8,/' 
${_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 \
+-fdingus
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e 

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:48:55
  Author: felixonmars
Revision: 223666

upgpkg: haskell-cheapskate 0.1.0.5-53

rebuild with vault,0.3.0.7 hoogle,5.0.10

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:44:59 UTC (rev 223665)
+++ PKGBUILD2017-04-18 04:48:55 UTC (rev 223666)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.5
-pkgrel=52
+pkgrel=53
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:44:59
  Author: felixonmars
Revision: 223665

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

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

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

Copied: haskell-wai-extra/repos/community-staging-i686/PKGBUILD (from rev 
223664, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-18 04:44:59 UTC (rev 223665)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.19.1
+pkgrel=16
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f7e7ca4432fd868bb549f16ff2671534cab4e0bcfff194b9de55aa561b21a7f6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:44:33
  Author: felixonmars
Revision: 223664

upgpkg: haskell-wai-extra 3.0.19.1-16

rebuild with vault,0.3.0.7 hoogle,5.0.10

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:41:40 UTC (rev 223663)
+++ PKGBUILD2017-04-18 04:44:33 UTC (rev 223664)
@@ -5,7 +5,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.0.19.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:43:07
  Author: remy
Revision: 293073

upgpkg: texlive-games 2016.43415-1

- upgrade package rubik 38457 -> 43415
- new package soup

Modified:
  texlive-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:42:16 UTC (rev 293072)
+++ PKGBUILD2017-04-18 04:43:07 UTC (rev 293073)
@@ -3,9 +3,9 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2016.39318
+pkgver=2016.43415
 _revnr=${pkgver#2016.}
-pkgrel=2
+pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
 arch=(any)
@@ -14,8 +14,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('80f09f7c2c0fbd732fc15447f6491a2b'
- '387a994c27b49be1ac3cf64a8f9ab155')
+sha256sums=('11737207f9d719cc4775d27c9d4732f2434825a64af1a2238f06ad6a7d1d1b59'
+'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-games/repos/extra-any (6 files)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:43:13
  Author: remy
Revision: 293074

archrelease: copy trunk to extra-any

Added:
  texlive-games/repos/extra-any/Changelog
(from rev 293073, texlive-games/trunk/Changelog)
  texlive-games/repos/extra-any/PKGBUILD
(from rev 293073, texlive-games/trunk/PKGBUILD)
  texlive-games/repos/extra-any/texlive-games.maps
(from rev 293073, texlive-games/trunk/texlive-games.maps)
Deleted:
  texlive-games/repos/extra-any/Changelog
  texlive-games/repos/extra-any/PKGBUILD
  texlive-games/repos/extra-any/texlive-games.maps

+
 Changelog  |   22 +--
 PKGBUILD   |   98 +--
 texlive-games.maps |2 -
 3 files changed, 61 insertions(+), 61 deletions(-)

Deleted: Changelog
===
--- Changelog   2017-04-18 04:43:07 UTC (rev 293073)
+++ Changelog   2017-04-18 04:43:13 UTC (rev 293074)
@@ -1,11 +0,0 @@
-texlive-games 2012.28243
-
-- upgrade package chess-problem-diagrams 26206 -> 28243
-
-texlive-games 2011.24714
-
-- upgrade package chess-problem-diagrams 15878 -> 23555
-- new package gamebook
-- new package othelloboard
-- new package schwalbe-chess
-

Copied: texlive-games/repos/extra-any/Changelog (from rev 293073, 
texlive-games/trunk/Changelog)
===
--- Changelog   (rev 0)
+++ Changelog   2017-04-18 04:43:13 UTC (rev 293074)
@@ -0,0 +1,11 @@
+texlive-games 2012.28243
+
+- upgrade package chess-problem-diagrams 26206 -> 28243
+
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 -> 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 04:43:07 UTC (rev 293073)
+++ PKGBUILD2017-04-18 04:43:13 UTC (rev 293074)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Maintainer: Firmicus 
-
-pkgname=texlive-games
-pkgver=2016.39318
-_revnr=${pkgver#2016.}
-pkgrel=2
-pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-md5sums=('80f09f7c2c0fbd732fc15447f6491a2b'
- '387a994c27b49be1ac3cf64a8f9ab155')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/rubik/rubikrotation.pl 
$pkgdir/usr/bin/rubikrotation
-}

Copied: texlive-games/repos/extra-any/PKGBUILD (from rev 293073, 
texlive-games/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 04:43:13 UTC (rev 293074)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Maintainer: Firmicus 
+
+pkgname=texlive-games
+pkgver=2016.43415
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('11737207f9d719cc4775d27c9d4732f2434825a64af1a2238f06ad6a7d1d1b59'
+'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS

[arch-commits] Commit in texlive-fontsextra/repos/extra-any (4 files)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:42:16
  Author: remy
Revision: 293072

archrelease: copy trunk to extra-any

Added:
  texlive-fontsextra/repos/extra-any/PKGBUILD
(from rev 293071, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
(from rev 293071, texlive-fontsextra/trunk/texlive-fontsextra.maps)
Deleted:
  texlive-fontsextra/repos/extra-any/PKGBUILD
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps

-+
 PKGBUILD|   92 +--
 texlive-fontsextra.maps |  380 +++---
 2 files changed, 239 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 04:42:09 UTC (rev 293071)
+++ PKGBUILD2017-04-18 04:42:16 UTC (rev 293072)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-fontsextra
-pkgver=2016.42286
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - all sorts of extra fonts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-md5sums=('ab88c3ad092484ccaed441e524369b61'
- 'd55d63922852aaec6988d4c4af1b1cd2')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-fontsextra/repos/extra-any/PKGBUILD (from rev 293071, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 04:42:16 UTC (rev 293072)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2016.43763
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - all sorts of extra fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('d926118535fa17e1097b2bd6695f16344cec6e12ca7fe9ae2e6da2b76c32d182'
+'b29c8998130c7df8f9841ac09544cae5d7b8a4b669a1e3f449fd537375d648bd')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2017-04-18 04:42:09 UTC (rev 293071)
+++ texlive-fontsextra.maps 2017-04-18 04:42:16 UTC (rev 293072)
@@ -1,187 +0,0 @@
-Map Acorn.map
-Map Alegreya.map
-Map AnnSton.map
-Map AnonymousPro.map
-Map ArrowsADF.map
-Map ArtNouv.map
-Map ArtNouvc.map
-Map BulletsADF.map
-Map Carrickc.map
-Map Chivo.map
-Map ClearSans.map
-Map Cochineal.map
-Map ComicNeue.map
-Map ComicNeueAngular.map
-Map 

[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:42:09
  Author: remy
Revision: 293071

upgpkg: texlive-fontsextra 2016.43763-1

- new package arimo
- upgrade package baskervaldx 36734 -> 43461
- new package baskervillef
- upgrade package boondox 42247 -> 43344
- upgrade package cabin 39875 -> 43687
- upgrade package cochineal 41894 -> 43462
- upgrade package comicneue 37744 -> 42851
- upgrade package crimson 39782 -> 43525
- upgrade package dozenal 37698 -> 42608
- upgrade package erewhon 41932 -> 43506
- upgrade package fbb 41408 -> 43464
- upgrade package fetamont 38746 -> 43496
- upgrade package fontmfizz 35892 -> 43546
- upgrade package fonts-churchslavonic 42484 -> 43121
- new package gofonts
- upgrade package heuristica 35964 -> 43507
- upgrade package inconsolata 39839 -> 42871
- upgrade package libertine 36815 -> 43603
- new package missaali
- new package montserrat
- upgrade package mweights 41867 -> 43647
- upgrade package newpx 42433 -> 43477
- upgrade package newtx 42495 -> 43478
- upgrade package newtxtt 37761 -> 43763
- upgrade package noto 42404 -> 42881
- upgrade package old-arrows 38619 -> 42872
- upgrade package raleway 37394 -> 42629
- upgrade package sansmathfonts 30173 -> 43252
- upgrade package sourcesanspro 37379 -> 42852
- new package tinos
- new package txuprcal
- upgrade package xcharter 41393 -> 43465

Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 PKGBUILD|6 +++---
 texlive-fontsextra.maps |6 ++
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:38:36 UTC (rev 293070)
+++ PKGBUILD2017-04-18 04:42:09 UTC (rev 293071)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-fontsextra
-pkgver=2016.42286
+pkgver=2016.43763
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live - all sorts of extra fonts"
@@ -13,8 +13,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('ab88c3ad092484ccaed441e524369b61'
- 'd55d63922852aaec6988d4c4af1b1cd2')
+sha256sums=('d926118535fa17e1097b2bd6695f16344cec6e12ca7fe9ae2e6da2b76c32d182'
+'b29c8998130c7df8f9841ac09544cae5d7b8a4b669a1e3f449fd537375d648bd')
 
 build() {
cd "$srcdir"

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2017-04-18 04:38:36 UTC (rev 293070)
+++ texlive-fontsextra.maps 2017-04-18 04:42:09 UTC (rev 293071)
@@ -47,6 +47,7 @@
 Map SourceSansPro.map
 Map SourceSerifPro.map
 Map Starburst.map
+Map TXUprCal.map
 Map Typocaps.map
 Map XCharter.map
 Map Zallman.map
@@ -55,6 +56,7 @@
 Map ap.map
 Map archaicprw.map
 Map arev.map
+Map arimo.map
 Map ascii.map
 Map aspectratio.map
 Map augie.map
@@ -61,6 +63,7 @@
 Map auncial.map
 Map aurical.map
 Map baskervaldx.map
+Map baskervillef.map
 Map belleek.map
 Map bera.map
 Map beuron.map
@@ -109,6 +112,7 @@
 Map gfsneohellenic.map
 Map gfssolomos.map
 Map gillius.map
+Map go.map
 Map gptimes.map
 Map hacm.map
 Map icelandic.map
@@ -134,6 +138,7 @@
 Map merriweather.map
 Map miama.map
 Map mintspirit.map
+Map montserrat.map
 Map newpx.map
 Map newtx.map
 Map newtxsf.map
@@ -162,6 +167,7 @@
 Map svrsymbols.map
 Map tempora.map
 Map tfrupee.map
+Map tinos.map
 Map uaq.map
 Map ugq.map
 Map universalis.map


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:41:40
  Author: felixonmars
Revision: 223663

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

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

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

Copied: haskell-wai-websockets/repos/community-staging-i686/PKGBUILD (from rev 
223662, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-18 04:41:40 UTC (rev 223663)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.1
+pkgrel=14
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-case-insensitive" 
"haskell-http-types"
+ "haskell-network" "haskell-wai" "haskell-websockets")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31')
+
+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-example
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD (from 
rev 223662, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-18 04:41:40 UTC (rev 223663)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.1
+pkgrel=14
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-case-insensitive" 
"haskell-http-types"
+ "haskell-network" "haskell-wai" "haskell-websockets")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31')
+
+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-example
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:41:16
  Author: felixonmars
Revision: 223662

upgpkg: haskell-wai-websockets 3.0.1.1-14

rebuild with vault,0.3.0.7 hoogle,5.0.10

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:39:04 UTC (rev 223661)
+++ PKGBUILD2017-04-18 04:41:16 UTC (rev 223662)
@@ -5,7 +5,7 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:39:04
  Author: felixonmars
Revision: 223661

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

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

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

Copied: haskell-wai-logger/repos/community-staging-i686/PKGBUILD (from rev 
223660, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-18 04:39:04 UTC (rev 223661)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.0
+pkgrel=12
+pkgdesc="A logging system for WAI"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
223660, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-18 04:39:04 UTC (rev 223661)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.0
+pkgrel=12
+pkgdesc="A logging system for WAI"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:38:40
  Author: felixonmars
Revision: 223660

upgpkg: haskell-wai-logger 2.3.0-12

rebuild with vault,0.3.0.7 hoogle,5.0.10

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:37:42 UTC (rev 223659)
+++ PKGBUILD2017-04-18 04:38:40 UTC (rev 223660)
@@ -5,7 +5,7 @@
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
 pkgver=2.3.0
-pkgrel=11
+pkgrel=12
 pkgdesc="A logging system for WAI"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


[arch-commits] Commit in texlive-bibtexextra/repos/extra-any (PKGBUILD PKGBUILD)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:38:36
  Author: remy
Revision: 293070

archrelease: copy trunk to extra-any

Added:
  texlive-bibtexextra/repos/extra-any/PKGBUILD
(from rev 293069, texlive-bibtexextra/trunk/PKGBUILD)
Deleted:
  texlive-bibtexextra/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 04:38:30 UTC (rev 293069)
+++ PKGBUILD2017-04-18 04:38:36 UTC (rev 293070)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-bibtexextra
-pkgver=2016.42278
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-md5sums=('e1dc44e63c682dcf3e91edb97f910c7b')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-   # link programs from /usr/share/texmf-dist/scripts
-   _linked_scripts="
-bibexport/bibexport.sh
-crossrefware/bibdoiadd.pl
-crossrefware/bibzbladd.pl
-crossrefware/ltx2crossrefxml.pl
-listbib/listbib
-multibibliography/multibibliography.pl
-urlbst/urlbst
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-bibtexextra/repos/extra-any/PKGBUILD (from rev 293069, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 04:38:36 UTC (rev 293070)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2016.43765
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+sha256sums=('0b61d0c30ce9f61960edff37ee2a1f192b8b726510cae9e720f401c51f3018d8')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+   # link programs from /usr/share/texmf-dist/scripts
+   _linked_scripts="
+bibexport/bibexport.sh
+crossrefware/bibdoiadd.pl
+crossrefware/bibzbladd.pl
+crossrefware/ltx2crossrefxml.pl
+listbib/listbib
+multibibliography/multibibliography.pl
+urlbst/urlbst
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 

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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:38:30
  Author: remy
Revision: 293069

upgpkg: texlive-bibtexextra 2016.43765-1

- upgrade package archaeologie 42227 -> 43357
- upgrade package beebe 42220 -> 43761
- upgrade package biber 42078 -> 42679
- upgrade package biblatex 42092 -> 42680
- upgrade package biblatex-abnt 42267 -> 43510
- upgrade package biblatex-anonymous 42152 -> 43043
- upgrade package biblatex-apa 42091 -> 42893
- new package biblatex-archaeology
- new package biblatex-arthistory-bonn
- upgrade package biblatex-bookinother 42068 -> 43619
- upgrade package biblatex-caspervector 41406 -> 43371
- upgrade package biblatex-chem 42065 -> 43116
- upgrade package biblatex-chicago 41351 -> 43607
- upgrade package biblatex-claves 42153 -> 43723
- upgrade package biblatex-dw 31752 -> 42649
- upgrade package biblatex-fiwi 42069 -> 43082
- new package biblatex-gb7714-2015
- upgrade package biblatex-gost 42096 -> 43253
- upgrade package biblatex-ieee 41962 -> 43620
- upgrade package biblatex-lni 42265 -> 43032
- upgrade package biblatex-manuscripts-philology 42119 -> 43108
- upgrade package biblatex-mla 41669 -> 42445
- upgrade package biblatex-morenames 42070 -> 43049
- upgrade package biblatex-nature 42146 -> 43382
- upgrade package biblatex-opcit-booktitle 42071 -> 43621
- upgrade package biblatex-philosophy 41482 -> 43569
- upgrade package biblatex-publist 41812 -> 43765
- upgrade package biblatex-realauthor 42072 -> 42390
- upgrade package biblatex-sbl 42278 -> 42972
- new package biblatex-shortfields
- upgrade package biblatex-subseries 41358 -> 43330
- upgrade package bibtexperllibs 40139 -> 43549
- upgrade package cell 20756 -> 42428
- upgrade package historische-zeitschrift 34703 -> 42635
- new package ltb2bib
- new package notex-bst
- upgrade package oscola 34207 -> 43599
- upgrade package perception 15878 -> 42683
- upgrade package turabian-formatting 42243 -> 43537

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:37:38 UTC (rev 293068)
+++ PKGBUILD2017-04-18 04:38:30 UTC (rev 293069)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2016.42278
+pkgver=2016.43765
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
@@ -13,7 +13,7 @@
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-md5sums=('e1dc44e63c682dcf3e91edb97f910c7b')
+sha256sums=('0b61d0c30ce9f61960edff37ee2a1f192b8b726510cae9e720f401c51f3018d8')
 
 build() {
cd "$srcdir"


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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:37:42
  Author: remy
Revision: 223659

archrelease: copy trunk to community-any

Added:
  biber/repos/community-any/PKGBUILD
(from rev 223658, biber/trunk/PKGBUILD)
  biber/repos/community-any/revert-unicode-collate-update.patch
(from rev 223658, biber/trunk/revert-unicode-collate-update.patch)
Deleted:
  biber/repos/community-any/PKGBUILD

-+
 PKGBUILD|  138 +--
 revert-unicode-collate-update.patch | 1441 ++
 2 files changed, 1515 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 04:37:03 UTC (rev 223658)
+++ PKGBUILD2017-04-18 04:37:42 UTC (rev 223659)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=biber
-pkgver=2.6 # for biblatex 3.5
-pkgrel=1
-pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="https://sourceforge.net/projects/biblatex-biber/;
-# Encode::* modules are not real dependencies.
-depends=('perl-autovivification'
- 'perl-business-isbn'
- 'perl-business-ismn'
- 'perl-business-issn'
- 'perl-class-accessor'
- 'perl-data-compare'
- 'perl-data-dump'
- 'perl-data-uniqid'
- 'perl-datetime-calendar-julian'
- 'perl-datetime-format-builder'
- 'perl-file-slurp'
- 'perl-io-string' # required by Biber::Output::bblxml
- 'perl-ipc-run3'
- 'perl-lingua-translit'
- 'perl-list-allutils'
- 'perl-log-log4perl'
- 'perl-lwp-protocol-https'
- 'perl-mozilla-ca'
- 'perl-regexp-common'
- 'perl-sort-key'
- 'perl-text-bibtex'
- 'perl-text-csv'
- 'perl-text-roman'
- 'perl-unicode-linebreak'
- 'perl-xml-libxml-simple'
- 'perl-xml-libxslt'
- 'perl-xml-writer')
-# ExtUtils::LibBuilder and Config::AutoConf are not actual makedepends
-makedepends=('perl-module-build' 'perl-test-differences')
-checkdepends=('perl-capture-tiny' 'perl-file-which')
-options=('!emptydirs')
-# The sourceforge tarball is missing bblxml.pm
-source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz;)
-sha1sums=('18c13ec60e1daceeadf8bf558398d8eb22cb375f')
-
-build() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  perl Build.PL
-  ./Build
-}
-
-check() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  LC_CTYPE=en_US.UTF-8 BIBER_DEV_TESTS=1 ./Build test
-}
-
-package() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  ./Build install installdirs=vendor destdir="${pkgdir}"
-}

Copied: biber/repos/community-any/PKGBUILD (from rev 223658, 
biber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 04:37:42 UTC (rev 223659)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=biber
+pkgver=2.7 # for biblatex 3.7
+pkgrel=1
+pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="https://sourceforge.net/projects/biblatex-biber/;
+# Encode::* modules are not real dependencies.
+depends=('perl-autovivification'
+ 'perl-business-isbn'
+ 'perl-business-ismn'
+ 'perl-business-issn'
+ 'perl-class-accessor'
+ 'perl-data-compare'
+ 'perl-data-dump'
+ 'perl-data-uniqid'
+ 'perl-datetime-calendar-julian'
+ 'perl-datetime-format-builder'
+ 'perl-file-slurp'
+ 'perl-io-string' # required by Biber::Output::bblxml
+ 'perl-ipc-run3'
+ 'perl-lingua-translit'
+ 'perl-list-allutils'
+ 'perl-log-log4perl'
+ 'perl-lwp-protocol-https'
+ 'perl-mozilla-ca'
+ 'perl-regexp-common'
+ 'perl-sort-key'
+ 'perl-text-bibtex'
+ 'perl-text-csv'
+ 'perl-text-roman'
+ 'perl-unicode-linebreak'
+ 'perl-xml-libxml-simple'
+ 'perl-xml-libxslt'
+ 'perl-xml-writer')
+# ExtUtils::LibBuilder and Config::AutoConf are not actual makedepends
+makedepends=('perl-module-build' 'perl-test-differences')
+checkdepends=('perl-capture-tiny' 'perl-file-which')
+options=('!emptydirs')
+# The sourceforge tarball is missing bblxml.pm
+source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz;
+"revert-unicode-collate-update.patch")
+sha256sums=('a0afc4cd97d56f4f433e476de1d4bd9bf9740eb29191bf616b1ea3f424408d9f'
+'5f87864e6e3480bdaf085d8025042f97b852a482932d699416d21a969e583208')
+
+prepare() {
+  cd "${srcdir}/biber-${pkgver}"
+  # Use Unicode::Collate from system perl (impacts unit 

[arch-commits] Commit in texlive-genericextra/repos/extra-any (PKGBUILD PKGBUILD)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:37:38
  Author: remy
Revision: 293068

archrelease: copy trunk to extra-any

Added:
  texlive-genericextra/repos/extra-any/PKGBUILD
(from rev 293067, texlive-genericextra/trunk/PKGBUILD)
Deleted:
  texlive-genericextra/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 04:36:38 UTC (rev 293067)
+++ PKGBUILD2017-04-18 04:37:38 UTC (rev 293068)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-genericextra
-pkgver=2016.42435
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-md5sums=('1d83a896548adf9233aae05e78c35fdf')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-genericextra/repos/extra-any/PKGBUILD (from rev 293067, 
texlive-genericextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 04:37:38 UTC (rev 293068)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-genericextra
+pkgver=2016.43605
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+sha256sums=('c1e8e4738ad30fa99043afc17b5b89a7b1e794b6a8b2373c0cb848ec69985f84')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}


[arch-commits] Commit in biber/trunk (PKGBUILD revert-unicode-collate-update.patch)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:36:55
  Author: remy
Revision: 223657

upgpkg: biber 2.7-1

Added:
  biber/trunk/revert-unicode-collate-update.patch
Modified:
  biber/trunk/PKGBUILD

-+
 PKGBUILD|   16 
 revert-unicode-collate-update.patch | 1441 ++
 2 files changed, 1454 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:36:37 UTC (rev 223656)
+++ PKGBUILD2017-04-18 04:36:55 UTC (rev 223657)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=biber
-pkgver=2.6 # for biblatex 3.5
+pkgver=2.7 # for biblatex 3.7
 pkgrel=1
 pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
 arch=('any')
@@ -41,9 +41,19 @@
 checkdepends=('perl-capture-tiny' 'perl-file-which')
 options=('!emptydirs')
 # The sourceforge tarball is missing bblxml.pm
-source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz;)
-sha1sums=('18c13ec60e1daceeadf8bf558398d8eb22cb375f')
+source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz;
+"revert-unicode-collate-update.patch")
+sha256sums=('a0afc4cd97d56f4f433e476de1d4bd9bf9740eb29191bf616b1ea3f424408d9f'
+'5f87864e6e3480bdaf085d8025042f97b852a482932d699416d21a969e583208')
 
+prepare() {
+  cd "${srcdir}/biber-${pkgver}"
+  # Use Unicode::Collate from system perl (impacts unit tests)
+  patch -Np1 -i "${srcdir}/revert-unicode-collate-update.patch"
+  # Disable long year tests on 32 bit
+  [[ $CARCH = "i686" ]] && sed -i '/1702/ s+.*+eq_or_diff("dummy", 
"dummy", "skip 32 bit");+' t/dateformats.t
+}
+
 build() {
   cd "${srcdir}/biber-${pkgver}"
   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT

Added: revert-unicode-collate-update.patch
===
--- revert-unicode-collate-update.patch (rev 0)
+++ revert-unicode-collate-update.patch 2017-04-18 04:36:55 UTC (rev 223657)
@@ -0,0 +1,1441 @@
+This patch is the reverse of:
+
+commit 3d62817080598d68514ed2691b1f616fcda2abe3
+Author: Philip Kime 
+Date:   Fri Nov 11 00:07:58 2016 +0100
+
+Updated U::C which needed test updates
+
+diff --git a/Build.PL b/Build.PL
+index 99cac079..3cbf404e 100644
+--- a/Build.PL
 b/Build.PL
+@@ -57,7 +57,7 @@ my $builder = $class->new(
+  'Mozilla::CA' =>  '20160104',
+  'Regexp::Common' => 0,
+  'Log::Log4perl' => 0,
+- 'Unicode::Collate' => '1.19',
++ 'Unicode::Collate' => '1.14',
+  'Unicode::Normalize' => '1.25',
+  'Unicode::LineBreak' => '2016.003',
+  'Unicode::GCString' => 0,
+diff --git a/t/annotations.t b/t/annotations.t
+index b5fd6499..07c8d58d 100644
+--- a/t/annotations.t
 b/t/annotations.t
+@@ -1,4 +1,3 @@
+-
+ # -*- cperl -*-
+ use strict;
+ use warnings;
+@@ -71,7 +70,7 @@ my $ann1 = q|\entry{ann1}{misc}{}
+   \strng{authornamehash}{90ae96c82de92e36949bc64254bbde0c}
+   \strng{authorfullhash}{90ae96c82de92e36949bc64254bbde0c}
+   \field{sortinit}{L}
+-  \field{sortinithash}{7bba64db83423e3c29ad597f3b682cf3}
++  \field{sortinithash}{872351f18d0f736066eda0bf18bfa4f7}
+   \field{labelnamesource}{author}
+   \field{labeltitlesource}{title}
+   \field{title}{The Title}
+diff --git a/t/basic-misc.t b/t/basic-misc.t
+index aaaf857c..740d171f 100755
+--- a/t/basic-misc.t
 b/t/basic-misc.t
+@@ -94,7 +94,7 @@ my $u1 = q|\entry{u1}{misc}{}
+   \strng{authorfullhash}{b78abdc838d79b6576f2ed0021642766}
+   \field{labelalpha}{AAA\textbf{+}00}
+   \field{sortinit}{A}
+-  \field{sortinithash}{3248043b5fe8d0a34dab5ab6b8d4309b}
++  \field{sortinithash}{b685c7856330eaee22789815b49de9bb}
+   \true{singletitle}
+   \true{uniquework}
+   \field{labelnamesource}{author}
+@@ -211,7 +211,7 @@ my $murray1 = q|\entry{murray}{article}{}
+   \strng{authorfullhash}{61836f4684b2615842b68c26479f6ec2}
+   \field{labelalpha}{Hos\textbf{+}98}
+   \field{sortinit}{H}
+-  \field{sortinithash}{2f664b453ec75da1fe3804ca92633405}
++  \field{sortinithash}{82012198d5dfa657b8c4a168793268a6}
+   \true{singletitle}
+   \true{uniquework}
+   \field{labelnamesource}{author}
+@@ -312,7 +312,7 @@ my $murray2 = q|\entry{murray}{article}{}
+   \strng{authorfullhash}{61836f4684b2615842b68c26479f6ec2}
+   \field{labelalpha}{Hos98}
+   \field{sortinit}{H}
+-  \field{sortinithash}{2f664b453ec75da1fe3804ca92633405}
++  \field{sortinithash}{82012198d5dfa657b8c4a168793268a6}
+   \true{singletitle}
+   \true{uniquework}
+   \field{labelnamesource}{author}
+@@ -349,7 +349,7 @@ my $t1 = q+\entry{t1}{misc}{}
+   \strng{authorfullhash}{858fcf9483ec29b7707a7dda2dde7a6f}
+   

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:37:03
  Author: felixonmars
Revision: 223658

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

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

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

Copied: haskell-wai/repos/community-staging-i686/PKGBUILD (from rev 223656, 
haskell-wai/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-18 04:37:03 UTC (rev 223658)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai
+pkgname=haskell-wai
+pkgver=3.2.1.1
+pkgrel=12
+pkgdesc="Web Application Interface."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-http-types" 
"haskell-network"
+ "haskell-text" "haskell-vault")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5d80a68f5d8806682d8267b7dacc383d094e3ef7ecd705f20e42c91cad564e21')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-wai/repos/community-staging-x86_64/PKGBUILD (from rev 223656, 
haskell-wai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-18 04:37:03 UTC (rev 223658)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai
+pkgname=haskell-wai
+pkgver=3.2.1.1
+pkgrel=12
+pkgdesc="Web Application Interface."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-http-types" 
"haskell-network"
+ "haskell-text" "haskell-vault")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5d80a68f5d8806682d8267b7dacc383d094e3ef7ecd705f20e42c91cad564e21')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+

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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:36:38
  Author: remy
Revision: 293067

upgpkg: texlive-genericextra 2016.43605-1

- upgrade package autoaligne 42337 -> 43195
- upgrade package listofitems 42335 -> 42530
- upgrade package tracklang 42435 -> 43605
- new package trigonometry
- upgrade package xlop 29236 -> 42899

Modified:
  texlive-genericextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 23:12:53 UTC (rev 293066)
+++ PKGBUILD2017-04-18 04:36:38 UTC (rev 293067)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-genericextra
-pkgver=2016.42435
+pkgver=2016.43605
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-md5sums=('1d83a896548adf9233aae05e78c35fdf')
+sha256sums=('c1e8e4738ad30fa99043afc17b5b89a7b1e794b6a8b2373c0cb848ec69985f84')
 
 build() {
cd "$srcdir"


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:36:37
  Author: felixonmars
Revision: 223656

upgpkg: haskell-wai 3.2.1.1-12

rebuild with vault,0.3.0.7 hoogle,5.0.10

Modified:
  haskell-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:34:30 UTC (rev 223655)
+++ PKGBUILD2017-04-18 04:36:37 UTC (rev 223656)
@@ -5,7 +5,7 @@
 _hkgname=wai
 pkgname=haskell-wai
 pkgver=3.2.1.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Web Application Interface."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:34:30
  Author: felixonmars
Revision: 223655

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

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

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

Copied: haskell-vault/repos/community-staging-i686/PKGBUILD (from rev 223654, 
haskell-vault/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-18 04:34:30 UTC (rev 223655)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vault
+pkgname=haskell-vault
+pkgver=0.3.0.7
+pkgrel=1
+pkgdesc="A persistent store for values of arbitrary types"
+url="https://github.com/HeinrichApfelmus/vault;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b71ab16a0c0291d91ce082c85171207736a75cf2a25aa60104e66d1e657ff46ba7b389f6dc3a7f0033dcbdfa4af32f5901a97028d898a4a60127725afdffa548')
+
+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 \
+-fuseghc
+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-vault/repos/community-staging-x86_64/PKGBUILD (from rev 223654, 
haskell-vault/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-18 04:34:30 UTC (rev 223655)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vault
+pkgname=haskell-vault
+pkgver=0.3.0.7
+pkgrel=1
+pkgdesc="A persistent store for values of arbitrary types"
+url="https://github.com/HeinrichApfelmus/vault;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b71ab16a0c0291d91ce082c85171207736a75cf2a25aa60104e66d1e657ff46ba7b389f6dc3a7f0033dcbdfa4af32f5901a97028d898a4a60127725afdffa548')
+
+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 \
+-fuseghc
+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-vault/trunk (PKGBUILD)

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:34:07
  Author: felixonmars
Revision: 223654

upgpkg: haskell-vault 0.3.0.7-1

rebuild with vault,0.3.0.7 hoogle,5.0.10

Modified:
  haskell-vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:14:37 UTC (rev 223653)
+++ PKGBUILD2017-04-18 04:34:07 UTC (rev 223654)
@@ -4,8 +4,8 @@
 
 _hkgname=vault
 pkgname=haskell-vault
-pkgver=0.3.0.6
-pkgrel=9
+pkgver=0.3.0.7
+pkgrel=1
 pkgdesc="A persistent store for values of arbitrary types"
 url="https://github.com/HeinrichApfelmus/vault;
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-unordered-containers")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('0b433de60fa3d20e93dce6013293e18089fb3233c34211ffa3f860408866ef48')
+sha512sums=('b71ab16a0c0291d91ce082c85171207736a75cf2a25aa60104e66d1e657ff46ba7b389f6dc3a7f0033dcbdfa4af32f5901a97028d898a4a60127725afdffa548')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:14:37
  Author: felixonmars
Revision: 223653

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 04:14:15 UTC (rev 223652)
+++ PKGBUILD2017-04-18 04:14:37 UTC (rev 223653)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.14
-pkgrel=2
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-stevedore' 'python2-stevedore' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-client-config' 
'python2-os-client-config'
- 'python-oslo-utils' 'python2-oslo-utils' 'python-deprecation' 
'python2-deprecation')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
-md5sums=('2c0956a0b2de4b954d38fc291db2')
-
-prepare() {
-  cp -a python-openstacksdk-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-utils' 'python-deprecation')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-utils' 
'python2-deprecation')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 223652, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 04:14:37 UTC (rev 223653)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.9.15
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-stevedore' 'python2-stevedore' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-client-config' 
'python2-os-client-config'
+ 'python-oslo-utils' 'python2-oslo-utils' 'python-deprecation' 
'python2-deprecation')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
+sha512sums=('c380e9ef12072cb3d06e63e8b3596eeb266584275ea9094f53177ae6e325c75c0f5dcfc1f10a10f6143f476a0fefea051b3ed8b93186127178ec1c8c362ef13f')
+
+prepare() {
+  cp -a python-openstacksdk-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk-$pkgver
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/python-openstacksdk-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-utils' 'python-deprecation')
+
+  cd "$srcdir"/python-openstacksdk-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:14:15
  Author: felixonmars
Revision: 223652

upgpkg: python-openstacksdk 0.9.15-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:12:42 UTC (rev 223651)
+++ PKGBUILD2017-04-18 04:14:15 UTC (rev 223652)
@@ -4,8 +4,8 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.14
-pkgrel=2
+pkgver=0.9.15
+pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
 url="http://developer.openstack.org/sdks/python/openstacksdk;
@@ -16,7 +16,7 @@
  'python-oslo-utils' 'python2-oslo-utils' 'python-deprecation' 
'python2-deprecation')
 checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
-md5sums=('2c0956a0b2de4b954d38fc291db2')
+sha512sums=('c380e9ef12072cb3d06e63e8b3596eeb266584275ea9094f53177ae6e325c75c0f5dcfc1f10a10f6143f476a0fefea051b3ed8b93186127178ec1c8c362ef13f')
 
 prepare() {
   cp -a python-openstacksdk-$pkgver{,-py2}


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:12:42
  Author: felixonmars
Revision: 223651

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

Added:
  consul/repos/community-i686/PKGBUILD
(from rev 223650, consul/trunk/PKGBUILD)
  consul/repos/community-i686/consul.service
(from rev 223650, consul/trunk/consul.service)
  consul/repos/community-x86_64/PKGBUILD
(from rev 223650, consul/trunk/PKGBUILD)
  consul/repos/community-x86_64/consul.service
(from rev 223650, consul/trunk/consul.service)
Deleted:
  consul/repos/community-i686/PKGBUILD
  consul/repos/community-i686/consul.service
  consul/repos/community-x86_64/PKGBUILD
  consul/repos/community-x86_64/consul.service

-+
 /PKGBUILD   |   80 ++
 /consul.service |   28 +
 community-i686/PKGBUILD |   40 ---
 community-i686/consul.service   |   14 --
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/consul.service |   14 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-18 04:12:16 UTC (rev 223650)
+++ community-i686/PKGBUILD 2017-04-18 04:12:42 UTC (rev 223651)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=consul
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('i686' 'x86_64')
-url="https://www.consul.io;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/hashicorp/consul.git#tag=v$pkgver;
-consul.service)
-sha512sums=('SKIP'
-
'0f39434e73a3f5d79919e3fad28de834688765edebfce8793aa471f272af61d9cebd13237a7aeb4f8b89f1749a891a63cd710881d58a9590990deedd43dffdba')
-
-prepare() {
-  cd consul
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/hashicorp
-  ln -sf "$PWD" .gopath/src/github.com/hashicorp/consul
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd consul
-
-  go get github.com/mitchellh/cli
-  go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd consul
-  
-  install -Dm755 build/consul "$pkgdir"/usr/bin/consul
-  install -Dm644 "$srcdir"/consul.service 
"$pkgdir"/usr/lib/systemd/system/consul.service
-  install -d "$pkgdir"/etc/consul.d
-}

Copied: consul/repos/community-i686/PKGBUILD (from rev 223650, 
consul/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-18 04:12:42 UTC (rev 223651)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=consul
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A tool for service discovery, monitoring and configuration."
+arch=('i686' 'x86_64')
+url="https://www.consul.io;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz;
+consul.service)
+sha512sums=('484fb75f712c29571be5e7fb2f60cd70c8314392771e84756103571d809bb47212aa8572c7276b5e8db933ce48dc50662af89902ba997666fe49de52c8fa0497'
+
'0f39434e73a3f5d79919e3fad28de834688765edebfce8793aa471f272af61d9cebd13237a7aeb4f8b89f1749a891a63cd710881d58a9590990deedd43dffdba')
+
+prepare() {
+  cd consul-$pkgver
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/hashicorp
+  ln -sf "$PWD" .gopath/src/github.com/hashicorp/consul
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd consul-$pkgver
+
+  go get github.com/mitchellh/cli
+  go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd consul-$pkgver
+  
+  install -Dm755 build/consul "$pkgdir"/usr/bin/consul
+  install -Dm644 "$srcdir"/consul.service 
"$pkgdir"/usr/lib/systemd/system/consul.service
+  install -d "$pkgdir"/etc/consul.d
+}

Deleted: community-i686/consul.service
===
--- community-i686/consul.service   2017-04-18 04:12:16 UTC (rev 223650)
+++ community-i686/consul.service   2017-04-18 04:12:42 UTC (rev 223651)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Consul Agent
-Requires=network-online.target
-After=network-online.target
-
-[Service]
-EnvironmentFile=-/etc/default/consul
-Restart=on-failure
-ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d
-ExecReload=/usr/bin/kill -HUP $MAINPID
-KillSignal=SIGINT
-
-[Install]
-WantedBy=multi-user.target

Copied: consul/repos/community-i686/consul.service (from rev 223650, 
consul/trunk/consul.service)
===
--- community-i686/consul.service   (rev 0)
+++ community-i686/consul.service   2017-04-18 04:12:42 UTC (rev 223651)
@@ -0,0 +1,14 @@
+[Unit]

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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:12:16
  Author: felixonmars
Revision: 223650

upgpkg: consul 0.8.1-1

Modified:
  consul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:11:42 UTC (rev 223649)
+++ PKGBUILD2017-04-18 04:12:16 UTC (rev 223650)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=consul
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('i686' 'x86_64')
@@ -10,13 +10,13 @@
 license=('MPL')
 depends=('glibc')
 makedepends=('git' 'go')
-source=("git+https://github.com/hashicorp/consul.git#tag=v$pkgver;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz;
 consul.service)
-sha512sums=('SKIP'
+sha512sums=('484fb75f712c29571be5e7fb2f60cd70c8314392771e84756103571d809bb47212aa8572c7276b5e8db933ce48dc50662af89902ba997666fe49de52c8fa0497'
 
'0f39434e73a3f5d79919e3fad28de834688765edebfce8793aa471f272af61d9cebd13237a7aeb4f8b89f1749a891a63cd710881d58a9590990deedd43dffdba')
 
 prepare() {
-  cd consul
+  cd consul-$pkgver
 
   mkdir build
   mkdir -p .gopath/src/github.com/hashicorp
@@ -25,7 +25,7 @@
 }
 
 build() {
-  cd consul
+  cd consul-$pkgver
 
   go get github.com/mitchellh/cli
   go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
@@ -32,7 +32,7 @@
 }
 
 package() {
-  cd consul
+  cd consul-$pkgver
   
   install -Dm755 build/consul "$pkgdir"/usr/bin/consul
   install -Dm644 "$srcdir"/consul.service 
"$pkgdir"/usr/lib/systemd/system/consul.service


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:11:42
  Author: felixonmars
Revision: 223649

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-18 04:11:24 UTC (rev 223648)
+++ PKGBUILD2017-04-18 04:11:42 UTC (rev 223649)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=2.10.5
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver' 'npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('af8898e6e3b16ee66e1d9208c412cdd08f3b49d17218da22a79f37f05b659f732cc964912119ed75ad5724c7ec4d18009279269d7031da26ca283cd9c680abe4')
-
-package() {
-  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 npm semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 223648, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-18 04:11:42 UTC (rev 223649)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=2.11.0
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver' 'npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('d25b9e5ee8a852dabf8e4adfbefaff878ca5471da7bbb99f6777f7eb754356f6042b4fd4dfc9a0c794b68bd6be75a444870b6ce01335c9033094df6cc4aa6779')
+
+package() {
+  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 npm semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2017-04-17 Thread Felix Yan
Date: Tuesday, April 18, 2017 @ 04:11:24
  Author: felixonmars
Revision: 223648

upgpkg: npm-check-updates 2.11.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 22:52:51 UTC (rev 223647)
+++ PKGBUILD2017-04-18 04:11:24 UTC (rev 223648)
@@ -3,7 +3,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=2.10.5
+pkgver=2.11.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 depends=('semver' 'npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('af8898e6e3b16ee66e1d9208c412cdd08f3b49d17218da22a79f37f05b659f732cc964912119ed75ad5724c7ec4d18009279269d7031da26ca283cd9c680abe4')
+sha512sums=('d25b9e5ee8a852dabf8e4adfbefaff878ca5471da7bbb99f6777f7eb754356f6042b4fd4dfc9a0c794b68bd6be75a444870b6ce01335c9033094df6cc4aa6779')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 23:12:53
  Author: heftig
Revision: 293066

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 293065, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 293065, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 293065, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 293065, gnome-bluetooth/trunk/PKGBUILD)

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |7 ++
 gnome-unstable-i686/PKGBUILD  |   52 
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |7 ++
 gnome-unstable-x86_64/PKGBUILD|   52 
 4 files changed, 118 insertions(+)

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 293065, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2017-04-17 23:12:53 UTC 
(rev 293066)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"

Copied: gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD (from rev 293065, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-17 23:12:53 UTC (rev 293066)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-bluetooth
+pkgver=3.20.1+1+ge902d1a
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra libsystemd pulseaudio-bluetooth)
+makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common 
git systemd)
+_commit=e902d1aca835bfc823e5e4cf2b37f5444d606042  # master
+source=("git+https://git.gnome.org/browse/gnome-bluetooth#commit=$_commit;
+61-gnome-bluetooth-rfkill.rules)
+sha256sums=('SKIP'
+'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOMEBT_V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk-doc \
+--disable-desktop-update \
+--disable-icon-update \
+--disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
+  "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+}

Copied: 
gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules 
(from rev 293065, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules   
(rev 0)
+++ gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules   2017-04-17 
23:12:53 UTC (rev 293066)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"

Copied: gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD (from rev 293065, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-17 23:12:53 UTC (rev 293066)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-bluetooth
+pkgver=3.20.1+1+ge902d1a
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez 

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

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 23:11:42
  Author: heftig
Revision: 293065

3.20.1+1+ge902d1a-1

Modified:
  gnome-bluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 22:42:37 UTC (rev 293064)
+++ PKGBUILD2017-04-17 23:11:42 UTC (rev 293065)
@@ -3,15 +3,15 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=gnome-bluetooth
-pkgver=3.20.1
+pkgver=3.20.1+1+ge902d1a
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem"
 url="https://wiki.gnome.org/Projects/GnomeBluetooth;
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(gtk3 libnotify bluez libcanberra libsystemd)
+depends=(gtk3 libnotify bluez libcanberra libsystemd pulseaudio-bluetooth)
 makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common 
git systemd)
-_commit=9219cc1ab433d3237b46146cbab2a7d89c5f09b5  # tags/GNOMEBT_V_3_20_1^0
+_commit=e902d1aca835bfc823e5e4cf2b37f5444d606042  # master
 source=("git+https://git.gnome.org/browse/gnome-bluetooth#commit=$_commit;
 61-gnome-bluetooth-rfkill.rules)
 sha256sums=('SKIP'


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

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 22:42:37
  Author: heftig
Revision: 293064

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-calendar/repos/gnome-unstable-i686/PKGBUILD
(from rev 293063, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 293063, gnome-calendar/trunk/PKGBUILD)
Deleted:
  gnome-calendar/repos/gnome-unstable-i686/PKGBUILD
  gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2017-04-17 22:41:52 UTC (rev 293063)
+++ gnome-unstable-i686/PKGBUILD2017-04-17 22:42:37 UTC (rev 293064)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.24.0+33+g4c7b79b
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
-makedepends=(intltool python gnome-common appstream-glib git)
-groups=(gnome-extra)
-_commit=4c7b79be9c8daf430f13e90c62a1e4bfb25e2152  # gnome-3-24
-source=("git+https://git.gnome.org/browse/gnome-calendar#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
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/gnome-unstable-i686/PKGBUILD (from rev 293063, 
gnome-calendar/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-17 22:42:37 UTC (rev 293064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.24.0+45+g68ce21e
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
+makedepends=(intltool python gnome-common appstream-glib git)
+groups=(gnome-extra)
+_commit=68ce21e641d56bca24bceb9cd94cf0cc286ecb22  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-calendar#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
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2017-04-17 22:41:52 UTC (rev 293063)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-17 22:42:37 UTC (rev 293064)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.24.0+33+g4c7b79b
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
-makedepends=(intltool python gnome-common appstream-glib git)
-groups=(gnome-extra)
-_commit=4c7b79be9c8daf430f13e90c62a1e4bfb25e2152  # gnome-3-24
-source=("git+https://git.gnome.org/browse/gnome-calendar#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
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD (from rev 293063, 
gnome-calendar/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-17 22:42:37 UTC (rev 293064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.24.0+45+g68ce21e
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"

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

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 22:41:52
  Author: heftig
Revision: 293063

3.24.0+45+g68ce21e-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 22:14:05 UTC (rev 293062)
+++ PKGBUILD2017-04-17 22:41:52 UTC (rev 293063)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.24.0+33+g4c7b79b
+pkgver=3.24.0+45+g68ce21e
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
 makedepends=(intltool python gnome-common appstream-glib git)
 groups=(gnome-extra)
-_commit=4c7b79be9c8daf430f13e90c62a1e4bfb25e2152  # gnome-3-24
+_commit=68ce21e641d56bca24bceb9cd94cf0cc286ecb22  # gnome-3-24
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 22:14:05
  Author: heftig
Revision: 293062

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgdata/repos/gnome-unstable-i686/
  libgdata/repos/gnome-unstable-i686/PKGBUILD
(from rev 293061, libgdata/trunk/PKGBUILD)
  libgdata/repos/gnome-unstable-x86_64/
  libgdata/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 293061, libgdata/trunk/PKGBUILD)

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

Copied: libgdata/repos/gnome-unstable-i686/PKGBUILD (from rev 293061, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-17 22:14:05 UTC (rev 293062)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.17.7+13+g3ae207e4
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+url="https://wiki.gnome.org/Projects/libgdata;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
+_commit=3ae207e406fa98ac2f65eb83d43bf1e1e4e54477  # master
+source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libgdata/repos/gnome-unstable-x86_64/PKGBUILD (from rev 293061, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-17 22:14:05 UTC (rev 293062)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.17.7+13+g3ae207e4
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+url="https://wiki.gnome.org/Projects/libgdata;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
+_commit=3ae207e406fa98ac2f65eb83d43bf1e1e4e54477  # master
+source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libgdata/trunk (2 files)

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 22:13:07
  Author: heftig
Revision: 293061

0.17.7+13+g3ae207e4-1

Modified:
  libgdata/trunk/PKGBUILD
Deleted:
  libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch

-+
 0001-tests-Fix-setting-properties-on-i686.patch |   27 --
 PKGBUILD|   12 +++--
 2 files changed, 4 insertions(+), 35 deletions(-)

Deleted: 0001-tests-Fix-setting-properties-on-i686.patch
===
--- 0001-tests-Fix-setting-properties-on-i686.patch 2017-04-17 22:05:16 UTC 
(rev 293060)
+++ 0001-tests-Fix-setting-properties-on-i686.patch 2017-04-17 22:13:07 UTC 
(rev 293061)
@@ -1,27 +0,0 @@
-From cd0d7333e67558e3578255a39f938cfa33d6ffe3 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 6 Mar 2017 06:28:32 +0100
-Subject: [PATCH] tests: Fix setting properties on i686
-
-Without the cast, an integer literal will have to wrong size for a
-64-bit integer parameter.

- gdata/tests/general.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gdata/tests/general.c b/gdata/tests/general.c
-index 6b41f25528e62f9f..75232de3c77fd509 100644
 a/gdata/tests/general.c
-+++ b/gdata/tests/general.c
-@@ -1309,7 +1309,7 @@ test_query_properties (void)
-   g_assert_##cmptype (gdata_query_get_##name_underscores (query), 
==, new_val); \
-  \
-   notification_received = FALSE; \
--  g_object_set (query, name_hyphens, new_val2, NULL); \
-+  g_object_set (query, name_hyphens, (val_type) new_val2, NULL); \
-   g_assert (notification_received == TRUE); \
-  \
-   g_assert_##cmptype (gdata_query_get_##name_underscores (query), 
==, new_val2); \
--- 
-2.12.0
-

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 22:05:16 UTC (rev 293060)
+++ PKGBUILD2017-04-17 22:13:07 UTC (rev 293061)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgdata
-pkgver=0.17.7
+pkgver=0.17.7+13+g3ae207e4
 pkgrel=1
 pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
 url="https://wiki.gnome.org/Projects/libgdata;
@@ -10,11 +10,9 @@
 license=('GPL')
 depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
-_commit=209aa98488bbc08e54b41faad8b65426ac62ae32  # tags/0.17.7^0
-source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit;
-0001-tests-Fix-setting-properties-on-i686.patch)
-sha256sums=('SKIP'
-'7618eb05c30130132a66b719d6d0427a37a9cb266dcde4e03237b591008880bf')
+_commit=3ae207e406fa98ac2f65eb83d43bf1e1e4e54477  # master
+source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -23,10 +21,8 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../0001-tests-Fix-setting-properties-on-i686.patch
   NOCONFIGURE=1 ./autogen.sh
 }
-  
 
 build() {
   cd $pkgname


[arch-commits] Commit in ibus-typing-booster/repos (2 files)

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 22:05:16
  Author: heftig
Revision: 293060

archrelease: copy trunk to gnome-unstable-any

Added:
  ibus-typing-booster/repos/gnome-unstable-any/
  ibus-typing-booster/repos/gnome-unstable-any/PKGBUILD
(from rev 293059, ibus-typing-booster/trunk/PKGBUILD)

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

Copied: ibus-typing-booster/repos/gnome-unstable-any/PKGBUILD (from rev 293059, 
ibus-typing-booster/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2017-04-17 22:05:16 UTC (rev 293060)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=ibus-typing-booster
+pkgver=1.5.30
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://mike-fabian.github.io/ibus-typing-booster/;
+arch=(any)
+license=(GPL3)
+depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
+makedepends=(git m17n-db hunspell hunspell-{de,el,en,es,fr,he,hu,it,nl,pl,ro})
+_commit=6b38863bd82ce3c747f7d8e2f0429d4898772961  # master
+source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  gzip --force --best "$pkgdir"/usr/share/$pkgname/data/*.{xml,txt,json}
+}
+


[arch-commits] Commit in ibus-typing-booster/trunk (PKGBUILD)

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 22:04:29
  Author: heftig
Revision: 293059

1.5.30-1

Modified:
  ibus-typing-booster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 17:59:06 UTC (rev 293058)
+++ PKGBUILD2017-04-17 22:04:29 UTC (rev 293059)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=ibus-typing-booster
-pkgver=1.5.29
+pkgver=1.5.30
 pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/;
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
 makedepends=(git m17n-db hunspell hunspell-{de,el,en,es,fr,he,hu,it,nl,pl,ro})
-_commit=da21df8d7966231b5bd0ad92c700a7ca13047370  # master
+_commit=6b38863bd82ce3c747f7d8e2f0429d4898772961  # master
 
source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit;)
 sha512sums=('SKIP')
 


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

2017-04-17 Thread Sven-Hendrik Haase
Date: Monday, April 17, 2017 @ 21:57:22
  Author: svenstaro
Revision: 223645

upgpkg: wt 3.3.7-3

rebuild for cmake-3.8

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:56:29 UTC (rev 223644)
+++ PKGBUILD2017-04-17 21:57:22 UTC (rev 223645)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.7
 _pkgver=3.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2017-04-17 Thread Sven-Hendrik Haase
Date: Monday, April 17, 2017 @ 21:57:26
  Author: svenstaro
Revision: 223646

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

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

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

Copied: wt/repos/community-staging-i686/PKGBUILD (from rev 223645, 
wt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-17 21:57:26 UTC (rev 223646)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.7
+_pkgver=3.3.7
+pkgrel=3
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz;)
+sha512sums=('f179b42eedcfd2e61f26ef92c6aad40c55c76c9a688269c4d5bd55dd48381073d6269d9c2ab305f15ef455616d48183a3fc0ba08c740a8e18318a2ad2fb13826')
+
+build() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: wt/repos/community-staging-x86_64/PKGBUILD (from rev 223645, 
wt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 21:57:26 UTC (rev 223646)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.7
+_pkgver=3.3.7
+pkgrel=3
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz;)
+sha512sums=('f179b42eedcfd2e61f26ef92c6aad40c55c76c9a688269c4d5bd55dd48381073d6269d9c2ab305f15ef455616d48183a3fc0ba08c740a8e18318a2ad2fb13826')
+
+build() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kodi-addon-screensaver-stars/repos (4 files)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:56:29
  Author: idevolder
Revision: 223644

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

Added:
  kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD
(from rev 223643, kodi-addon-screensaver-stars/trunk/PKGBUILD)
  kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD
(from rev 223643, kodi-addon-screensaver-stars/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-stars/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-17 20:56:18 UTC (rev 223643)
+++ community-i686/PKGBUILD 2017-04-17 20:56:29 UTC (rev 223644)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-stars
-_commit=ac61662
-pkgver=20170314.ac61662
-pkgrel=1
-pkgdesc="Starfield screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.stars'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD (from rev 
223643, kodi-addon-screensaver-stars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-17 20:56:29 UTC (rev 223644)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-stars
+_commit=8ff5ad1
+pkgver=20170416.8ff5ad1
+pkgrel=1
+pkgdesc="Starfield screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.stars'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-17 20:56:18 UTC (rev 223643)
+++ community-x86_64/PKGBUILD   2017-04-17 20:56:29 UTC (rev 223644)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-stars
-_commit=ac61662
-pkgver=20170314.ac61662
-pkgrel=1
-pkgdesc="Starfield screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.stars'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.stars.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD (from rev 
223643, kodi-addon-screensaver-stars/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-17 20:56:29 UTC (rev 223644)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-stars
+_commit=8ff5ad1
+pkgver=20170416.8ff5ad1
+pkgrel=1
+pkgdesc="Starfield screensaver for Kodi"
+arch=('i686' 'x86_64')

[arch-commits] Commit in kodi-addon-screensaver-pyro/repos (4 files)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:56:09
  Author: idevolder
Revision: 223642

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

Added:
  kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD
(from rev 223641, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
  kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD
(from rev 223641, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-pyro/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-17 20:55:57 UTC (rev 223641)
+++ community-i686/PKGBUILD 2017-04-17 20:56:09 UTC (rev 223642)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pyro
-_commit=2d15f72
-pkgver=20170314.2d15f72
-pkgrel=1
-pkgdesc="Pyro screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pyro'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD (from rev 
223641, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-17 20:56:09 UTC (rev 223642)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+_commit=91a863a
+pkgver=20170416.91a863a
+pkgrel=1
+pkgdesc="Pyro screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.pyro'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-17 20:55:57 UTC (rev 223641)
+++ community-x86_64/PKGBUILD   2017-04-17 20:56:09 UTC (rev 223642)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pyro
-_commit=2d15f72
-pkgver=20170314.2d15f72
-pkgrel=1
-pkgdesc="Pyro screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pyro'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD (from rev 
223641, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-17 20:56:09 UTC (rev 223642)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+_commit=91a863a
+pkgver=20170416.91a863a
+pkgrel=1
+pkgdesc="Pyro screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.pyro'
+license=('GPL')

[arch-commits] Commit in kodi-addon-screensaver-stars/trunk (PKGBUILD)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:56:18
  Author: idevolder
Revision: 223643

upgpkg: kodi-addon-screensaver-stars 20170416.8ff5ad1-1

Modified:
  kodi-addon-screensaver-stars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:56:09 UTC (rev 223642)
+++ PKGBUILD2017-04-17 20:56:18 UTC (rev 223643)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-stars
-_commit=ac61662
-pkgver=20170314.ac61662
+_commit=8ff5ad1
+pkgver=20170416.8ff5ad1
 pkgrel=1
 pkgdesc="Starfield screensaver for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-screensaver-pyro/trunk (PKGBUILD)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:55:57
  Author: idevolder
Revision: 223641

upgpkg: kodi-addon-screensaver-pyro 20170416.91a863a-1

Modified:
  kodi-addon-screensaver-pyro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:55:48 UTC (rev 223640)
+++ PKGBUILD2017-04-17 20:55:57 UTC (rev 223641)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-pyro
-_commit=2d15f72
-pkgver=20170314.2d15f72
+_commit=91a863a
+pkgver=20170416.91a863a
 pkgrel=1
 pkgdesc="Pyro screensaver for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-screensaver-greynetic/repos (4 files)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:55:48
  Author: idevolder
Revision: 223640

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

Added:
  kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD
(from rev 223639, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
  kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD
(from rev 223639, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-greynetic/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-17 20:55:36 UTC (rev 223639)
+++ community-i686/PKGBUILD 2017-04-17 20:55:48 UTC (rev 223640)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-greynetic
-_commit=9b33ee0
-pkgver=20170314.9b33ee0
-pkgrel=1
-pkgdesc="Greynetic screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.greynetic'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD (from 
rev 223639, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-17 20:55:48 UTC (rev 223640)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-greynetic
+_commit=2c103d0
+pkgver=20170416.2c103d0
+pkgrel=1
+pkgdesc="Greynetic screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.greynetic'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-17 20:55:36 UTC (rev 223639)
+++ community-x86_64/PKGBUILD   2017-04-17 20:55:48 UTC (rev 223640)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-greynetic
-_commit=9b33ee0
-pkgver=20170314.9b33ee0
-pkgrel=1
-pkgdesc="Greynetic screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.greynetic'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD (from 
rev 223639, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-17 20:55:48 UTC (rev 223640)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-greynetic
+_commit=2c103d0
+pkgver=20170416.2c103d0
+pkgrel=1
+pkgdesc="Greynetic 

[arch-commits] Commit in kodi-addon-screensaver-greynetic/trunk (PKGBUILD)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:55:36
  Author: idevolder
Revision: 223639

upgpkg: kodi-addon-screensaver-greynetic 20170416.2c103d0-1

Modified:
  kodi-addon-screensaver-greynetic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:55:28 UTC (rev 223638)
+++ PKGBUILD2017-04-17 20:55:36 UTC (rev 223639)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-greynetic
-_commit=9b33ee0
-pkgver=20170314.9b33ee0
+_commit=2c103d0
+pkgver=20170416.2c103d0
 pkgrel=1
 pkgdesc="Greynetic screensaver for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-screensaver-biogenesis/repos (4 files)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:55:28
  Author: idevolder
Revision: 223638

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

Added:
  kodi-addon-screensaver-biogenesis/repos/community-i686/PKGBUILD
(from rev 223637, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
  kodi-addon-screensaver-biogenesis/repos/community-x86_64/PKGBUILD
(from rev 223637, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-biogenesis/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-biogenesis/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-17 20:55:15 UTC (rev 223637)
+++ community-i686/PKGBUILD 2017-04-17 20:55:28 UTC (rev 223638)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-biogenesis
-_commit=1243d28
-pkgver=20170314.1243d28
-pkgrel=1
-pkgdesc="BioGenesis screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/screensaver.biogenesis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.biogenesis.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-biogenesis/repos/community-i686/PKGBUILD (from 
rev 223637, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-17 20:55:28 UTC (rev 223638)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-biogenesis
+_commit=8cf0d12
+pkgver=20170416.8cf0d12
+pkgrel=1
+pkgdesc="BioGenesis screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/screensaver.biogenesis'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/notspiff/screensaver.biogenesis.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-17 20:55:15 UTC (rev 223637)
+++ community-x86_64/PKGBUILD   2017-04-17 20:55:28 UTC (rev 223638)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-biogenesis
-_commit=1243d28
-pkgver=20170314.1243d28
-pkgrel=1
-pkgdesc="BioGenesis screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/screensaver.biogenesis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/notspiff/screensaver.biogenesis.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-biogenesis/repos/community-x86_64/PKGBUILD (from 
rev 223637, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-17 20:55:28 UTC (rev 223638)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-biogenesis
+_commit=8cf0d12

[arch-commits] Commit in kodi-addon-screensaver-biogenesis/trunk (PKGBUILD)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:55:15
  Author: idevolder
Revision: 223637

upgpkg: kodi-addon-screensaver-biogenesis 20170416.8cf0d12-1

Modified:
  kodi-addon-screensaver-biogenesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:55:06 UTC (rev 223636)
+++ PKGBUILD2017-04-17 20:55:15 UTC (rev 223637)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-biogenesis
-_commit=1243d28
-pkgver=20170314.1243d28
+_commit=8cf0d12
+pkgver=20170416.8cf0d12
 pkgrel=1
 pkgdesc="BioGenesis screensaver for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-audioencoder-flac/repos (4 files)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:55:06
  Author: idevolder
Revision: 223636

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

Added:
  kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD
(from rev 223635, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
  kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD
(from rev 223635, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-flac/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-17 20:54:54 UTC (rev 223635)
+++ community-i686/PKGBUILD 2017-04-17 20:55:06 UTC (rev 223636)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-flac
-_commit=f7a8daa
-pkgver=20160530.f7a8daa
-pkgrel=2
-pkgdesc="FLAC Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-flac')
-replaces=('kodi-audioencoder-flac')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD (from rev 
223635, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-17 20:55:06 UTC (rev 223636)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-flac
+_commit=78e7450
+pkgver=20170416.78e7450
+pkgrel=1
+pkgdesc="FLAC Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.flac'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-flac')
+replaces=('kodi-audioencoder-flac')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-17 20:54:54 UTC (rev 223635)
+++ community-x86_64/PKGBUILD   2017-04-17 20:55:06 UTC (rev 223636)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-flac
-_commit=f7a8daa
-pkgver=20160530.f7a8daa
-pkgrel=2
-pkgdesc="FLAC Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-flac')
-replaces=('kodi-audioencoder-flac')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD (from rev 
223635, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-17 20:55:06 UTC (rev 223636)
@@ -0,0 +1,39 @@
+# $Id$
+# 

[arch-commits] Commit in kodi-addon-audioencoder-flac/trunk (PKGBUILD)

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:54:54
  Author: idevolder
Revision: 223635

upgpkg: kodi-addon-audioencoder-flac 20170416.78e7450-1

Modified:
  kodi-addon-audioencoder-flac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:54:23 UTC (rev 223634)
+++ PKGBUILD2017-04-17 20:54:54 UTC (rev 223635)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-audioencoder-flac
-_commit=f7a8daa
-pkgver=20160530.f7a8daa
-pkgrel=2
+_commit=78e7450
+pkgver=20170416.78e7450
+pkgrel=1
 pkgdesc="FLAC Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/xbmc/audioencoder.flac'


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

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:54:10
  Author: idevolder
Revision: 223633

upgpkg: par2cmdline 0.7.0-2

Modified:
  par2cmdline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:39:59 UTC (rev 223632)
+++ PKGBUILD2017-04-17 20:54:10 UTC (rev 223633)
@@ -4,31 +4,34 @@
 # Maintainer: Sébastien Luttringer 

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

2017-04-17 Thread Ike Devolder
Date: Monday, April 17, 2017 @ 20:54:23
  Author: idevolder
Revision: 223634

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-17 20:54:10 UTC (rev 223633)
+++ community-i686/PKGBUILD 2017-04-17 20:54:23 UTC (rev 223634)
@@ -1,34 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Sébastien Luttringer 
+# Maintainer: Sébastien Luttringer 
-# Maintainer: Sébastien Luttringer 
+# Maintainer: Sébastien Luttringer 

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

2017-04-17 Thread Sven-Hendrik Haase
Date: Monday, April 17, 2017 @ 20:39:40
  Author: svenstaro
Revision: 223631

upgpkg: wt 3.3.7-2

rebuild

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 20:25:44 UTC (rev 223630)
+++ PKGBUILD2017-04-17 20:39:40 UTC (rev 223631)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.7
 _pkgver=3.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -41,7 +41,6 @@
   -DBUILD_EXAMPLES=ON \
   -DINSTALL_FINDWT_CMAKE_FILE=ON \
   ..
-  # build examples again when they are compatible with boost 1.58
   make
 }
 


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

2017-04-17 Thread Sven-Hendrik Haase
Date: Monday, April 17, 2017 @ 20:39:59
  Author: svenstaro
Revision: 223632

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

Added:
  wt/repos/community-testing-i686/PKGBUILD
(from rev 223631, wt/trunk/PKGBUILD)
  wt/repos/community-testing-x86_64/PKGBUILD
(from rev 223631, wt/trunk/PKGBUILD)
Deleted:
  wt/repos/community-testing-i686/PKGBUILD
  wt/repos/community-testing-i686/wt-boost-1.63.patch
  wt/repos/community-testing-x86_64/PKGBUILD
  wt/repos/community-testing-x86_64/wt-boost-1.63.patch

--+
 /PKGBUILD|  102 +
 community-testing-i686/PKGBUILD  |   60 --
 community-testing-i686/wt-boost-1.63.patch   |   11 --
 community-testing-x86_64/PKGBUILD|   60 --
 community-testing-x86_64/wt-boost-1.63.patch |   11 --
 5 files changed, 102 insertions(+), 142 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-17 20:39:40 UTC (rev 223631)
+++ community-testing-i686/PKGBUILD 2017-04-17 20:39:59 UTC (rev 223632)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Denis Martinez 
-
-pkgname=wt
-pkgver=3.3.6
-_pkgver=3.3.6
-pkgrel=7
-pkgdesc="a C++ library and application server for developing and deploying web 
applications"
-arch=('i686' 'x86_64')
-url="http://www.webtoolkit.eu/;
-license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
-optdepends=('openssl: for SSL support in built-in webserver'
-   'fcgi: for FastCGI support'
-   'postgresql-libs: for PostgreSQL Dbo support'
-   'sqlite: for Sqlite Dbo support'
-   'mysql++: for the hangman example'
-   'qt4: for the Wt/Qt interopability example (wtwithqt)')
-backup=('etc/wt/wt_config.xml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz;
-wt-boost-1.63.patch)
-md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70'
- '87a0c637d7014e764892686891393d6b')
-
-prepare() {
-  cd $pkgname-$_pkgver
-  # Fix build with boost 1.63 https://github.com/emweb/wt/pull/102
-  patch -p0 -i ../wt-boost-1.63.patch
-}
-
-build() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-
-  [[ -d build ]] && rm -r build
-  mkdir -p build && cd build
-  cmake \
-  -DCONNECTOR_HTTP=ON \
-  -DWT_CPP_11_MODE=-std=c++11 \
-  -DCONFIGDIR=/etc \
-  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWEBUSER=http \
-  -DWEBGROUP=http \
-  -DUSE_SYSTEM_SQLITE3=ON \
-  -DINSTALL_EXAMPLES=ON \
-  -DBUILD_EXAMPLES=ON \
-  -DINSTALL_FINDWT_CMAKE_FILE=ON \
-  ..
-  # build examples again when they are compatible with boost 1.58
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: wt/repos/community-testing-i686/PKGBUILD (from rev 223631, 
wt/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-17 20:39:59 UTC (rev 223632)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.7
+_pkgver=3.3.7
+pkgrel=2
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz;)
+sha512sums=('f179b42eedcfd2e61f26ef92c6aad40c55c76c9a688269c4d5bd55dd48381073d6269d9c2ab305f15ef455616d48183a3fc0ba08c740a8e18318a2ad2fb13826')
+
+build() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  

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

2017-04-17 Thread Sven-Hendrik Haase
Date: Monday, April 17, 2017 @ 20:01:23
  Author: svenstaro
Revision: 223559

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

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

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/sfml.install   |3 ++
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/sfml.install |3 ++
 4 files changed, 86 insertions(+)

Copied: sfml/repos/community-staging-i686/PKGBUILD (from rev 223558, 
sfml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-17 20:01:23 UTC (rev 223559)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.4.2
+pkgrel=2
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2' 
'libx11')
+makedepends=('mesa' 'cmake' 'doxygen' 'git' 'systemd')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.8/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: sfml/repos/community-staging-i686/sfml.install (from rev 223558, 
sfml/trunk/sfml.install)
===
--- community-staging-i686/sfml.install (rev 0)
+++ community-staging-i686/sfml.install 2017-04-17 20:01:23 UTC (rev 223559)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Copied: sfml/repos/community-staging-x86_64/PKGBUILD (from rev 223558, 
sfml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 20:01:23 UTC (rev 223559)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.4.2
+pkgrel=2
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2' 
'libx11')
+makedepends=('mesa' 'cmake' 'doxygen' 'git' 'systemd')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.8/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: sfml/repos/community-staging-x86_64/sfml.install (from rev 223558, 
sfml/trunk/sfml.install)
===
--- community-staging-x86_64/sfml.install   (rev 0)
+++ community-staging-x86_64/sfml.install   2017-04-17 20:01:23 UTC (rev 
223559)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}


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

2017-04-17 Thread Sven-Hendrik Haase
Date: Monday, April 17, 2017 @ 20:01:14
  Author: svenstaro
Revision: 223558

upgpkg: sfml 2.4.2-2

rebuild for cmake-3.8

Modified:
  sfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 19:42:29 UTC (rev 223557)
+++ PKGBUILD2017-04-17 20:01:14 UTC (rev 223558)
@@ -4,7 +4,7 @@
 
 pkgname=sfml
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'
@@ -33,7 +33,7 @@
 
   make DESTDIR="$pkgdir/" install
 
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.7/Modules/FindSFML.cmake"
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.8/Modules/FindSFML.cmake"
 
   install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:42:29
  Author: felixonmars
Revision: 223557

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
223556, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-17 19:42:29 UTC (rev 223557)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17
+pkgrel=30
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('444a9b4b913e5f7addb1b9c5aa778f32d2b9e040d9b1c4d8a232fae908392891')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:42:09
  Author: felixonmars
Revision: 223556

upgpkg: haskell-yesod-auth 1.4.17-30

rebuild with semigroups,0.18.3

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 19:35:37 UTC (rev 223555)
+++ PKGBUILD2017-04-17 19:42:09 UTC (rev 223556)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17
-pkgrel=29
+pkgrel=30
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:35:37
  Author: felixonmars
Revision: 223555

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

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

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 223554, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 19:35:37 UTC (rev 223555)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170321
+pkgrel=22
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" 

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:35:16
  Author: felixonmars
Revision: 223554

upgpkg: git-annex 6.20170321-22

rebuild with semigroups,0.18.3

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 19:19:42 UTC (rev 223553)
+++ PKGBUILD2017-04-17 19:35:16 UTC (rev 223554)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170321
-pkgrel=21
+pkgrel=22
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:19:42
  Author: felixonmars
Revision: 223553

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 223552, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-17 19:19:42 UTC (rev 223553)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=24
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 223552, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 19:19:42 UTC (rev 223553)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=24
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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
+

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:19:22
  Author: felixonmars
Revision: 223552

upgpkg: haskell-yesod 1.4.5-24

rebuild with semigroups,0.18.3

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 19:16:28 UTC (rev 223551)
+++ PKGBUILD2017-04-17 19:19:22 UTC (rev 223552)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=23
+pkgrel=24
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:16:28
  Author: felixonmars
Revision: 223551

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
223550, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-17 19:16:28 UTC (rev 223551)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.11
+pkgrel=26
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('45edd3ea97a09968426ab20ea4595389b61f5fc2c9e328cecbdeed4a78dcd8d6')
+
+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
+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 $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir"/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
223550, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 19:16:28 UTC (rev 223551)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.11
+pkgrel=26
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('45edd3ea97a09968426ab20ea4595389b61f5fc2c9e328cecbdeed4a78dcd8d6')
+
+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
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:16:08
  Author: felixonmars
Revision: 223550

upgpkg: haskell-yesod-form 1.4.11-26

rebuild with semigroups,0.18.3

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 19:11:55 UTC (rev 223549)
+++ PKGBUILD2017-04-17 19:16:08 UTC (rev 223550)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.11
-pkgrel=25
+pkgrel=26
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:11:55
  Author: felixonmars
Revision: 223549

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

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

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
223548, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 19:11:55 UTC (rev 223549)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.2
+pkgrel=22
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b949c5f6087d9e32c7ff2f41ed647b1df605bbe1ce2cbcfe59cc46dc4a72099e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:11:35
  Author: felixonmars
Revision: 223548

upgpkg: haskell-yesod-static 1.5.2-22

rebuild with semigroups,0.18.3

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 19:08:28 UTC (rev 223547)
+++ PKGBUILD2017-04-17 19:11:35 UTC (rev 223548)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:08:28
  Author: felixonmars
Revision: 223547

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

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

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

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

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

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:08:07
  Author: felixonmars
Revision: 223546

upgpkg: haskell-yesod-persistent 1.4.2-21

rebuild with semigroups,0.18.3

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 19:05:57 UTC (rev 223545)
+++ PKGBUILD2017-04-17 19:08:07 UTC (rev 223546)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:05:57
  Author: felixonmars
Revision: 223545

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

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

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

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

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

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:05:35
  Author: felixonmars
Revision: 223544

upgpkg: haskell-yesod-default 1.2.0-131

rebuild with semigroups,0.18.3

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 19:03:18 UTC (rev 223543)
+++ PKGBUILD2017-04-17 19:05:35 UTC (rev 223544)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=130
+pkgrel=131
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:03:18
  Author: felixonmars
Revision: 223543

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

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

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

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
223542, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 19:03:18 UTC (rev 223543)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.33
+pkgrel=7
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ 

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 19:02:58
  Author: felixonmars
Revision: 223542

upgpkg: haskell-yesod-core 1.4.33-7

rebuild with semigroups,0.18.3

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 18:57:12 UTC (rev 223541)
+++ PKGBUILD2017-04-17 19:02:58 UTC (rev 223542)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.33
-pkgrel=6
+pkgrel=7
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 18:57:12
  Author: felixonmars
Revision: 223541

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

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

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

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

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


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 18:56:52
  Author: felixonmars
Revision: 223540

upgpkg: stylish-haskell 0.7.1.0-20

rebuild with semigroups,0.18.3

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 18:53:03 UTC (rev 223539)
+++ PKGBUILD2017-04-17 18:56:52 UTC (rev 223540)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.7.1.0
-pkgrel=19
+pkgrel=20
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 18:53:03
  Author: felixonmars
Revision: 223539

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

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

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 223538, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-17 18:53:03 UTC (rev 223539)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=28
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r 

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 18:52:42
  Author: felixonmars
Revision: 223538

upgpkg: stack 1.4.0-28

rebuild with semigroups,0.18.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 18:05:36 UTC (rev 223537)
+++ PKGBUILD2017-04-17 18:52:42 UTC (rev 223538)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=27
+pkgrel=28
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 18:05:36
  Author: felixonmars
Revision: 223537

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

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

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
223536, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 18:05:36 UTC (rev 223537)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=44
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 18:05:15
  Author: felixonmars
Revision: 223536

upgpkg: haskell-hakyll 4.9.5.1-44

rebuild with semigroups,0.18.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 17:58:30 UTC (rev 223535)
+++ PKGBUILD2017-04-17 18:05:15 UTC (rev 223536)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=43
+pkgrel=44
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 17:59:06
  Author: heftig
Revision: 293058

Switch to mozilla-unified repository

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 16:31:29 UTC (rev 293057)
+++ PKGBUILD2017-04-17 17:59:06 UTC (rev 293058)
@@ -18,7 +18,7 @@
 'libnotify: Notification integration'
 'speech-dispatcher: Text-to-Speech')
 options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/releases/mozilla-release
+_repo=https://hg.mozilla.org/mozilla-unified
 source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
 firefox.desktop firefox-symbolic.svg
 firefox-install-dir.patch rust-i686.patch fix-wifi-scanner.diff)
@@ -45,7 +45,7 @@
   mkdir path
   ln -s /usr/bin/python2 path/python
 
-  cd mozilla-release
+  cd mozilla-unified
   patch -Np1 -i ../firefox-install-dir.patch
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
@@ -105,7 +105,7 @@
 }
 
 build() {
-  cd mozilla-release
+  cd mozilla-unified
 
   # _FORTIFY_SOURCE causes configure failures
   CPPFLAGS+=" -O2"
@@ -122,7 +122,7 @@
 }
 
 package() {
-  cd mozilla-release
+  cd mozilla-unified
   make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
 
   _vendorjs="$pkgdir/usr/lib/firefox/browser/defaults/preferences/vendor.js"


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 17:58:30
  Author: felixonmars
Revision: 223535

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

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

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
223534, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 17:58:30 UTC (rev 223535)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=35
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 17:58:01
  Author: felixonmars
Revision: 223534

upgpkg: pandoc-citeproc 0.10.4.1-35

rebuild with semigroups,0.18.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 17:51:31 UTC (rev 223533)
+++ PKGBUILD2017-04-17 17:58:01 UTC (rev 223534)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-04-17 Thread Antonio Rojas
Date: Monday, April 17, 2017 @ 17:51:31
  Author: arojas
Revision: 223533

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-17 17:50:52 UTC (rev 223532)
+++ community-i686/PKGBUILD 2017-04-17 17:51:31 UTC (rev 223533)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=cysignals
-pkgname=(python-cysignals python2-cysignals)
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Interrupt and signal handling for Cython"
-arch=(i686 x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython pari)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-sha256sums=('9c36509bd3fabf823d6c74bc1e4615b67bd8a8b121aebc5f8e435cc5956f188c')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cysignals() {
-  depends=(python pari)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-
-# Keep scripts in python2 package
-  rm -r "$pkgdir"/usr/bin
-}
-
-package_python2-cysignals() {
-  depends=(python2 pari)
-  conflicts=(cysignals)
-  provides=(cysignals)
-  replaces=(cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

Copied: cysignals/repos/community-i686/PKGBUILD (from rev 223532, 
cysignals/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-17 17:51:31 UTC (rev 223533)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=cysignals
+pkgname=(python-cysignals python2-cysignals)
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython pari)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
+sha256sums=('b7d5ed8cbdfe6d0ef17773d24eb0b35cb34928b87054558de5dad4b9b984f9cc')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cysignals() {
+  depends=(python pari)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+
+# Keep scripts in python2 package
+  rm -r "$pkgdir"/usr/bin
+}
+
+package_python2-cysignals() {
+  depends=(python2 pari)
+  conflicts=(cysignals)
+  provides=(cysignals)
+  replaces=(cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-17 17:50:52 UTC (rev 223532)
+++ community-x86_64/PKGBUILD   2017-04-17 17:51:31 UTC (rev 223533)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=cysignals
-pkgname=(python-cysignals python2-cysignals)
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Interrupt and signal handling for Cython"
-arch=(i686 x86_64)
-url="https://www.sagemath.org;
-license=(LGPL)
-makedepends=(cython2 cython pari)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-sha256sums=('9c36509bd3fabf823d6c74bc1e4615b67bd8a8b121aebc5f8e435cc5956f188c')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-cysignals() {
-  depends=(python pari)
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir"
-
-# Keep scripts in python2 package
-  rm -r "$pkgdir"/usr/bin
-}
-
-package_python2-cysignals() {
-  depends=(python2 pari)
-  conflicts=(cysignals)
-  provides=(cysignals)
-  replaces=(cysignals)
-
-  cd $pkgbase-$pkgver-py2   
-  python2 setup.py install --root="$pkgdir"
-}

Copied: cysignals/repos/community-x86_64/PKGBUILD (from rev 223532, 
cysignals/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-04-17 Thread Antonio Rojas
Date: Monday, April 17, 2017 @ 17:50:52
  Author: arojas
Revision: 223532

Update to 1.6.3

Modified:
  cysignals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 17:45:40 UTC (rev 223531)
+++ PKGBUILD2017-04-17 17:50:52 UTC (rev 223532)
@@ -3,7 +3,7 @@
 
 pkgbase=cysignals
 pkgname=(python-cysignals python2-cysignals)
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(LGPL)
 makedepends=(cython2 cython pari)
 
source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
-sha256sums=('9c36509bd3fabf823d6c74bc1e4615b67bd8a8b121aebc5f8e435cc5956f188c')
+sha256sums=('b7d5ed8cbdfe6d0ef17773d24eb0b35cb34928b87054558de5dad4b9b984f9cc')
 
 prepare() {
   cp -r $pkgbase-$pkgver{,-py2}


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 17:45:40
  Author: felixonmars
Revision: 223531

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

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

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
223530, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-17 17:45:40 UTC (rev 223531)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=29
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+

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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 17:45:17
  Author: felixonmars
Revision: 223530

upgpkg: pandoc-crossref 0.2.5.0-29

rebuild with semigroups,0.18.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 17:38:09 UTC (rev 223529)
+++ PKGBUILD2017-04-17 17:45:17 UTC (rev 223530)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.5.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 17:37:47
  Author: felixonmars
Revision: 223528

upgpkg: pandoc 1.19.2.1-42

rebuild with semigroups,0.18.3

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 17:07:11 UTC (rev 223527)
+++ PKGBUILD2017-04-17 17:37:47 UTC (rev 223528)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=41
+pkgrel=42
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


  1   2   3   >