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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:59:02
  Author: fyan
Revision: 162217

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

Added:
  deepin-launcher/repos/community-i686/PKGBUILD
(from rev 162216, deepin-launcher/trunk/PKGBUILD)
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 162216, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-i686/PKGBUILD
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-18 07:58:31 UTC (rev 162216)
+++ community-i686/PKGBUILD 2016-02-18 07:59:02 UTC (rev 162217)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
- 'startdde' 'deepin-menu' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 162216, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-18 07:59:02 UTC (rev 162217)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
+ 'startdde' 'deepin-menu' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-18 07:58:31 UTC (rev 162216)
+++ community-x86_64/PKGBUILD   2016-02-18 07:59:02 UTC (rev 162217)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
- 'startdde' 'deepin-menu' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 162216, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-18 07:59:02 UTC (rev 162217)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
+ 'startdde' 'deepin-menu' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:58:31
  Author: fyan
Revision: 162216

upgpkg: deepin-launcher 3.0.4-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 07:50:10 UTC (rev 162215)
+++ PKGBUILD2016-02-18 07:58:31 UTC (rev 162216)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:50:10
  Author: fyan
Revision: 162215

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

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

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

Copied: haskell-cassava/repos/community-staging-i686/PKGBUILD (from rev 162214, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 07:50:10 UTC (rev 162215)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=2
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('7320a1c764efd3baae6944b31f7fdb438ae307876dce283a242e8f1deeb371c9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-cassava/repos/community-staging-i686/haskell-cassava.install 
(from rev 162214, haskell-cassava/trunk/haskell-cassava.install)
===
--- community-staging-i686/haskell-cassava.install  
(rev 0)
+++ community-staging-i686/haskell-cassava.install  2016-02-18 07:50:10 UTC 
(rev 162215)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cassava
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cassava/repos/community-staging-x86_64/PKGBUILD (from rev 
162214, haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 07:50:10 UTC (rev 162215)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=2
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:49:24
  Author: fyan
Revision: 162214

upgpkg: haskell-cassava 0.4.5.0-2

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-cassava/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 07:48:39 UTC (rev 162213)
+++ PKGBUILD2016-02-18 07:49:24 UTC (rev 162214)
@@ -5,7 +5,7 @@
 _hkgname=cassava
 pkgname=haskell-cassava
 pkgver=0.4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A CSV parsing and encoding library"
 url="https://github.com/tibbe/cassava;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:48:39
  Author: fyan
Revision: 162213

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 162212, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 07:48:39 UTC (rev 162213)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=27
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 162212, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-02-18 07:48:39 UTC 
(rev 162213)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
162212, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 07:48:39 UTC (rev 162213)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:48:12
  Author: fyan
Revision: 162212

upgpkg: haskell-hakyll 4.7.5.1-27

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 07:37:05 UTC (rev 162211)
+++ PKGBUILD2016-02-18 07:48:12 UTC (rev 162212)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=26
+pkgrel=27
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:43:56
  Author: fyan
Revision: 259941

upgpkg: enchant 1.6.0-7

enable voikko support

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 07:42:40 UTC (rev 259940)
+++ PKGBUILD2016-02-18 07:43:56 UTC (rev 259941)
@@ -5,12 +5,12 @@
 
 pkgname=enchant
 pkgver=1.6.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A wrapper library for generic spell checking"
 arch=('i686' 'x86_64')
 url="http://www.abisource.com/enchant/;
 license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
+depends=('aspell' 'dbus-glib' 'hunspell' 'hspell' 'libvoikko')
 
source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('de11011aff801dc61042828041fb59c7')
 


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:44:28
  Author: fyan
Revision: 259942

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-18 07:43:56 UTC (rev 259941)
+++ extra-i686/PKGBUILD 2016-02-18 07:44:28 UTC (rev 259942)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-
-pkgname=enchant
-pkgver=1.6.0
-pkgrel=6
-pkgdesc="A wrapper library for generic spell checking"
-arch=('i686' 'x86_64')
-url="http://www.abisource.com/enchant/;
-license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
-source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de11011aff801dc61042828041fb59c7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---disable-static \
---disable-ispell \
---with-myspell-dir=/usr/share/myspell
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: enchant/repos/extra-i686/PKGBUILD (from rev 259941, 
enchant/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-18 07:44:28 UTC (rev 259942)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=enchant
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A wrapper library for generic spell checking"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/enchant/;
+license=('LGPL')
+depends=('aspell' 'dbus-glib' 'hunspell' 'hspell' 'libvoikko')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('de11011aff801dc61042828041fb59c7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-ispell \
+--with-myspell-dir=/usr/share/myspell
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-18 07:43:56 UTC (rev 259941)
+++ extra-x86_64/PKGBUILD   2016-02-18 07:44:28 UTC (rev 259942)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-
-pkgname=enchant
-pkgver=1.6.0
-pkgrel=6
-pkgdesc="A wrapper library for generic spell checking"
-arch=('i686' 'x86_64')
-url="http://www.abisource.com/enchant/;
-license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
-source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de11011aff801dc61042828041fb59c7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---disable-static \
---disable-ispell \
---with-myspell-dir=/usr/share/myspell
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: enchant/repos/extra-x86_64/PKGBUILD (from rev 259941, 
enchant/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-18 07:44:28 UTC (rev 259942)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=enchant
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="A wrapper library for generic spell checking"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/enchant/;
+license=('LGPL')
+depends=('aspell' 'dbus-glib' 'hunspell' 'hspell' 'libvoikko')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('de11011aff801dc61042828041fb59c7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-ispell \
+--with-myspell-dir=/usr/share/myspell
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  

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

2016-02-17 Thread Antonio Rojas
Date: Thursday, February 18, 2016 @ 08:42:40
  Author: arojas
Revision: 259940

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

Added:
  libshout/repos/testing-i686/
  libshout/repos/testing-i686/PKGBUILD
(from rev 259939, libshout/trunk/PKGBUILD)
  libshout/repos/testing-x86_64/
  libshout/repos/testing-x86_64/PKGBUILD
(from rev 259939, libshout/trunk/PKGBUILD)

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

Copied: libshout/repos/testing-i686/PKGBUILD (from rev 259939, 
libshout/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-18 07:42:40 UTC (rev 259940)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=libshout
+pkgver=2.4.1
+pkgrel=1
+epoch=1
+pkgdesc="Library for accessing a shoutcast/icecast server"
+arch=('i686' 'x86_64')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl')
+url="http://www.icecast.org/;
+options=('!emptydirs')
+license=('LGPL')
+source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libshout/repos/testing-x86_64/PKGBUILD (from rev 259939, 
libshout/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-18 07:42:40 UTC (rev 259940)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=libshout
+pkgver=2.4.1
+pkgrel=1
+epoch=1
+pkgdesc="Library for accessing a shoutcast/icecast server"
+arch=('i686' 'x86_64')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl')
+url="http://www.icecast.org/;
+options=('!emptydirs')
+license=('LGPL')
+source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-17 Thread Antonio Rojas
Date: Thursday, February 18, 2016 @ 08:42:11
  Author: arojas
Revision: 259939

Update to 2.4.1

Modified:
  libshout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 22:21:29 UTC (rev 259938)
+++ PKGBUILD2016-02-18 07:42:11 UTC (rev 259939)
@@ -4,25 +4,25 @@
 # Contributor: Jason Chu 
 
 pkgname=libshout
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 epoch=1
 pkgdesc="Library for accessing a shoutcast/icecast server"
 arch=('i686' 'x86_64')
-depends=('libvorbis' 'libtheora' 'speex')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl')
 url="http://www.icecast.org/;
 options=('!emptydirs')
 license=('LGPL')
 
source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('11765b2592e7ea623ccd93d3f8df172c')
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:37:05
  Author: fyan
Revision: 162211

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

--+
 community-staging-i686/PKGBUILD  |   54 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   54 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 144 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 162210, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 07:37:05 UTC (rev 162211)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.5
+pkgrel=8
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc"
+ "haskell-pandoc-types" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6b92a2730ed28c0242b81e47c0e21902321f98eb2b580d2114d906ca89a451e2')
+
+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.*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')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${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/haskell-pandoc-crossref.install 
(from rev 162210, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-02-18 
07:37:05 UTC (rev 162211)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
162210, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 07:37:05 UTC (rev 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:36:10
  Author: fyan
Revision: 162210

upgpkg: pandoc-crossref 0.1.6.5-8

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 07:35:51 UTC (rev 162209)
+++ PKGBUILD2016-02-18 07:36:10 UTC (rev 162210)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.1.6.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:35:51
  Author: fyan
Revision: 162209

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 162208, agda/trunk/PKGBUILD)
  agda/repos/community-staging-i686/haskell-agda.install
(from rev 162208, agda/trunk/haskell-agda.install)
  agda/repos/community-staging-i686/unordered-containers-0.2.6.patch
(from rev 162208, agda/trunk/unordered-containers-0.2.6.patch)
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 162208, agda/trunk/PKGBUILD)
  agda/repos/community-staging-x86_64/haskell-agda.install
(from rev 162208, agda/trunk/haskell-agda.install)
  agda/repos/community-staging-x86_64/unordered-containers-0.2.6.patch
(from rev 162208, agda/trunk/unordered-containers-0.2.6.patch)

---+
 community-staging-i686/PKGBUILD   |   69 
 community-staging-i686/haskell-agda.install   |   18 +++
 community-staging-i686/unordered-containers-0.2.6.patch   |   40 ++
 community-staging-x86_64/PKGBUILD |   69 
 community-staging-x86_64/haskell-agda.install |   18 +++
 community-staging-x86_64/unordered-containers-0.2.6.patch |   40 ++
 6 files changed, 254 insertions(+)

Copied: agda/repos/community-staging-i686/PKGBUILD (from rev 162208, 
agda/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 07:35:51 UTC (rev 162209)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.4.2.5
+pkgrel=2
+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=7.10.3" "alex" "happy" "haskell-boxes" "haskell-cpphs"
+ "haskell-data-hash" "haskell-edit-distance" "haskell-equivalence"
+ "haskell-geniplate-mirror" "haskell-hashable" "haskell-hashtables"
+ "haskell-src-exts" "haskell-mtl" "haskell-parallel" 
"haskell-quickcheck"
+ "haskell-strict" "haskell-text" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-zlib")
+optdepends=('agda-stdlib: for standard library')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+unordered-containers-0.2.6.patch)
+sha256sums=('959658a372d93b735d92191b372d221461026c98de4f92e56d198b576dfb67ee'
+'51e2d2160861ec6b8bd879f85cbbd00f9ed7a564b307870992370457e307f3ac')
+
+prepare() {
+sed -i 's/transformers-compat >= 0.3.3.3 && < 0.5/transformers-compat >= 
0.3.3.3 \&\& < 0.6/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+
+cd ${_hkgname}-${pkgver}
+# https://github.com/agda/agda/issues/1779
+patch -p1 -i ../unordered-containers-0.2.6.patch
+
+cd ..
+# 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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+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
+}
+
+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
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: agda/repos/community-staging-i686/haskell-agda.install (from rev 
162208, agda/trunk/haskell-agda.install)
===
--- community-staging-i686/haskell-agda.install (rev 0)
+++ 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:35:02
  Author: fyan
Revision: 162208

upgpkg: agda 2.4.2.5-2

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 07:34:20 UTC (rev 162207)
+++ PKGBUILD2016-02-18 07:35:02 UTC (rev 162208)
@@ -5,7 +5,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.4.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/;
 license=("custom")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:34:20
  Author: fyan
Revision: 162207

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 162206, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 07:34:20 UTC (rev 162207)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.1
+pkgrel=5
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7ff0fdf7a2e23b3c23dfd7b925ec29117a7d6d93fe1445f88d28b589802fee5')
+
+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 
162206, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 07:34:20 UTC (rev 162207)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.1
+pkgrel=5
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7ff0fdf7a2e23b3c23dfd7b925ec29117a7d6d93fe1445f88d28b589802fee5')
+
+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 cgrep/repos (4 files)

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:33:38
  Author: fyan
Revision: 162205

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 162204, cgrep/trunk/PKGBUILD)
  cgrep/repos/community-staging-x86_64/
  cgrep/repos/community-staging-x86_64/PKGBUILD
(from rev 162204, 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 162204, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 07:33:38 UTC (rev 162205)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.1
+pkgrel=4
+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=7.10.3" "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=('49cfd5695a20c7cdad917704e81ae6cb50e77d7db6a18f7792237bb6c4dbfc38')
+
+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 162204, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 07:33:38 UTC (rev 162205)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.1
+pkgrel=4
+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=7.10.3" "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=('49cfd5695a20c7cdad917704e81ae6cb50e77d7db6a18f7792237bb6c4dbfc38')
+
+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 stylish-haskell/trunk (PKGBUILD)

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:33:55
  Author: fyan
Revision: 162206

upgpkg: stylish-haskell 0.5.15.1-5

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 07:33:38 UTC (rev 162205)
+++ PKGBUILD2016-02-18 07:33:55 UTC (rev 162206)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.15.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 08:33:12
  Author: fyan
Revision: 162204

upgpkg: cgrep 6.6.1-4

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 07:09:31 UTC (rev 162203)
+++ PKGBUILD2016-02-18 07:33:12 UTC (rev 162204)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2016-02-17 Thread Alexander Rødseth
Date: Thursday, February 18, 2016 @ 08:09:31
  Author: arodseth
Revision: 162203

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

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

-+
 /PKGBUILD   |  376 ++
 /go.install |   42 
 community-i686/PKGBUILD |  187 
 community-i686/go.install   |   21 --
 community-x86_64/PKGBUILD   |  187 
 community-x86_64/go.install |   21 --
 6 files changed, 418 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-18 07:08:22 UTC (rev 162202)
+++ community-i686/PKGBUILD 2016-02-18 07:09:31 UTC (rev 162203)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Alexander Rødseth 
-# Maintainer: Pierre Neidhardt 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=('go' 'go-tools')
-epoch=2
-pkgver=1.5.3
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'go')
-options=('!strip' 'staticlibs')
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-_gourl=golang.org/x/tools/cmd
-
-build() {
-  cd "$pkgname-$pkgver/src"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Crosscompilation for various platforms. This is not strictly required as 
the
-  # compiler can generate libraries on the fly. Prebuilding the libs speeds up
-  # crosscompilation time.
-  #
-  # for os in darwin freebsd linux windows; do
-  #   for arch in 386 amd64 arm; do
-  # export GOOS="$os"
-  # export GOARCH="$arch"
-  # bash make.bash --no-clean
-  #   done
-  # done
-
-  export GOOS=linux
-  case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 ;;
-  esac
-
-  bash make.bash --no-clean
-
-  # System-wide tools
-  for tool in godex godoc goimports gomvpkg gorename gotype; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
-  done
-
-  # Distribution tools
-  for tool in benchcmp bundle callgraph digraph eg fiximports html2article 
oracle present ssadump stress stringer ; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  #export GO386=387
-
-  export GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  for tool in godoc goimports gomvpkg gorename gotype \
-benchcmp bundle callgraph digraph eg fiximports html2article oracle 
present ssadump stress stringer; do
-GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
-  done
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package_go() {
-  pkgdesc='Compiler and tools for the Go programming language from Google'
-  optdepends=('mercurial: for fetching sources from mercurial repositories'
-  'git: for fetching sources from git repositories'
-  'bzr: for fetching sources from bazaar repositories'
-  'subversion: for fetching sources from subversion repositories'
- 

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

2016-02-17 Thread Alexander Rødseth
Date: Thursday, February 18, 2016 @ 08:08:22
  Author: arodseth
Revision: 162202

upgpkg: go 2:1.6-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 06:49:55 UTC (rev 162201)
+++ PKGBUILD2016-02-18 07:08:22 UTC (rev 162202)
@@ -12,8 +12,8 @@
 
 pkgname=('go' 'go-tools')
 epoch=2
-pkgver=1.5.3
-pkgrel=3
+pkgver=1.6
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://golang.org/'
 license=('BSD')
@@ -97,8 +97,9 @@
   export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
   export GOROOT_BOOTSTRAP=/usr/lib/go
 
+  # bundle does not compile with 1.6
   for tool in godoc goimports gomvpkg gorename gotype \
-benchcmp bundle callgraph digraph eg fiximports html2article oracle 
present ssadump stress stringer; do
+benchcmp callgraph digraph eg fiximports html2article oracle present 
ssadump stress stringer; do
 GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
   done
 


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 07:49:30
  Author: fyan
Revision: 162200

upgpkg: hindent 4.6.1-4

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 06:33:26 UTC (rev 162199)
+++ PKGBUILD2016-02-18 06:49:30 UTC (rev 162200)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 07:49:55
  Author: fyan
Revision: 162201

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

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 162200, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 06:49:55 UTC (rev 162201)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=4
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+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 162200, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 06:49:55 UTC (rev 162201)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=4
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+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 haskell-lrucache/repos (6 files)

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 07:33:26
  Author: fyan
Revision: 162199

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

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

Copied: haskell-lrucache/repos/community-staging-i686/PKGBUILD (from rev 
162198, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 06:33:26 UTC (rev 162199)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=8
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-contravariant")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-lrucache/repos/community-staging-i686/haskell-lrucache.install 
(from rev 162198, haskell-lrucache/trunk/haskell-lrucache.install)
===
--- community-staging-i686/haskell-lrucache.install 
(rev 0)
+++ community-staging-i686/haskell-lrucache.install 2016-02-18 06:33:26 UTC 
(rev 162199)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-lrucache
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-lrucache/repos/community-staging-x86_64/PKGBUILD (from rev 
162198, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 06:33:26 UTC (rev 162199)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=8
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-contravariant")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 07:31:40
  Author: fyan
Revision: 162198

upgpkg: haskell-lrucache 1.2.0.0-8

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-lrucache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 06:27:51 UTC (rev 162197)
+++ PKGBUILD2016-02-18 06:31:40 UTC (rev 162198)
@@ -5,7 +5,7 @@
 _hkgname=lrucache
 pkgname=haskell-lrucache
 pkgver=1.2.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="a simple, pure LRU cache"
 url="http://github.com/chowells79/lrucache;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 07:27:51
  Author: fyan
Revision: 162197

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

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

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

Copied: haskell-project-template/repos/community-staging-i686/PKGBUILD (from 
rev 162196, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 06:27:51 UTC (rev 162197)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=12
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
+ "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-project-template/repos/community-staging-i686/haskell-project-template.install
 (from rev 162196, 
haskell-project-template/trunk/haskell-project-template.install)
===
--- community-staging-i686/haskell-project-template.install 
(rev 0)
+++ community-staging-i686/haskell-project-template.install 2016-02-18 
06:27:51 UTC (rev 162197)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-project-template
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 162196, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 06:27:51 UTC (rev 162197)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 07:27:00
  Author: fyan
Revision: 162196

upgpkg: haskell-project-template 0.2.0-12

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 06:25:32 UTC (rev 162195)
+++ PKGBUILD2016-02-18 06:27:00 UTC (rev 162196)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 07:25:32
  Author: fyan
Revision: 162195

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

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

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
162194, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 06:25:32 UTC (rev 162195)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.5.2
+pkgrel=6
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ebc23319d2cfd39c87b2cf688f3db45528e371de9a417fc9e07e50a796b6503a')
+
+prepare() {
+sed -i 's/comonad  >= 4   && < 5,/comonad  >= 
4   \&\& < 6,/' \
+${_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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-trifecta/repos/community-staging-i686/haskell-trifecta.install 
(from rev 162194, haskell-trifecta/trunk/haskell-trifecta.install)
===
--- community-staging-i686/haskell-trifecta.install 
(rev 0)
+++ community-staging-i686/haskell-trifecta.install 2016-02-18 06:25:32 UTC 
(rev 162195)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-trifecta
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
162194, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 06:25:32 UTC (rev 162195)
@@ 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 07:25:05
  Author: fyan
Revision: 162194

upgpkg: haskell-trifecta 1.5.2-6

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 05:33:04 UTC (rev 162193)
+++ PKGBUILD2016-02-18 06:25:05 UTC (rev 162194)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.5.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:33:04
  Author: fyan
Revision: 162193

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

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

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

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

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

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:32:23
  Author: fyan
Revision: 162192

upgpkg: pandoc-citeproc 0.9-27

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 05:29:21 UTC (rev 162191)
+++ PKGBUILD2016-02-18 05:32:23 UTC (rev 162192)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=26
+pkgrel=27
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:29:21
  Author: fyan
Revision: 162191

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

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

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

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

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

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

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:28:50
  Author: fyan
Revision: 162190

upgpkg: haskell-yesod-default 1.2.0-16

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 05:28:42 UTC (rev 162189)
+++ PKGBUILD2016-02-18 05:28:50 UTC (rev 162190)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:28:15
  Author: fyan
Revision: 162188

upgpkg: haskell-math-functions 0.1.5.2-2

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-math-functions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 05:25:42 UTC (rev 162187)
+++ PKGBUILD2016-02-18 05:28:15 UTC (rev 162188)
@@ -5,7 +5,7 @@
 _hkgname=math-functions
 pkgname=haskell-math-functions
 pkgver=0.1.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Special functions and Chebyshev polynomials"
 url="https://github.com/bos/math-functions;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:28:42
  Author: fyan
Revision: 162189

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

Added:
  haskell-math-functions/repos/community-staging-i686/
  haskell-math-functions/repos/community-staging-i686/PKGBUILD
(from rev 162188, haskell-math-functions/trunk/PKGBUILD)
  
haskell-math-functions/repos/community-staging-i686/haskell-math-functions.install
(from rev 162188, 
haskell-math-functions/trunk/haskell-math-functions.install)
  haskell-math-functions/repos/community-staging-x86_64/
  haskell-math-functions/repos/community-staging-x86_64/PKGBUILD
(from rev 162188, haskell-math-functions/trunk/PKGBUILD)
  
haskell-math-functions/repos/community-staging-x86_64/haskell-math-functions.install
(from rev 162188, 
haskell-math-functions/trunk/haskell-math-functions.install)

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

Copied: haskell-math-functions/repos/community-staging-i686/PKGBUILD (from rev 
162188, haskell-math-functions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 05:28:42 UTC (rev 162189)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=math-functions
+pkgname=haskell-math-functions
+pkgver=0.1.5.2
+pkgrel=2
+pkgdesc="Special functions and Chebyshev polynomials"
+url="https://github.com/bos/math-functions;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-erf" "haskell-vector" "haskell-vector-th-unbox")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9ec9b809d33c3b4deebc07d8e776cb3f81866e99906ed84f9c4145fe8eb39f89')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-math-functions/repos/community-staging-i686/haskell-math-functions.install
 (from rev 162188, haskell-math-functions/trunk/haskell-math-functions.install)
===
--- community-staging-i686/haskell-math-functions.install   
(rev 0)
+++ community-staging-i686/haskell-math-functions.install   2016-02-18 
05:28:42 UTC (rev 162189)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-math-functions
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-math-functions/repos/community-staging-x86_64/PKGBUILD (from 
rev 162188, haskell-math-functions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 05:28:42 UTC (rev 162189)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=math-functions
+pkgname=haskell-math-functions
+pkgver=0.1.5.2
+pkgrel=2
+pkgdesc="Special functions and Chebyshev polynomials"
+url="https://github.com/bos/math-functions;

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:25:42
  Author: fyan
Revision: 162187

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

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

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

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 162186, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 05:25:42 UTC (rev 162187)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=2
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+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-portable
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-shake/repos/community-staging-i686/haskell-shake.install (from 
rev 162186, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-02-18 05:25:42 UTC 
(rev 162187)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 162186, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 05:25:42 UTC (rev 162187)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=2
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+  

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:25:16
  Author: fyan
Revision: 162186

upgpkg: haskell-shake 0.15.5-2

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 05:11:57 UTC (rev 162185)
+++ PKGBUILD2016-02-18 05:25:16 UTC (rev 162186)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.15.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:11:57
  Author: fyan
Revision: 162185

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 162184, haskell-monad-journal/trunk/PKGBUILD)
  
haskell-monad-journal/repos/community-staging-i686/haskell-monad-journal.install
(from rev 162184, haskell-monad-journal/trunk/haskell-monad-journal.install)
  haskell-monad-journal/repos/community-staging-x86_64/
  haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD
(from rev 162184, haskell-monad-journal/trunk/PKGBUILD)
  
haskell-monad-journal/repos/community-staging-x86_64/haskell-monad-journal.install
(from rev 162184, haskell-monad-journal/trunk/haskell-monad-journal.install)

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

Copied: haskell-monad-journal/repos/community-staging-i686/PKGBUILD (from rev 
162184, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 05:11:57 UTC (rev 162185)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.1
+pkgrel=6
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-either" "haskell-monad-control" "haskell-mtl"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('79afa46b66530b7877a1860352ad3696a6ce65f3ad2f17468c3d4e78bc4fd2ad')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-monad-journal/repos/community-staging-i686/haskell-monad-journal.install
 (from rev 162184, haskell-monad-journal/trunk/haskell-monad-journal.install)
===
--- community-staging-i686/haskell-monad-journal.install
(rev 0)
+++ community-staging-i686/haskell-monad-journal.install2016-02-18 
05:11:57 UTC (rev 162185)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-journal
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

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

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:11:26
  Author: fyan
Revision: 162184

upgpkg: haskell-monad-journal 0.7.1-6

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-monad-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 04:05:23 UTC (rev 162183)
+++ PKGBUILD2016-02-18 05:11:26 UTC (rev 162184)
@@ -5,7 +5,7 @@
 _hkgname=monad-journal
 pkgname=haskell-monad-journal
 pkgver=0.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Pure logger typeclass and monad transformer"
 url="http://github.com/phaazon/monad-journal;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 05:05:23
  Author: fyan
Revision: 162183

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

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

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

Copied: haskell-descriptive/repos/community-staging-i686/PKGBUILD (from rev 
162182, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 04:05:23 UTC (rev 162183)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=4
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
162182, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 04:05:23 UTC (rev 162183)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=4
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 05:04:57
  Author: fyan
Revision: 162182

upgpkg: haskell-descriptive 0.9.4-4

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 04:04:17 UTC (rev 162181)
+++ PKGBUILD2016-02-18 04:04:57 UTC (rev 162182)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 05:04:17
  Author: fyan
Revision: 162181

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

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

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

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 162180, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 04:04:17 UTC (rev 162181)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.1
+pkgrel=11
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3d11e14bbfd07b46bba9c676dd970731be190d6dc9c5e95089c4da60565e47d2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

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

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 05:03:51
  Author: fyan
Revision: 162180

upgpkg: haskell-dns 2.0.1-11

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 04:03:09 UTC (rev 162179)
+++ PKGBUILD2016-02-18 04:03:51 UTC (rev 162180)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="DNS library in Haskell"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 05:03:09
  Author: fyan
Revision: 162179

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
162178, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 04:03:09 UTC (rev 162179)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=2
+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=7.10.3" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc230d3ded6e897434')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-esqueleto/repos/community-staging-i686/haskell-esqueleto.install (from 
rev 162178, haskell-esqueleto/trunk/haskell-esqueleto.install)
===
--- community-staging-i686/haskell-esqueleto.install
(rev 0)
+++ community-staging-i686/haskell-esqueleto.install2016-02-18 04:03:09 UTC 
(rev 162179)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-esqueleto
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
162178, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 04:03:09 UTC (rev 162179)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=2
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 05:02:12
  Author: fyan
Revision: 162177

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

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

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

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

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

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 05:02:43
  Author: fyan
Revision: 162178

upgpkg: haskell-esqueleto 2.4.3-2

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 04:02:12 UTC (rev 162177)
+++ PKGBUILD2016-02-18 04:02:43 UTC (rev 162178)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 05:01:36
  Author: fyan
Revision: 162176

upgpkg: haskell-yesod-static 1.5.0.3-16

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 03:57:20 UTC (rev 162175)
+++ PKGBUILD2016-02-18 04:01:36 UTC (rev 162176)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:57:20
  Author: fyan
Revision: 162175

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

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

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

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 162174, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 03:57:20 UTC (rev 162175)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:56:50
  Author: fyan
Revision: 162174

upgpkg: haskell-yesod 1.4.2-19

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 03:51:35 UTC (rev 162173)
+++ PKGBUILD2016-02-18 03:56:50 UTC (rev 162174)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:51:35
  Author: fyan
Revision: 162173

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

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

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

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

Copied: hlint/repos/community-staging-i686/haskell-hlint.install (from rev 
162172, hlint/trunk/haskell-hlint.install)
===
--- community-staging-i686/haskell-hlint.install
(rev 0)
+++ community-staging-i686/haskell-hlint.install2016-02-18 03:51:35 UTC 
(rev 162173)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hlint
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 162172, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 03:51:35 UTC (rev 162173)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.28
+pkgrel=2
+pkgdesc="Source code 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:51:07
  Author: fyan
Revision: 162172

upgpkg: hlint 1.9.28-2

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 03:44:56 UTC (rev 162171)
+++ PKGBUILD2016-02-18 03:51:07 UTC (rev 162172)
@@ -5,7 +5,7 @@
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
 pkgver=1.9.28
-pkgrel=1
+pkgrel=2
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:44:56
  Author: fyan
Revision: 162171

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 162170, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 03:44:56 UTC (rev 162171)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=16
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 162170, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 03:44:56 UTC (rev 162171)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=16
+pkgdesc="RFC 4918 WebDAV support"

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:44:26
  Author: fyan
Revision: 162170

upgpkg: haskell-dav 1.2-16

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 03:41:35 UTC (rev 162169)
+++ PKGBUILD2016-02-18 03:44:26 UTC (rev 162170)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=15
+pkgrel=16
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:41:35
  Author: fyan
Revision: 162169

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 162168, haskell-binary-tagged/trunk/PKGBUILD)
  
haskell-binary-tagged/repos/community-staging-i686/haskell-binary-tagged.install
(from rev 162168, haskell-binary-tagged/trunk/haskell-binary-tagged.install)
  haskell-binary-tagged/repos/community-staging-x86_64/
  haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD
(from rev 162168, haskell-binary-tagged/trunk/PKGBUILD)
  
haskell-binary-tagged/repos/community-staging-x86_64/haskell-binary-tagged.install
(from rev 162168, haskell-binary-tagged/trunk/haskell-binary-tagged.install)

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

Copied: haskell-binary-tagged/repos/community-staging-i686/PKGBUILD (from rev 
162168, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 03:41:35 UTC (rev 162169)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.3.1
+pkgrel=2
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-sha" "haskell-aeson" "haskell-generics-sop"
+ "haskell-hashable" "haskell-scientific" "haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('cdd99120148015a56d92ebc38380f9ea9254d6272e5d0952dae4e55eaf52252f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-binary-tagged/repos/community-staging-i686/haskell-binary-tagged.install
 (from rev 162168, haskell-binary-tagged/trunk/haskell-binary-tagged.install)
===
--- community-staging-i686/haskell-binary-tagged.install
(rev 0)
+++ community-staging-i686/haskell-binary-tagged.install2016-02-18 
03:41:35 UTC (rev 162169)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-binary-tagged
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD (from rev 
162168, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 03:41:35 UTC (rev 162169)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.3.1
+pkgrel=2
+pkgdesc="Tagged 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:41:04
  Author: fyan
Revision: 162168

upgpkg: haskell-binary-tagged 0.1.3.1-2

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 03:40:33 UTC (rev 162167)
+++ PKGBUILD2016-02-18 03:41:04 UTC (rev 162168)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:40:33
  Author: fyan
Revision: 162167

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

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

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

Copied: haskell-optparse-simple/repos/community-staging-i686/PKGBUILD (from rev 
162166, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 03:40:33 UTC (rev 162167)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=13
+pkgdesc="Simple interface to optparse-applicative"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-optparse-simple/repos/community-staging-i686/haskell-optparse-simple.install
 (from rev 162166, 
haskell-optparse-simple/trunk/haskell-optparse-simple.install)
===
--- community-staging-i686/haskell-optparse-simple.install  
(rev 0)
+++ community-staging-i686/haskell-optparse-simple.install  2016-02-18 
03:40:33 UTC (rev 162167)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-optparse-simple
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 162166, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 03:40:33 UTC (rev 162167)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=13
+pkgdesc="Simple interface to optparse-applicative"

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:39:59
  Author: fyan
Revision: 162166

upgpkg: haskell-optparse-simple 0.0.3-13

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 03:34:09 UTC (rev 162165)
+++ PKGBUILD2016-02-18 03:39:59 UTC (rev 162166)
@@ -5,7 +5,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.0.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Simple interface to optparse-applicative"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:33:43
  Author: fyan
Revision: 162164

upgpkg: haskell-conduit-combinators 1.0.3.1-4

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 03:31:50 UTC (rev 162163)
+++ PKGBUILD2016-02-18 03:33:43 UTC (rev 162164)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:34:09
  Author: fyan
Revision: 162165

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 162164, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 162164, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 162164, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 162164, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 162164, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 03:34:09 UTC (rev 162165)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=4
+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=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 162164, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-02-18 
03:34:09 UTC (rev 162165)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 162164, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:31:50
  Author: fyan
Revision: 162163

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 162162, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install
(from rev 162162, haskell-warp-tls/trunk/haskell-warp-tls.install)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 162162, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/haskell-warp-tls.install
(from rev 162162, haskell-warp-tls/trunk/haskell-warp-tls.install)

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
162162, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 03:31:50 UTC (rev 162163)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.0
+pkgrel=9
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cprng-aes" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1751b8fc4e24c909ed94db39a2aa20048e694ddf6e68c4acbdfe8924773f3dd8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install 
(from rev 162162, haskell-warp-tls/trunk/haskell-warp-tls.install)
===
--- community-staging-i686/haskell-warp-tls.install 
(rev 0)
+++ community-staging-i686/haskell-warp-tls.install 2016-02-18 03:31:50 UTC 
(rev 162163)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
162162, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 03:31:50 UTC (rev 162163)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.0
+pkgrel=9
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cprng-aes" "haskell-data-default-class" 
"haskell-network"
+   

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 04:31:24
  Author: fyan
Revision: 162162

upgpkg: haskell-warp-tls 3.2.0-9

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 02:41:08 UTC (rev 162161)
+++ PKGBUILD2016-02-18 03:31:24 UTC (rev 162162)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 03:41:08
  Author: fyan
Revision: 162161

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 162160, haskell-persistent-sqlite/trunk/PKGBUILD)
  
haskell-persistent-sqlite/repos/community-staging-i686/haskell-persistent-sqlite.install
(from rev 162160, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 162160, haskell-persistent-sqlite/trunk/PKGBUILD)
  
haskell-persistent-sqlite/repos/community-staging-x86_64/haskell-persistent-sqlite.install
(from rev 162160, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 162160, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 02:41:08 UTC (rev 162161)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.2
+pkgrel=21
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resourcet" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f11005a23df9ad0740111e675aab42f40eda7e37f4996ebae15e1fe48692c794')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-persistent-sqlite/repos/community-staging-i686/haskell-persistent-sqlite.install
 (from rev 162160, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
===
--- community-staging-i686/haskell-persistent-sqlite.install
(rev 0)
+++ community-staging-i686/haskell-persistent-sqlite.install2016-02-18 
02:41:08 UTC (rev 162161)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-sqlite
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 162160, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 02:41:08 UTC (rev 162161)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 03:40:41
  Author: fyan
Revision: 162160

upgpkg: haskell-persistent-sqlite 2.2-21

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 02:40:32 UTC (rev 162159)
+++ PKGBUILD2016-02-18 02:40:41 UTC (rev 162160)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 03:40:32
  Author: fyan
Revision: 162159

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 162158, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-i686/haskell-tasty-rerun.install
(from rev 162158, haskell-tasty-rerun/trunk/haskell-tasty-rerun.install)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 162158, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/haskell-tasty-rerun.install
(from rev 162158, haskell-tasty-rerun/trunk/haskell-tasty-rerun.install)

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

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
162158, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 02:40:32 UTC (rev 162159)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.5
+pkgrel=5
+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=7.10.3" "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9877de7602a231fb9cf772c47f9a15ef6764e159ddd96a350a7c16b1a158403e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-tasty-rerun/repos/community-staging-i686/haskell-tasty-rerun.install 
(from rev 162158, haskell-tasty-rerun/trunk/haskell-tasty-rerun.install)
===
--- community-staging-i686/haskell-tasty-rerun.install  
(rev 0)
+++ community-staging-i686/haskell-tasty-rerun.install  2016-02-18 02:40:32 UTC 
(rev 162159)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty-rerun
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
162158, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 02:40:32 UTC (rev 162159)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.5
+pkgrel=5
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 03:39:34
  Author: fyan
Revision: 162158

upgpkg: haskell-tasty-rerun 1.1.5-5

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 02:39:22 UTC (rev 162157)
+++ PKGBUILD2016-02-18 02:39:34 UTC (rev 162158)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.5
-pkgrel=4
+pkgrel=5
 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-aws/repos (6 files)

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 03:39:22
  Author: fyan
Revision: 162157

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

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 162156, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 02:39:22 UTC (rev 162157)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.13.0
+pkgrel=13
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3504c96a00d12fa0fe4ae5ab4dafa3eec7ca576a02ed7906cff70a75625a75a6')
+
+prepare() {
+sed -e 's/cereal   >= 0.3 && < 0.5,/cereal   
>= 0.3 \&\& < 0.6,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aws/repos/community-staging-i686/haskell-aws.install (from rev 
162156, haskell-aws/trunk/haskell-aws.install)
===
--- community-staging-i686/haskell-aws.install  (rev 0)
+++ community-staging-i686/haskell-aws.install  2016-02-18 02:39:22 UTC (rev 
162157)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aws
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 162156, 
haskell-aws/trunk/PKGBUILD)
===
--- 

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 03:37:46
  Author: fyan
Revision: 162154

upgpkg: haskell-cheapskate 0.1.0.4-8

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 00:54:54 UTC (rev 162153)
+++ PKGBUILD2016-02-18 02:37:46 UTC (rev 162154)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 03:38:11
  Author: fyan
Revision: 162155

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

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

Copied: haskell-cheapskate/repos/community-staging-i686/PKGBUILD (from rev 
162154, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 02:38:11 UTC (rev 162155)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=8
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('023243726dd26a381ae43c6cace5381533b7605f069f04888c99b58d290c3d37')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dingus
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-cheapskate/repos/community-staging-i686/haskell-cheapskate.install 
(from rev 162154, haskell-cheapskate/trunk/haskell-cheapskate.install)
===
--- community-staging-i686/haskell-cheapskate.install   
(rev 0)
+++ community-staging-i686/haskell-cheapskate.install   2016-02-18 02:38:11 UTC 
(rev 162155)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cheapskate
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
162154, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 02:38:11 UTC (rev 162155)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=8
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;

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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 03:38:15
  Author: fyan
Revision: 162156

upgpkg: haskell-aws 0.13.0-13

rebuild with unordered-containers-0.2.7.0, cryptonite-0.11, cmdargs-0.10.14, 
conduit-extra-1.1.10, vector-th-unbox-0.2.1.4

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 02:38:11 UTC (rev 162155)
+++ PKGBUILD2016-02-18 02:38:15 UTC (rev 162156)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.13.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 01:54:54
  Author: fyan
Revision: 162153

archrelease: copy trunk to community-any

Added:
  python-zope-event/repos/community-any/PKGBUILD
(from rev 162152, python-zope-event/trunk/PKGBUILD)
Deleted:
  python-zope-event/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-18 00:54:37 UTC (rev 162152)
+++ PKGBUILD2016-02-18 00:54:54 UTC (rev 162153)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Hanna 
-
-pkgbase=python-zope-event
-pkgname=('python-zope-event' 'python2-zope-event')
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Provides a simple event system"
-arch=(any)
-license=('ZPL')
-url="https://github.com/zopefoundation/zope.event;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/zopefoundation/zope.event/archive/${pkgver}.tar.gz;)
-sha256sums=('a85cb6fd0e48e1147061eb0ecab57b9cc90f4c3b5609d63e5694a2d8de28ef47')
-makedepends=('python-setuptools' 'python2-setuptools')
-
-prepare() {
-  cp -a zope.event-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/zope.event-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/zope.event-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/zope.event-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/zope.event-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_python-zope-event() {
-  depends=('python')
-  cd "$srcdir/zope.event-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-event() {
-  depends=('python2')
-  cd "$srcdir/zope.event-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-event/repos/community-any/PKGBUILD (from rev 162152, 
python-zope-event/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-18 00:54:54 UTC (rev 162153)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Hanna 
+
+pkgbase=python-zope-event
+pkgname=('python-zope-event' 'python2-zope-event')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Provides a simple event system"
+arch=(any)
+license=('ZPL')
+url="https://github.com/zopefoundation/zope.event;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/zopefoundation/zope.event/archive/${pkgver}.tar.gz;)
+sha256sums=('20b0a3abe0dadfac853f9922287e598cce8f73b9dcfd68c10aaf6f897d0dfd7f')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+prepare() {
+  cp -a zope.event-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/zope.event-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/zope.event-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/zope.event-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/zope.event-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_python-zope-event() {
+  depends=('python')
+  cd "$srcdir/zope.event-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-event() {
+  depends=('python2')
+  cd "$srcdir/zope.event-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 01:54:37
  Author: fyan
Revision: 162152

upgpkg: python-zope-event 4.2.0-1

Modified:
  python-zope-event/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 00:53:08 UTC (rev 162151)
+++ PKGBUILD2016-02-18 00:54:37 UTC (rev 162152)
@@ -4,7 +4,7 @@
 
 pkgbase=python-zope-event
 pkgname=('python-zope-event' 'python2-zope-event')
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Provides a simple event system"
 arch=(any)
@@ -12,7 +12,7 @@
 url="https://github.com/zopefoundation/zope.event;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://github.com/zopefoundation/zope.event/archive/${pkgver}.tar.gz;)
-sha256sums=('a85cb6fd0e48e1147061eb0ecab57b9cc90f4c3b5609d63e5694a2d8de28ef47')
+sha256sums=('20b0a3abe0dadfac853f9922287e598cce8f73b9dcfd68c10aaf6f897d0dfd7f')
 makedepends=('python-setuptools' 'python2-setuptools')
 
 prepare() {


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 01:52:51
  Author: fyan
Revision: 162150

upgpkg: python-ipdb 0.8.3-1

Modified:
  python-ipdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 00:51:58 UTC (rev 162149)
+++ PKGBUILD2016-02-18 00:52:51 UTC (rev 162150)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ipdb
 pkgname=(python-ipdb python2-ipdb)
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="IPython-enabled pdb"
 url="http://pypi.python.org/pypi/ipdb;
@@ -13,7 +13,7 @@
 arch=("any")
 license=("GPL")
 source=("https://pypi.python.org/packages/source/i/ipdb/ipdb-${pkgver}.tar.gz;)
-md5sums=('b6cf552fd772fb117c5cd96e337e4b68')
+md5sums=('6cf953a17d276bf56788392460585583')
 
 prepare() {
   cp -a ipdb-${pkgver}{,-py2}


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 01:53:08
  Author: fyan
Revision: 162151

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-18 00:52:51 UTC (rev 162150)
+++ PKGBUILD2016-02-18 00:53:08 UTC (rev 162151)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: N30N 
-# Contributor: giniu 
-
-pkgbase=python-ipdb
-pkgname=(python-ipdb python2-ipdb)
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="IPython-enabled pdb"
-url="http://pypi.python.org/pypi/ipdb;
-makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2')
-arch=("any")
-license=("GPL")
-source=("https://pypi.python.org/packages/source/i/ipdb/ipdb-${pkgver}.tar.gz;)
-md5sums=('b6cf552fd772fb117c5cd96e337e4b68')
-
-prepare() {
-  cp -a ipdb-${pkgver}{,-py2}
-}
-
-package_python-ipdb() {
-  depends=("ipython")
-
-  cd "${srcdir}/ipdb-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  ln -s ipdb3 "$pkgdir/usr/bin/ipdb"
-}
-
-package_python2-ipdb() {
-  depends=("ipython2")
-
-  cd "${srcdir}/ipdb-${pkgver}-py2"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  mv "$pkgdir/usr/bin/ipdb"{,2}
-}

Copied: python-ipdb/repos/community-any/PKGBUILD (from rev 162150, 
python-ipdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-18 00:53:08 UTC (rev 162151)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: N30N 
+# Contributor: giniu 
+
+pkgbase=python-ipdb
+pkgname=(python-ipdb python2-ipdb)
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="IPython-enabled pdb"
+url="http://pypi.python.org/pypi/ipdb;
+makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2')
+arch=("any")
+license=("GPL")
+source=("https://pypi.python.org/packages/source/i/ipdb/ipdb-${pkgver}.tar.gz;)
+md5sums=('6cf953a17d276bf56788392460585583')
+
+prepare() {
+  cp -a ipdb-${pkgver}{,-py2}
+}
+
+package_python-ipdb() {
+  depends=("ipython")
+
+  cd "${srcdir}/ipdb-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  ln -s ipdb3 "$pkgdir/usr/bin/ipdb"
+}
+
+package_python2-ipdb() {
+  depends=("ipython2")
+
+  cd "${srcdir}/ipdb-${pkgver}-py2"
+  python2 setup.py install -O1 --root="${pkgdir}"
+
+  mv "$pkgdir/usr/bin/ipdb"{,2}
+}


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 01:51:39
  Author: fyan
Revision: 162148

upgpkg: python-h2 2.1.2-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 23:23:20 UTC (rev 162147)
+++ PKGBUILD2016-02-18 00:51:39 UTC (rev 162148)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 01:51:58
  Author: fyan
Revision: 162149

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-18 00:51:39 UTC (rev 162148)
+++ PKGBUILD2016-02-18 00:51:58 UTC (rev 162149)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-h2
-pkgname=('python-h2' 'python2-h2')
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="HTTP/2 State-Machine based protocol implementation"
-arch=('any')
-license=('MIT')
-url="http://hyper.rtfd.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-hpack' 
'python2-hpack'
- 'python-hyperframe' 'python2-hyperframe' 'python2-enum34' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
-  'python2-hypothesis')
-source=("git+https://github.com/python-hyper/hyper-h2.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  sed -i 's/enum34>=1.0.4, <1.1/enum34>=1.0.4, <1.2/' hyper-h2/setup.py
-  cp -a hyper-h2{,-py2}
-}
-
-build() {
-  cd "$srcdir/hyper-h2"
-  python setup.py build
-
-  cd "$srcdir/hyper-h2-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/hyper-h2"
-  python setup.py ptr
-
-  cd "$srcdir/hyper-h2-py2"
-  python2 setup.py ptr
-}
-
-package_python-h2() {
-  depends=('python-hpack' 'python-hyperframe')
-
-  cd hyper-h2
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-h2() {
-  depends=('python2-hpack' 'python2-hyperframe' 'python2-enum34')
-
-  cd hyper-h2-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-h2/repos/community-any/PKGBUILD (from rev 162148, 
python-h2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-18 00:51:58 UTC (rev 162149)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-h2
+pkgname=('python-h2' 'python2-h2')
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="HTTP/2 State-Machine based protocol implementation"
+arch=('any')
+license=('MIT')
+url="http://hyper.rtfd.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-hpack' 
'python2-hpack'
+ 'python-hyperframe' 'python2-hyperframe' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
+  'python2-hypothesis')
+source=("git+https://github.com/python-hyper/hyper-h2.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i 's/enum34>=1.0.4, <1.1/enum34>=1.0.4, <1.2/' hyper-h2/setup.py
+  cp -a hyper-h2{,-py2}
+}
+
+build() {
+  cd "$srcdir/hyper-h2"
+  python setup.py build
+
+  cd "$srcdir/hyper-h2-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/hyper-h2"
+  python setup.py ptr
+
+  cd "$srcdir/hyper-h2-py2"
+  python2 setup.py ptr
+}
+
+package_python-h2() {
+  depends=('python-hpack' 'python-hyperframe')
+
+  cd hyper-h2
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-h2() {
+  depends=('python2-hpack' 'python2-hyperframe' 'python2-enum34')
+
+  cd hyper-h2-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in lxinput/trunk (PKGBUILD gtk3.patch)

2016-02-17 Thread Balló György
Date: Thursday, February 18, 2016 @ 00:23:13
  Author: bgyorgy
Revision: 162146

upgpkg: lxinput 0.3.4-2

Add GTK+ 3 version

Added:
  lxinput/trunk/gtk3.patch
Modified:
  lxinput/trunk/PKGBUILD

+
 PKGBUILD   |   52 ++--
 gtk3.patch |  108 +++
 2 files changed, 149 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 23:19:07 UTC (rev 162145)
+++ PKGBUILD2016-02-17 23:23:13 UTC (rev 162146)
@@ -1,28 +1,58 @@
 # $Id$
+# Maintainer: Balló György 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Filipp "Scorp" Andjelo 
 
-pkgname=lxinput
+pkgbase=lxinput
+pkgname=(lxinput lxinput-gtk3)
 pkgver=0.3.4
-pkgrel=1
-pkgdesc="A small program to configure keyboard and mouse for LXDE."
+pkgrel=2
+pkgdesc="Small program to configure keyboard and mouse for LXDE"
 arch=('i686' 'x86_64')
 url="http://lxde.org/;
 license=('GPL')
 groups=('lxde')
-depends=('gtk2>=2.12.0')
-makedepends=('pkgconfig' 'intltool')
-source=(http://sourceforge.net/projects/lxde/files/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.x/${pkgname}-${pkgver}.tar.xz/download)
-sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
+gtk3.patch)
+sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24'
+'73504c8bebf946f9806f9d72a79691357d1b705ca4798f5597538b9ece06e7f3')
 
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../gtk3.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
   ./configure --prefix=/usr
   make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --prefix=/usr --enable-gtk3
+  make
 }
 
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+package_lxinput() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
 }
 
+package_lxinput-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxinput')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Added: gtk3.patch
===
--- gtk3.patch  (rev 0)
+++ gtk3.patch  2016-02-17 23:23:13 UTC (rev 162146)
@@ -0,0 +1,108 @@
+From 2c29bf2b3d68f4897d708a9fa215277e1c40d2e8 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 18 Dec 2014 04:29:17 +0100
+Subject: [PATCH] Fix GtkBuilder UI file for GTK+ 3, add mouse icon to mouse
+ tab
+
+---
+ data/lxinput.ui | 27 +--
+ 1 file changed, 13 insertions(+), 14 deletions(-)
+
+diff --git a/data/lxinput.ui b/data/lxinput.ui
+index a61cb8e..a3a4175 100644
+--- a/data/lxinput.ui
 b/data/lxinput.ui
+@@ -107,7 +107,6 @@
+ 100
+ True
+ True
+-discontinuous
+ mouse_accel_adj
+ 1
+ right
+@@ -123,7 +122,6 @@
+ 100
+ True
+ True
+-discontinuous
+ mouse_threshold_adj
+ 0
+ right
+@@ -247,6 +245,19 @@
+ False
+ 6
+ 
++  
++True
++False
++16
++input-mouse
++  
++  
++True
++True
++0
++  
++
++
+   
+ True
+ False
+@@ -312,7 +323,6 @@
+ 100
+ True
+ True
+-discontinuous
+ kb_daley_adj
+ 0
+ right
+@@ -329,7 +339,6 @@
+ True
+ True
+ Interval between each key repeat
+-discontinuous
+ kb_interval_adj
+ 0
+ right

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

2016-02-17 Thread Balló György
Date: Thursday, February 18, 2016 @ 00:23:20
  Author: bgyorgy
Revision: 162147

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

Added:
  lxinput/repos/community-i686/PKGBUILD
(from rev 162146, lxinput/trunk/PKGBUILD)
  lxinput/repos/community-i686/gtk3.patch
(from rev 162146, lxinput/trunk/gtk3.patch)
  lxinput/repos/community-x86_64/PKGBUILD
(from rev 162146, lxinput/trunk/PKGBUILD)
  lxinput/repos/community-x86_64/gtk3.patch
(from rev 162146, lxinput/trunk/gtk3.patch)
Deleted:
  lxinput/repos/community-i686/PKGBUILD
  lxinput/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |  116 ++
 community-i686/PKGBUILD |   28 --
 community-i686/gtk3.patch   |  108 +++
 community-x86_64/PKGBUILD   |   28 --
 community-x86_64/gtk3.patch |  108 +++
 5 files changed, 332 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 23:23:13 UTC (rev 162146)
+++ community-i686/PKGBUILD 2016-02-17 23:23:20 UTC (rev 162147)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Filipp "Scorp" Andjelo 
-
-pkgname=lxinput
-pkgver=0.3.4
-pkgrel=1
-pkgdesc="A small program to configure keyboard and mouse for LXDE."
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2>=2.12.0')
-makedepends=('pkgconfig' 'intltool')
-source=(http://sourceforge.net/projects/lxde/files/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.x/${pkgname}-${pkgver}.tar.xz/download)
-sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: lxinput/repos/community-i686/PKGBUILD (from rev 162146, 
lxinput/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 23:23:20 UTC (rev 162147)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Filipp "Scorp" Andjelo 
+
+pkgbase=lxinput
+pkgname=(lxinput lxinput-gtk3)
+pkgver=0.3.4
+pkgrel=2
+pkgdesc="Small program to configure keyboard and mouse for LXDE"
+arch=('i686' 'x86_64')
+url="http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
+gtk3.patch)
+sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24'
+'73504c8bebf946f9806f9d72a79691357d1b705ca4798f5597538b9ece06e7f3')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../gtk3.patch
+}
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --prefix=/usr
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package_lxinput() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxinput-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxinput')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Copied: lxinput/repos/community-i686/gtk3.patch (from rev 162146, 
lxinput/trunk/gtk3.patch)
===
--- community-i686/gtk3.patch   (rev 0)
+++ community-i686/gtk3.patch   2016-02-17 23:23:20 UTC (rev 162147)
@@ -0,0 +1,108 @@
+From 2c29bf2b3d68f4897d708a9fa215277e1c40d2e8 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 18 Dec 2014 04:29:17 +0100
+Subject: [PATCH] Fix GtkBuilder UI file for GTK+ 3, add mouse icon to mouse
+ tab
+
+---
+ data/lxinput.ui | 27 +--
+ 1 file changed, 13 insertions(+), 14 deletions(-)
+
+diff --git a/data/lxinput.ui b/data/lxinput.ui
+index a61cb8e..a3a4175 100644
+--- a/data/lxinput.ui
 b/data/lxinput.ui
+@@ -107,7 +107,6 @@
+ 100
+ True
+ True
+-discontinuous
+ mouse_accel_adj
+ 1
+ right
+@@ -123,7 +122,6 @@
+ 100
+ True
+ 

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

2016-02-17 Thread Maxime Gauduin
Date: Thursday, February 18, 2016 @ 00:19:07
  Author: alucryd
Revision: 162145

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

Added:
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 162144, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch
(from rev 162144, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch
(from rev 162144, electricsheep/trunk/electricsheep-no-wxgtk.patch)
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 162144, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/electricsheep-ffmpeg30.patch
(from rev 162144, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch
(from rev 162144, electricsheep/trunk/electricsheep-no-wxgtk.patch)
Deleted:
  electricsheep/repos/community-staging-i686/PKGBUILD
  electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch
  electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch
  electricsheep/repos/community-staging-x86_64/PKGBUILD
  electricsheep/repos/community-staging-x86_64/electricsheep-ffmpeg30.patch
  electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch

---+
 /PKGBUILD |  136 
 /electricsheep-ffmpeg30.patch |  178 
 /electricsheep-no-wxgtk.patch |  154 +
 community-staging-i686/PKGBUILD   |   68 --
 community-staging-i686/electricsheep-ffmpeg30.patch   |   89 
 community-staging-i686/electricsheep-no-wxgtk.patch   |   77 --
 community-staging-x86_64/PKGBUILD |   68 --
 community-staging-x86_64/electricsheep-ffmpeg30.patch |   89 
 community-staging-x86_64/electricsheep-no-wxgtk.patch |   77 --
 9 files changed, 468 insertions(+), 468 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-02-17 23:18:54 UTC (rev 162144)
+++ community-staging-i686/PKGBUILD 2016-02-17 23:19:07 UTC (rev 162145)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=26
-pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
-arch=('i686' 'x86_64')
-url="http://community.electricsheep.org/;
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(https://sources.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-electricsheep-no-wxgtk.patch
-electricsheep-ffmpeg30.patch)
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'SKIP'
-  'b186318902dd0abac6e72a81fa374434d7244ac3'
-  'c28e8a1ad5738c56615bdb431d80eff7f9e2a554')
-validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=r125
-  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic;
-  _svnmod="${pkgname}-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-# Do not build broken electricsheep-preferences
-  patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch"
-  patch -p1 -i "${srcdir}/electricsheep-ffmpeg30.patch"
-
-  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
-  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
-  sed -i '12 i\
-#include ' Common/Singleton.h
-  mkdir m4
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
-  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 

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

2016-02-17 Thread Maxime Gauduin
Date: Thursday, February 18, 2016 @ 00:18:54
  Author: alucryd
Revision: 162144

ffmpeg 3.0 rebuild: electricsheep 2.7b33-27

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 23:16:49 UTC (rev 162143)
+++ PKGBUILD2016-02-17 23:18:54 UTC (rev 162144)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=26
+pkgrel=27
 pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
 arch=('i686' 'x86_64')
 url="http://community.electricsheep.org/;


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

2016-02-17 Thread Maxime Gauduin
Date: Thursday, February 18, 2016 @ 00:15:55
  Author: alucryd
Revision: 162142

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 162141, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch
(from rev 162141, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch
(from rev 162141, electricsheep/trunk/electricsheep-no-wxgtk.patch)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 162141, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/electricsheep-ffmpeg30.patch
(from rev 162141, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch
(from rev 162141, electricsheep/trunk/electricsheep-no-wxgtk.patch)

---+
 community-staging-i686/PKGBUILD   |   68 
 community-staging-i686/electricsheep-ffmpeg30.patch   |   89 
 community-staging-i686/electricsheep-no-wxgtk.patch   |   77 +
 community-staging-x86_64/PKGBUILD |   68 
 community-staging-x86_64/electricsheep-ffmpeg30.patch |   89 
 community-staging-x86_64/electricsheep-no-wxgtk.patch |   77 +
 6 files changed, 468 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 162141, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 23:15:55 UTC (rev 162142)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=26
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(https://sources.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+electricsheep-no-wxgtk.patch
+electricsheep-ffmpeg30.patch)
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'SKIP'
+  'b186318902dd0abac6e72a81fa374434d7244ac3'
+  'c28e8a1ad5738c56615bdb431d80eff7f9e2a554')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+# Do not build broken electricsheep-preferences
+  patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch"
+  patch -p1 -i "${srcdir}/electricsheep-ffmpeg30.patch"
+
+  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
+  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
+  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
+}

Copied: electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch 
(from rev 162141, electricsheep/trunk/electricsheep-ffmpeg30.patch)
===
--- community-staging-i686/electricsheep-ffmpeg30.patch 
(rev 0)

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

2016-02-17 Thread Balló György
Date: Thursday, February 18, 2016 @ 00:16:49
  Author: bgyorgy
Revision: 162143

Simplify download URL

Modified:
  lxappearance/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 23:15:55 UTC (rev 162142)
+++ PKGBUILD2016-02-17 23:16:49 UTC (rev 162143)
@@ -14,7 +14,7 @@
 url='http://lxde.org/'
 depends=('gtk2' 'gtk3')
 makedepends=('intltool' 'dbus-glib')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgbase-$pkgver.tar.xz
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
 gtk3.patch)
 md5sums=('79740125628a8374c1101cf26e558fa5'
  'a557783031555b63db69ae3674515735')


[arch-commits] Commit in electricsheep/trunk (PKGBUILD electricsheep-ffmpeg30.patch)

2016-02-17 Thread Maxime Gauduin
Date: Thursday, February 18, 2016 @ 00:15:36
  Author: alucryd
Revision: 162141

ffmpeg 3.0 rebuild: electricsheep 2.7b33-26

Added:
  electricsheep/trunk/electricsheep-ffmpeg30.patch
Modified:
  electricsheep/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 electricsheep-ffmpeg30.patch |   89 +
 2 files changed, 94 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 23:01:23 UTC (rev 162140)
+++ PKGBUILD2016-02-17 23:15:36 UTC (rev 162141)
@@ -13,10 +13,12 @@
 optdepends=('xscreensaver: to use electricsheep with xscreensaver')
 options=('!emptydirs')
 
source=(https://sources.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-electricsheep-no-wxgtk.patch)
+electricsheep-no-wxgtk.patch
+electricsheep-ffmpeg30.patch)
 sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
   'SKIP'
-  'b186318902dd0abac6e72a81fa374434d7244ac3')
+  'b186318902dd0abac6e72a81fa374434d7244ac3'
+  'c28e8a1ad5738c56615bdb431d80eff7f9e2a554')
 validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
 
 # source PKGBUILD && mksource
@@ -41,6 +43,7 @@
   cd ${pkgname}-${pkgver}
 # Do not build broken electricsheep-preferences
   patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch"
+  patch -p1 -i "${srcdir}/electricsheep-ffmpeg30.patch"
 
   sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
   sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac

Added: electricsheep-ffmpeg30.patch
===
--- electricsheep-ffmpeg30.patch(rev 0)
+++ electricsheep-ffmpeg30.patch2016-02-17 23:15:36 UTC (rev 162141)
@@ -0,0 +1,89 @@
+diff -rupN electricsheep-2.7b33.orig/Client/Player.cpp 
electricsheep-2.7b33/Client/Player.cpp
+--- electricsheep-2.7b33.orig/Client/Player.cpp2016-02-17 
23:58:18.290031068 +0100
 electricsheep-2.7b33/Client/Player.cpp 2016-02-18 00:00:10.793496143 
+0100
+@@ -357,18 +357,18 @@ ContentDecoder::CContentDecoder *CPlayer
+   return NULL;
+   
+ #ifndef LINUX_GNU
+-  PixelFormat pf = PIX_FMT_RGB32;
++  AVPixelFormat pf = AV_PIX_FMT_RGB32;
+   
+   //On PowerPC machines we need to use different pixel format!
+ #if defined(MAC) && defined(__BIG_ENDIAN__)
+-  pf = PIX_FMT_BGR32_1;
++  pf = AV_PIX_FMT_BGR32_1;
+ #endif
+ 
+ #else
+ 
+-  PixelFormat pf = PIX_FMT_BGR32;
++  AVPixelFormat pf = AV_PIX_FMT_BGR32;
+ #if defined(__BIG_ENDIAN__)
+-  pf = PIX_FMT_RGB32_1;
++  pf = AV_PIX_FMT_RGB32_1;
+ #endif
+ 
+ #endif
+diff -rupN electricsheep-2.7b33.orig/ContentDecoder/ContentDecoder.cpp 
electricsheep-2.7b33/ContentDecoder/ContentDecoder.cpp
+--- electricsheep-2.7b33.orig/ContentDecoder/ContentDecoder.cpp
2016-02-17 23:58:18.293364307 +0100
 electricsheep-2.7b33/ContentDecoder/ContentDecoder.cpp 2016-02-18 
00:02:41.115898486 +0100
+@@ -42,7 +42,7 @@ namespace ContentDecoder
+   CContentDecoder.
+ 
+ */
+-CContentDecoder::CContentDecoder( spCPlaylist _spPlaylist, bool 
_bStartByRandom, const uint32 _queueLenght, PixelFormat _wantedFormat )
++CContentDecoder::CContentDecoder( spCPlaylist _spPlaylist, bool 
_bStartByRandom, const uint32 _queueLenght, AVPixelFormat _wantedFormat )
+ {
+   g_Log->Info( "CContentDecoder()" );
+   m_FadeCount = g_Settings()->Get("settings.player.fadecount", 30);
+@@ -472,7 +472,7 @@ void   CContentDecoder::ReadPackets()
+   if( !NextSheepForPlaying() )
+   return;
+ 
+-  pFrame = avcodec_alloc_frame();
++  pFrame = av_frame_alloc();
+ 
+   while( true )
+   {   
+diff -rupN electricsheep-2.7b33.orig/ContentDecoder/ContentDecoder.h 
electricsheep-2.7b33/ContentDecoder/ContentDecoder.h
+--- electricsheep-2.7b33.orig/ContentDecoder/ContentDecoder.h  2016-02-17 
23:58:18.293364307 +0100
 electricsheep-2.7b33/ContentDecoder/ContentDecoder.h   2016-02-18 
00:00:43.602564223 +0100
+@@ -90,7 +90,7 @@ class CContentDecoder
+   int32   m_VideoStreamID;
+   AVFrame *m_pFrame;
+ 
+-  PixelFormat m_WantedPixelFormat;
++  AVPixelFormat   m_WantedPixelFormat;
+   SwsContext  *m_pScaler;
+ 
+   //  These are to track changes in input stream resolution, and 
recreate m_pScaler if needed.
+@@ -126,7 +126,7 @@ class CContentDecoder
+   static int DumpError( int _err );
+ 
+   public:
+-  CContentDecoder( spCPlaylist _spPlaylist, bool 
_bStartByRandom, const uint32 _queueLenght, PixelFormat _wantedPixelFormat = 
PIX_FMT_RGB24 );
++  

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

2016-02-17 Thread Anatol Pomozov
Date: Thursday, February 18, 2016 @ 00:01:23
  Author: anatolik
Revision: 162140

Put the patch comments together

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 22:54:00 UTC (rev 162139)
+++ PKGBUILD2016-02-17 23:01:23 UTC (rev 162140)
@@ -32,7 +32,6 @@
 source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
 
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
 
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
-# https://github.com/Kitware/VTK/pull/21
 gdal2.patch
 ffmpeg3_compat.patch)
 options=(staticlibs)
@@ -46,7 +45,7 @@
   cd "${srcdir}"/VTK-$pkgver
 
   patch -p1 < ../ffmpeg3_compat.patch # 
http://www.vtk.org/Bug/view.php?id=16001
-  patch -p1 < ../gdal2.patch
+  patch -p1 < ../gdal2.patch # https://github.com/Kitware/VTK/pull/21
 
   sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
   -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \


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

2016-02-17 Thread Anatol Pomozov
Date: Wednesday, February 17, 2016 @ 23:54:00
  Author: anatolik
Revision: 162139

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

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/.contrib
(from rev 162138, vtk/trunk/.contrib)
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 162138, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg3_compat.patch
(from rev 162138, vtk/trunk/ffmpeg3_compat.patch)
  vtk/repos/community-staging-i686/gdal2.patch
(from rev 162138, vtk/trunk/gdal2.patch)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/.contrib
(from rev 162138, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 162138, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg3_compat.patch
(from rev 162138, vtk/trunk/ffmpeg3_compat.patch)
  vtk/repos/community-staging-x86_64/gdal2.patch
(from rev 162138, vtk/trunk/gdal2.patch)

---+
 community-staging-i686/.contrib   |6 +
 community-staging-i686/PKGBUILD   |  128 
 community-staging-i686/ffmpeg3_compat.patch   |   62 +++
 community-staging-i686/gdal2.patch|   31 +
 community-staging-x86_64/.contrib |6 +
 community-staging-x86_64/PKGBUILD |  128 
 community-staging-x86_64/ffmpeg3_compat.patch |   62 +++
 community-staging-x86_64/gdal2.patch  |   31 +
 8 files changed, 454 insertions(+)

Copied: vtk/repos/community-staging-i686/.contrib (from rev 162138, 
vtk/trunk/.contrib)
===
--- community-staging-i686/.contrib (rev 0)
+++ community-staging-i686/.contrib 2016-02-17 22:54:00 UTC (rev 162139)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 162138, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 22:54:00 UTC (rev 162139)
@@ -0,0 +1,128 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+
+pkgname=vtk
+pkgver=7.0.0
+_majorver=7.0
+pkgrel=2
+pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
+arch=('i686' 'x86_64')
+url='http://www.vtk.org/'
+license=('BSD')
+depends=('gcc-libs' 'gl2ps')
+makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'lesstif' 'qt5-base' 'jsoncpp')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools'
+'python2-matplotlib: for Matplotlib rendering'
+'python2-twisted: for vtkWeb'
+'python2-autobahn: for vtkWeb'
+'openmpi: OpenMPI support'
+'python2-mpi4py: OpenMPI python support'
+'unixodbc'
+'glew'
+'gdal'
+'mariadb'
+'ffmpeg'
+'jsoncpp')
+source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
+
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
+
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
+# https://github.com/Kitware/VTK/pull/21
+gdal2.patch
+ffmpeg3_compat.patch)
+options=(staticlibs)
+sha1sums=('7719fac36b36965eaf5076542166ba49bbe7afbb'
+  '1bbaa642a3e3676a58a08c956df73645326c2859'
+  '8d16a1fba15e4eb95c03fe97937488ddcdd7fbd0'
+  'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e'
+  'a78177f8dd6dedd9ad189fa12730ec53c7d02508')
+
+prepare() {
+  cd "${srcdir}"/VTK-$pkgver
+
+  patch -p1 < ../ffmpeg3_compat.patch # 
http://www.vtk.org/Bug/view.php?id=16001
+  patch -p1 < ../gdal2.patch
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  # to help cmake find java
+  export JAVA_HOME=/usr/lib/jvm/default
+
+  # flags to enable using system libs
+  local cmake_system_flags=""
+  # TODO: try to use system provided XDMF2, XDMF3, LIBPROJ4 NETCDF
+  # VTK fails to compile 

[arch-commits] Commit in vtk/trunk (PKGBUILD ffmpeg3_compat.patch)

2016-02-17 Thread Anatol Pomozov
Date: Wednesday, February 17, 2016 @ 23:52:54
  Author: anatolik
Revision: 162138

FFmpeg 3.0 rebuild

https://www.archlinux.org/todo/ffmpeg-30-rebuild/

Added:
  vtk/trunk/ffmpeg3_compat.patch
Modified:
  vtk/trunk/PKGBUILD

--+
 PKGBUILD |   12 +
 ffmpeg3_compat.patch |   62 +
 2 files changed, 69 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 22:50:00 UTC (rev 162137)
+++ PKGBUILD2016-02-17 22:52:54 UTC (rev 162138)
@@ -6,7 +6,7 @@
 pkgname=vtk
 pkgver=7.0.0
 _majorver=7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
@@ -33,18 +33,20 @@
 
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
 
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
 # https://github.com/Kitware/VTK/pull/21
-gdal2.patch)
+gdal2.patch
+ffmpeg3_compat.patch)
 options=(staticlibs)
 sha1sums=('7719fac36b36965eaf5076542166ba49bbe7afbb'
   '1bbaa642a3e3676a58a08c956df73645326c2859'
   '8d16a1fba15e4eb95c03fe97937488ddcdd7fbd0'
-  'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e')
+  'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e'
+  'a78177f8dd6dedd9ad189fa12730ec53c7d02508')
 
 prepare() {
   cd "${srcdir}"/VTK-$pkgver
 
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}"/gdal2.patch
+  patch -p1 < ../ffmpeg3_compat.patch # 
http://www.vtk.org/Bug/view.php?id=16001
+  patch -p1 < ../gdal2.patch
 
   sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
   -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \

Added: ffmpeg3_compat.patch
===
--- ffmpeg3_compat.patch(rev 0)
+++ ffmpeg3_compat.patch2016-02-17 22:52:54 UTC (rev 162138)
@@ -0,0 +1,62 @@
+diff --git a/IO/FFMPEG/vtkFFMPEGWriter.cxx b/IO/FFMPEG/vtkFFMPEGWriter.cxx
+index d3fd421..294b421 100644
+--- a/IO/FFMPEG/vtkFFMPEGWriter.cxx
 b/IO/FFMPEG/vtkFFMPEGWriter.cxx
+@@ -191,11 +191,11 @@ int vtkFFMPEGWriterInternal::Start()
+   c->height = this->Dim[1];
+   if (this->Writer->GetCompression())
+ {
+-c->pix_fmt = PIX_FMT_YUVJ422P;
++c->pix_fmt = AV_PIX_FMT_YUVJ422P;
+ }
+   else
+ {
+-c->pix_fmt = PIX_FMT_BGR24;
++c->pix_fmt = AV_PIX_FMT_BGR24;
+ }
+ 
+   //to do playback at actual recorded rate, this will need more work see also 
below
+@@ -274,13 +274,13 @@ int vtkFFMPEGWriterInternal::Start()
+ #endif
+ 
+   //for the output of the writer's input...
+-  this->rgbInput = avcodec_alloc_frame();
++  this->rgbInput = av_frame_alloc();
+   if (!this->rgbInput)
+ {
+ vtkGenericWarningMacro (<< "Could not make rgbInput avframe." );
+ return 0;
+ }
+-  int RGBsize = avpicture_get_size(PIX_FMT_RGB24, c->width, c->height);
++  int RGBsize = avpicture_get_size(AV_PIX_FMT_RGB24, c->width, c->height);
+   unsigned char *rgb = (unsigned char *)av_malloc(sizeof(unsigned char) * 
RGBsize);
+   if (!rgb)
+ {
+@@ -288,10 +288,10 @@ int vtkFFMPEGWriterInternal::Start()
+ return 0;
+ }
+   //The rgb buffer should get deleted when this->rgbInput is.
+-  avpicture_fill((AVPicture *)this->rgbInput, rgb, PIX_FMT_RGB24, c->width, 
c->height);
++  avpicture_fill((AVPicture *)this->rgbInput, rgb, AV_PIX_FMT_RGB24, 
c->width, c->height);
+ 
+   //and for the output to the codec's input.
+-  this->yuvOutput = avcodec_alloc_frame();
++  this->yuvOutput = av_frame_alloc();
+   if (!this->yuvOutput)
+ {
+ vtkGenericWarningMacro (<< "Could not make yuvOutput avframe." );
+@@ -349,12 +349,12 @@ int vtkFFMPEGWriterInternal::Write(vtkImageData *id)
+   //convert that to YUV for input to the codec
+ #ifdef VTK_FFMPEG_HAS_IMG_CONVERT
+   img_convert((AVPicture *)this->yuvOutput, cc->pix_fmt,
+-  (AVPicture *)this->rgbInput, PIX_FMT_RGB24,
++  (AVPicture *)this->rgbInput, AV_PIX_FMT_RGB24,
+   cc->width, cc->height);
+ #else
+   //convert that to YUV for input to the codec
+   SwsContext* convert_ctx = sws_getContext(
+-cc->width, cc->height, PIX_FMT_RGB24,
++cc->width, cc->height, AV_PIX_FMT_RGB24,
+ cc->width, cc->height, cc->pix_fmt,
+ SWS_BICUBIC, NULL, NULL, NULL);
+ 


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

2016-02-17 Thread Maxime Gauduin
Date: Wednesday, February 17, 2016 @ 23:49:46
  Author: alucryd
Revision: 162136

ffmpeg 3.0 rebuild: cmus 2.7.1-3

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 22:33:51 UTC (rev 162135)
+++ PKGBUILD2016-02-17 22:49:46 UTC (rev 162136)
@@ -6,7 +6,7 @@
 
 pkgname=cmus
 pkgver=2.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url="https://cmus.github.io/;


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

2016-02-17 Thread Maxime Gauduin
Date: Wednesday, February 17, 2016 @ 23:50:00
  Author: alucryd
Revision: 162137

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

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

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

Copied: cmus/repos/community-staging-i686/PKGBUILD (from rev 162136, 
cmus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 22:50:00 UTC (rev 162137)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.7.1
+pkgrel=3
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url="https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}

Copied: cmus/repos/community-staging-x86_64/PKGBUILD (from rev 162136, 
cmus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 22:50:00 UTC (rev 162137)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.7.1
+pkgrel=3
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url="https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}


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

2016-02-17 Thread Balló György
Date: Wednesday, February 17, 2016 @ 23:33:51
  Author: bgyorgy
Revision: 162135

Add myself as maintainer

Modified:
  lxsession/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 22:24:08 UTC (rev 162134)
+++ PKGBUILD2016-02-17 22:33:51 UTC (rev 162135)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Balló György 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Angel Velasquez 
 # Contributor: Juergen Hoetzel 


[arch-commits] Commit in lxappearance/trunk (PKGBUILD gtk3.patch)

2016-02-17 Thread Balló György
Date: Wednesday, February 17, 2016 @ 23:24:00
  Author: bgyorgy
Revision: 162133

upgpkg: lxappearance 0.6.1-2

Add GTK+ 3 version

Added:
  lxappearance/trunk/gtk3.patch
Modified:
  lxappearance/trunk/PKGBUILD

+
 PKGBUILD   |   55 --
 gtk3.patch |  123 +++
 2 files changed, 166 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 21:57:59 UTC (rev 162132)
+++ PKGBUILD2016-02-17 22:24:00 UTC (rev 162133)
@@ -1,28 +1,59 @@
 #$Id$
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Angel Velasquez 
 # Contributor: Geoffroy Carrier 
 
-pkgname=lxappearance
+pkgbase=lxappearance
+pkgname=(lxappearance lxappearance-gtk3)
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2')
+depends=('gtk2' 'gtk3')
 makedepends=('intltool' 'dbus-glib')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('79740125628a8374c1101cf26e558fa5')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgbase-$pkgver.tar.xz
+gtk3.patch)
+md5sums=('79740125628a8374c1101cf26e558fa5'
+ 'a557783031555b63db69ae3674515735')
 
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../gtk3.patch
+  autoreconf -fi
+}
+
 build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr \
---enable-dbus
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus
   make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus --enable-gtk3
+  make
 }
 
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+package_lxappearance() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
 }
+
+package_lxappearance-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxappearance')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Added: gtk3.patch
===
--- gtk3.patch  (rev 0)
+++ gtk3.patch  2016-02-17 22:24:00 UTC (rev 162133)
@@ -0,0 +1,123 @@
+From bf3144bacb01a577b71fe9194a0d9f309a2f20b5 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 15 Dec 2014 17:27:09 +0100
+Subject: [PATCH] Substitute the correct GTK+ version in pkgconfig file
+
+This fixes the build of GTK+ 3 version of lxappearance-obconf.
+---
+ configure.ac| 1 +
+ data/lxappearance.pc.in | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index a91c34b..2ba5d34 100644
+--- a/configure.ac
 b/configure.ac
+@@ -88,6 +88,7 @@ gmodule_modules="gmodule-export-2.0"
+ PKG_CHECK_MODULES(GMODULE, [$gmodule_modules])
+ AC_SUBST(GMODULE_CFLAGS)
+ AC_SUBST(GMODULE_LIBS)
++AC_SUBST(gtk_modules)
+ 
+ # gio_modules="gthread-2.0 gio-unix-2.0 glib-2.0 >= 2.18.0"
+ # PKG_CHECK_MODULES(GIO, [$gio_modules])
+diff --git a/data/lxappearance.pc.in b/data/lxappearance.pc.in
+index 9abd35e..e711a31 100644
+--- a/data/lxappearance.pc.in
 b/data/lxappearance.pc.in
+@@ -6,5 +6,5 @@ datadir=@datadir@
+ 
+ Name: lxappearance
+ Description: Tool used to customize look and feel of gtk+ applications.
+-Requires: gtk+-2.0 >= 2.12
++Requires: @gtk_modules@
+ Version: @VERSION@
+-- 
+2.1.4
+
+From 9e6c275c9e2cca534ecde1affc277d9a75d482fd Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 18 Dec 2014 13:27:20 +0100
+Subject: [PATCH] Fix About dialog for GTK+ 3
+
+---
+ data/ui/about.glade.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/ui/about.glade.in b/data/ui/about.glade.in
+index e1b1975..04f09f8 100644
+--- a/data/ui/about.glade.in
 b/data/ui/about.glade.in
+@@ -4,9 +4,9 @@
+ 5
+ center-on-parent
+ dialog
+-False
+ LXAppearance
+ @VERSION@
++preferences-desktop-theme
+ Copyright (C) 2008-2014 
LXDE Project
+ Customizes look and feel of 
your desktop
+ http://lxde.org/
+-- 
+2.1.4
+
+From 970561f286d66056e0deb7ce9d5e276b2fd0187a Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Tue, 2 Feb 2016 00:41:20 +0100
+Subject: [PATCH] Fix demo area background for GTK+ 3
+
+Without this, the whole area become black, depending on the actually selected 
theme.
+---
+ 

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

2016-02-17 Thread Balló György
Date: Wednesday, February 17, 2016 @ 23:24:08
  Author: bgyorgy
Revision: 162134

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

Added:
  lxappearance/repos/community-i686/PKGBUILD
(from rev 162133, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-i686/gtk3.patch
(from rev 162133, lxappearance/trunk/gtk3.patch)
  lxappearance/repos/community-x86_64/PKGBUILD
(from rev 162133, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-x86_64/gtk3.patch
(from rev 162133, lxappearance/trunk/gtk3.patch)
Deleted:
  lxappearance/repos/community-i686/PKGBUILD
  lxappearance/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |  118 
 community-i686/PKGBUILD |   28 -
 community-i686/gtk3.patch   |  123 ++
 community-x86_64/PKGBUILD   |   28 -
 community-x86_64/gtk3.patch |  123 ++
 5 files changed, 364 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 22:24:00 UTC (rev 162133)
+++ community-i686/PKGBUILD 2016-02-17 22:24:08 UTC (rev 162134)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Geoffroy Carrier 
-
-pkgname=lxappearance
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2')
-makedepends=('intltool' 'dbus-glib')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('79740125628a8374c1101cf26e558fa5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr \
---enable-dbus
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: lxappearance/repos/community-i686/PKGBUILD (from rev 162133, 
lxappearance/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 22:24:08 UTC (rev 162134)
@@ -0,0 +1,59 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=lxappearance
+pkgname=(lxappearance lxappearance-gtk3)
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('gtk2' 'gtk3')
+makedepends=('intltool' 'dbus-glib')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgbase-$pkgver.tar.xz
+gtk3.patch)
+md5sums=('79740125628a8374c1101cf26e558fa5'
+ 'a557783031555b63db69ae3674515735')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../gtk3.patch
+  autoreconf -fi
+}
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus --enable-gtk3
+  make
+}
+
+package_lxappearance() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxappearance-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxappearance')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Copied: lxappearance/repos/community-i686/gtk3.patch (from rev 162133, 
lxappearance/trunk/gtk3.patch)
===
--- community-i686/gtk3.patch   (rev 0)
+++ community-i686/gtk3.patch   2016-02-17 22:24:08 UTC (rev 162134)
@@ -0,0 +1,123 @@
+From bf3144bacb01a577b71fe9194a0d9f309a2f20b5 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Mon, 15 Dec 2014 17:27:09 +0100
+Subject: [PATCH] Substitute the correct GTK+ version in pkgconfig file
+
+This fixes the build of GTK+ 3 version of lxappearance-obconf.
+---
+ configure.ac| 1 +
+ data/lxappearance.pc.in | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index a91c34b..2ba5d34 100644
+--- a/configure.ac
 b/configure.ac
+@@ -88,6 +88,7 @@ gmodule_modules="gmodule-export-2.0"
+ PKG_CHECK_MODULES(GMODULE, [$gmodule_modules])
+ AC_SUBST(GMODULE_CFLAGS)
+ AC_SUBST(GMODULE_LIBS)
++AC_SUBST(gtk_modules)
+ 
+ # gio_modules="gthread-2.0 gio-unix-2.0 glib-2.0 >= 2.18.0"
+ # 

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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 23:21:29
  Author: arojas
Revision: 259938

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-17 22:20:32 UTC (rev 259937)
+++ extra-i686/PKGBUILD 2016-02-17 22:21:29 UTC (rev 259938)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Jesse Jaara 
-# Contributor: Jussi Timperi   
-
-pkgname=libvoikko
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="A spelling and grammar checker, hyphenator and collection of related 
linguistic data for Finnish language"
-arch=(i686 x86_64)
-url="http://voikko.sourceforge.net;
-license=(GPL2)
-depends=(gcc-libs)
-makedepends=(python)
-source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz)
-md5sums=('187b04c8b18ba9472fa3ca0db44cab2c')
-
-build() {
-  cd $pkgname-$pkgver
-
-# Workaround encoding error
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --enable-hfst=false 
--with-dictionary-path=/usr/share/voikko
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir"/usr/lib/python3.5/site-packages
-  cp python/libvoikko.py "$pkgdir"/usr/lib/python3.5/site-packages/libvoikko.py
-}
-

Copied: libvoikko/repos/extra-i686/PKGBUILD (from rev 259937, 
libvoikko/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-17 22:21:29 UTC (rev 259938)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Jesse Jaara 
+# Contributor: Jussi Timperi   
+
+pkgname=libvoikko
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="A spelling and grammar checker, hyphenator and collection of related 
linguistic data for Finnish language"
+arch=(i686 x86_64)
+url="http://voikko.sourceforge.net;
+license=(GPL2)
+depends=(gcc-libs)
+makedepends=(python)
+source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz)
+md5sums=('67f168ac77c552945380a06a9e73bbda')
+
+build() {
+  cd $pkgname-$pkgver
+
+# Workaround encoding error
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --enable-hfst=false 
--with-dictionary-path=/usr/share/voikko
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/lib/python3.5/site-packages
+  cp python/libvoikko.py "$pkgdir"/usr/lib/python3.5/site-packages/libvoikko.py
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-17 22:20:32 UTC (rev 259937)
+++ extra-x86_64/PKGBUILD   2016-02-17 22:21:29 UTC (rev 259938)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Jesse Jaara 
-# Contributor: Jussi Timperi   
-
-pkgname=libvoikko
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="A spelling and grammar checker, hyphenator and collection of related 
linguistic data for Finnish language"
-arch=(i686 x86_64)
-url="http://voikko.sourceforge.net;
-license=(GPL2)
-depends=(gcc-libs)
-makedepends=(python)
-source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz)
-md5sums=('187b04c8b18ba9472fa3ca0db44cab2c')
-
-build() {
-  cd $pkgname-$pkgver
-
-# Workaround encoding error
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --enable-hfst=false 
--with-dictionary-path=/usr/share/voikko
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir"/usr/lib/python3.5/site-packages
-  cp python/libvoikko.py "$pkgdir"/usr/lib/python3.5/site-packages/libvoikko.py
-}
-

Copied: libvoikko/repos/extra-x86_64/PKGBUILD (from rev 259937, 
libvoikko/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-17 22:21:29 UTC (rev 259938)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Jesse Jaara 
+# Contributor: Jussi Timperi   
+
+pkgname=libvoikko
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="A spelling and grammar checker, hyphenator and collection of related 
linguistic data for Finnish language"
+arch=(i686 x86_64)
+url="http://voikko.sourceforge.net;
+license=(GPL2)
+depends=(gcc-libs)
+makedepends=(python)
+source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz)
+md5sums=('67f168ac77c552945380a06a9e73bbda')
+
+build() {
+  

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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 23:20:32
  Author: arojas
Revision: 259937

Update to 4.0.2

Modified:
  libvoikko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 21:37:03 UTC (rev 259936)
+++ PKGBUILD2016-02-17 22:20:32 UTC (rev 259937)
@@ -4,7 +4,7 @@
 # Contributor: Jussi Timperi   
 
 pkgname=libvoikko
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="A spelling and grammar checker, hyphenator and collection of related 
linguistic data for Finnish language"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(gcc-libs)
 makedepends=(python)
 
source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz)
-md5sums=('187b04c8b18ba9472fa3ca0db44cab2c')
+md5sums=('67f168ac77c552945380a06a9e73bbda')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-17 Thread speps
Date: Wednesday, February 17, 2016 @ 22:57:38
  Author: speps
Revision: 162131

upgpkg: smtube 16.1.0-1

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 21:49:27 UTC (rev 162130)
+++ PKGBUILD2016-02-17 21:57:38 UTC (rev 162131)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=15.11.0
-pkgrel=2
+pkgver=16.1.0
+pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
 url="http://www.smtube.org/;
@@ -21,7 +21,7 @@
 'youtube-dl: download videos')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
-md5sums=('c749cc93176d051f01e4c412d84196c5')
+md5sums=('33bb92f48dc18240d7ff208569f4a67c')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-17 Thread speps
Date: Wednesday, February 17, 2016 @ 22:57:59
  Author: speps
Revision: 162132

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

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

-+
 /PKGBUILD   |   68 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   34 ---
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/smtube.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 21:57:38 UTC (rev 162131)
+++ community-i686/PKGBUILD 2016-02-17 21:57:59 UTC (rev 162132)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=15.11.0
-pkgrel=2
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/;
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
-md5sums=('c749cc93176d051f01e4c412d84196c5')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 162131, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 21:57:59 UTC (rev 162132)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=16.1.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/;
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
+md5sums=('33bb92f48dc18240d7ff208569f4a67c')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2016-02-17 21:57:38 UTC (rev 162131)
+++ community-i686/smtube.install   2016-02-17 21:57:59 UTC (rev 162132)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 162131, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2016-02-17 21:57:59 UTC (rev 162132)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-17 21:57:38 UTC (rev 162131)

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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 22:49:27
  Author: arojas
Revision: 162130

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

Added:
  libdlna/repos/community-staging-i686/
  libdlna/repos/community-staging-i686/PKGBUILD
(from rev 162129, libdlna/trunk/PKGBUILD)
  libdlna/repos/community-staging-i686/libdlna-ffmpeg3.patch
(from rev 162129, libdlna/trunk/libdlna-ffmpeg3.patch)
  libdlna/repos/community-staging-x86_64/
  libdlna/repos/community-staging-x86_64/PKGBUILD
(from rev 162129, libdlna/trunk/PKGBUILD)
  libdlna/repos/community-staging-x86_64/libdlna-ffmpeg3.patch
(from rev 162129, libdlna/trunk/libdlna-ffmpeg3.patch)

+
 community-staging-i686/PKGBUILD|   33 +++
 community-staging-i686/libdlna-ffmpeg3.patch   |  248 +++
 community-staging-x86_64/PKGBUILD  |   33 +++
 community-staging-x86_64/libdlna-ffmpeg3.patch |  248 +++
 4 files changed, 562 insertions(+)

Copied: libdlna/repos/community-staging-i686/PKGBUILD (from rev 162129, 
libdlna/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 21:49:27 UTC (rev 162130)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kessia 'even' Pinheiro 
+# Contributor: kastor 
+
+pkgname=libdlna
+pkgver=0.2.4
+pkgrel=15
+pkgdesc="Open-source implementation of DLNA (Digital Living Network Alliance) 
standards "
+url="http://libdlna.geexbox.org;
+license=("LGPL")
+arch=('i686' 'x86_64')
+options=('!makeflags')  # not parallel safe, error find -ldlna
+depends=('glibc' 'ffmpeg')
+source=("http://libdlna.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2; 
libdlna-ffmpeg3.patch)
+md5sums=('64d7de57aff5a729f2434fc5e69b4ffc'
+ '214e6957bbb1894082acb62974753f30')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with ffmpeg 3.0
+  patch -p1 -i ../libdlna-ffmpeg3.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make lib
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libdlna/repos/community-staging-i686/libdlna-ffmpeg3.patch (from rev 
162129, libdlna/trunk/libdlna-ffmpeg3.patch)
===
--- community-staging-i686/libdlna-ffmpeg3.patch
(rev 0)
+++ community-staging-i686/libdlna-ffmpeg3.patch2016-02-17 21:49:27 UTC 
(rev 162130)
@@ -0,0 +1,248 @@
+diff -ur libdlna-0.2.4.orig/src/audio_aac.c libdlna-0.2.4/src/audio_aac.c
+--- libdlna-0.2.4.orig/src/audio_aac.c 2016-02-17 21:45:09.864497986 +
 libdlna-0.2.4/src/audio_aac.c  2016-02-17 21:45:27.487773825 +
+@@ -311,7 +311,7 @@
+ return AUDIO_PROFILE_INVALID;
+ 
+   /* check for AAC variants codec */
+-  if (ac->codec_id != CODEC_ID_AAC)
++  if (ac->codec_id != AV_CODEC_ID_AAC)
+ return AUDIO_PROFILE_INVALID;
+   
+   switch (type)
+diff -ur libdlna-0.2.4.orig/src/audio_ac3.c libdlna-0.2.4/src/audio_ac3.c
+--- libdlna-0.2.4.orig/src/audio_ac3.c 2016-02-17 21:45:09.864497986 +
 libdlna-0.2.4/src/audio_ac3.c  2016-02-17 21:45:27.487773825 +
+@@ -39,7 +39,7 @@
+ return AUDIO_PROFILE_INVALID;
+ 
+   /* check for AC3 codec */
+-  if (ac->codec_id != CODEC_ID_AC3)
++  if (ac->codec_id != AV_CODEC_ID_AC3)
+ return AUDIO_PROFILE_INVALID;
+   
+   /* supported channels: 1/0, 2/0, 3/0, 2/1, 3/1, 2/2, 3/2 */
+diff -ur libdlna-0.2.4.orig/src/audio_amr.c libdlna-0.2.4/src/audio_amr.c
+--- libdlna-0.2.4.orig/src/audio_amr.c 2016-02-17 21:45:09.864497986 +
 libdlna-0.2.4/src/audio_amr.c  2016-02-17 21:45:27.487773825 +
+@@ -53,7 +53,7 @@
+   if (!ac)
+ return 0;
+ 
+-  if (ac->codec_id != CODEC_ID_AMR_NB)
++  if (ac->codec_id != AV_CODEC_ID_AMR_NB)
+ return 0;
+   
+   /* only mono is supported */
+@@ -89,7 +89,7 @@
+   if (!ac)
+ return 0;
+ 
+-  if (ac->codec_id != CODEC_ID_AMR_WB)
++  if (ac->codec_id != AV_CODEC_ID_AMR_WB)
+ return 0;
+   
+   /* valid sampling rates: 8, 16, 24, 32 and 48 kHz */
+diff -ur libdlna-0.2.4.orig/src/audio_atrac3.c libdlna-0.2.4/src/audio_atrac3.c
+--- libdlna-0.2.4.orig/src/audio_atrac3.c  2016-02-17 21:45:09.864497986 
+
 libdlna-0.2.4/src/audio_atrac3.c   2016-02-17 21:45:27.487773825 +
+@@ -39,7 +39,7 @@
+ return AUDIO_PROFILE_INVALID;
+ 
+ #if LIBAVCODEC_VERSION_INT >= ((51<<16)+(40<<8)+4)
+-  if (ac->codec_id == CODEC_ID_ATRAC3)
++  if (ac->codec_id == AV_CODEC_ID_ATRAC3)
+ return AUDIO_PROFILE_ATRAC;
+ #endif
+ 
+diff -ur libdlna-0.2.4.orig/src/audio_g726.c libdlna-0.2.4/src/audio_g726.c
+--- libdlna-0.2.4.orig/src/audio_g726.c2016-02-17 21:45:09.864497986 
+
 libdlna-0.2.4/src/audio_g726.c 2016-02-17 21:45:27.487773825 +
+@@ -31,7 +31,7 @@
+   if 

[arch-commits] Commit in libdlna/trunk (PKGBUILD libdlna-ffmpeg3.patch)

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 22:48:28
  Author: arojas
Revision: 162129

ffmpeg 3.0 rebuild

Added:
  libdlna/trunk/libdlna-ffmpeg3.patch
Modified:
  libdlna/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +-
 libdlna-ffmpeg3.patch |  248 
 2 files changed, 258 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 21:32:11 UTC (rev 162128)
+++ PKGBUILD2016-02-17 21:48:28 UTC (rev 162129)
@@ -4,7 +4,7 @@
 
 pkgname=libdlna
 pkgver=0.2.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Open-source implementation of DLNA (Digital Living Network Alliance) 
standards "
 url="http://libdlna.geexbox.org;
 license=("LGPL")
@@ -11,9 +11,16 @@
 arch=('i686' 'x86_64')
 options=('!makeflags')  # not parallel safe, error find -ldlna
 depends=('glibc' 'ffmpeg')
-source=("http://libdlna.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('64d7de57aff5a729f2434fc5e69b4ffc')
+source=("http://libdlna.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2; 
libdlna-ffmpeg3.patch)
+md5sums=('64d7de57aff5a729f2434fc5e69b4ffc'
+ '214e6957bbb1894082acb62974753f30')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with ffmpeg 3.0
+  patch -p1 -i ../libdlna-ffmpeg3.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: libdlna-ffmpeg3.patch
===
--- libdlna-ffmpeg3.patch   (rev 0)
+++ libdlna-ffmpeg3.patch   2016-02-17 21:48:28 UTC (rev 162129)
@@ -0,0 +1,248 @@
+diff -ur libdlna-0.2.4.orig/src/audio_aac.c libdlna-0.2.4/src/audio_aac.c
+--- libdlna-0.2.4.orig/src/audio_aac.c 2016-02-17 21:45:09.864497986 +
 libdlna-0.2.4/src/audio_aac.c  2016-02-17 21:45:27.487773825 +
+@@ -311,7 +311,7 @@
+ return AUDIO_PROFILE_INVALID;
+ 
+   /* check for AAC variants codec */
+-  if (ac->codec_id != CODEC_ID_AAC)
++  if (ac->codec_id != AV_CODEC_ID_AAC)
+ return AUDIO_PROFILE_INVALID;
+   
+   switch (type)
+diff -ur libdlna-0.2.4.orig/src/audio_ac3.c libdlna-0.2.4/src/audio_ac3.c
+--- libdlna-0.2.4.orig/src/audio_ac3.c 2016-02-17 21:45:09.864497986 +
 libdlna-0.2.4/src/audio_ac3.c  2016-02-17 21:45:27.487773825 +
+@@ -39,7 +39,7 @@
+ return AUDIO_PROFILE_INVALID;
+ 
+   /* check for AC3 codec */
+-  if (ac->codec_id != CODEC_ID_AC3)
++  if (ac->codec_id != AV_CODEC_ID_AC3)
+ return AUDIO_PROFILE_INVALID;
+   
+   /* supported channels: 1/0, 2/0, 3/0, 2/1, 3/1, 2/2, 3/2 */
+diff -ur libdlna-0.2.4.orig/src/audio_amr.c libdlna-0.2.4/src/audio_amr.c
+--- libdlna-0.2.4.orig/src/audio_amr.c 2016-02-17 21:45:09.864497986 +
 libdlna-0.2.4/src/audio_amr.c  2016-02-17 21:45:27.487773825 +
+@@ -53,7 +53,7 @@
+   if (!ac)
+ return 0;
+ 
+-  if (ac->codec_id != CODEC_ID_AMR_NB)
++  if (ac->codec_id != AV_CODEC_ID_AMR_NB)
+ return 0;
+   
+   /* only mono is supported */
+@@ -89,7 +89,7 @@
+   if (!ac)
+ return 0;
+ 
+-  if (ac->codec_id != CODEC_ID_AMR_WB)
++  if (ac->codec_id != AV_CODEC_ID_AMR_WB)
+ return 0;
+   
+   /* valid sampling rates: 8, 16, 24, 32 and 48 kHz */
+diff -ur libdlna-0.2.4.orig/src/audio_atrac3.c libdlna-0.2.4/src/audio_atrac3.c
+--- libdlna-0.2.4.orig/src/audio_atrac3.c  2016-02-17 21:45:09.864497986 
+
 libdlna-0.2.4/src/audio_atrac3.c   2016-02-17 21:45:27.487773825 +
+@@ -39,7 +39,7 @@
+ return AUDIO_PROFILE_INVALID;
+ 
+ #if LIBAVCODEC_VERSION_INT >= ((51<<16)+(40<<8)+4)
+-  if (ac->codec_id == CODEC_ID_ATRAC3)
++  if (ac->codec_id == AV_CODEC_ID_ATRAC3)
+ return AUDIO_PROFILE_ATRAC;
+ #endif
+ 
+diff -ur libdlna-0.2.4.orig/src/audio_g726.c libdlna-0.2.4/src/audio_g726.c
+--- libdlna-0.2.4.orig/src/audio_g726.c2016-02-17 21:45:09.864497986 
+
 libdlna-0.2.4/src/audio_g726.c 2016-02-17 21:45:27.487773825 +
+@@ -31,7 +31,7 @@
+   if (!ac)
+ return AUDIO_PROFILE_INVALID;
+ 
+-  if (ac->codec_id != CODEC_ID_ADPCM_G726)
++  if (ac->codec_id != AV_CODEC_ID_ADPCM_G726)
+ return AUDIO_PROFILE_INVALID;
+   
+   if (ac->channels != 1)
+diff -ur libdlna-0.2.4.orig/src/audio_lpcm.c libdlna-0.2.4/src/audio_lpcm.c
+--- libdlna-0.2.4.orig/src/audio_lpcm.c2016-02-17 21:45:09.864497986 
+
 libdlna-0.2.4/src/audio_lpcm.c 2016-02-17 21:45:27.487773825 +
+@@ -45,8 +45,8 @@
+ return AUDIO_PROFILE_INVALID;
+ 
+   /* check for 16-bit signed network-endian PCM codec  */
+-  if (ac->codec_id != CODEC_ID_PCM_S16BE &&
+-  ac->codec_id != CODEC_ID_PCM_S16LE)
++  if (ac->codec_id != AV_CODEC_ID_PCM_S16BE &&
++  ac->codec_id != AV_CODEC_ID_PCM_S16LE)
+ return AUDIO_PROFILE_INVALID;
+ 
+   /* supported channels: mono or stereo */
+diff -ur libdlna-0.2.4.orig/src/audio_mp2.c libdlna-0.2.4/src/audio_mp2.c
+--- libdlna-0.2.4.orig/src/audio_mp2.c 2016-02-17 21:45:09.864497986 +

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

2016-02-17 Thread Jan Steffens
Date: Wednesday, February 17, 2016 @ 22:37:03
  Author: heftig
Revision: 259936

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

Added:
  gst-libav/repos/staging-i686/
  gst-libav/repos/staging-i686/PKGBUILD
(from rev 259935, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/staging-x86_64/
  gst-libav/repos/staging-x86_64/PKGBUILD
(from rev 259935, gst-libav/trunk/PKGBUILD)

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

Copied: gst-libav/repos/staging-i686/PKGBUILD (from rev 259935, 
gst-libav/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-17 21:37:03 UTC (rev 259936)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('python' 'yasm')
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
+--with-package-name="GStreamer libav Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--without-system-libav
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-libav/repos/staging-x86_64/PKGBUILD (from rev 259935, 
gst-libav/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-17 21:37:03 UTC (rev 259936)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('python' 'yasm')
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
+--with-package-name="GStreamer libav Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--without-system-libav
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-17 Thread Jan Steffens
Date: Wednesday, February 17, 2016 @ 22:33:03
  Author: heftig
Revision: 259935

ffmpeg 3.0: Return to static ffmpeg

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 21:12:00 UTC (rev 259934)
+++ PKGBUILD2016-02-17 21:33:03 UTC (rev 259935)
@@ -3,12 +3,12 @@
 
 pkgname=gst-libav
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Gstreamer libav Plugin"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
+depends=('gst-plugins-base-libs' 'bzip2')
 makedepends=('python' 'yasm')
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
@@ -26,7 +26,7 @@
 --disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
 --with-package-name="GStreamer libav Plugin (Arch Linux)" \
 --with-package-origin="http://www.archlinux.org/; \
---with-system-libav
+--without-system-libav
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 22:32:11
  Author: arojas
Revision: 162128

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

Added:
  libopenshot/repos/community-staging-i686/
  libopenshot/repos/community-staging-i686/PKGBUILD
(from rev 162127, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/community-staging-i686/libopenshot-ffmpeg3.patch
(from rev 162127, libopenshot/trunk/libopenshot-ffmpeg3.patch)
  libopenshot/repos/community-staging-x86_64/
  libopenshot/repos/community-staging-x86_64/PKGBUILD
(from rev 162127, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/community-staging-x86_64/libopenshot-ffmpeg3.patch
(from rev 162127, libopenshot/trunk/libopenshot-ffmpeg3.patch)

+
 community-staging-i686/PKGBUILD|   37 +++
 community-staging-i686/libopenshot-ffmpeg3.patch   |   96 +++
 community-staging-x86_64/PKGBUILD  |   37 +++
 community-staging-x86_64/libopenshot-ffmpeg3.patch |   96 +++
 4 files changed, 266 insertions(+)

Copied: libopenshot/repos/community-staging-i686/PKGBUILD (from rev 162127, 
libopenshot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 21:32:11 UTC (rev 162128)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot
+pkgver=0.0.6
+pkgrel=4
+pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
+arch=('i686' 'x86_64')
+url="http://openshot.org/;
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'qt5-base' 'qt5-multimedia' 'ruby')
+makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 libopenshot-ffmpeg3.patch)
+sha256sums=('8b1009b146ae5fab50a784534f32ef796cf5b4e59617dde7633fa5995e4ef0f9'
+'2d9d6a881944b6a04da90e89561996eeb46fb62183d12f86e529d29f0cd8be65')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with ffmpeg 3.0
+  patch -p1 -i ../libopenshot-ffmpeg3.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 ../
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: libopenshot/repos/community-staging-i686/libopenshot-ffmpeg3.patch 
(from rev 162127, libopenshot/trunk/libopenshot-ffmpeg3.patch)
===
--- community-staging-i686/libopenshot-ffmpeg3.patch
(rev 0)
+++ community-staging-i686/libopenshot-ffmpeg3.patch2016-02-17 21:32:11 UTC 
(rev 162128)
@@ -0,0 +1,96 @@
+From bb6102f46f80030c7149107d147f00dfc5ea563e Mon Sep 17 00:00:00 2001
+From: Jonathan Thomas 
+Date: Thu, 7 Jan 2016 23:50:48 -0600
+Subject: [PATCH] Added support for newer versions of libav media library.
+
+---
+ cmake/Modules/FindFFmpeg.cmake | 12 ++--
+ include/FFmpegUtilities.h  | 17 +
+ 2 files changed, 23 insertions(+), 6 deletions(-)
+
+diff --git a/cmake/Modules/FindFFmpeg.cmake b/cmake/Modules/FindFFmpeg.cmake
+index 36ad9e0..4af6cc9 100644
+--- a/cmake/Modules/FindFFmpeg.cmake
 b/cmake/Modules/FindFFmpeg.cmake
+@@ -14,7 +14,7 @@ FIND_PATH( AVFORMAT_INCLUDE_DIR libavformat/avformat.h
+   $ENV{FFMPEGDIR}/include/
+   $ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVFORMAT_LIBRARY avformat avformat-55
++FIND_LIBRARY( AVFORMAT_LIBRARY avformat avformat-55 avformat-57
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -28,7 +28,7 @@ FIND_PATH( AVCODEC_INCLUDE_DIR libavcodec/avcodec.h
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVCODEC_LIBRARY avcodec avcodec-55
++FIND_LIBRARY( AVCODEC_LIBRARY avcodec avcodec-55 avcodec-57
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -42,7 +42,7 @@ FIND_PATH( AVUTIL_INCLUDE_DIR libavutil/avutil.h
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVUTIL_LIBRARY avutil avutil-52
++FIND_LIBRARY( AVUTIL_LIBRARY avutil avutil-52 avutil-55
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+

[arch-commits] Commit in libopenshot/trunk (PKGBUILD libopenshot-ffmpeg3.patch)

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 22:31:25
  Author: arojas
Revision: 162127

ffmpeg 3.0 rebuild

Added:
  libopenshot/trunk/libopenshot-ffmpeg3.patch
Modified:
  libopenshot/trunk/PKGBUILD

---+
 PKGBUILD  |   13 -
 libopenshot-ffmpeg3.patch |   96 
 2 files changed, 106 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 21:08:02 UTC (rev 162126)
+++ PKGBUILD2016-02-17 21:31:25 UTC (rev 162127)
@@ -5,7 +5,7 @@
 
 pkgname=libopenshot
 pkgver=0.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
 arch=('i686' 'x86_64')
 url="http://openshot.org/;
@@ -12,9 +12,16 @@
 license=('LGPL3')
 depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'qt5-base' 'qt5-multimedia' 'ruby')
 makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('8b1009b146ae5fab50a784534f32ef796cf5b4e59617dde7633fa5995e4ef0f9')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 libopenshot-ffmpeg3.patch)
+sha256sums=('8b1009b146ae5fab50a784534f32ef796cf5b4e59617dde7633fa5995e4ef0f9'
+'2d9d6a881944b6a04da90e89561996eeb46fb62183d12f86e529d29f0cd8be65')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with ffmpeg 3.0
+  patch -p1 -i ../libopenshot-ffmpeg3.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
mkdir build

Added: libopenshot-ffmpeg3.patch
===
--- libopenshot-ffmpeg3.patch   (rev 0)
+++ libopenshot-ffmpeg3.patch   2016-02-17 21:31:25 UTC (rev 162127)
@@ -0,0 +1,96 @@
+From bb6102f46f80030c7149107d147f00dfc5ea563e Mon Sep 17 00:00:00 2001
+From: Jonathan Thomas 
+Date: Thu, 7 Jan 2016 23:50:48 -0600
+Subject: [PATCH] Added support for newer versions of libav media library.
+
+---
+ cmake/Modules/FindFFmpeg.cmake | 12 ++--
+ include/FFmpegUtilities.h  | 17 +
+ 2 files changed, 23 insertions(+), 6 deletions(-)
+
+diff --git a/cmake/Modules/FindFFmpeg.cmake b/cmake/Modules/FindFFmpeg.cmake
+index 36ad9e0..4af6cc9 100644
+--- a/cmake/Modules/FindFFmpeg.cmake
 b/cmake/Modules/FindFFmpeg.cmake
+@@ -14,7 +14,7 @@ FIND_PATH( AVFORMAT_INCLUDE_DIR libavformat/avformat.h
+   $ENV{FFMPEGDIR}/include/
+   $ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVFORMAT_LIBRARY avformat avformat-55
++FIND_LIBRARY( AVFORMAT_LIBRARY avformat avformat-55 avformat-57
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -28,7 +28,7 @@ FIND_PATH( AVCODEC_INCLUDE_DIR libavcodec/avcodec.h
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVCODEC_LIBRARY avcodec avcodec-55
++FIND_LIBRARY( AVCODEC_LIBRARY avcodec avcodec-55 avcodec-57
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -42,7 +42,7 @@ FIND_PATH( AVUTIL_INCLUDE_DIR libavutil/avutil.h
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVUTIL_LIBRARY avutil avutil-52
++FIND_LIBRARY( AVUTIL_LIBRARY avutil avutil-52 avutil-55
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -56,7 +56,7 @@ FIND_PATH( AVDEVICE_INCLUDE_DIR libavdevice/avdevice.h
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVDEVICE_LIBRARY avdevice avdevice-55
++FIND_LIBRARY( AVDEVICE_LIBRARY avdevice avdevice-55 avdevice-56
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -70,7 +70,7 @@ FIND_PATH( SWSCALE_INCLUDE_DIR libswscale/swscale.h
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( SWSCALE_LIBRARY swscale swscale-2
++FIND_LIBRARY( SWSCALE_LIBRARY swscale swscale-2 swscale-4
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -84,7 +84,7 @@ FIND_PATH( AVRESAMPLE_INCLUDE_DIR libavresample/avresample.h
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVRESAMPLE_LIBRARY avresample avresample-2
++FIND_LIBRARY( AVRESAMPLE_LIBRARY avresample avresample-2 avresample-3
+  PATHS /usr/lib/
+   

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

2016-02-17 Thread Maxime Gauduin
Date: Wednesday, February 17, 2016 @ 22:12:00
  Author: alucryd
Revision: 259934

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-17 21:10:57 UTC (rev 259933)
+++ extra-i686/PKGBUILD 2016-02-17 21:12:00 UTC (rev 259934)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer :
-# Contributor: Hugo Doria 
-
-pkgname=bzr
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A decentralized revision control system (bazaar)"
-arch=('i686' 'x86_64')
-url="http://bazaar.canonical.com/en/;
-license=('GPL')
-depends=('python2')
-optdepends=('python2-paramiko: for sftp support')
-source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha1sums=('5eb4d0367c6d83396250165da5bb2c8a9f378293'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|man/man1|share/man/man1|' setup.py
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-
bzrlib/{plugins/bash_completion/bashcomp.py,tests/ssl_certs/create_ssls.py,patiencediff.py,_patiencediff_py.py}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-
-  # bash-completion
-  install -D -m644 contrib/bash/bzr \
-"${pkgdir}/usr/share/bash-completion/completions/bzr"
-}

Copied: bzr/repos/extra-i686/PKGBUILD (from rev 259933, bzr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-17 21:12:00 UTC (rev 259934)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Maxime Gauduin 
+# Contributor: Hugo Doria 
+
+pkgname=bzr
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='A decentralized revision control system (bazaar)'
+arch=('i686' 'x86_64')
+url='http://bazaar.canonical.com/'
+license=('GPL')
+depends=('python2')
+optdepends=('python2-paramiko: SFTP support')
+source=("http://launchpad.net/bzr/${pkgver%.*}/${pkgver}/+download/bzr-${pkgver}.tar.gz"{,.sig})
+sha256sums=('0d451227b705a0dd21d8408353fe7e44d3a5069e6c4c26e5f146f1314b8fdab3'
+'SKIP')
+validpgpkeys=('84736900600FF95EF23513F52975A150DEF6218F') # Vincent Ladeuil
+
+prepare() {
+  cd bzr-${pkgver}
+
+  sed 's|man/man1|share/man/man1|' -i setup.py
+  sed 's|/usr/bin/env python|/usr/bin/env python2|' -i 
bzrlib/{plugins/bash_completion/bashcomp.py,tests/ssl_certs/create_ssls.py,patiencediff.py,_patiencediff_py.py}
+}
+
+build() {
+  cd bzr-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd bzr-${pkgver}
+
+  python2 setup.py install --prefix='/usr' --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions
+  install -m 644 contrib/bash/bzr 
"${pkgdir}"/usr/share/bash-completion/completions/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-17 21:10:57 UTC (rev 259933)
+++ extra-x86_64/PKGBUILD   2016-02-17 21:12:00 UTC (rev 259934)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer :
-# Contributor: Hugo Doria 
-
-pkgname=bzr
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A decentralized revision control system (bazaar)"
-arch=('i686' 'x86_64')
-url="http://bazaar.canonical.com/en/;
-license=('GPL')
-depends=('python2')
-optdepends=('python2-paramiko: for sftp support')
-source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha1sums=('5eb4d0367c6d83396250165da5bb2c8a9f378293'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|man/man1|share/man/man1|' setup.py
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-
bzrlib/{plugins/bash_completion/bashcomp.py,tests/ssl_certs/create_ssls.py,patiencediff.py,_patiencediff_py.py}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-
-  # bash-completion
-  install -D -m644 contrib/bash/bzr \
-"${pkgdir}/usr/share/bash-completion/completions/bzr"
-}

Copied: bzr/repos/extra-x86_64/PKGBUILD (from rev 259933, bzr/trunk/PKGBUILD)
===
--- 

  1   2   3   >