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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 03:26:22
  Author: felixonmars
Revision: 181146

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-25 03:26:01 UTC (rev 181145)
+++ community-i686/PKGBUILD 2016-06-25 03:26:22 UTC (rev 181146)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hoogle
-pkgver=4.2.43
-pkgrel=42
-pkgdesc="Haskell API Search"
-url="http://www.haskell.org/hoogle/;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
- "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
- "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
- "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
- "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
- "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
-
-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}"
-install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: hoogle/repos/community-i686/PKGBUILD (from rev 181145, 
hoogle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-25 03:26:22 UTC (rev 181146)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-tar" "haskell-text" 
"haskell-uniplate"
+ "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('19fa34b6695956548f3dc1992e883bb7cf32459d260587dd5a06ef986684c50f')
+
+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}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-25 03:26:01 UTC (rev 181145)
+++ community-x86_64/PKGBUILD   2016-06-25 03:26:22 UTC (rev 181146)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hoogle
-pkgver=4.2.43
-pkgrel=42
-pkgdesc="Haskell API Search"
-url="http://www.haskell.org/hoogle/;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
- "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
- 

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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 03:26:01
  Author: felixonmars
Revision: 181145

upgpkg: hoogle 5.0-1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-25 02:38:18 UTC (rev 181144)
+++ PKGBUILD2016-06-25 03:26:01 UTC (rev 181145)
@@ -3,21 +3,22 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hoogle
-pkgver=4.2.43
-pkgrel=42
+pkgver=5.0
+pkgrel=1
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
- "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
- "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
- "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
- "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
- "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-tar" "haskell-text" 
"haskell-uniplate"
+ "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-warp-tls" "haskell-zlib")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+sha256sums=('19fa34b6695956548f3dc1992e883bb7cf32459d260587dd5a06ef986684c50f')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
@@ -30,6 +31,6 @@
 cd "${srcdir}/${pkgname}-${pkgver}"
 
 runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -r "$pkgdir"/usr/{lib,share/doc}
 }


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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 02:35:54
  Author: felixonmars
Revision: 181052

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 181051, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-25 02:35:54 UTC (rev 181052)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.9.1
+pkgrel=6
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" 
"haskell-bower-json" "haskell-boxes"
+ "haskell-dlist" "haskell-edit-distance" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-types" "haskell-language-javascript" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-semigroups" "haskell-sourcemap" 
"haskell-spdx" "haskell-split"
+ "haskell-stm" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('72a4c9148a5d6b6ec2650185be7b8aa6a43a089d73037f870babd0ded9a5d0e7')
+
+prepare() {
+sed -i 's/pipes >= 4.0.0 && < 4.2.0,/pipes >= 4.0.0 \&\& < 4.3.0,/' 
$pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 181051, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-25 02:35:54 UTC (rev 181052)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.9.1
+pkgrel=6
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" 
"haskell-bower-json" "haskell-boxes"
+ "haskell-dlist" "haskell-edit-distance" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-types" "haskell-language-javascript" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-semigroups" "haskell-sourcemap" 
"haskell-spdx" "haskell-split"
+ "haskell-stm" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('72a4c9148a5d6b6ec2650185be7b8aa6a43a089d73037f870babd0ded9a5d0e7')
+
+prepare() 

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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 02:35:36
  Author: felixonmars
Revision: 181051

upgpkg: purescript 0.9.1-6

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

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-25 02:21:03 UTC (rev 181050)
+++ PKGBUILD2016-06-25 02:35:36 UTC (rev 181051)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("MIT")


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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 02:21:03
  Author: felixonmars
Revision: 181050

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 181049, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/ghc8.patch
(from rev 181049, pandoc-crossref/trunk/ghc8.patch)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 181049, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/ghc8.patch
(from rev 181049, pandoc-crossref/trunk/ghc8.patch)

-+
 community-staging-i686/PKGBUILD |   61 ++
 community-staging-i686/ghc8.patch   |   24 +
 community-staging-x86_64/PKGBUILD   |   61 ++
 community-staging-x86_64/ghc8.patch |   24 +
 4 files changed, 170 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 181049, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-25 02:21:03 UTC (rev 181050)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.1.3
+pkgrel=9
+pkgdesc="Pandoc filter for cross-references"
+url="http://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-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;
+ghc8.patch)
+sha256sums=('d14b78972c48a722b7e53d12fb601e4379d5384f9a58c8ce46ab42b058125471'
+'2a74124f1652d17da63e6cff5939b02633b0045929b175cc4570f7cadbc8cdc1')
+
+prepare() {
+sed -i 's/data-default >= 0.4 && <0.7/data-default >= 0.4 \&\& <0.8/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+(cd $pkgbase-$pkgver; patch -p1 -i ../ghc8.patch)
+}
+
+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-i686/ghc8.patch (from rev 
181049, pandoc-crossref/trunk/ghc8.patch)
===
--- community-staging-i686/ghc8.patch   (rev 0)
+++ community-staging-i686/ghc8.patch   2016-06-25 02:21:03 UTC (rev 181050)
@@ -0,0 +1,24 @@
+diff --git a/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs 
b/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs
+index c0f5499..b899f10 100644
+--- a/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs
 b/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs
+@@ -24,8 +24,8 @@ fromRecDef t cname f c = do
+   TyConI dec -> return dec
+   _ -> fail "No cons"
+   (_, cons) <- case reified of
+-   DataD _ _ params cons' _ -> return (params, cons')
+-   NewtypeD _ _ params con' _ -> return (params, [con'])
++   DataD _ _ params _ cons' _ -> return 

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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 02:20:44
  Author: felixonmars
Revision: 181049

upgpkg: pandoc-crossref 0.2.1.3-9

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

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-25 02:16:57 UTC (rev 181048)
+++ PKGBUILD2016-06-25 02:20:44 UTC (rev 181049)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.1.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 02:16:57
  Author: felixonmars
Revision: 181048

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

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

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

Copied: haskell-contravariant-extras/repos/community-staging-i686/PKGBUILD 
(from rev 181047, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-25 02:16:57 UTC (rev 181048)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.2
+pkgrel=4
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9fd92b6d240f9492c0474ce5261751ed9f01b6fd4292f0bbfc482e19d9012505')
+
+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-contravariant-extras/repos/community-staging-x86_64/PKGBUILD 
(from rev 181047, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-25 02:16:57 UTC (rev 181048)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.2
+pkgrel=4
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9fd92b6d240f9492c0474ce5261751ed9f01b6fd4292f0bbfc482e19d9012505')
+
+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}"
+   

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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 02:16:39
  Author: felixonmars
Revision: 181047

upgpkg: haskell-contravariant-extras 0.3.2-4

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

Modified:
  haskell-contravariant-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-25 02:15:56 UTC (rev 181046)
+++ PKGBUILD2016-06-25 02:16:39 UTC (rev 181047)
@@ -5,7 +5,7 @@
 _hkgname=contravariant-extras
 pkgname=haskell-contravariant-extras
 pkgver=0.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Extras for the \"contravariant\" package"
 url="https://github.com/nikita-volkov/contravariant-extras;
 license=("MIT")


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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 02:15:56
  Author: felixonmars
Revision: 181046

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

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

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 181045, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-25 02:15:56 UTC (rev 181046)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.15
+pkgrel=3
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('f58a557fecdc7066ec60653e7c902b8baedcf4f44a81f890265374b6dab9affa')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 181045, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-25 02:15:56 UTC (rev 181046)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.15
+pkgrel=3
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('f58a557fecdc7066ec60653e7c902b8baedcf4f44a81f890265374b6dab9affa')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 02:15:29
  Author: felixonmars
Revision: 181045

upgpkg: cgrep 6.6.15-3

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

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 22:30:42 UTC (rev 181044)
+++ PKGBUILD2016-06-25 02:15:29 UTC (rev 181045)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.15
-pkgrel=2
+pkgrel=3
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 00:59:09
  Author: felixonmars
Revision: 270620

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 270619, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-25 00:58:51 UTC (rev 270619)
+++ PKGBUILD2016-06-25 00:59:09 UTC (rev 270620)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=23.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 270619, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-25 00:59:09 UTC (rev 270620)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=23.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2-packaging')
+  provides=('python2-distribute' 'setuptools')
+  replaces=('python2-distribute' 'setuptools')
+
+  cd "$srcdir"/setuptools-py2

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

2016-06-24 Thread Felix Yan
Date: Saturday, June 25, 2016 @ 00:58:51
  Author: felixonmars
Revision: 270619

upgpkg: python-setuptools 1:23.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 22:09:38 UTC (rev 270618)
+++ PKGBUILD2016-06-25 00:58:51 UTC (rev 270619)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=23.0.0
+pkgver=23.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


[arch-commits] Commit in android-udev/repos (3 files)

2016-06-24 Thread Anatol Pomozov
Date: Friday, June 24, 2016 @ 22:30:42
  Author: anatolik
Revision: 181044

archrelease: copy trunk to community-testing-any

Added:
  android-udev/repos/community-testing-any/
  android-udev/repos/community-testing-any/PKGBUILD
(from rev 181043, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-testing-any/android-udev.install
(from rev 181043, android-udev/trunk/android-udev.install)

--+
 PKGBUILD |   20 
 android-udev.install |4 
 2 files changed, 24 insertions(+)

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 181043, 
android-udev/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-06-24 22:30:42 UTC (rev 181044)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20160503
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+install='android-udev.install'
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+md5sums=('ebc24260e370ea41ed89d9f9beedaf13')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}

Copied: android-udev/repos/community-testing-any/android-udev.install (from rev 
181043, android-udev/trunk/android-udev.install)
===
--- community-testing-any/android-udev.install  (rev 0)
+++ community-testing-any/android-udev.install  2016-06-24 22:30:42 UTC (rev 
181044)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group adbusers >/dev/null || groupadd -r adbusers
+  true
+}


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

2016-06-24 Thread Anatol Pomozov
Date: Friday, June 24, 2016 @ 22:30:21
  Author: anatolik
Revision: 181043

upgpkg: android-udev 20160503-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 22:09:58 UTC (rev 181042)
+++ PKGBUILD2016-06-24 22:30:21 UTC (rev 181043)
@@ -3,7 +3,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20160408
+pkgver=20160503
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(udev libmtp)
 install='android-udev.install'
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-md5sums=('f136b2048668263d451b312b7254a77d')
+md5sums=('ebc24260e370ea41ed89d9f9beedaf13')
 
 package() {
   cd android-udev-rules-$pkgver


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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 22:09:26
  Author: arojas
Revision: 270617

community2extra: Moving assimp from community to extra

Added:
  assimp/
  assimp/repos/
  assimp/trunk/
  assimp/trunk/PKGBUILD

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

Added: assimp/trunk/PKGBUILD
===
--- assimp/trunk/PKGBUILD   (rev 0)
+++ assimp/trunk/PKGBUILD   2016-06-24 22:09:26 UTC (rev 270617)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: jepaan 
+
+pkgname=assimp
+pkgver=3.2
+pkgrel=2
+pkgdesc="Portable Open Source library to import various well-known 3D model 
formats in an uniform manner"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url='http://assimp.sourceforge.net/index.html'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+md5sums=('bb0cfa1513c4e11cf7ba14ba66548072')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   mkdir build && cd build
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
+-DASSIMP_BUILD_SAMPLES=OFF
+   make 
+}
+
+package()  {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+
+   make DESTDIR=$pkgdir install
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: assimp/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 22:09:38
  Author: arojas
Revision: 270618

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

Added:
  assimp/repos/extra-i686/
  assimp/repos/extra-i686/PKGBUILD
(from rev 270617, assimp/trunk/PKGBUILD)
  assimp/repos/extra-x86_64/
  assimp/repos/extra-x86_64/PKGBUILD
(from rev 270617, assimp/trunk/PKGBUILD)

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

Copied: assimp/repos/extra-i686/PKGBUILD (from rev 270617, 
assimp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-24 22:09:38 UTC (rev 270618)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: jepaan 
+
+pkgname=assimp
+pkgver=3.2
+pkgrel=2
+pkgdesc="Portable Open Source library to import various well-known 3D model 
formats in an uniform manner"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url='http://assimp.sourceforge.net/index.html'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+md5sums=('bb0cfa1513c4e11cf7ba14ba66548072')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   mkdir build && cd build
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
+-DASSIMP_BUILD_SAMPLES=OFF
+   make 
+}
+
+package()  {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+
+   make DESTDIR=$pkgdir install
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: assimp/repos/extra-x86_64/PKGBUILD (from rev 270617, 
assimp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-24 22:09:38 UTC (rev 270618)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: jepaan 
+
+pkgname=assimp
+pkgver=3.2
+pkgrel=2
+pkgdesc="Portable Open Source library to import various well-known 3D model 
formats in an uniform manner"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url='http://assimp.sourceforge.net/index.html'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+md5sums=('bb0cfa1513c4e11cf7ba14ba66548072')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   mkdir build && cd build
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
+-DASSIMP_BUILD_SAMPLES=OFF
+   make 
+}
+
+package()  {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+
+   make DESTDIR=$pkgdir install
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (assimp)

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 22:09:58
  Author: arojas
Revision: 181042

community2extra: Moving assimp from community to extra

Deleted:
  assimp/


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

2016-06-24 Thread Jelle van der Waa
Date: Friday, June 24, 2016 @ 20:46:20
  Author: jelle
Revision: 181039

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-24 20:45:47 UTC (rev 181038)
+++ PKGBUILD2016-06-24 20:46:20 UTC (rev 181039)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=5.4.0
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/a3/b8/b010a1803d4239caf320c364ba3d4e3bb64f7cf1cc350182f64048dfde69/CherryPy-5.4.0.tar.gz;)
-md5sums=('7801c069cf4affdd4ff43faa1a63b481')
-
-build() {
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
-
-  cd CherryPy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/CherryPy2-${pkgver}"
-  sed \
--e 's_#! /usr/bin/env python_&2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_&2_' \
--i cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd CherryPy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd CherryPy2-${pkgver}
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd CherryPy2-${pkgver}
-#  python2 ./setup.py test
-
-  cd ../CherryPy-${pkgver}
-#  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 181038, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-24 20:46:20 UTC (rev 181039)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+source=(https://github.com/cherrypy/cherrypy/archive/v$pkgver.tar.gz)
+md5sums=('0d3ed6a4dc7385b6621267f07534b57c')
+
+build() {
+  cp -r cherrypy-${pkgver} cherrypy-${pkgver}-py2
+
+  cd cherrypy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/cherrypy-${pkgver}-py2"
+  python2 ./setup.py build
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd cherrypy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd cherrypy-${pkgver}-py2
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd cherrypy-${pkgver}
+  python2 ./setup.py test
+
+  cd ../cherrypy-${pkgver}
+  python3 ./setup.py check
+}


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

2016-06-24 Thread Jelle van der Waa
Date: Friday, June 24, 2016 @ 20:45:47
  Author: jelle
Revision: 181038

upgpkg: python-cherrypy 6.0.2-1

Modified:
  python-cherrypy/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 13 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 19:49:27 UTC (rev 181037)
+++ PKGBUILD2016-06-24 20:45:47 UTC (rev 181038)
@@ -5,37 +5,30 @@
 # Contributor: Armando M. Baratti 
 # Contributor: Florian Richter 
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=5.4.0
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
 url="http://www.cherrypy.org;
 license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/a3/b8/b010a1803d4239caf320c364ba3d4e3bb64f7cf1cc350182f64048dfde69/CherryPy-5.4.0.tar.gz;)
-md5sums=('7801c069cf4affdd4ff43faa1a63b481')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+source=(https://github.com/cherrypy/cherrypy/archive/v$pkgver.tar.gz)
+md5sums=('0d3ed6a4dc7385b6621267f07534b57c')
 
 build() {
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+  cp -r cherrypy-${pkgver} cherrypy-${pkgver}-py2
 
-  cd CherryPy-${pkgver}
+  cd cherrypy-${pkgver}
   python ./setup.py build
 
-  cd "${srcdir}/CherryPy2-${pkgver}"
-  sed \
--e 's_#! /usr/bin/env python_&2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_&2_' \
--i cherrypy/test/sessiondemo.py
+  cd "${srcdir}/cherrypy-${pkgver}-py2"
   python2 ./setup.py build
-
 }
 
 package_python-cherrypy() {
   depends=('python')
 
-  cd CherryPy-${pkgver}
+  cd cherrypy-${pkgver}
 
   python ./setup.py install --root="${pkgdir}" --optimize=1
 
@@ -46,7 +39,7 @@
 package_python2-cherrypy() {
   depends=('python2')
 
-  cd CherryPy2-${pkgver}
+  cd cherrypy-${pkgver}-py2
 
   python2 ./setup.py install --root="${pkgdir}" --optimize=1
   mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
@@ -56,9 +49,9 @@
 }
 
 check() {
-  cd CherryPy2-${pkgver}
-#  python2 ./setup.py test
+  cd cherrypy-${pkgver}
+  python2 ./setup.py test
 
-  cd ../CherryPy-${pkgver}
-#  python3 ./setup.py check
+  cd ../cherrypy-${pkgver}
+  python3 ./setup.py check
 }


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

2016-06-24 Thread Andreas Radke
Date: Friday, June 24, 2016 @ 20:09:27
  Author: andyrtr
Revision: 270616

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 270615, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 270615, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 270615, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 270615, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 270615, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 270615, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 270615, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 270615, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 270615, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 270615, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 270615, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 270615, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 270615, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 270615, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  293 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  293 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 +
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 31890 insertions(+)

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


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

2016-06-24 Thread Andreas Radke
Date: Friday, June 24, 2016 @ 20:09:06
  Author: andyrtr
Revision: 270615

upgpkg: linux-lts 4.4.14-1

upstream update 4.4.14

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 19:44:40 UTC (rev 270614)
+++ PKGBUILD2016-06-24 20:09:06 UTC (rev 270615)
@@ -3,7 +3,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.4
-pkgver=4.4.13
+pkgver=4.4.14
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'be42ec5fecf89c6f730f4d7af7db1dac56ac8f6451aed9246a500302ad8f3899'
+'63b67f25867d6f0c9e8721d0d4c39c902622d0351055808ada340909ed566509'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 19:49:27
  Author: arojas
Revision: 181037

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

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

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

Copied: qupzilla/repos/community-testing-i686/PKGBUILD (from rev 181036, 
qupzilla/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-24 19:49:27 UTC (rev 181037)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=qupzilla
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/;
+license=('GPL3')
+depends=('qt5-webengine' 'hunspell')
+makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
+  'libgnome-keyring: gnome keyring integration')
+provides=('qupzilla-qt5')
+conflicts=('qupzilla-qt5')
+replaces=('qupzilla-qt5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+md5sums=('6d23fc5c51ccf05f6fe55c5e6c69ac17')
+
+prepare() {
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/ \
+ KDE_INTEGRATION=true \
+ GNOME_INTEGRATION=true
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-testing-x86_64/PKGBUILD (from rev 181036, 
qupzilla/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-06-24 19:49:27 UTC (rev 181037)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=qupzilla
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/;
+license=('GPL3')
+depends=('qt5-webengine' 'hunspell')
+makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
+  'libgnome-keyring: gnome keyring integration')
+provides=('qupzilla-qt5')
+conflicts=('qupzilla-qt5')
+replaces=('qupzilla-qt5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+md5sums=('6d23fc5c51ccf05f6fe55c5e6c69ac17')
+
+prepare() {
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/ \
+ KDE_INTEGRATION=true \
+ GNOME_INTEGRATION=true
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 19:48:56
  Author: arojas
Revision: 181036

Update to 2.0.1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 17:48:38 UTC (rev 181035)
+++ PKGBUILD2016-06-24 19:48:56 UTC (rev 181036)
@@ -1,26 +1,24 @@
 # $Id$
 # Maintainer: speps 
 
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.9
-pkgrel=4
-pkgdesc="Cross-platform QtWebKit browser"
+pkgname=qupzilla
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Cross-platform QtWebEngine browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/;
 license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
-noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('a39767aa92b482863ea4851935e26dd2')
+depends=('qt5-webengine' 'hunspell')
+makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
+  'libgnome-keyring: gnome keyring integration')
+provides=('qupzilla-qt5')
+conflicts=('qupzilla-qt5')
+replaces=('qupzilla-qt5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+md5sums=('6d23fc5c51ccf05f6fe55c5e6c69ac17')
 
 prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
   # configure
   export USE_WEBGL=true \
  QUPZILLA_PREFIX=/usr/ \
@@ -29,25 +27,13 @@
 }
 
 build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
+  cd $pkgname-$pkgver
   qmake
   make
 }
 
-package_qupzilla() {
-  pkgdesc+=" (Qt5)"
-  depends=('qt5-webkit' 'qt5-script' 'qt5-x11extras' 'hunspell' 
'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('kwallet: kf5 kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
+package() {
+  cd $pkgname-$pkgver
   make INSTALL_ROOT="$pkgdir/" install
 
   # zsh completion
@@ -55,20 +41,4 @@
 "$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
 }
 
-package_qupzilla-qt4() {
-  pkgdesc+=" (Qt4)"
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
 # vim:set ts=2 sw=2 et:


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

2016-06-24 Thread Tobias Powalowski
Date: Friday, June 24, 2016 @ 19:44:40
  Author: tpowa
Revision: 270614

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch
(from rev 270613, linux/trunk/0001-linux-4.6-rtlwifi-fix-atomic.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 270613, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 270613, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 270613, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 270613, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 270613, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 270613, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch
(from rev 270613, linux/trunk/0001-linux-4.6-rtlwifi-fix-atomic.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 270613, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 270613, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 270613, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 270613, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 270613, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 270613, linux/trunk/linux.preset)

+
 testing-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch   |   70 
 testing-i686/PKGBUILD  |  307 
 testing-i686/change-default-console-loglevel.patch |   11 
 testing-i686/config| 8087 +++
 testing-i686/config.x86_64 | 7849 ++
 testing-i686/linux.install |   37 
 testing-i686/linux.preset  |   14 
 testing-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch |   70 
 testing-x86_64/PKGBUILD|  307 
 testing-x86_64/change-default-console-loglevel.patch   |   11 
 testing-x86_64/config  | 8087 +++
 testing-x86_64/config.x86_64   | 7849 ++
 testing-x86_64/linux.install   |   37 
 testing-x86_64/linux.preset|   14 
 14 files changed, 32750 insertions(+)

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


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

2016-06-24 Thread Tobias Powalowski
Date: Friday, June 24, 2016 @ 19:43:44
  Author: tpowa
Revision: 270613

upgpkg: linux 4.6.3-1

fix flicker problem and rtlwifi atomic bug

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 19:26:34 UTC (rev 270612)
+++ PKGBUILD2016-06-24 19:43:44 UTC (rev 270613)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.6
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
 'SKIP'
-'0dc509a19c68ab547a62158bf2017965b843854b63be46ae039c37724dccca21'
+'036f83f8a3475d9e7e0b8edc188f9a4f495abc3b187ed87748cdbc063c0c419f'
 'SKIP'
 '02e8b02e8cd10aa059917a489a9663e7f66bdf12c5ae8a1e0369bb2862da6b68'
 'd59014b8f887c6aa9488ef5ff9bc5d4357850a979f3ff90a2999bbe24e5c6e15'


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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 19:26:34
  Author: arojas
Revision: 270612

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

Added:
  lyx/repos/testing-i686/
  lyx/repos/testing-i686/PKGBUILD
(from rev 270611, lyx/trunk/PKGBUILD)
  lyx/repos/testing-i686/lyxrc.dist
(from rev 270611, lyx/trunk/lyxrc.dist)
  lyx/repos/testing-x86_64/
  lyx/repos/testing-x86_64/PKGBUILD
(from rev 270611, lyx/trunk/PKGBUILD)
  lyx/repos/testing-x86_64/lyxrc.dist
(from rev 270611, lyx/trunk/lyxrc.dist)

---+
 testing-i686/PKGBUILD |   37 +
 testing-i686/lyxrc.dist   |   14 ++
 testing-x86_64/PKGBUILD   |   37 +
 testing-x86_64/lyxrc.dist |   14 ++
 4 files changed, 102 insertions(+)

Copied: lyx/repos/testing-i686/PKGBUILD (from rev 270611, lyx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-24 19:26:34 UTC (rev 270612)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org;
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes' 'file')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/$pkgname-$pkgver.tar.xz 
lyxrc.dist)
+sha1sums=('5b1430273d8e9a3f174b2dcdfd9f25ce717ffb25'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--enable-qt5 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Copied: lyx/repos/testing-i686/lyxrc.dist (from rev 270611, 
lyx/trunk/lyxrc.dist)
===
--- testing-i686/lyxrc.dist (rev 0)
+++ testing-i686/lyxrc.dist 2016-06-24 19:26:34 UTC (rev 270612)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 The LyX Team.
+###
+### 
+
+# The file lyxrc.dist gives initial global options for all LyX users.
+# Almost all settings here can be overridden through the preferences in LyX.
+
+\thesaurusdir_path "/usr/share/mythes"
+\hunspelldir_path "/usr/share/myspell"

Copied: lyx/repos/testing-x86_64/PKGBUILD (from rev 270611, lyx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-24 19:26:34 UTC (rev 270612)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org;
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes' 'file')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/$pkgname-$pkgver.tar.xz 
lyxrc.dist)
+sha1sums=('5b1430273d8e9a3f174b2dcdfd9f25ce717ffb25'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--enable-qt5 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Copied: lyx/repos/testing-x86_64/lyxrc.dist (from rev 270611, 
lyx/trunk/lyxrc.dist)
===
--- testing-x86_64/lyxrc.dist   (rev 0)
+++ testing-x86_64/lyxrc.dist   2016-06-24 19:26:34 UTC (rev 270612)
@@ -0,0 

[arch-commits] Commit in lyx/trunk (PKGBUILD lyx.desktop)

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 19:26:01
  Author: arojas
Revision: 270611

Update to 2.2.0

Modified:
  lyx/trunk/PKGBUILD
Deleted:
  lyx/trunk/lyx.desktop

-+
 PKGBUILD|   25 ++---
 lyx.desktop |   14 --
 2 files changed, 6 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 19:04:43 UTC (rev 270610)
+++ PKGBUILD2016-06-24 19:26:01 UTC (rev 270611)
@@ -3,12 +3,12 @@
 # Contributor: Jason Chu 
 
 pkgname=lyx
-pkgver=2.1.4
-pkgrel=6
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
 url="http://www.lyx.org;
-depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes' 'file')
 makedepends=('boost' 'bc')
 optdepends=('rcs: built-in version control system'
 'texlive-latexextra: float wrap support')
@@ -15,23 +15,15 @@
 license=('GPL')
 backup=('etc/lyx/lyxrc.dist')
 options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
-lyx.desktop lyxrc.dist)
-sha1sums=('956662191437685789a2ffc2eec3048a21d3e37b'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/$pkgname-$pkgver.tar.xz 
lyxrc.dist)
+sha1sums=('5b1430273d8e9a3f174b2dcdfd9f25ce717ffb25'
   '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   export CXXFLAGS="$CXXFLAGS -fpermissive"
   ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
+--enable-qt5 --without-included-boost \
 --without-included-mythes
   make
 }
@@ -39,11 +31,6 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  # install desktop entry
-  install -Dm644 "${srcdir}/lyx.desktop" \
-"${pkgdir}/usr/share/applications/lyx.desktop"
-  install -Dm644 "lib/images/lyx.png" \
-"${pkgdir}/usr/share/pixmaps/lyx.png"
   # install default config file
   install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
   ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"

Deleted: lyx.desktop
===
--- lyx.desktop 2016-06-24 19:04:43 UTC (rev 270610)
+++ lyx.desktop 2016-06-24 19:26:01 UTC (rev 270611)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=LyX Document Processor
-GenericName=Document Processor
-Comment=High level LaTeX frontend
-Exec=lyx %F
-TryExec=lyx
-Icon=lyx
-StartupNotify=false
-StartupWMClass=Lyx
-Terminal=false
-Categories=Office;WordProcessor;Qt;
-MimeType=text/x-lyx;application/x-lyx;


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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 19:04:43
  Author: arojas
Revision: 270610

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 270609, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 270609, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 270609, r/trunk/r.desktop)
  r/repos/extra-i686/r.install
(from rev 270609, r/trunk/r.install)
  r/repos/extra-i686/r.png
(from rev 270609, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 270609, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 270609, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 270609, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.install
(from rev 270609, r/trunk/r.install)
  r/repos/extra-x86_64/r.png
(from rev 270609, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.install
  r/repos/extra-i686/r.png
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.install
  r/repos/extra-x86_64/r.png

+
 /PKGBUILD  |  180 +++
 /R.conf|4 +
 /r.desktop |   22 +
 /r.install |   30 +++
 extra-i686/PKGBUILD|   90 ---
 extra-i686/R.conf  |2 
 extra-i686/r.desktop   |   11 --
 extra-i686/r.install   |   15 ---
 extra-x86_64/PKGBUILD  |   90 ---
 extra-x86_64/R.conf|2 
 extra-x86_64/r.desktop |   11 --
 extra-x86_64/r.install |   15 ---
 12 files changed, 236 insertions(+), 236 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-24 19:03:34 UTC (rev 270609)
+++ extra-i686/PKGBUILD 2016-06-24 19:04:43 UTC (rev 270610)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Contributor: K. Piche 
-
-pkgname=r
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Language and environment for statistical computing and graphics"
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.r-project.org/'
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-install=r.install
-source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('166a25a7996150c9c83cdafcc89bfcd81578a887'
-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-   # set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-   # fix for texinfo 5.X
-   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR="${pkgdir}" install
-
-   #  Fixup R wrapper scripts.
-   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
-   rm "${pkgdir}/usr/lib/R/bin/R"
-   cd "${pkgdir}/usr/lib/R/bin"
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/r.desktop" \
-   "${pkgdir}/usr/share/applications/r.desktop"
-  install -Dm644 "${srcdir}/r.png" \
-   "${pkgdir}/usr/share/pixmaps/r.png"
-
-  # move the config directory to /etc and create symlinks
-  install -d "${pkgdir}/etc/R"
-  cd "${pkgdir}/usr/lib/R/etc"
-  for i in *; do
-mv -f ${i} "${pkgdir}/etc/R"
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
-}

Copied: r/repos/extra-i686/PKGBUILD (from rev 270609, r/trunk/PKGBUILD)

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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 19:03:34
  Author: arojas
Revision: 270609

Update to 3.3.1

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 18:48:21 UTC (rev 270608)
+++ PKGBUILD2016-06-24 19:03:34 UTC (rev 270609)
@@ -4,7 +4,7 @@
 # Contributor: K. Piche 
 
 pkgname=r
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('166a25a7996150c9c83cdafcc89bfcd81578a887'
+sha1sums=('df853188d3e2b1c2d32393016401c432a5192c4d'
   'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')


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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 18:48:21
  Author: arojas
Revision: 270608

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

Added:
  lapack/repos/testing-i686/
  lapack/repos/testing-i686/LICENSE.blas
(from rev 270607, lapack/trunk/LICENSE.blas)
  lapack/repos/testing-i686/PKGBUILD
(from rev 270607, lapack/trunk/PKGBUILD)
  lapack/repos/testing-i686/lapack-fix-pkgconfig.patch
(from rev 270607, lapack/trunk/lapack-fix-pkgconfig.patch)
  lapack/repos/testing-x86_64/
  lapack/repos/testing-x86_64/LICENSE.blas
(from rev 270607, lapack/trunk/LICENSE.blas)
  lapack/repos/testing-x86_64/PKGBUILD
(from rev 270607, lapack/trunk/PKGBUILD)
  lapack/repos/testing-x86_64/lapack-fix-pkgconfig.patch
(from rev 270607, lapack/trunk/lapack-fix-pkgconfig.patch)

---+
 testing-i686/LICENSE.blas |   19 +++
 testing-i686/PKGBUILD |   76 
 testing-i686/lapack-fix-pkgconfig.patch   |   46 
 testing-x86_64/LICENSE.blas   |   19 +++
 testing-x86_64/PKGBUILD   |   76 
 testing-x86_64/lapack-fix-pkgconfig.patch |   46 
 6 files changed, 282 insertions(+)

Copied: lapack/repos/testing-i686/LICENSE.blas (from rev 270607, 
lapack/trunk/LICENSE.blas)
===
--- testing-i686/LICENSE.blas   (rev 0)
+++ testing-i686/LICENSE.blas   2016-06-24 18:48:21 UTC (rev 270608)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Copied: lapack/repos/testing-i686/PKGBUILD (from rev 270607, 
lapack/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-24 18:48:21 UTC (rev 270608)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+# Contributor: damir 
+# Contributor: Jason Taylor 
+
+pkgbase=lapack
+pkgname=('lapack' 'blas' 'cblas' 'lapacke')
+pkgver=3.6.1
+pkgrel=1
+url="http://www.netlib.org/lapack;
+pkgdesc="Linear Algebra PACKage"
+makedepends=('gcc-fortran' 'cmake' 'python')
+arch=('i686' 'x86_64')
+license=("custom")
+source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz LICENSE.blas)
+sha1sums=('7220a9bc9c766cb513007f313b804d88f110c228'
+  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
+
+build() {
+  install -d build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_Fortran_COMPILER=gfortran \
+-DLAPACKE=ON \
+-DCBLAS=ON \
+-DBUILD_DEPRECATED=ON
+  make
+}
+
+package_lapack() {
+  depends=("blas")
+  
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*,liblapacke.*}
+  rm -r "$pkgdir"/usr/lib/pkgconfig/{blas.*,cblas.*,lapacke.*}
+  rm -r "$pkgdir"/usr/lib/cmake/{cblas*,lapacke*}
+  rm -r "$pkgdir"/usr/include
+}
+
+package_blas() {
+  pkgdesc="Basic Linear Algebra Subprograms"
+  depends=('gcc-libs')
+
+  cd build/BLAS
+  make DESTDIR="$pkgdir" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/blas"
+  install -m644 "${srcdir}/LICENSE.blas" \
+"${pkgdir}/usr/share/licenses/blas/"
+}
+
+package_cblas() {
+  pkgdesc="C interface to BLAS"
+  depends=("blas")
+
+  cd build/CBLAS
+  make DESTDIR="$pkgdir" install
+}
+
+package_lapacke() {
+  pkgdesc="C interface to LAPACK"
+  depends=("lapack")
+
+  cd build/LAPACKE
+  make DESTDIR="$pkgdir" install
+}
+

Copied: lapack/repos/testing-i686/lapack-fix-pkgconfig.patch (from rev 270607, 
lapack/trunk/lapack-fix-pkgconfig.patch)
===
--- testing-i686/lapack-fix-pkgconfig.patch (rev 0)
+++ testing-i686/lapack-fix-pkgconfig.patch 2016-06-24 18:48:21 UTC (rev 
270608)
@@ -0,0 +1,46 @@
+From 

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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 18:47:41
  Author: arojas
Revision: 270607

Update to 3.6.1

Modified:
  lapack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 18:30:00 UTC (rev 270606)
+++ PKGBUILD2016-06-24 18:47:41 UTC (rev 270607)
@@ -6,27 +6,17 @@
 
 pkgbase=lapack
 pkgname=('lapack' 'blas' 'cblas' 'lapacke')
-pkgver=3.6.0
-pkgrel=5
+pkgver=3.6.1
+pkgrel=1
 url="http://www.netlib.org/lapack;
 pkgdesc="Linear Algebra PACKage"
-makedepends=('gcc-fortran' 'cmake')
+makedepends=('gcc-fortran' 'cmake' 'python')
 arch=('i686' 'x86_64')
 license=("custom")
-source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz
-LICENSE.blas lapack-fix-pkgconfig.patch)
-sha1sums=('7e993de16d80d52b22b6093465eeb90c93c7a2e7'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76'
-  '58d89408ba9d7c3b0058b3132180bc9132bc6112')
+source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz LICENSE.blas)
+sha1sums=('7220a9bc9c766cb513007f313b804d88f110c228'
+  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|/CMAKE/|/cmake/|' -i CBLAS/CMakeLists.txt
-
-# Fix pkgconfig files
-  patch -p1 -i ../lapack-fix-pkgconfig.patch
-}
-
 build() {
   install -d build
   cd build


[arch-commits] Commit in (34 files)

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 18:30:00
  Author: arojas
Revision: 270606

Fix licenses (FS#49801,FS#49802,FS#49803,FS#49804,FS#49805)

Modified:
  qt5-3d/trunk/PKGBUILD
  qt5-base/trunk/PKGBUILD
  qt5-canvas3d/trunk/PKGBUILD
  qt5-charts/trunk/PKGBUILD
  qt5-connectivity/trunk/PKGBUILD
  qt5-datavis3d/trunk/PKGBUILD
  qt5-declarative-render2d/trunk/PKGBUILD
  qt5-declarative/trunk/PKGBUILD
  qt5-doc/trunk/PKGBUILD
  qt5-examples/trunk/PKGBUILD
  qt5-gamepad/trunk/PKGBUILD
  qt5-graphicaleffects/trunk/PKGBUILD
  qt5-imageformats/trunk/PKGBUILD
  qt5-location/trunk/PKGBUILD
  qt5-multimedia/trunk/PKGBUILD
  qt5-quickcontrols/trunk/PKGBUILD
  qt5-quickcontrols2/trunk/PKGBUILD
  qt5-script/trunk/PKGBUILD
  qt5-scxml/trunk/PKGBUILD
  qt5-sensors/trunk/PKGBUILD
  qt5-serialbus/trunk/PKGBUILD
  qt5-serialport/trunk/PKGBUILD
  qt5-svg/trunk/PKGBUILD
  qt5-tools/trunk/PKGBUILD
  qt5-translations/trunk/PKGBUILD
  qt5-virtualkeyboard/trunk/PKGBUILD
  qt5-wayland/trunk/PKGBUILD
  qt5-webchannel/trunk/PKGBUILD
  qt5-webengine/trunk/PKGBUILD
  qt5-webkit/trunk/PKGBUILD
  qt5-websockets/trunk/PKGBUILD
  qt5-webview/trunk/PKGBUILD
  qt5-x11extras/trunk/PKGBUILD
  qt5-xmlpatterns/trunk/PKGBUILD

-+
 qt5-3d/trunk/PKGBUILD   |2 +-
 qt5-base/trunk/PKGBUILD |2 +-
 qt5-canvas3d/trunk/PKGBUILD |2 +-
 qt5-charts/trunk/PKGBUILD   |5 +
 qt5-connectivity/trunk/PKGBUILD |2 +-
 qt5-datavis3d/trunk/PKGBUILD|5 +
 qt5-declarative-render2d/trunk/PKGBUILD |5 +
 qt5-declarative/trunk/PKGBUILD  |2 +-
 qt5-doc/trunk/PKGBUILD  |2 +-
 qt5-examples/trunk/PKGBUILD |2 +-
 qt5-gamepad/trunk/PKGBUILD  |2 +-
 qt5-graphicaleffects/trunk/PKGBUILD |2 +-
 qt5-imageformats/trunk/PKGBUILD |2 +-
 qt5-location/trunk/PKGBUILD |2 +-
 qt5-multimedia/trunk/PKGBUILD   |2 +-
 qt5-quickcontrols/trunk/PKGBUILD|2 +-
 qt5-quickcontrols2/trunk/PKGBUILD   |2 +-
 qt5-script/trunk/PKGBUILD   |2 +-
 qt5-scxml/trunk/PKGBUILD|2 +-
 qt5-sensors/trunk/PKGBUILD  |2 +-
 qt5-serialbus/trunk/PKGBUILD|2 +-
 qt5-serialport/trunk/PKGBUILD   |2 +-
 qt5-svg/trunk/PKGBUILD  |2 +-
 qt5-tools/trunk/PKGBUILD|2 +-
 qt5-translations/trunk/PKGBUILD |2 +-
 qt5-virtualkeyboard/trunk/PKGBUILD  |5 +
 qt5-wayland/trunk/PKGBUILD  |2 +-
 qt5-webchannel/trunk/PKGBUILD   |2 +-
 qt5-webengine/trunk/PKGBUILD|2 +-
 qt5-webkit/trunk/PKGBUILD   |2 +-
 qt5-websockets/trunk/PKGBUILD   |2 +-
 qt5-webview/trunk/PKGBUILD  |2 +-
 qt5-x11extras/trunk/PKGBUILD|2 +-
 qt5-xmlpatterns/trunk/PKGBUILD  |2 +-
 34 files changed, 34 insertions(+), 46 deletions(-)

Modified: qt5-3d/trunk/PKGBUILD
===
--- qt5-3d/trunk/PKGBUILD   2016-06-24 17:23:36 UTC (rev 270605)
+++ qt5-3d/trunk/PKGBUILD   2016-06-24 18:30:00 UTC (rev 270606)
@@ -8,7 +8,7 @@
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
 depends=('qt5-declarative' 'assimp')
 makedepends=()

Modified: qt5-base/trunk/PKGBUILD
===
--- qt5-base/trunk/PKGBUILD 2016-06-24 17:23:36 UTC (rev 270605)
+++ qt5-base/trunk/PKGBUILD 2016-06-24 18:30:00 UTC (rev 270606)
@@ -8,7 +8,7 @@
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework'
 depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'fontconfig'
  'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'

Modified: qt5-canvas3d/trunk/PKGBUILD
===
--- qt5-canvas3d/trunk/PKGBUILD 2016-06-24 17:23:36 UTC (rev 270605)
+++ qt5-canvas3d/trunk/PKGBUILD 2016-06-24 18:30:00 UTC (rev 270606)
@@ -8,7 +8,7 @@
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A JavaScript 3D rendering API for Qt Quick'
 depends=('qt5-declarative')
 makedepends=()

Modified: qt5-charts/trunk/PKGBUILD
===
--- qt5-charts/trunk/PKGBUILD   2016-06-24 17:23:36 UTC (rev 270605)
+++ qt5-charts/trunk/PKGBUILD   2016-06-24 18:30:00 UTC (rev 270606)
@@ -8,7 +8,7 @@
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 17:48:38
  Author: felixonmars
Revision: 181035

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 181034, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 181034, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 181034, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 17:48:38 UTC (rev 181035)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160613
+pkgrel=3
+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-conduit-extra" "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-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"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-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+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 181034, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 17:48:38 UTC (rev 181035)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160613
+pkgrel=3
+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" 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 17:47:49
  Author: felixonmars
Revision: 181034

upgpkg: git-annex 6.20160613-3

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

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 17:42:44 UTC (rev 181033)
+++ PKGBUILD2016-06-24 17:47:49 UTC (rev 181034)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160613
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 17:42:44
  Author: felixonmars
Revision: 181033

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

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

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

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

Copied: agda/repos/community-staging-i686/unordered-containers-0.2.6.patch 
(from rev 181032, agda/trunk/unordered-containers-0.2.6.patch)
===
--- community-staging-i686/unordered-containers-0.2.6.patch 
(rev 0)
+++ community-staging-i686/unordered-containers-0.2.6.patch 2016-06-24 
17:42:44 UTC (rev 181033)
@@ -0,0 +1,40 @@
+diff --git a/src/full/Agda/Utils/HashMap.hs b/src/full/Agda/Utils/HashMap.hs
+index 5e1da8b..bd14fac 100644
+--- a/src/full/Agda/Utils/HashMap.hs
 b/src/full/Agda/Utils/HashMap.hs
+@@ -1,29 +1,14 @@
+ module Agda.Utils.HashMap
+   ( module HashMap
+-  , mapMaybe
+-  , alter
+   ) where
+ 
+-import Data.Hashable
+ import Data.HashMap.Strict as HashMap
+-import qualified Data.Maybe as Maybe
+ 
+--- | Like 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 17:41:59
  Author: felixonmars
Revision: 181032

upgpkg: agda 2.5.1.1-1

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

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 17:07:21 UTC (rev 181031)
+++ PKGBUILD2016-06-24 17:41:59 UTC (rev 181032)
@@ -4,8 +4,8 @@
 
 _hkgname=Agda
 pkgname=agda
-pkgver=2.5.1
-pkgrel=6
+pkgver=2.5.1.1
+pkgrel=1
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/;
 license=("custom")
@@ -21,7 +21,7 @@
  "haskell-unordered-containers" "haskell-zlib")
 optdepends=('agda-stdlib: for standard library')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('ee4658eafb514460d598322fa98528d1af6e25e5aa51843bb473c0d8a325c0c8')
+sha256sums=('563b8063fc94349b56ae1867e973f1751db0e9a8997af7ede93d3c3a8c66a6b0')
 
 prepare() {
 sed -i 's/, EdisonAPI == 1.3/, EdisonAPI >= 1.3/' 
$_hkgname-$pkgver/$_hkgname.cabal


[arch-commits] Commit in (qt5-enginio)

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 17:23:36
  Author: arojas
Revision: 270605

Drop obsolete module

Deleted:
  qt5-enginio/


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

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 17:22:06
  Author: arojas
Revision: 270602

Drop qt5-enginio makedepend

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 17:20:40 UTC (rev 270601)
+++ PKGBUILD2016-06-24 17:22:06 UTC (rev 270602)
@@ -14,7 +14,7 @@
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
 makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-enginio'
+ 'python2-dbus' 'python-dbus' 'qt5-connectivity'
  'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-websockets' 'qt5-x11extras')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)


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

2016-06-24 Thread Jan Steffens
Date: Friday, June 24, 2016 @ 17:20:40
  Author: heftig
Revision: 270601

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

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

+
 /PKGBUILD  |   64 +++
 extra-i686/PKGBUILD|   33 
 extra-i686/gucharmap.install   |   17 --
 extra-x86_64/PKGBUILD  |   33 
 extra-x86_64/gucharmap.install |   17 --
 5 files changed, 64 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-24 17:19:19 UTC (rev 270600)
+++ extra-i686/PKGBUILD 2016-06-24 17:20:40 UTC (rev 270601)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=8.0.0
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org;
-depends=(dconf gtk3 hicolor-icon-theme)
-makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl 
desktop-file-utils python2
- appdata-tools unicode-character-database unzip)
-options=(!emptydirs)
-groups=(gnome)
-install=gucharmap.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5eebbcd12f1257f92de77eb5c8ba4cba01e9024a0a7c907da393244e8a3ad3c6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile  --enable-introspection \
-  --with-unicode-data=/usr/share/unicode-character-database
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/extra-i686/PKGBUILD (from rev 270600, 
gucharmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-24 17:20:40 UTC (rev 270601)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan De Groot 
+
+pkgname=gucharmap
+pkgver=9.0.0
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gtk3)
+makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
+ python2 appdata-tools unicode-character-database unzip)
+options=(!emptydirs)
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d698ce4bba5486f7e32e9a4ec0ecd916926fb876640856746121d8ae8012765c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile  --enable-introspection \
+  --with-unicode-data=/usr/share/unicode-character-database
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gucharmap.install
===
--- extra-i686/gucharmap.install2016-06-24 17:19:19 UTC (rev 270600)
+++ extra-i686/gucharmap.install2016-06-24 17:20:40 UTC (rev 270601)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
-  return 0
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-24 17:19:19 UTC (rev 270600)
+++ extra-x86_64/PKGBUILD   2016-06-24 17:20:40 UTC (rev 270601)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=8.0.0
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org;
-depends=(dconf gtk3 hicolor-icon-theme)
-makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl 
desktop-file-utils python2
- appdata-tools unicode-character-database unzip)
-options=(!emptydirs)
-groups=(gnome)
-install=gucharmap.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)

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

2016-06-24 Thread Jan Steffens
Date: Friday, June 24, 2016 @ 17:19:19
  Author: heftig
Revision: 270600

9.0.0-1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 17:15:45 UTC (rev 270599)
+++ PKGBUILD2016-06-24 17:19:19 UTC (rev 270600)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot 
 
 pkgname=gucharmap
-pkgver=8.0.1
+pkgver=9.0.0
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 url="https://wiki.gnome.org/Apps/Gucharmap;
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a2afdc2ddcc0c3654b9b4ec46c5598195d046ba348c74dc225f92feff7ff640')
+sha256sums=('d698ce4bba5486f7e32e9a4ec0ecd916926fb876640856746121d8ae8012765c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in unicode-character-database/repos/extra-any (4 files)

2016-06-24 Thread Jan Steffens
Date: Friday, June 24, 2016 @ 17:15:45
  Author: heftig
Revision: 270599

archrelease: copy trunk to extra-any

Added:
  unicode-character-database/repos/extra-any/LICENSE
(from rev 270598, unicode-character-database/trunk/LICENSE)
  unicode-character-database/repos/extra-any/PKGBUILD
(from rev 270598, unicode-character-database/trunk/PKGBUILD)
Deleted:
  unicode-character-database/repos/extra-any/LICENSE
  unicode-character-database/repos/extra-any/PKGBUILD

--+
 LICENSE  |   74 ++---
 PKGBUILD |   58 +++
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-06-24 17:10:17 UTC (rev 270598)
+++ LICENSE 2016-06-24 17:15:45 UTC (rev 270599)
@@ -1,37 +0,0 @@
-COPYRIGHT AND PERMISSION NOTICE
-
-Copyright © 1991-2016 Unicode, Inc. All rights reserved.
-Distributed under the Terms of Use in 
-http://www.unicode.org/copyright.html.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Unicode data files and any associated documentation
-(the "Data Files") or Unicode software and any associated documentation
-(the "Software") to deal in the Data Files or Software
-without restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, and/or sell copies of
-the Data Files or Software, and to permit persons to whom the Data Files
-or Software are furnished to do so, provided that
-(a) this copyright and permission notice appear with all copies 
-of the Data Files or Software,
-(b) this copyright and permission notice appear in associated 
-documentation, and
-(c) there is clear notice in each modified Data File or in the Software
-as well as in the documentation associated with the Data File(s) or
-Software that the data or software has been modified.
-
-THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
-ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT OF THIRD PARTY RIGHTS.
-IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
-NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
-DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
-Except as contained in this notice, the name of a copyright holder
-shall not be used in advertising or otherwise to promote the sale,
-use or other dealings in these Data Files or Software without prior
-written authorization of the copyright holder.

Copied: unicode-character-database/repos/extra-any/LICENSE (from rev 270598, 
unicode-character-database/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-06-24 17:15:45 UTC (rev 270599)
@@ -0,0 +1,37 @@
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright © 1991-2016 Unicode, Inc. All rights reserved.
+Distributed under the Terms of Use in 
+http://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Unicode data files and any associated documentation
+(the "Data Files") or Unicode software and any associated documentation
+(the "Software") to deal in the Data Files or Software
+without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, and/or sell copies of
+the Data Files or Software, and to permit persons to whom the Data Files
+or Software are furnished to do so, provided that
+(a) this copyright and permission notice appear with all copies 
+of the Data Files or Software,
+(b) this copyright and permission notice appear in associated 
+documentation, and
+(c) there is clear notice in each modified Data File or in the Software
+as well as in the documentation associated with the Data File(s) or
+Software that the data or software has been modified.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder
+shall not be used in advertising or 

[arch-commits] Commit in unicode-character-database/trunk (PKGBUILD)

2016-06-24 Thread Jan Steffens
Date: Friday, June 24, 2016 @ 17:10:17
  Author: heftig
Revision: 270598

9.0.0-1

Modified:
  unicode-character-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 16:52:26 UTC (rev 270597)
+++ PKGBUILD2016-06-24 17:10:17 UTC (rev 270598)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=unicode-character-database
-pkgver=8.0.0
+pkgver=9.0.0
 pkgrel=1
 pkgdesc="Unicode Character Database"
 arch=(any)
@@ -12,8 +12,8 @@
 
"Unihan-$pkgver.zip::http://www.unicode.org/Public/zipped/$pkgver/Unihan.zip;
 LICENSE)
 noextract=({UCD,Unihan}-$pkgver.zip)
-sha256sums=('e3959c0b96c5ea7ff118254b55e1a752c2a28170b3404ba6bb5ab2c58536ce2e'
-'e02affdd082ca9365f595e5dfa3295dc9e0bf7f6aed54455d99c0a9924b88115'
+sha256sums=('df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec'
+'6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362'
 'dfc6b3430adc9e474443645fe5c55b29ecfe166434c2d5232909f4865d81ca16')
 
 package() {


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

2016-06-24 Thread Jelle van der Waa
Date: Friday, June 24, 2016 @ 17:07:21
  Author: jelle
Revision: 181031

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-24 17:06:30 UTC (rev 181030)
+++ community-i686/PKGBUILD 2016-06-24 17:07:21 UTC (rev 181031)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.59.0
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('b846f44574366bee3d8cb9326c655609ba61877ec112da253d9c46ba522a31f3'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 181030, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-24 17:07:21 UTC (rev 181031)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.60.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2016-06-24 Thread Jelle van der Waa
Date: Friday, June 24, 2016 @ 17:06:30
  Author: jelle
Revision: 181030

upgpkg: calibre 2.60.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 16:55:25 UTC (rev 181029)
+++ PKGBUILD2016-06-24 17:06:30 UTC (rev 181030)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.59.0
-pkgrel=2
+pkgver=2.60.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('b846f44574366bee3d8cb9326c655609ba61877ec112da253d9c46ba522a31f3'
+sha256sums=('30cca18269fcf94400bdc428e7ac706b6265e550b9572668f998ebab5de5c83b'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:55:25
  Author: felixonmars
Revision: 181029

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 181028, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 181028, ghc-mod/trunk/PKGBUILD)

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

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 181028, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 16:55:25 UTC (rev 181029)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=32
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#commit=f2c7b01e372dd8c516b1ccbe5a1025cc7814347c;)
+sha256sums=('SKIP')
+
+prepare() {
+sed -i 's/, pipes == 4.1.\*/, pipes >= 4.1/' 
$pkgbase/$pkgbase.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--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_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+
+cd "${srcdir}/${pkgbase}"
+
+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 -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 181028, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 16:55:25 UTC (rev 181029)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=32
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#commit=f2c7b01e372dd8c516b1ccbe5a1025cc7814347c;)
+sha256sums=('SKIP')
+
+prepare() {
+sed -i 's/, pipes 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:54:25
  Author: felixonmars
Revision: 181028

upgpkg: ghc-mod 5.5.0.0-32

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

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 16:44:21 UTC (rev 181027)
+++ PKGBUILD2016-06-24 16:54:25 UTC (rev 181028)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=31
+pkgrel=32
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2016-06-24 Thread Evangelos Foutras
Date: Friday, June 24, 2016 @ 16:52:26
  Author: foutrelis
Revision: 270597

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

Added:
  pidgin/repos/extra-i686/PKGBUILD
(from rev 270596, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-i686/pidgin-py3-fixes.patch
(from rev 270596, pidgin/trunk/pidgin-py3-fixes.patch)
  pidgin/repos/extra-x86_64/PKGBUILD
(from rev 270596, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-x86_64/pidgin-py3-fixes.patch
(from rev 270596, pidgin/trunk/pidgin-py3-fixes.patch)
Deleted:
  pidgin/repos/extra-i686/PKGBUILD
  pidgin/repos/extra-i686/pidgin-2.10.12-py3-fixes.patch
  pidgin/repos/extra-x86_64/PKGBUILD
  pidgin/repos/extra-x86_64/pidgin-2.10.12-py3-fixes.patch

-+
 /PKGBUILD   |  196 ++
 extra-i686/PKGBUILD |   98 -
 extra-i686/pidgin-2.10.12-py3-fixes.patch   |   81 --
 extra-i686/pidgin-py3-fixes.patch   |   81 ++
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/pidgin-2.10.12-py3-fixes.patch |   81 --
 extra-x86_64/pidgin-py3-fixes.patch |   81 ++
 7 files changed, 358 insertions(+), 358 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-24 16:51:56 UTC (rev 270596)
+++ extra-i686/PKGBUILD 2016-06-24 16:52:26 UTC (rev 270597)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Lucien Immink 
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.12
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://pidgin.im/;
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream'
- 'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager')
-source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc}
-pidgin-2.10.12-py3-fixes.patch)
-sha256sums=('2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd'
-'SKIP'
-'e38bd61e0dcfcc2e5761078ea709b92c5bf8d025d5eb1288aa8a550715babb7e')
-validpgpkeys=('364E2EB38EA6A8D61FB963AD75FE259AA8AC8032')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../pidgin-2.10.12-py3-fixes.patch
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc="Multi-protocol instant messaging client"
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir/usr/share/man/man1/finch.1"
-}
-
-package_libpurple(){
-  pkgdesc="IM library extracted from Pidgin"
-  depends=('farstream' 'libsasl' 'libidn' 'libgadu' 'dbus-glib' 'nss')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'python-dbus: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd $pkgbase-$pkgver
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C "$_dir" DESTDIR="$pkgdir" install
-  done
-}
-
-package_finch(){
-  pkgdesc="A ncurses-based messaging client"
-  depends=('libpurple' 'libx11' 'python')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C finch DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir"/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-i686/PKGBUILD (from rev 270596, 
pidgin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-24 16:52:26 UTC (rev 270597)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea 

[arch-commits] Commit in pidgin/trunk (3 files)

2016-06-24 Thread Evangelos Foutras
Date: Friday, June 24, 2016 @ 16:51:56
  Author: foutrelis
Revision: 270596

upgpkg: pidgin 2.11.0-1

New upstream release.

Added:
  pidgin/trunk/pidgin-py3-fixes.patch
(from rev 270595, pidgin/trunk/pidgin-2.10.12-py3-fixes.patch)
Modified:
  pidgin/trunk/PKGBUILD
Deleted:
  pidgin/trunk/pidgin-2.10.12-py3-fixes.patch

+
 PKGBUILD   |   10 ++--
 pidgin-2.10.12-py3-fixes.patch |   81 ---
 pidgin-py3-fixes.patch |   81 +++
 3 files changed, 86 insertions(+), 86 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 16:33:15 UTC (rev 270595)
+++ PKGBUILD2016-06-24 16:51:56 UTC (rev 270596)
@@ -6,8 +6,8 @@
 # Contributor: Lucien Immink 
 
 pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.12
-pkgrel=4
+pkgver=2.11.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://pidgin.im/;
 license=('GPL')
@@ -15,8 +15,8 @@
  'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream'
  'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager')
 
source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc}
-pidgin-2.10.12-py3-fixes.patch)
-sha256sums=('2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd'
+pidgin-py3-fixes.patch)
+sha256sums=('f72613440586da3bdba6d58e718dce1b2c310adf8946de66d8077823e57b'
 'SKIP'
 'e38bd61e0dcfcc2e5761078ea709b92c5bf8d025d5eb1288aa8a550715babb7e')
 validpgpkeys=('364E2EB38EA6A8D61FB963AD75FE259AA8AC8032')
@@ -23,7 +23,7 @@
 
 prepare() {
   cd $pkgbase-$pkgver
-  patch -Np1 -i ../pidgin-2.10.12-py3-fixes.patch
+  patch -Np1 -i ../pidgin-py3-fixes.patch
 }
 
 build() {

Deleted: pidgin-2.10.12-py3-fixes.patch
===
--- pidgin-2.10.12-py3-fixes.patch  2016-06-24 16:33:15 UTC (rev 270595)
+++ pidgin-2.10.12-py3-fixes.patch  2016-06-24 16:51:56 UTC (rev 270596)
@@ -1,81 +0,0 @@
-diff -uprb pidgin-2.10.12.orig/libpurple/purple-remote 
pidgin-2.10.12/libpurple/purple-remote
 pidgin-2.10.12.orig/libpurple/purple-remote2016-01-01 
01:19:41.0 +0200
-+++ pidgin-2.10.12/libpurple/purple-remote 2016-01-02 06:23:14.082831498 
+0200
-@@ -3,13 +3,20 @@
- import codecs
- import dbus
- import re
--import urllib
- import sys
-+try:
-+from urllib.parse import unquote
-+except ImportError:
-+from urllib import unquote
- 
- import xml.dom.minidom 
- 
--sys.stdin = codecs.getwriter('utf-8')(sys.stdin);
--sys.stdout = codecs.getwriter('utf-8')(sys.stdout);
-+if sys.version_info[0] >= 3:
-+sys.stdin = codecs.getwriter('utf-8')(sys.stdin.buffer)
-+sys.stdout = codecs.getwriter('utf-8')(sys.stdout.buffer)
-+else:
-+sys.stdin = codecs.getwriter('utf-8')(sys.stdin)
-+sys.stdout = codecs.getwriter('utf-8')(sys.stdout)
- 
- xml.dom.minidom.Element.all   = xml.dom.minidom.Element.getElementsByTagName
- 
-@@ -41,7 +48,7 @@ class CheckedAttribute:
- return result
- 
- def show_help(requested=False):
--print """This program uses D-Bus to communicate with purple.
-+print("""This program uses D-Bus to communicate with purple.
- 
- Usage:
- 
-@@ -72,7 +79,7 @@ Examples of commands:
- 
- PurpleAccountsFindConnected?name==prpl-jabber
- PurpleAccountsFindConnected(,prpl-jabber)
--""" % sys.argv[0]
-+""" % sys.argv[0])
- if (requested):
- sys.exit(0)
- else:
-@@ -120,7 +127,7 @@ def execute(uri):
- if paramstring is not None:
- for param in paramstring.split("&"):
- key, value = extendlist(param.split("=",1), 2, "")
--params[key] = urllib.unquote(value)
-+params[key] = unquote(value)
- 
- accountname = params.get("account", "")
- 
-@@ -233,12 +240,11 @@ if len(sys.argv) == 1:
- elif (sys.argv[1] == "--help" or sys.argv[1] == "-h"):
- show_help(True)
- elif (obj == None):
--print "No existing libpurple instance detected."
-+print("No existing libpurple instance detected.")
- sys.exit(1);
- 
- for arg in sys.argv[1:]:
- output = execute(arg)
- 
- if (output != None):
--print output
--
-+print(output)
-diff -uprb pidgin-2.10.12.orig/libpurple/purple-url-handler 
pidgin-2.10.12/libpurple/purple-url-handler
 pidgin-2.10.12.orig/libpurple/purple-url-handler   2016-01-01 
01:19:41.0 +0200
-+++ pidgin-2.10.12/libpurple/purple-url-handler2016-01-02 
05:39:43.084532314 +0200
-@@ -249,7 +249,7 @@ def msnim(uri):
- 
- def myim(uri):
- protocol = "prpl-myspace"
--print "TODO: send uri: ", uri
-+print("TODO: send uri: %s" % uri)
- assert False, "Not implemented"
- 
- def sip(uri):

Copied: pidgin/trunk/pidgin-py3-fixes.patch (from rev 270595, 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:43:42
  Author: felixonmars
Revision: 181026

upgpkg: hoogle 4.2.43-42

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

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 16:34:17 UTC (rev 181025)
+++ PKGBUILD2016-06-24 16:43:42 UTC (rev 181026)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=41
+pkgrel=42
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:44:21
  Author: felixonmars
Revision: 181027

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 181026, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 16:44:21 UTC (rev 181027)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=42
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+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}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 181026, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 16:44:21 UTC (rev 181027)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=42
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+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}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-06-24 Thread Sergej Pupykin
Date: Friday, June 24, 2016 @ 16:21:26
  Author: spupykin
Revision: 181024

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

Added:
  freedroidrpg/repos/community-i686/PKGBUILD
(from rev 181023, freedroidrpg/trunk/PKGBUILD)
  freedroidrpg/repos/community-x86_64/PKGBUILD
(from rev 181023, freedroidrpg/trunk/PKGBUILD)
Deleted:
  freedroidrpg/repos/community-i686/PKGBUILD
  freedroidrpg/repos/community-i686/freedroidrpg.desktop
  freedroidrpg/repos/community-i686/freedroidrpg.jpg
  freedroidrpg/repos/community-x86_64/PKGBUILD
  freedroidrpg/repos/community-x86_64/freedroidrpg.desktop
  freedroidrpg/repos/community-x86_64/freedroidrpg.jpg

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   33 ---
 community-i686/freedroidrpg.desktop   |   11 --
 community-x86_64/PKGBUILD |   33 ---
 community-x86_64/freedroidrpg.desktop |   11 --
 5 files changed, 54 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-24 16:21:01 UTC (rev 181023)
+++ community-i686/PKGBUILD 2016-06-24 16:21:26 UTC (rev 181024)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: nut543 
-
-pkgname='freedroidrpg'
-pkgver=0.16
-pkgrel=1
-arch=('i686' 'x86_64')
-depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
-makedepends=('mesa' 'python2')
-optdepends=('python2' 'espeak')
-pkgdesc="a mature science fiction role playing game set in the future"
-url="http://freedroid.sourceforge.net;
-license=("GPL")
-source=(ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-$pkgver/freedroidRPG-$pkgver.tar.gz
-   freedroidrpg.jpg
-   freedroidrpg.desktop)
-md5sums=('f74aaf41868dcceac64ffba9474327da'
- 'b73d9dac44c7e83a6c80fbe4eb96ba79'
- '9a10c2a2064439cdcff5b945dfb1c3ac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -D -m644 $srcdir/freedroidrpg.jpg 
$pkgdir/usr/share/icons/freedroidrpg.jpg
-  install -D -m644 $srcdir/freedroidrpg.desktop 
$pkgdir/usr/share/applications/freedroidrpg.desktop
-}

Copied: freedroidrpg/repos/community-i686/PKGBUILD (from rev 181023, 
freedroidrpg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-24 16:21:26 UTC (rev 181024)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: nut543 
+
+pkgname='freedroidrpg'
+pkgver=0.16.1
+pkgrel=1
+arch=('i686' 'x86_64')
+depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
+makedepends=('mesa' 'python2')
+optdepends=('python2' 'espeak')
+pkgdesc="a mature science fiction role playing game set in the future"
+url="http://freedroid.sourceforge.net;
+license=("GPL")
+source=(ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
+md5sums=('ba19730c0139df810602ea9252d47120')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/freedroidrpg.desktop
===
--- community-i686/freedroidrpg.desktop 2016-06-24 16:21:01 UTC (rev 181023)
+++ community-i686/freedroidrpg.desktop 2016-06-24 16:21:26 UTC (rev 181024)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=freedroidrpg
-Comment=Extension/modification of the classical Freedroid game(based on 
paradroid) into an RPG
-Exec=freedroidRPG
-Encoding=UTF-8
-Icon=/usr/share/icons/freedroidrpg.jpg
-Categories=Game;RolePlaying;
-Terminal=false
-StartupNotify=false

Deleted: community-i686/freedroidrpg.jpg
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-24 16:21:01 UTC (rev 181023)
+++ community-x86_64/PKGBUILD   2016-06-24 16:21:26 UTC (rev 181024)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: nut543 
-
-pkgname='freedroidrpg'
-pkgver=0.16
-pkgrel=1
-arch=('i686' 'x86_64')
-depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
-makedepends=('mesa' 'python2')
-optdepends=('python2' 'espeak')
-pkgdesc="a mature science fiction role playing game set in the future"
-url="http://freedroid.sourceforge.net;
-license=("GPL")

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

2016-06-24 Thread Sergej Pupykin
Date: Friday, June 24, 2016 @ 16:21:01
  Author: spupykin
Revision: 181023

upgpkg: freedroidrpg 0.16.1-1

upd

Modified:
  freedroidrpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 16:13:53 UTC (rev 181022)
+++ PKGBUILD2016-06-24 16:21:01 UTC (rev 181023)
@@ -3,7 +3,7 @@
 # Contributor: nut543 
 
 pkgname='freedroidrpg'
-pkgver=0.16
+pkgver=0.16.1
 pkgrel=1
 arch=('i686' 'x86_64')
 depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
@@ -12,8 +12,8 @@
 pkgdesc="a mature science fiction role playing game set in the future"
 url="http://freedroid.sourceforge.net;
 license=("GPL")
-source=(ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-$pkgver/freedroidRPG-$pkgver.tar.gz)
-md5sums=('f74aaf41868dcceac64ffba9474327da')
+source=(ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${pkgver%.*}/freedroidRPG-$pkgver.tar.gz)
+md5sums=('ba19730c0139df810602ea9252d47120')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:13:53
  Author: felixonmars
Revision: 181022

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

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

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

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 181021, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 16:13:53 UTC (rev 181022)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=29
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 181021, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 16:13:53 UTC (rev 181022)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=29
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:13:13
  Author: felixonmars
Revision: 181021

upgpkg: haskell-conduit-combinators 1.0.3.1-29

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

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 16:11:02 UTC (rev 181020)
+++ PKGBUILD2016-06-24 16:13:13 UTC (rev 181021)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:11:02
  Author: felixonmars
Revision: 181020

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 181019, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 181019, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 181019, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 181019, stack/trunk/stack.install)

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 181019, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 16:11:02 UTC (rev 181020)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.1.2
+pkgrel=8
+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-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-filelock" "haskell-fsnotify" 
"haskell-generic-deriving"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-hit"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-base" 
"haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary" "haskell-tls"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fc836b24fdeac54244fc79b6775d5edee146b7e552ad8e69596c7cc2f2b10625')
+
+prepare() {
+sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-e 's/binary ==0.7.*,/binary >= 0.7 \&\& < 0.9,/' \
+-e 's/generic-deriving >=1.9.0 && <1.10,/generic-deriving >=1.9.0 \&\& 
<1.11,/' \
+-e 's/process >=1.2.0.0 && <1.3,/process >=1.2.0.0 \&\& <1.5,/' \
+-e 's/template-haskell >=2.9.0.0 && <2.11,/template-haskell >=2.9.0.0 
\&\& <2.12,/' \
+-e 's/time >=1.4.2 && <1.6,/time >=1.4.2 \&\& <1.7,/' \
+-e 's/transformers >=0.3.0.0 && <0.5,/transformers >=0.3.0.0 \&\& 
<0.6,/' \
+-e 's/transformers >=0.4.2.0 && <0.5/transformers >=0.4.2.0 \&\& 
<0.6/' \
+-e 's/monad-unlift >=0.1.2.0 && <0.2,/monad-unlift >=0.1.2.0 \&\& 
<0.3,/' \
+-i ${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}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+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[^ ]* 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:09:58
  Author: felixonmars
Revision: 181019

upgpkg: stack 1.1.2-8

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

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 15:44:36 UTC (rev 181018)
+++ PKGBUILD2016-06-24 16:09:58 UTC (rev 181019)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 15:44:36
  Author: felixonmars
Revision: 181018

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 181017, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 181017, 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 181017, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 15:44:36 UTC (rev 181018)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=1
+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-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-resourcet" "haskell-scientific" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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 
181017, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 15:44:36 UTC (rev 181018)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=1
+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-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-resourcet" "haskell-scientific" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 15:43:52
  Author: felixonmars
Revision: 181017

upgpkg: haskell-hakyll 4.8.3.2-1

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

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 15:38:28 UTC (rev 181016)
+++ PKGBUILD2016-06-24 15:43:52 UTC (rev 181017)
@@ -4,8 +4,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.8.3.1
-pkgrel=8
+pkgver=4.8.3.2
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")
@@ -19,18 +19,8 @@
  "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
  "haskell-yaml")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('e56b4a1b73b5d1b394af9c9730a2baf6df93a8cfd72b0429af36253083fdfaa4')
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
 
-prepare() {
-sed -e 's/binary   >= 0.5&& < 0.8,/binary   >= 
0.5\&\& < 0.9,/' \
--e 's/data-default >= 0.4&& < 0.7,/data-default >= 
0.4\&\& < 0.8,/' \
--e 's/process  >= 1.0&& < 1.3,/process  >= 
1.0\&\& < 1.5,/' \
--e 's/time >= 1.4&& < 1.6,/time >= 
1.4\&\& < 1.7,/' \
--e 's/pandoc-citeproc  >= 0.4&& < 0.10,/pandoc-citeproc  
>= 0.4\&\& < 0.11,/' \
--e 's/tagsoup  >= 0.13.1 && < 0.14,/tagsoup  
>= 0.13.1 \&\& < 0.16,/' \
--i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 15:38:28
  Author: felixonmars
Revision: 181016

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

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

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 181015, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 15:38:28 UTC (rev 181016)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.3
+pkgrel=7
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6b8d9d4e0c6ea04115bb555964348350c7cea5e05e66aafa1d624e75c6d5bf8e')
+
+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: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 181015, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 15:38:28 UTC (rev 181016)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.3
+pkgrel=7
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6b8d9d4e0c6ea04115bb555964348350c7cea5e05e66aafa1d624e75c6d5bf8e')
+
+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 hindent/trunk (PKGBUILD)

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 15:37:40
  Author: felixonmars
Revision: 181015

upgpkg: hindent 4.6.3-7

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

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 15:37:06 UTC (rev 181014)
+++ PKGBUILD2016-06-24 15:37:40 UTC (rev 181015)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-bytestring-tree-builder/repos (4 files)

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 15:37:06
  Author: felixonmars
Revision: 181014

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

Added:
  haskell-bytestring-tree-builder/repos/community-staging-i686/
  haskell-bytestring-tree-builder/repos/community-staging-i686/PKGBUILD
(from rev 181013, haskell-bytestring-tree-builder/trunk/PKGBUILD)
  haskell-bytestring-tree-builder/repos/community-staging-x86_64/
  haskell-bytestring-tree-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 181013, haskell-bytestring-tree-builder/trunk/PKGBUILD)

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

Copied: haskell-bytestring-tree-builder/repos/community-staging-i686/PKGBUILD 
(from rev 181013, haskell-bytestring-tree-builder/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 15:37:06 UTC (rev 181014)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bytestring-tree-builder
+pkgname=haskell-bytestring-tree-builder
+pkgver=0.2.7
+pkgrel=3
+pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
+url="https://github.com/nikita-volkov/bytestring-tree-builder;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-semigroups" 
"haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1d62f411de750723b3b72bc3b60e288b3d2b52c0e982cff332544e2a7fe7a003')
+
+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-bytestring-tree-builder/repos/community-staging-x86_64/PKGBUILD 
(from rev 181013, haskell-bytestring-tree-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 15:37:06 UTC (rev 181014)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bytestring-tree-builder
+pkgname=haskell-bytestring-tree-builder
+pkgver=0.2.7
+pkgrel=3
+pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
+url="https://github.com/nikita-volkov/bytestring-tree-builder;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-semigroups" 
"haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1d62f411de750723b3b72bc3b60e288b3d2b52c0e982cff332544e2a7fe7a003')
+
+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"
+ 

[arch-commits] Commit in haskell-bytestring-tree-builder/trunk (PKGBUILD)

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 15:36:08
  Author: felixonmars
Revision: 181013

upgpkg: haskell-bytestring-tree-builder 0.2.7-3

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

Modified:
  haskell-bytestring-tree-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:59:48 UTC (rev 181012)
+++ PKGBUILD2016-06-24 15:36:08 UTC (rev 181013)
@@ -5,7 +5,7 @@
 _hkgname=bytestring-tree-builder
 pkgname=haskell-bytestring-tree-builder
 pkgver=0.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
 url="https://github.com/nikita-volkov/bytestring-tree-builder;
 license=("MIT")


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

2016-06-24 Thread Gaëtan Bisson
Date: Friday, June 24, 2016 @ 15:26:26
  Author: bisson
Revision: 270590

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-24 15:25:45 UTC (rev 270589)
+++ extra-i686/PKGBUILD 2016-06-24 15:26:26 UTC (rev 270590)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('9fa1f890d01be21e6a4c5957e6d3f32e0c7ea3b1' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 270589, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-24 15:26:26 UTC (rev 270590)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.16.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-24 15:25:45 UTC (rev 270589)
+++ extra-x86_64/PKGBUILD   2016-06-24 15:26:26 UTC (rev 270590)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('9fa1f890d01be21e6a4c5957e6d3f32e0c7ea3b1' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 270589, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-24 15:26:26 UTC (rev 270590)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.16.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'

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

2016-06-24 Thread Gaëtan Bisson
Date: Friday, June 24, 2016 @ 15:25:45
  Author: bisson
Revision: 270589

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:45:57 UTC (rev 270588)
+++ PKGBUILD2016-06-24 15:25:45 UTC (rev 270589)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.16
+pkgver=2.16.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('9fa1f890d01be21e6a4c5957e6d3f32e0c7ea3b1' 'SKIP')
+sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:55:16
  Author: felixonmars
Revision: 181011

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 181010, stylish-haskell/trunk/PKGBUILD)
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 181010, 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 181010, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:55:16 UTC (rev 181011)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.17.0
+pkgrel=3
+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=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('374ad1e8206ae9b41b94b95fef55ad8d439c006fa650e6315ef04eca38e53b78')
+
+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 
181010, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:55:16 UTC (rev 181011)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.17.0
+pkgrel=3
+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=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('374ad1e8206ae9b41b94b95fef55ad8d439c006fa650e6315ef04eca38e53b78')
+
+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)

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:54:34
  Author: felixonmars
Revision: 181010

upgpkg: stylish-haskell 0.5.17.0-3

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

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:54:09 UTC (rev 181009)
+++ PKGBUILD2016-06-24 14:54:34 UTC (rev 181010)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.17.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:54:09
  Author: felixonmars
Revision: 181009

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

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

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

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
181008, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:54:09 UTC (rev 181009)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.1.0
+pkgrel=15
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-glob" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava"
+ "haskell-hastache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e71855a7a9cd946044b2137f31603e0578f6e517a2ed667a2b479990cc0949dd')
+
+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-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
181008, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:54:09 UTC (rev 181009)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.1.0
+pkgrel=15
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-glob" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava"
+ "haskell-hastache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e71855a7a9cd946044b2137f31603e0578f6e517a2ed667a2b479990cc0949dd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:53:29
  Author: felixonmars
Revision: 181008

upgpkg: haskell-criterion 1.1.1.0-15

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

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:52:02 UTC (rev 181007)
+++ PKGBUILD2016-06-24 14:53:29 UTC (rev 181008)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.1.1.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2016-06-24 Thread Sergej Pupykin
Date: Friday, June 24, 2016 @ 14:52:02
  Author: spupykin
Revision: 181007

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

Added:
  gsoap/repos/community-i686/LICENSE
(from rev 181006, gsoap/trunk/LICENSE)
  gsoap/repos/community-i686/PKGBUILD
(from rev 181006, gsoap/trunk/PKGBUILD)
  gsoap/repos/community-x86_64/LICENSE
(from rev 181006, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 181006, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-i686/LICENSE
  gsoap/repos/community-i686/PKGBUILD
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  326 
 /PKGBUILD |   78 ++
 community-i686/LICENSE|  163 --
 community-i686/PKGBUILD   |   39 -
 community-x86_64/LICENSE  |  163 --
 community-x86_64/PKGBUILD |   39 -
 6 files changed, 404 insertions(+), 404 deletions(-)

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


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:39:06
  Author: felixonmars
Revision: 181005

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 181004, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:39:06 UTC (rev 181005)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=56
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 181004, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:39:06 UTC (rev 181005)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=56
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:38:15
  Author: felixonmars
Revision: 181004

upgpkg: haskell-dav 1.2-56

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

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:36:54 UTC (rev 181003)
+++ PKGBUILD2016-06-24 14:38:15 UTC (rev 181004)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=55
+pkgrel=56
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:36:54
  Author: felixonmars
Revision: 181003

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

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

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

Copied: haskell-monad-journal/repos/community-staging-i686/PKGBUILD (from rev 
181002, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:36:54 UTC (rev 181003)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.2
+pkgrel=5
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-either" "haskell-monad-control" "haskell-mtl"
+ "haskell-transformers-base")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('72b1a676bd994198544c4861a05b1d1b4f7ae55ea35a837cace539b8d6c69d08')
+
+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-monad-journal/repos/community-staging-x86_64/PKGBUILD (from rev 
181002, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:36:54 UTC (rev 181003)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.2
+pkgrel=5
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-either" "haskell-monad-control" "haskell-mtl"
+ "haskell-transformers-base")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('72b1a676bd994198544c4861a05b1d1b4f7ae55ea35a837cace539b8d6c69d08')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:35:59
  Author: felixonmars
Revision: 181002

upgpkg: haskell-monad-journal 0.7.2-5

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

Modified:
  haskell-monad-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:35:05 UTC (rev 181001)
+++ PKGBUILD2016-06-24 14:35:59 UTC (rev 181002)
@@ -5,7 +5,7 @@
 _hkgname=monad-journal
 pkgname=haskell-monad-journal
 pkgver=0.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Pure logger typeclass and monad transformer"
 url="http://github.com/phaazon/monad-journal;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:35:05
  Author: felixonmars
Revision: 181001

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

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

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

Copied: haskell-lrucache/repos/community-staging-i686/PKGBUILD (from rev 
181000, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:35:05 UTC (rev 181001)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=14
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-contravariant")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616')
+
+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-lrucache/repos/community-staging-x86_64/PKGBUILD (from rev 
181000, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:35:05 UTC (rev 181001)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=14
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-contravariant")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:34:06
  Author: felixonmars
Revision: 181000

upgpkg: haskell-lrucache 1.2.0.0-14

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

Modified:
  haskell-lrucache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:30:12 UTC (rev 180999)
+++ PKGBUILD2016-06-24 14:34:06 UTC (rev 181000)
@@ -5,7 +5,7 @@
 _hkgname=lrucache
 pkgname=haskell-lrucache
 pkgver=1.2.0.0
-pkgrel=13
+pkgrel=14
 pkgdesc="a simple, pure LRU cache"
 url="http://github.com/chowells79/lrucache;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:30:12
  Author: felixonmars
Revision: 180999

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

Added:
  haskell-esqueleto/repos/community-staging-i686/
  haskell-esqueleto/repos/community-staging-i686/PKGBUILD
(from rev 180998, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-i686/persistent-2.5.patch
(from rev 180998, haskell-esqueleto/trunk/persistent-2.5.patch)
  haskell-esqueleto/repos/community-staging-x86_64/
  haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD
(from rev 180998, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-x86_64/persistent-2.5.patch
(from rev 180998, haskell-esqueleto/trunk/persistent-2.5.patch)

---+
 community-staging-i686/PKGBUILD   |   53 ++
 community-staging-i686/persistent-2.5.patch   |  119 
 community-staging-x86_64/PKGBUILD |   53 ++
 community-staging-x86_64/persistent-2.5.patch |  119 
 4 files changed, 344 insertions(+)

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
180998, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:30:12 UTC (rev 180999)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=26
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+persistent-2.5.patch)
+sha256sums=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc230d3ded6e897434'
+'101534ae4db348978b427a5a5b06a51765a680c4c8ae038ce283214fcd44f9e4')
+
+prepare() {
+# https://github.com/prowdsponsor/esqueleto/pull/139
+(cd $_hkgname-$pkgver && patch -p1 -i ../persistent-2.5.patch)
+
+sed -i 's/base >= 4.5 && < 4.9/base >= 
4.5 \&\& < 4.10/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+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-esqueleto/repos/community-staging-i686/persistent-2.5.patch 
(from rev 180998, haskell-esqueleto/trunk/persistent-2.5.patch)
===
--- community-staging-i686/persistent-2.5.patch (rev 0)
+++ community-staging-i686/persistent-2.5.patch 2016-06-24 14:30:12 UTC (rev 
180999)
@@ -0,0 +1,119 @@
+From 811f3722818b56ae5a4fb4601a2a772532201571 Mon Sep 17 00:00:00 2001
+From: Hao Lian 
+Date: Mon, 2 May 2016 13:19:33 -0400
+Subject: [PATCH] upgrade to persistent 2.5
+
+---
+ esqueleto.cabal | 10 +-
+ src/Database/Esqueleto.hs   | 21 +++--
+ src/Database/Esqueleto/Internal/PersistentImport.hs |  2 +-
+ stack.yaml  | 16 +++-
+ test/Test.hs|  5 +++--
+ 5 files changed, 39 insertions(+), 15 deletions(-)
+
+diff --git a/esqueleto.cabal b/esqueleto.cabal
+index 65aa237..6494349 100644
+--- a/esqueleto.cabal
 b/esqueleto.cabal
+@@ 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:29:30
  Author: felixonmars
Revision: 180998

upgpkg: haskell-esqueleto 2.4.3-26

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

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:27:48 UTC (rev 180997)
+++ PKGBUILD2016-06-24 14:29:30 UTC (rev 180998)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.3
-pkgrel=25
+pkgrel=26
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:22:42
  Author: felixonmars
Revision: 180995

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

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 180994, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 180994, haskell-tasty-rerun/trunk/PKGBUILD)

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

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
180994, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:22:42 UTC (rev 180995)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.5
+pkgrel=19
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9877de7602a231fb9cf772c47f9a15ef6764e159ddd96a350a7c16b1a158403e')
+
+prepare() {
+sed -i 's/base >=4.6 && <4.9,/base >=4.6 \&\& <4.10,/' -i 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
180994, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:22:42 UTC (rev 180995)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.5
+pkgrel=19
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9877de7602a231fb9cf772c47f9a15ef6764e159ddd96a350a7c16b1a158403e')
+
+prepare() {
+sed -i 's/base >=4.6 && <4.9,/base >=4.6 \&\& <4.10,/' -i 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:27:48
  Author: felixonmars
Revision: 180997

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 180996, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 180996, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
180996, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:27:48 UTC (rev 180997)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=58
+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-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=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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 
180996, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:27:48 UTC (rev 180997)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=58
+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-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=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:27:03
  Author: felixonmars
Revision: 180996

upgpkg: haskell-yesod-static 1.5.0.3-58

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

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:22:42 UTC (rev 180995)
+++ PKGBUILD2016-06-24 14:27:03 UTC (rev 180996)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=57
+pkgrel=58
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:21:49
  Author: felixonmars
Revision: 180994

upgpkg: haskell-tasty-rerun 1.1.5-19

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

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:21:34 UTC (rev 180993)
+++ PKGBUILD2016-06-24 14:21:49 UTC (rev 180994)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.5
-pkgrel=18
+pkgrel=19
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="http://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:21:34
  Author: felixonmars
Revision: 180993

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

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 180992, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:21:34 UTC (rev 180993)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.5.0.2
+pkgrel=3
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dd0f3490a9daa0b11638080f0966049ba0946d7a392808789e57f3aa24c5f54d')
+
+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-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 180992, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:21:34 UTC (rev 180993)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.5.0.2
+pkgrel=3
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dd0f3490a9daa0b11638080f0966049ba0946d7a392808789e57f3aa24c5f54d')
+
+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-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:20:50
  Author: felixonmars
Revision: 180992

upgpkg: haskell-persistent-sqlite 2.5.0.2-3

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

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:11:21 UTC (rev 180991)
+++ PKGBUILD2016-06-24 14:20:50 UTC (rev 180992)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.5.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:11:21
  Author: felixonmars
Revision: 180991

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

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

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
180990, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:11:21 UTC (rev 180991)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9fc2a031ed5fd17c63479743869ed03fdf80f707a9ecfe4ff02939f4f7df091b')
+
+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-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
180990, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:11:21 UTC (rev 180991)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9fc2a031ed5fd17c63479743869ed03fdf80f707a9ecfe4ff02939f4f7df091b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:10:31
  Author: felixonmars
Revision: 180990

upgpkg: haskell-warp-tls 3.2.2-1

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

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:10:15 UTC (rev 180989)
+++ PKGBUILD2016-06-24 14:10:31 UTC (rev 180990)
@@ -4,16 +4,16 @@
 
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
-pkgver=3.2.1
-pkgrel=25
+pkgver=3.2.2
+pkgrel=1
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-data-default-class" "haskell-network"
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
  "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('aca7dd3d4b0cb996debd501a70bd29e556e9bc5e90c67a5c9626ad96feac483e')
+sha256sums=('9fc2a031ed5fd17c63479743869ed03fdf80f707a9ecfe4ff02939f4f7df091b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:10:15
  Author: felixonmars
Revision: 180989

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

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

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
180988, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 14:10:15 UTC (rev 180989)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.3
+pkgrel=4
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a8a2f0babb5348e6cb6bde375e7af47ebe808d4e333e0dd5c7e0ace3c600d58a')
+
+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-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
180988, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 14:10:15 UTC (rev 180989)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.3
+pkgrel=4
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a8a2f0babb5348e6cb6bde375e7af47ebe808d4e333e0dd5c7e0ace3c600d58a')
+
+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-pipes-http/trunk (PKGBUILD)

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 14:09:29
  Author: felixonmars
Revision: 180988

upgpkg: haskell-pipes-http 1.0.3-4

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

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 13:59:29 UTC (rev 180987)
+++ PKGBUILD2016-06-24 14:09:29 UTC (rev 180988)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-06-24 Thread Sven-Hendrik Haase
Date: Friday, June 24, 2016 @ 13:59:24
  Author: svenstaro
Revision: 180986

upgpkg: gitlab-shell 3.0.0-1

upstream release 3.0.0

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 10:59:17 UTC (rev 180985)
+++ PKGBUILD2016-06-24 13:59:24 UTC (rev 180986)
@@ -7,8 +7,8 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=gitlab-shell
-pkgver=2.7.2
-pkgrel=16
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Self hosted Git management software. Replacement for gitolite"
 arch=('any')
 url="https://gitlab.com/gitlab-org/gitlab-shell/;
@@ -23,7 +23,7 @@
 "etc/webapps/${pkgname}/")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-shell.gitconfig")
-md5sums=('1835e858d9285ac9941eec320e2ecac6'
+md5sums=('294d57703a390fd09de47c56507fd909'
  '6b917256b13a1685e9a3cc73e68152d0')
 
 _homedir='/var/lib/gitlab'


[arch-commits] Commit in gitlab-shell/repos/community-any (6 files)

2016-06-24 Thread Sven-Hendrik Haase
Date: Friday, June 24, 2016 @ 13:59:29
  Author: svenstaro
Revision: 180987

archrelease: copy trunk to community-any

Added:
  gitlab-shell/repos/community-any/PKGBUILD
(from rev 180986, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
(from rev 180986, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-any/gitlab-shell.install
(from rev 180986, gitlab-shell/trunk/gitlab-shell.install)
Deleted:
  gitlab-shell/repos/community-any/PKGBUILD
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
  gitlab-shell/repos/community-any/gitlab-shell.install

+
 PKGBUILD   |  166 +++
 gitlab-shell.gitconfig |6 -
 gitlab-shell.install   |   14 +--
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-24 13:59:24 UTC (rev 180986)
+++ PKGBUILD2016-06-24 13:59:29 UTC (rev 180987)
@@ -1,83 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo  
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=2.7.2
-pkgrel=16
-pkgdesc="Self hosted Git management software. Replacement for gitolite"
-arch=('any')
-url="https://gitlab.com/gitlab-org/gitlab-shell/;
-license=('MIT')
-depends=('ruby2.1' 'redis' 'git')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-shell.gitconfig")
-md5sums=('1835e858d9285ac9941eec320e2ecac6'
- '6b917256b13a1685e9a3cc73e68152d0')
-
-_homedir='/var/lib/gitlab'
-_datadir="/usr/share/webapps/${pkgname}"
-_srcdir="gitlab-shell-v${pkgver}"
-_logdir='/var/log/gitlab'
-_etcdir="/etc/webapps/${pkgname}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o 105 -g 105 "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-
-  # Fix for ruby-2.1
-  grep -rl "bin/env ruby" "${pkgdir}${_datadir}" | xargs sed -i "s|bin/env 
ruby|bin/env ruby-2.1|g"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-any/PKGBUILD (from rev 180986, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-24 13:59:29 UTC (rev 180987)
@@ -0,0 +1,83 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo  
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+pkgname=gitlab-shell
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Self hosted Git management software. Replacement for gitolite"
+arch=('any')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby2.1' 

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

2016-06-24 Thread Jan Steffens
Date: Friday, June 24, 2016 @ 12:07:38
  Author: heftig
Revision: 270553

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

Added:
  eclipse/repos/testing-i686/
  eclipse/repos/testing-i686/PKGBUILD
(from rev 270552, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-i686/commonify
(from rev 270552, eclipse/trunk/commonify)
  eclipse/repos/testing-i686/eclipse.desktop
(from rev 270552, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-i686/eclipse.install
(from rev 270552, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-i686/eclipse.sh
(from rev 270552, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-x86_64/
  eclipse/repos/testing-x86_64/PKGBUILD
(from rev 270552, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-x86_64/commonify
(from rev 270552, eclipse/trunk/commonify)
  eclipse/repos/testing-x86_64/eclipse.desktop
(from rev 270552, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-x86_64/eclipse.install
(from rev 270552, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-x86_64/eclipse.sh
(from rev 270552, eclipse/trunk/eclipse.sh)

+
 testing-i686/PKGBUILD  |   99 +++
 testing-i686/commonify |   41 
 testing-i686/eclipse.desktop   |9 +++
 testing-i686/eclipse.install   |   11 
 testing-i686/eclipse.sh|3 +
 testing-x86_64/PKGBUILD|   99 +++
 testing-x86_64/commonify   |   41 
 testing-x86_64/eclipse.desktop |9 +++
 testing-x86_64/eclipse.install |   11 
 testing-x86_64/eclipse.sh  |3 +
 10 files changed, 326 insertions(+)

Copied: eclipse/repos/testing-i686/PKGBUILD (from rev 270552, 
eclipse/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-24 12:07:38 UTC (rev 270553)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Andrew Wright 
+# Contributor: Andreas W. Hauser 
+# Contributor: Marco Crosio 
+
+pkgbase=eclipse
+pkgname=(eclipse-{common,java,jee,cpp,php})
+pkgver=4.6.0
+pkgrel=1
+_release=neon-R
+pkgdesc="Highly extensible IDE"
+license=("EPL")
+arch=(i686 x86_64)
+url="http://eclipse.org;
+makedepends=(ruby)
+options=(!emptydirs)
+source=(commonify eclipse.sh eclipse.desktop)
+source_i686=()
+source_x86_64=()
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  [[ $_pkg == 'eclipse-common' ]] && continue
+  
source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz)
+  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz)
+  noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz)
+  eval "package_$_pkg() { _package $_pkg; }"
+done
+
+sha256sums=('9f8980078c97fb3020ba2e9c6c07eac077b932406aba3e2d6a4763a5d299290d'
+'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
+'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
+sha256sums_i686=('3e09e203e0a8682bc3d6ddf218df788e2b9dc064b370a980f63e3e2fa4ae2e3f'
+ 
'6689bab833e854b3ef619e181587eaa823b2dc7498fea730bedbf568d0f24391'
+ 
'b0d85ed3612a6928a96c552ae01631b7cecc7ed81206cbebd2670b8171c52228'
+ 
'05130e4f1c9f55410f80d1d1e603318550276d7cf19f7d26cd2e6dbed9dd7fd5')
+sha256sums_x86_64=('ca06e10df42eab462f130aa89658f9c75f1df61ba79ede02fb7bb748f4544c34'
+   
'3a97e2b9e99b09cb6b18bc22fab05977838618999fe62051e52352ae9f00b8f1'
+   
'd54430fb0ae4a01591c1e2084fc6d28b7c32629c990df08fddb839b9f6d3d825'
+   
'0fe0d9735816d9106ca800a13c581aae7ad52566a06862f2f2dd92c873859d3c')
+
+prepare() {
+  mkdir eclipse-common
+
+  for _pkg in ${pkgname[@]}; do
+[[ $_pkg == 'eclipse-common' ]] && continue
+
+if [[ $CARCH == x86_64 ]]; then
+  bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
+else
+  bsdtar -xf "$_pkg-$_release-linux-gtk.tar.gz"
+fi
+
+mv eclipse $_pkg
+  done
+}
+
+build() {
+  ./commonify ${pkgname[@]}
+
+  mkdir -p eclipse-common/dropins
+  touch eclipse-common/dropins/.keep
+}
+
+package_eclipse-common() {
+  pkgdesc+=" (common files)"
+  depends=(java-environment webkitgtk unzip)
+  install=eclipse.install
+
+  install -d "$pkgdir/usr/lib"
+  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
+
+  install -D eclipse.sh "$pkgdir/usr/bin/eclipse"
+  install -Dm644 eclipse.desktop 
"$pkgdir/usr/share/applications/eclipse.desktop"
+
+  for _i in 16 32 48 256; do
+

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:59:17
  Author: felixonmars
Revision: 180985

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

Added:
  haskell-binary-tagged/repos/community-staging-i686/
  haskell-binary-tagged/repos/community-staging-i686/PKGBUILD
(from rev 180984, haskell-binary-tagged/trunk/PKGBUILD)
  haskell-binary-tagged/repos/community-staging-x86_64/
  haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD
(from rev 180984, haskell-binary-tagged/trunk/PKGBUILD)

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

Copied: haskell-binary-tagged/repos/community-staging-i686/PKGBUILD (from rev 
180984, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 10:59:17 UTC (rev 180985)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.4.0
+pkgrel=7
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-generics-sop" "haskell-hashable"
+ "haskell-scientific" "haskell-semigroups" "haskell-sha" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dc25744ebd21f8a050341cd7c25c69f66734b2930aaad89b411cf68c28605671')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD (from rev 
180984, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 10:59:17 UTC (rev 180985)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.4.0
+pkgrel=7
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-generics-sop" "haskell-hashable"
+ "haskell-scientific" "haskell-semigroups" "haskell-sha" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dc25744ebd21f8a050341cd7c25c69f66734b2930aaad89b411cf68c28605671')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:58:59
  Author: felixonmars
Revision: 180984

upgpkg: haskell-binary-tagged 0.1.4.0-7

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

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 10:58:53 UTC (rev 180983)
+++ PKGBUILD2016-06-24 10:58:59 UTC (rev 180984)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:58:30
  Author: felixonmars
Revision: 180981

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

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

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

Copied: haskell-path-io/repos/community-staging-i686/PKGBUILD (from rev 180980, 
haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 10:58:30 UTC (rev 180981)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('189dafe7e56ade1165eb708e5abd821b')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+  runhaskell Setup build
+  LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}

Copied: haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
180980, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 10:58:30 UTC (rev 180981)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('189dafe7e56ade1165eb708e5abd821b')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+  runhaskell Setup build
+  LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:58:53
  Author: felixonmars
Revision: 180983

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

Added:
  haskell-chunked-data/repos/community-staging-i686/
  haskell-chunked-data/repos/community-staging-i686/PKGBUILD
(from rev 180982, haskell-chunked-data/trunk/PKGBUILD)
  haskell-chunked-data/repos/community-staging-x86_64/
  haskell-chunked-data/repos/community-staging-x86_64/PKGBUILD
(from rev 180982, haskell-chunked-data/trunk/PKGBUILD)

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

Copied: haskell-chunked-data/repos/community-staging-i686/PKGBUILD (from rev 
180982, haskell-chunked-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 10:58:53 UTC (rev 180983)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.2.0
+pkgrel=27
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/fpco/chunked-data;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-mono-traversable"
+ "haskell-semigroups" "haskell-text" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9aa0f3c81f9b0d7c1dde206501415f01638f20eebfbe1386dfd802bcc1bab272')
+
+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-chunked-data/repos/community-staging-x86_64/PKGBUILD (from rev 
180982, haskell-chunked-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 10:58:53 UTC (rev 180983)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.2.0
+pkgrel=27
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/fpco/chunked-data;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-mono-traversable"
+ "haskell-semigroups" "haskell-text" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9aa0f3c81f9b0d7c1dde206501415f01638f20eebfbe1386dfd802bcc1bab272')
+
+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}"
+

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:58:35
  Author: felixonmars
Revision: 180982

upgpkg: haskell-chunked-data 0.2.0-27

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

Modified:
  haskell-chunked-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 10:58:30 UTC (rev 180981)
+++ PKGBUILD2016-06-24 10:58:35 UTC (rev 180982)
@@ -5,7 +5,7 @@
 _hkgname=chunked-data
 pkgname=haskell-chunked-data
 pkgver=0.2.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Typeclasses for dealing with various chunked data representations"
 url="https://github.com/fpco/chunked-data;
 license=("MIT")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:58:12
  Author: felixonmars
Revision: 180980

upgpkg: haskell-path-io 1.1.0-4

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

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 10:57:43 UTC (rev 180979)
+++ PKGBUILD2016-06-24 10:58:12 UTC (rev 180980)
@@ -6,7 +6,7 @@
 pkgname=haskell-path-io
 _hkgname=path-io
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:57:43
  Author: felixonmars
Revision: 180979

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

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

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 180978, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 10:57:43 UTC (rev 180979)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.14.0
+pkgrel=6
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b5b959f9b0ae8c07baf91e067b4005dc554d76c1ab15d019f13a4dc88a8a813e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-aws/repos/community-staging-x86_64/PKGBUILD (from rev 180978, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 10:57:43 UTC (rev 180979)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.14.0
+pkgrel=6
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b5b959f9b0ae8c07baf91e067b4005dc554d76c1ab15d019f13a4dc88a8a813e')
+
+build() {
+

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:57:25
  Author: felixonmars
Revision: 180978

upgpkg: haskell-aws 0.14.0-6

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

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 10:34:34 UTC (rev 180977)
+++ PKGBUILD2016-06-24 10:57:25 UTC (rev 180978)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.14.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:34:34
  Author: felixonmars
Revision: 180977

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 180976, haskell-cheapskate/trunk/PKGBUILD)
  haskell-cheapskate/repos/community-staging-x86_64/
  haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD
(from rev 180976, 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 
180976, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-24 10:34:34 UTC (rev 180977)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.5
+pkgrel=12
+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=("http://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 \
+-f-dingus
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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 
180976, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-24 10:34:34 UTC (rev 180977)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.5
+pkgrel=12
+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=("http://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 \
+-f-dingus
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e 

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

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 10:34:15
  Author: felixonmars
Revision: 180976

upgpkg: haskell-cheapskate 0.1.0.5-12

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

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 10:07:39 UTC (rev 180975)
+++ PKGBUILD2016-06-24 10:34:15 UTC (rev 180976)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.5
-pkgrel=11
+pkgrel=12
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


  1   2   >