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

2016-03-18 Thread Jan de Groot
Date: Thursday, March 17, 2016 @ 14:04:22
  Author: jgc
Revision: 261988

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

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

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

Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 261987, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-17 13:04:22 UTC (rev 261988)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.47.6
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url="http://www.gtkmm.org/;
+sha256sums=('e1a35c6ee1f948f33cde837464a46e9421dab68cb18a5ed1d0c1ac0ab7a2ac7d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_glibmm() {
+  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
+  depends=('glib2' 'libsigc++')
+  cd "$pkgbase-$pkgver"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_glibmm-docs() {
+  pkgdesc="Developer documentation for glibmm"
+  cd "$pkgbase-$pkgver/docs"
+  make DESTDIR="$pkgdir" install
+}

Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 261987, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-17 13:04:22 UTC (rev 261988)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.47.6
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url="http://www.gtkmm.org/;
+sha256sums=('e1a35c6ee1f948f33cde837464a46e9421dab68cb18a5ed1d0c1ac0ab7a2ac7d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_glibmm() {
+  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
+  depends=('glib2' 'libsigc++')
+  cd "$pkgbase-$pkgver"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_glibmm-docs() {
+  pkgdesc="Developer documentation for glibmm"
+  cd "$pkgbase-$pkgver/docs"
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:59:24
  Author: fyan
Revision: 167223

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

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

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

Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 167222, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 05:59:24 UTC (rev 167223)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.16
+pkgrel=9
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d68ad3dd16e4b8ba943d0f58666d1f53be24923088df15f46be44bbbaf85c529')
+
+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-no-unicode -f-system-libyaml -f-no-exe
+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-yaml/repos/community-staging-i686/haskell-yaml.install (from 
rev 167222, haskell-yaml/trunk/haskell-yaml.install)
===
--- community-staging-i686/haskell-yaml.install (rev 0)
+++ community-staging-i686/haskell-yaml.install 2016-03-18 05:59:24 UTC (rev 
167223)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yaml
+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-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 167222, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 05:59:24 UTC (rev 167223)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.16
+pkgrel=9
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 

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

2016-03-18 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 09:07:20
  Author: fyan
Revision: 166974

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

Added:
  fcitx-qt5/repos/community-testing-i686/
  fcitx-qt5/repos/community-testing-i686/PKGBUILD
(from rev 166973, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-testing-x86_64/
  fcitx-qt5/repos/community-testing-x86_64/PKGBUILD
(from rev 166973, fcitx-qt5/trunk/PKGBUILD)

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

Copied: fcitx-qt5/repos/community-testing-i686/PKGBUILD (from rev 166973, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-17 08:07:20 UTC (rev 166974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.6.0')
+makedepends=('extra-cmake-modules')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('f4da9ede8918cef7aa0dbacea534ab81024e3c6d812bedd287c4c4c9a8b9ca994d4708489c602967f3504ce057ec6e118674503f5d796883f1890e8ecc11c501'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}

Copied: fcitx-qt5/repos/community-testing-x86_64/PKGBUILD (from rev 166973, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-17 08:07:20 UTC (rev 166974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.6.0')
+makedepends=('extra-cmake-modules')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('f4da9ede8918cef7aa0dbacea534ab81024e3c6d812bedd287c4c4c9a8b9ca994d4708489c602967f3504ce057ec6e118674503f5d796883f1890e8ecc11c501'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 09:02:53
  Author: fyan
Revision: 167326

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 167325, haskell-cassava/trunk/PKGBUILD)
  haskell-cassava/repos/community-staging-i686/haskell-cassava.install
(from rev 167325, haskell-cassava/trunk/haskell-cassava.install)
  haskell-cassava/repos/community-staging-x86_64/
  haskell-cassava/repos/community-staging-x86_64/PKGBUILD
(from rev 167325, haskell-cassava/trunk/PKGBUILD)
  haskell-cassava/repos/community-staging-x86_64/haskell-cassava.install
(from rev 167325, 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 167325, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 08:02:53 UTC (rev 167326)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=5
+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 167325, haskell-cassava/trunk/haskell-cassava.install)
===
--- community-staging-i686/haskell-cassava.install  
(rev 0)
+++ community-staging-i686/haskell-cassava.install  2016-03-18 08:02:53 UTC 
(rev 167326)
@@ -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 
167325, haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 08:02:53 UTC (rev 167326)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=5
+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-reducers/repos (6 files)

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 07:39:58
  Author: fyan
Revision: 167243

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

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

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

Copied: haskell-reducers/repos/community-staging-i686/PKGBUILD (from rev 
167242, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 06:39:58 UTC (rev 167243)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=8
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="http://github.com/ekmett/reducers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-text" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e43bb7678272691a358c049daecbac715c4b0fcece021c6b2ac7b2a1c16b6d5e')
+
+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-reducers/repos/community-staging-i686/haskell-reducers.install 
(from rev 167242, haskell-reducers/trunk/haskell-reducers.install)
===
--- community-staging-i686/haskell-reducers.install 
(rev 0)
+++ community-staging-i686/haskell-reducers.install 2016-03-18 06:39:58 UTC 
(rev 167243)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-reducers
+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-reducers/repos/community-staging-x86_64/PKGBUILD (from rev 
167242, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 06:39:58 UTC (rev 167243)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=8
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="http://github.com/ekmett/reducers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-fingertree" 

[arch-commits] Commit in nss/repos (30 files)

2016-03-18 Thread Jan Steffens
Date: Wednesday, March 16, 2016 @ 17:36:00
  Author: heftig
Revision: 261922

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

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 261921, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 261921, nss/trunk/bundle.sh)
  nss/repos/testing-i686/ca-certificates-mozilla.install
(from rev 261921, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-i686/certdata2pem.py
(from rev 261921, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/legacy-certs.patch
(from rev 261921, nss/trunk/legacy-certs.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 261921, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.install
(from rev 261921, nss/trunk/nss.install)
  nss/repos/testing-i686/nss.pc.in
(from rev 261921, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 261921, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 261921, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
(from rev 261921, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 261921, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/legacy-certs.patch
(from rev 261921, nss/trunk/legacy-certs.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 261921, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.install
(from rev 261921, nss/trunk/nss.install)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 261921, nss/trunk/nss.pc.in)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/ca-certificates-mozilla.install
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss.install
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss.install
  nss/repos/testing-x86_64/nss.pc.in

+
 /PKGBUILD  |  238 ++
 /bundle.sh |  108 
 /ca-certificates-mozilla.install   |   22 
 /certdata2pem.py   |  400 +++
 /nss-config.in |  290 ++
 /nss.install   |   26 
 /nss.pc.in |   22 
 testing-i686/PKGBUILD  |  113 -
 testing-i686/bundle.sh |   54 
 testing-i686/ca-certificates-mozilla.install   |   11 
 testing-i686/certdata2pem.py   |  200 -
 testing-i686/legacy-certs.patch| 2597 +++
 testing-i686/nss-config.in |  145 -
 testing-i686/nss.install   |   13 
 testing-i686/nss.pc.in |   11 
 testing-x86_64/PKGBUILD|  113 -
 testing-x86_64/bundle.sh   |   54 
 testing-x86_64/ca-certificates-mozilla.install |   11 
 testing-x86_64/certdata2pem.py |  200 -
 testing-x86_64/legacy-certs.patch  | 2597 +++
 testing-x86_64/nss-config.in   |  145 -
 testing-x86_64/nss.install |   13 
 testing-x86_64/nss.pc.in   |   11 
 23 files changed, 6300 insertions(+), 1094 deletions(-)

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


[arch-commits] Commit in wine/repos/multilib-x86_64 (7 files)

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 15:56:57
  Author: fyan
Revision: 167583

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 167582, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 167582, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 167582, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/bug40253.patch
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  364 +++-
 bug40253.patch|   87 ---
 wine.install  |   24 +--
 4 files changed, 211 insertions(+), 304 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-03-18 14:56:35 UTC (rev 167582)
+++ 30-win32-aliases.conf   2016-03-18 14:56:57 UTC (rev 167583)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 167582, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-03-18 14:56:57 UTC (rev 167583)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-18 14:56:35 UTC (rev 167582)
+++ PKGBUILD2016-03-18 14:56:57 UTC (rev 167583)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf
-bug40253.patch)
-sha1sums=('a37f61c22b48b195361a234c9e91e49070b50a99'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
-  'af4d84a92e33f0a1d6c1bfd32a5c9d8cfb74eb6d')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt

[arch-commits] Commit in speed-dreams-data/repos/community-any (PKGBUILD PKGBUILD)

2016-03-18 Thread Sven-Hendrik Haase
Date: Thursday, March 17, 2016 @ 19:02:33
  Author: svenstaro
Revision: 167039

archrelease: copy trunk to community-any

Added:
  speed-dreams-data/repos/community-any/PKGBUILD
(from rev 167038, speed-dreams-data/trunk/PKGBUILD)
Deleted:
  speed-dreams-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-17 18:01:59 UTC (rev 167038)
+++ PKGBUILD2016-03-17 18:02:33 UTC (rev 167039)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=speed-dreams-data
-_pkgname=speed-dreams
-pkgver=2.1.0
-_pkgver=2.1.0-r5799
-pkgrel=1
-pkgdesc="A racing simulator with rich graphics and physics (data files)"
-arch=('any')
-url="http://speed-dreams.sourceforge.net/;
-license=('GPL2')
-depends=()
-makedepends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxmu' 'libxrandr' 'plib' 
'libjpeg' 'zlib' 'enet' 'cmake' 'tar' 'libvorbis' 'glu')
-noextract=("${_pkgname}-src-base-${_pkgver}.tar.xz"
-   "${_pkgname}-src-unmaintained-${_pkgver}.tar.xz"
-   "${_pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
-   "${_pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
-   "${_pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz")
-source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-base-${_pkgver}.tar.xz;
-
"http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-unmaintained-${_pkgver}.tar.xz;
-
"http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz;
-
"http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz;
-
"http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz;)
-md5sums=('4e45e6ebf35b5afe52be4c4d24e670a7'
- '293ff3117d9b82d7a509bb935cdd4d4b'
- '1f4f32f726ee27fce30bbcd91c611b7f'
- '09efa3454b1b0812169b5714821279e8'
- '71f4be0d2b5589c32deb9b3686e69128')
-
-prepare() {
-  # extract these manually as bsdtar can't handle these
-  tar xf "${_pkgname}-src-base-${_pkgver}.tar.xz"
-  tar xf "${_pkgname}-src-unmaintained-${_pkgver}.tar.xz"
-  tar xf "${_pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
-  tar xf "${_pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
-  tar xf "${_pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
-}
-
-build() {
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSD_BINDIR=/usr/bin \
--DSD_DATADIR=/usr/share/speed-dreams-2 \
--DSD_LIBDIR=/usr/lib/speed-dreams-2 \
--DOPTION_OFFICIAL_ONLY=ON
-}
-
-package() {
-  make DESTDIR="${pkgdir}/" install
-
-  rm -r "${pkgdir}/usr/bin"
-  rm -r "${pkgdir}/usr/lib"
-  rm -r "${pkgdir}/usr/include"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: speed-dreams-data/repos/community-any/PKGBUILD (from rev 167038, 
speed-dreams-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-17 18:02:33 UTC (rev 167039)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=speed-dreams-data
+_pkgname=speed-dreams
+pkgver=2.2.0
+_pkgver=2.2.0-r6381
+pkgrel=1
+pkgdesc="A racing simulator with rich graphics and physics (data files)"
+arch=('any')
+url="http://speed-dreams.sourceforge.net/;
+license=('GPL2')
+depends=()
+makedepends=('sdl2' 'freealut' 'freeglut' 'libpng' 'libxmu' 'libxrandr' 'plib' 
'libjpeg' 'zlib' 'enet' 'cmake' 'tar' 'libvorbis' 'glu' 'openscenegraph')
+noextract=("${_pkgname}-src-base-${_pkgver}.tar.xz"
+   "${_pkgname}-src-unmaintained-${_pkgver}.tar.xz"
+   "${_pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
+   "${_pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
+   "${_pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz")
+source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-base-${_pkgver}.tar.xz;
+
"http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-unmaintained-${_pkgver}.tar.xz;
+
"http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz;
+
"http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz;
+
"http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz;)
+md5sums=('fd93042ff7c68d85e121165712c5fe43'
+ 'c80ec7c64d3954c1eca2f8d94d9961af'
+ 'b13f3d8f209d0b9f64256a14393a2812'
+ 'ecd7dc65a679502e376b4800a5b0fe41'
+ '85214b13f1ac0aced717d456bea2605c')
+
+prepare() {
+  # extract 

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

2016-03-18 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 07:45:02
  Author: fyan
Revision: 166966

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 166965, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-17 06:45:02 UTC (rev 166966)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=38
+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')
+
+prepare() {
+sed -e 's/aeson >= 0.7 && < 0.11/aeson >= 0.7 \&\& < 0.12/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--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 166965, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-03-17 
06:45:02 UTC (rev 166966)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 07:44:08
  Author: fyan
Revision: 167248

upgpkg: haskell-mono-traversable 0.10.1.1-6

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 06:42:55 UTC (rev 167247)
+++ PKGBUILD2016-03-18 06:44:08 UTC (rev 167248)
@@ -5,7 +5,7 @@
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
 pkgver=0.10.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 08:28:59
  Author: fyan
Revision: 167288

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

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

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

Copied: haskell-fdo-notify/repos/community-staging-i686/PKGBUILD (from rev 
167287, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 07:28:59 UTC (rev 167288)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-dbus")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-fdo-notify/repos/community-staging-i686/haskell-fdo-notify.install 
(from rev 167287, haskell-fdo-notify/trunk/haskell-fdo-notify.install)
===
--- community-staging-i686/haskell-fdo-notify.install   
(rev 0)
+++ community-staging-i686/haskell-fdo-notify.install   2016-03-18 07:28:59 UTC 
(rev 167288)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-fdo-notify
+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-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
167287, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 07:28:59 UTC (rev 167288)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-dbus")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

[arch-commits] Commit in qt5-script/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 14:11:50
  Author: arojas
Revision: 261883

archrelease: copy trunk to kde-unstable-x86_64

Added:
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261882, qt5-script/trunk/PKGBUILD)
Deleted:
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-16 13:11:38 UTC (rev 261882)
+++ PKGBUILD2016-03-16 13:11:50 UTC (rev 261883)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-script
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-base')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('d9f341dd2f4bd55962b17379807a3eec')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-script/repos/kde-unstable-x86_64/PKGBUILD (from rev 261882, 
qt5-script/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-16 13:11:50 UTC (rev 261883)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('779e6083f0adc075b132c2706241e491')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:26:00
  Author: fyan
Revision: 167117

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

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

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

Copied: haskell-resource-pool/repos/community-staging-i686/PKGBUILD (from rev 
167116, haskell-resource-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 04:26:00 UTC (rev 167117)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=resource-pool
+pkgname=haskell-resource-pool
+pkgver=0.2.3.2
+pkgrel=8
+pkgdesc="A high-performance striped resource pooling implementation"
+url="http://github.com/bos/pool;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-monad-control" "haskell-stm"
+ "haskell-transformers-base" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('8627eea2bea8824af2723646e74e2af0c73f583dd0c496c9fd242cd9d242bc12')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-resource-pool/repos/community-staging-i686/haskell-resource-pool.install
 (from rev 167116, haskell-resource-pool/trunk/haskell-resource-pool.install)
===
--- community-staging-i686/haskell-resource-pool.install
(rev 0)
+++ community-staging-i686/haskell-resource-pool.install2016-03-18 
04:26:00 UTC (rev 167117)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-resource-pool
+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-resource-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
167116, haskell-resource-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 04:26:00 UTC (rev 167117)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=resource-pool
+pkgname=haskell-resource-pool
+pkgver=0.2.3.2
+pkgrel=8
+pkgdesc="A high-performance striped resource pooling implementation"

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

2016-03-18 Thread Jonathan Steel
Date: Thursday, March 17, 2016 @ 23:31:01
  Author: jsteel
Revision: 167044

upgpkg: hiera 3.1.0-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 18:40:22 UTC (rev 167043)
+++ PKGBUILD2016-03-17 22:31:01 UTC (rev 167044)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.0.6
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('596be5ef2521f5a8c98d05760f5c86ad')
+md5sums=('3d2e81aa9a2aed377cc58ec62f202e93')
 
 package() {
   cd $pkgname-$pkgver


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:47:07
  Author: fyan
Revision: 167201

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

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

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

Copied: haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 167200, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 05:47:07 UTC (rev 167201)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=18
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 167200, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 05:47:07 UTC (rev 167201)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit

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

2016-03-18 Thread Jan de Groot
Date: Thursday, March 17, 2016 @ 16:40:11
  Author: jgc
Revision: 262004

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

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

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

Copied: grilo/repos/gnome-unstable-i686/PKGBUILD (from rev 262003, 
grilo/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-17 15:40:11 UTC (rev 262004)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1fd1a87d606f56adb3086954baec3ea6e25d9ba3fb010f11d1d3ddc9ec66bc60')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+--libdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: grilo/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262003, 
grilo/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-17 15:40:11 UTC (rev 262004)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1fd1a87d606f56adb3086954baec3ea6e25d9ba3fb010f11d1d3ddc9ec66bc60')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+--libdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:16:26
  Author: fyan
Revision: 167096

upgpkg: haskell-profunctors 5.2-9

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-profunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 04:15:37 UTC (rev 167095)
+++ PKGBUILD2016-03-18 04:16:26 UTC (rev 167096)
@@ -5,7 +5,7 @@
 _hkgname=profunctors
 pkgname=haskell-profunctors
 pkgver=5.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Profunctors"
 url="http://github.com/ekmett/profunctors/;
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 09:57:15
  Author: fyan
Revision: 167360

upgpkg: ghc-mod 5.5.0.0-16

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 08:56:25 UTC (rev 167359)
+++ PKGBUILD2016-03-18 08:57:15 UTC (rev 167360)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in xf86-video-intel/repos (6 files)

2016-03-18 Thread Andreas Radke
Date: Thursday, March 17, 2016 @ 21:08:47
  Author: andyrtr
Revision: 262022

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 262021, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 262021, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 262021, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 262021, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   62 ++
 testing-i686/xf86-video-intel.install   |   20 +
 testing-x86_64/PKGBUILD |   62 ++
 testing-x86_64/xf86-video-intel.install |   20 +
 4 files changed, 164 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 262021, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-17 20:08:47 UTC (rev 262022)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+579+g74cd4d0
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=74cd4d0')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
262021, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2016-03-17 20:08:47 UTC (rev 
262022)
@@ -0,0 +1,20 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can try
+falling back to UXA if you run into trouble. To do so, save a file with
+the following content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "sna"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 262021, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-17 20:08:47 UTC (rev 262022)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+579+g74cd4d0
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')

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

2016-03-18 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 08:25:39
  Author: fyan
Revision: 166972

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 166971, haskell-cheapskate/trunk/PKGBUILD)
  haskell-cheapskate/repos/community-staging-i686/haskell-cheapskate.install
(from rev 166971, haskell-cheapskate/trunk/haskell-cheapskate.install)
  haskell-cheapskate/repos/community-staging-x86_64/
  haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD
(from rev 166971, haskell-cheapskate/trunk/PKGBUILD)
  haskell-cheapskate/repos/community-staging-x86_64/haskell-cheapskate.install
(from rev 166971, 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 
166971, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-17 07:25:39 UTC (rev 166972)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=15
+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 166971, haskell-cheapskate/trunk/haskell-cheapskate.install)
===
--- community-staging-i686/haskell-cheapskate.install   
(rev 0)
+++ community-staging-i686/haskell-cheapskate.install   2016-03-17 07:25:39 UTC 
(rev 166972)
@@ -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 
166971, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-17 07:25:39 UTC (rev 166972)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=15
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:03:45
  Author: fyan
Revision: 167160

upgpkg: haskell-http-client-tls 0.2.2-31

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 05:02:42 UTC (rev 167159)
+++ PKGBUILD2016-03-18 05:03:45 UTC (rev 167160)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=30
+pkgrel=31
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in (4 files)

2016-03-18 Thread Jonathan Steel
Date: Friday, March 18, 2016 @ 20:07:35
  Author: jsteel
Revision: 167601

New dependency of facter

Added:
  leatherman/
  leatherman/repos/
  leatherman/trunk/
  leatherman/trunk/PKGBUILD

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

Added: leatherman/trunk/PKGBUILD
===
--- leatherman/trunk/PKGBUILD   (rev 0)
+++ leatherman/trunk/PKGBUILD   2016-03-18 19:07:35 UTC (rev 167601)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('6237a2eaa4d162e99ff6be15461eca84')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:10:35
  Author: fyan
Revision: 167086

upgpkg: haskell-bifunctors 5.2.1-6

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 04:10:05 UTC (rev 167085)
+++ PKGBUILD2016-03-18 04:10:35 UTC (rev 167086)
@@ -5,7 +5,7 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Bifunctors"
 url="http://github.com/ekmett/bifunctors/;
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 08:25:27
  Author: fyan
Revision: 167282

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

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

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

Copied: haskell-torrent/repos/community-staging-i686/PKGBUILD (from rev 167281, 
haskell-torrent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 07:25:27 UTC (rev 167282)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=torrent
+pkgname=haskell-torrent
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="BitTorrent file parser and generater"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bencode" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5914bc8b4c32c10dc82bfe373ba73745e1e785424a052b0ede5352802aa1140c')
+
+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-torrent/repos/community-staging-i686/haskell-torrent.install 
(from rev 167281, haskell-torrent/trunk/haskell-torrent.install)
===
--- community-staging-i686/haskell-torrent.install  
(rev 0)
+++ community-staging-i686/haskell-torrent.install  2016-03-18 07:25:27 UTC 
(rev 167282)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-torrent
+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-torrent/repos/community-staging-x86_64/PKGBUILD (from rev 
167281, haskell-torrent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 07:25:27 UTC (rev 167282)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=torrent
+pkgname=haskell-torrent
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="BitTorrent file parser and generater"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bencode" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:53:27
  Author: fyan
Revision: 167211

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

Added:
  haskell-regex-tdfa/repos/community-staging-i686/
  haskell-regex-tdfa/repos/community-staging-i686/PKGBUILD
(from rev 167210, haskell-regex-tdfa/trunk/PKGBUILD)
  haskell-regex-tdfa/repos/community-staging-i686/haskell-regex-tdfa.install
(from rev 167210, haskell-regex-tdfa/trunk/haskell-regex-tdfa.install)
  haskell-regex-tdfa/repos/community-staging-x86_64/
  haskell-regex-tdfa/repos/community-staging-x86_64/PKGBUILD
(from rev 167210, haskell-regex-tdfa/trunk/PKGBUILD)
  haskell-regex-tdfa/repos/community-staging-x86_64/haskell-regex-tdfa.install
(from rev 167210, haskell-regex-tdfa/trunk/haskell-regex-tdfa.install)

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

Copied: haskell-regex-tdfa/repos/community-staging-i686/PKGBUILD (from rev 
167210, haskell-regex-tdfa/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 05:53:27 UTC (rev 167211)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-tdfa
+pkgname=haskell-regex-tdfa
+pkgver=1.2.1
+pkgrel=4
+pkgdesc="Replaces/Enhances Text.Regex"
+url="http://hackage.haskell.org/package/regex-tdfa;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-parsec" "haskell-regex-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a38d305eeb78be2e34542b423e6a4763fbb8ad1df757aed01993785858c871a7')
+
+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 \
+-fbase4
+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-regex-tdfa/repos/community-staging-i686/haskell-regex-tdfa.install 
(from rev 167210, haskell-regex-tdfa/trunk/haskell-regex-tdfa.install)
===
--- community-staging-i686/haskell-regex-tdfa.install   
(rev 0)
+++ community-staging-i686/haskell-regex-tdfa.install   2016-03-18 05:53:27 UTC 
(rev 167211)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-tdfa
+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-regex-tdfa/repos/community-staging-x86_64/PKGBUILD (from rev 
167210, haskell-regex-tdfa/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 05:53:27 UTC (rev 167211)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-tdfa
+pkgname=haskell-regex-tdfa
+pkgver=1.2.1
+pkgrel=4
+pkgdesc="Replaces/Enhances Text.Regex"
+url="http://hackage.haskell.org/package/regex-tdfa;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-parsec" "haskell-regex-base")
+options=('staticlibs')

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:22:00
  Author: fyan
Revision: 167179

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

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 167178, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install
(from rev 167178, haskell-http-conduit/trunk/haskell-http-conduit.install)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 167178, haskell-http-conduit/trunk/PKGBUILD)
  
haskell-http-conduit/repos/community-staging-x86_64/haskell-http-conduit.install
(from rev 167178, haskell-http-conduit/trunk/haskell-http-conduit.install)

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
167178, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 05:22:00 UTC (rev 167179)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=33
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d')
+
+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-http-conduit/repos/community-staging-i686/haskell-http-conduit.install 
(from rev 167178, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2016-03-18 05:22:00 UTC 
(rev 167179)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
167178, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 05:22:00 UTC (rev 167179)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=33
+pkgdesc="HTTP client package with conduit interface 

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

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 17:32:20
  Author: arojas
Revision: 261921

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

Added:
  kcalc/repos/extra-i686/PKGBUILD
(from rev 261920, kcalc/trunk/PKGBUILD)
  kcalc/repos/extra-i686/kcalc-qt5.6.patch
(from rev 261920, kcalc/trunk/kcalc-qt5.6.patch)
  kcalc/repos/extra-i686/kcalc.install
(from rev 261920, kcalc/trunk/kcalc.install)
  kcalc/repos/extra-x86_64/PKGBUILD
(from rev 261920, kcalc/trunk/PKGBUILD)
  kcalc/repos/extra-x86_64/kcalc-qt5.6.patch
(from rev 261920, kcalc/trunk/kcalc-qt5.6.patch)
  kcalc/repos/extra-x86_64/kcalc.install
(from rev 261920, kcalc/trunk/kcalc.install)
Deleted:
  kcalc/repos/extra-i686/PKGBUILD
  kcalc/repos/extra-i686/kcalc.install
  kcalc/repos/extra-x86_64/PKGBUILD
  kcalc/repos/extra-x86_64/kcalc.install

+
 /PKGBUILD  |   88 +++
 /kcalc.install |   26 +++
 extra-i686/PKGBUILD|   39 -
 extra-i686/kcalc-qt5.6.patch   |   11 
 extra-i686/kcalc.install   |   13 -
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/kcalc-qt5.6.patch |   11 
 extra-x86_64/kcalc.install |   13 -
 8 files changed, 136 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-16 16:31:43 UTC (rev 261920)
+++ extra-i686/PKGBUILD 2016-03-16 16:32:20 UTC (rev 261921)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=15.12.3
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdeutils-kcalc')
-replaces=('kdeutils-kcalc')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
-sha1sums=('3a702934281d8cece1efd877b344f14f51e9ce36')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kcalc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalc/repos/extra-i686/PKGBUILD (from rev 261920, kcalc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-16 16:32:20 UTC (rev 261921)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=15.12.3
+pkgrel=2
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;
 kcalc-qt5.6.patch)
+sha1sums=('3a702934281d8cece1efd877b344f14f51e9ce36'
+  'd22bc7c30802cf7d7bec8d9da9049679ad5b754c')
+
+prepare() {
+  mkdir -p build
+
+# Workaround for null size window with Qt 5.6 (Fedora) 
https://bugs.kde.org/show_bug.cgi?id=360105
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kcalc-qt5.6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kcalc/repos/extra-i686/kcalc-qt5.6.patch (from rev 261920, 
kcalc/trunk/kcalc-qt5.6.patch)
===
--- extra-i686/kcalc-qt5.6.patch(rev 0)
+++ extra-i686/kcalc-qt5.6.patch2016-03-16 16:32:20 UTC (rev 261921)
@@ -0,0 +1,11 @@
+--- kcalc-15.12.3/kcalc.cpp.orig   2016-03-16 16:26:37.327157522 +
 kcalc-15.12.3/kcalc.cpp2016-03-16 16:28:08.533357025 +
+@@ -123,7 +123,7 @@
+ 
+   updateGeometry();
+ 
+-  setFixedSize(minimumSize());
++  if ( ! minimumSize().isEmpty() ) setFixedSize(minimumSize());
+ 
+   updateDisplay(UPDATE_FROM_CORE);
+ 

Deleted: extra-i686/kcalc.install
===
--- extra-i686/kcalc.install2016-03-16 16:31:43 UTC (rev 261920)
+++ extra-i686/kcalc.install2016-03-16 16:32:20 UTC (rev 261921)
@@ 

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:48:24
  Author: fyan
Revision: 167205

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

Added:
  haskell-libxml-sax/repos/community-staging-i686/
  haskell-libxml-sax/repos/community-staging-i686/PKGBUILD
(from rev 167204, haskell-libxml-sax/trunk/PKGBUILD)
  haskell-libxml-sax/repos/community-staging-i686/haskell-libxml-sax.install
(from rev 167204, haskell-libxml-sax/trunk/haskell-libxml-sax.install)
  haskell-libxml-sax/repos/community-staging-x86_64/
  haskell-libxml-sax/repos/community-staging-x86_64/PKGBUILD
(from rev 167204, haskell-libxml-sax/trunk/PKGBUILD)
  haskell-libxml-sax/repos/community-staging-x86_64/haskell-libxml-sax.install
(from rev 167204, haskell-libxml-sax/trunk/haskell-libxml-sax.install)

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

Copied: haskell-libxml-sax/repos/community-staging-i686/PKGBUILD (from rev 
167204, haskell-libxml-sax/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 05:48:24 UTC (rev 167205)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libxml-sax
+pkgname=haskell-libxml-sax
+pkgver=0.7.5
+pkgrel=4
+pkgdesc="Bindings for the libXML2 SAX interface"
+url="https://john-millikin.com/software/haskell-libxml/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text" "haskell-xml-types" "libxml2")
+options=('strip' 'staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('99141784cc0d6c5749f0df618b2d46922391eede09f4f9ccfc36fb58a9c16d51')
+
+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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}

Copied: 
haskell-libxml-sax/repos/community-staging-i686/haskell-libxml-sax.install 
(from rev 167204, haskell-libxml-sax/trunk/haskell-libxml-sax.install)
===
--- community-staging-i686/haskell-libxml-sax.install   
(rev 0)
+++ community-staging-i686/haskell-libxml-sax.install   2016-03-18 05:48:24 UTC 
(rev 167205)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-libxml-sax
+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-libxml-sax/repos/community-staging-x86_64/PKGBUILD (from rev 
167204, haskell-libxml-sax/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 05:48:24 UTC (rev 167205)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libxml-sax
+pkgname=haskell-libxml-sax
+pkgver=0.7.5
+pkgrel=4
+pkgdesc="Bindings for the libXML2 SAX interface"
+url="https://john-millikin.com/software/haskell-libxml/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text" "haskell-xml-types" "libxml2")
+options=('strip' 'staticlibs')

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 17:22:10
  Author: fyan
Revision: 262048

upgpkg: python-setuptools 1:20.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 16:13:53 UTC (rev 262047)
+++ PKGBUILD2016-03-18 16:22:10 UTC (rev 262048)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.3
+pkgver=20.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('688376d94e9425aa0a9df57e876eb456afe7ae3c02a3c91bb6ffadc1fc2075f5343131f02818fbf68a55b61aacaa1f6e532a20dfa716fd66938c462761a33eb6')
+sha512sums=('694258290c27cc2edbc83958de5ea4d8ebd3f96a3708012260438188fc4fd3b30a427ef87bfd418a188a74077acefb9d6e50bcf189c98a9380277f0087cce83b')
 
 prepare() {
   # We ship separated python{,2}-{packaging,six} packages.


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

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 14:11:19
  Author: arojas
Revision: 261881

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

Added:
  qt5-multimedia/repos/kde-unstable-i686/PKGBUILD
(from rev 261880, qt5-multimedia/trunk/PKGBUILD)
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261880, qt5-multimedia/trunk/PKGBUILD)
Deleted:
  qt5-multimedia/repos/kde-unstable-i686/PKGBUILD
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   86 +
 kde-unstable-i686/PKGBUILD   |   43 
 kde-unstable-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-16 13:11:03 UTC (rev 261880)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:11:19 UTC (rev 261881)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-multimedia
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-base' 'gst-plugins-base-libs' 'libpulse' 'openal')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('f9a4ca0a0bb92e8e8ba947a1e53903ea')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-multimedia/repos/kde-unstable-i686/PKGBUILD (from rev 261880, 
qt5-multimedia/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:11:19 UTC (rev 261881)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Classes for audio, video, radio and camera functionality'
+depends=('qt5-base' 'gst-plugins-base-libs' 'libpulse' 'openal')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('c66e500f6d5be693231718cccf997c30')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-16 13:11:03 UTC (rev 261880)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 13:11:19 UTC (rev 261881)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-multimedia
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-base' 'gst-plugins-base-libs' 'libpulse' 'openal')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('f9a4ca0a0bb92e8e8ba947a1e53903ea')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make 

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

2016-03-18 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 09:39:18
  Author: fyan
Revision: 166978

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 166977, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-17 08:39:18 UTC (rev 166978)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10.2
+pkgrel=7
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('797f848d073b14772e20b13507272a2bf490644e005a978423c4bf057d021d19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 166977, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-17 08:39:18 UTC (rev 166978)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10.2
+pkgrel=7
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('797f848d073b14772e20b13507272a2bf490644e005a978423c4bf057d021d19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell 

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 09:48:16
  Author: fyan
Revision: 167354

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 167353, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install
(from rev 167353, haskell-hakyll/trunk/haskell-hakyll.install)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 167353, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/haskell-hakyll.install
(from rev 167353, 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 167353, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 08:48:16 UTC (rev 167354)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=39
+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 167353, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-03-18 08:48:16 UTC 
(rev 167354)
@@ -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 
167353, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 08:48:16 UTC (rev 167354)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:11:49
  Author: fyan
Revision: 167089

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

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

-+
 community-staging-i686/PKGBUILD |   40 ++
 community-staging-i686/haskell-http-types.install   |   18 
 community-staging-x86_64/PKGBUILD   |   40 ++
 community-staging-x86_64/haskell-http-types.install |   18 
 4 files changed, 116 insertions(+)

Copied: haskell-http-types/repos/community-staging-i686/PKGBUILD (from rev 
167088, haskell-http-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 04:11:49 UTC (rev 167089)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9
+pkgrel=7
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('3569c6e2712e62590fbf4a20dcf8d4f3')
+
+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
+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-http-types/repos/community-staging-i686/haskell-http-types.install 
(from rev 167088, haskell-http-types/trunk/haskell-http-types.install)
===
--- community-staging-i686/haskell-http-types.install   
(rev 0)
+++ community-staging-i686/haskell-http-types.install   2016-03-18 04:11:49 UTC 
(rev 167089)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-types
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-types/repos/community-staging-x86_64/PKGBUILD (from rev 
167088, haskell-http-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 04:11:49 UTC (rev 167089)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9
+pkgrel=7
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+options=('staticlibs')

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

2016-03-18 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 07:43:07
  Author: fyan
Revision: 166965

upgpkg: pandoc-citeproc 0.9-38

rebuild with case-insensitive-1.2.0.6, http2-1.5.4, tagsoup-0.13.9

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 06:31:50 UTC (rev 166964)
+++ PKGBUILD2016-03-17 06:43:07 UTC (rev 166965)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=37
+pkgrel=38
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 15:39:38
  Author: fyan
Revision: 167580

upgpkg: haskell-yesod-static 1.5.0.3-28

rebuild with language-javascript-0.5.14.5

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 14:20:00 UTC (rev 167579)
+++ PKGBUILD2016-03-18 14:39:38 UTC (rev 167580)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=27
+pkgrel=28
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 04:50:01
  Author: fyan
Revision: 167068

upgpkg: haskell-void 0.7.1-6

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 03:47:38 UTC (rev 167067)
+++ PKGBUILD2016-03-18 03:50:01 UTC (rev 167068)
@@ -5,7 +5,7 @@
 _hkgname=void
 pkgname=haskell-void
 pkgver=0.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A Haskell 98 logically uninhabited data type"
 url="http://github.com/ekmett/void;
 license=("custom:BSD3")


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

2016-03-18 Thread Andreas Radke
Date: Friday, March 18, 2016 @ 14:46:25
  Author: andyrtr
Revision: 262045

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 262044, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 262044, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 262044, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 262044, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 262044, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 262044, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip.install

+
 /PKGBUILD  |  166 +++
 /disable_upgrade.patch |   28 +
 /hplip.install |   36 +++
 extra-i686/PKGBUILD|   83 -
 extra-i686/disable_upgrade.patch   |   14 --
 extra-i686/hplip.install   |   18 ---
 extra-x86_64/PKGBUILD  |   83 -
 extra-x86_64/disable_upgrade.patch |   14 --
 extra-x86_64/hplip.install |   18 ---
 9 files changed, 230 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-18 13:46:11 UTC (rev 262044)
+++ extra-i686/PKGBUILD 2016-03-18 13:46:25 UTC (rev 262045)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Tom Gundersen 
-# Contributor : Rémy Oudompheng 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=hplip
-pkgver=3.16.2
-pkgrel=2
-pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
-arch=('i686' 'x86_64')
-url="http://hplipopensource.com;
-license=('GPL')
-depends=('python-dbus' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 
'foomatic-db-engine')
-makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
-optdepends=('cups: for printing support'
-'sane: for scanner support'
-'xsane: sane scanner frontend'
-'python-pillow: for commandline scanning support'
-'python-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python-pyqt4: for running GUI and hp-toolbox'
-'python-gobject: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-disable_upgrade.patch)
-sha1sums=('28efa845832c77e7015442e7934fc01cc5c4b346'
-  'SKIP'
-  '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
-validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
-
-prepare() {
- cd $pkgname-$pkgver
- 
- # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip > ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
- --enable-cups-drv-install \
- --enable-hpijs-install \
- --enable-foomatic-drv-install \
- --enable-pp-build #--help
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR="$pkgdir/" install
- 
- # remove config provided by sane and autostart of hp-daemon
- rm -rf "$pkgdir"/etc/{sane.d,xdg}
- 
- # remove HAL .fdi file because HAL is no longer used
- rm -vrf "$pkgdir"/usr/share/hal
- 
- # remove rc script
- rm -vrf "$pkgdir"/etc/init.d
-}

Copied: hplip/repos/extra-i686/PKGBUILD (from rev 262044, hplip/trunk/PKGBUILD)
===
--- 

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 11:38:28
  Author: fyan
Revision: 167387

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 167386, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 10:38:28 UTC (rev 167387)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160229
+pkgrel=9
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-dlist" "haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions"
+ "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mtl"
+ "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-protocol-xmpp" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-quickcheck"
+ "haskell-random" "haskell-regex-tdfa" "haskell-resourcet" 
"haskell-safesemaphore"
+ "haskell-sandi" "haskell-securemem" "haskell-shakespeare" 
"haskell-stm"
+ "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('1eac609eeedbf01cf088461577b478a3aa99f7ecefa668214308e3b5509c1506')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 167386, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 10:38:28 UTC (rev 167387)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160229
+pkgrel=9
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" 

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 04:58:59
  Author: fyan
Revision: 167078

upgpkg: haskell-comonad 5-9

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 03:57:16 UTC (rev 167077)
+++ PKGBUILD2016-03-18 03:58:59 UTC (rev 167078)
@@ -5,7 +5,7 @@
 _hkgname=comonad
 pkgname=haskell-comonad
 pkgver=5
-pkgrel=8
+pkgrel=9
 pkgdesc="Comonads"
 url="http://github.com/ekmett/comonad/;
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:35:59
  Author: fyan
Revision: 167191

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

Added:
  haskell-vector-instances/repos/community-staging-i686/
  haskell-vector-instances/repos/community-staging-i686/PKGBUILD
(from rev 167190, haskell-vector-instances/trunk/PKGBUILD)
  
haskell-vector-instances/repos/community-staging-i686/haskell-vector-instances.install
(from rev 167190, 
haskell-vector-instances/trunk/haskell-vector-instances.install)
  haskell-vector-instances/repos/community-staging-x86_64/
  haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 167190, haskell-vector-instances/trunk/PKGBUILD)
  
haskell-vector-instances/repos/community-staging-x86_64/haskell-vector-instances.install
(from rev 167190, 
haskell-vector-instances/trunk/haskell-vector-instances.install)

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

Copied: haskell-vector-instances/repos/community-staging-i686/PKGBUILD (from 
rev 167190, haskell-vector-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 05:35:59 UTC (rev 167191)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-instances
+pkgname=haskell-vector-instances
+pkgver=3.3.1
+pkgrel=12
+pkgdesc="Orphan Instances for \'Data.Vector\'"
+url="http://github.com/ekmett/vector-instances;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-keys" "haskell-pointed"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('68c7f154fe4ad53e29433e150c8718b0e74b4cf4c45a79af89940fff83868c59')
+
+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-vector-instances/repos/community-staging-i686/haskell-vector-instances.install
 (from rev 167190, 
haskell-vector-instances/trunk/haskell-vector-instances.install)
===
--- community-staging-i686/haskell-vector-instances.install 
(rev 0)
+++ community-staging-i686/haskell-vector-instances.install 2016-03-18 
05:35:59 UTC (rev 167191)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-vector-instances
+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-vector-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 167190, haskell-vector-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 05:35:59 UTC (rev 167191)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-instances
+pkgname=haskell-vector-instances
+pkgver=3.3.1
+pkgrel=12

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

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 14:11:03
  Author: arojas
Revision: 261880

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

Added:
  qt5-imageformats/repos/kde-unstable-i686/PKGBUILD
(from rev 261879, qt5-imageformats/trunk/PKGBUILD)
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261879, qt5-imageformats/trunk/PKGBUILD)
Deleted:
  qt5-imageformats/repos/kde-unstable-i686/PKGBUILD
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-16 13:10:43 UTC (rev 261879)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:11:03 UTC (rev 261880)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-base' 'libtiff' 'jasper')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('c98c64571b0df33a001f38641521a16d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-imageformats/repos/kde-unstable-i686/PKGBUILD (from rev 261879, 
qt5-imageformats/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:11:03 UTC (rev 261880)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'libtiff' 'jasper')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('bb57c1db37e89a47f3513859ef04ae97')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-16 13:10:43 UTC (rev 261879)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 13:11:03 UTC (rev 261880)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-base' 'libtiff' 'jasper')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('c98c64571b0df33a001f38641521a16d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD (from rev 261879, 
qt5-imageformats/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 13:11:03 UTC (rev 261880)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix 

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 10:48:27
  Author: fyan
Revision: 167376

upgpkg: stylish-haskell 0.5.15.2-8

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 09:47:00 UTC (rev 167375)
+++ PKGBUILD2016-03-18 09:48:27 UTC (rev 167376)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.15.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:31:00
  Author: fyan
Revision: 167129

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

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

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

Copied: haskell-wai-logger/repos/community-staging-i686/PKGBUILD (from rev 
167128, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 04:31:00 UTC (rev 167129)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.2.4.1
+pkgrel=6
+pkgdesc="A logging system for WAI"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-blaze-builder" 
"haskell-byteorder"
+ "haskell-case-insensitive" "haskell-easy-file" "haskell-fast-logger"
+ "haskell-http-types" "haskell-network" "haskell-unix-time" 
"haskell-wai")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f37d6bb6ea4a5f881ab2c9df571c923c5624cc83882b19640b924436fcdedae8')
+
+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-wai-logger/repos/community-staging-i686/haskell-wai-logger.install 
(from rev 167128, haskell-wai-logger/trunk/haskell-wai-logger.install)
===
--- community-staging-i686/haskell-wai-logger.install   
(rev 0)
+++ community-staging-i686/haskell-wai-logger.install   2016-03-18 04:31:00 UTC 
(rev 167129)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai-logger
+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-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
167128, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 04:31:00 UTC (rev 167129)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.2.4.1
+pkgrel=6
+pkgdesc="A logging system for WAI"
+url="http://hackage.haskell.org/package/${_hkgname};

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:52:36
  Author: fyan
Revision: 167154

upgpkg: haskell-css-text 0.1.2.1-5

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-css-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 04:52:13 UTC (rev 167153)
+++ PKGBUILD2016-03-18 04:52:36 UTC (rev 167154)
@@ -5,7 +5,7 @@
 _hkgname=css-text
 pkgname=haskell-css-text
 pkgver=0.1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="CSS parser and renderer."
 url="http://www.yesodweb.com/;
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:17:34
  Author: fyan
Revision: 167098

upgpkg: haskell-parsec 3.1.9-8

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 04:17:13 UTC (rev 167097)
+++ PKGBUILD2016-03-18 04:17:34 UTC (rev 167098)
@@ -3,7 +3,7 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=3.1.9
-pkgrel=7
+pkgrel=8
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2016-03-18 Thread Jonathan Steel
Date: Thursday, March 17, 2016 @ 23:31:17
  Author: jsteel
Revision: 167045

archrelease: copy trunk to community-testing-any

Added:
  hiera/repos/community-testing-any/
  hiera/repos/community-testing-any/PKGBUILD
(from rev 167044, hiera/trunk/PKGBUILD)

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

Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 167044, 
hiera/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-03-17 22:31:17 UTC (rev 167045)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+pkgname=hiera
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Lightweight pluggable hierarchical database"
+arch=('any')
+url="http://projects.puppetlabs.com/projects/hiera;
+license=('APACHE')
+depends=('ruby')
+backup=('etc/hiera.yaml')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3d2e81aa9a2aed377cc58ec62f202e93')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )" --mandir=/
+
+  install -d "$pkgdir"/var/lib/hiera/
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:02:42
  Author: fyan
Revision: 167159

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

Added:
  haskell-xml-conduit/repos/community-staging-i686/
  haskell-xml-conduit/repos/community-staging-i686/PKGBUILD
(from rev 167158, haskell-xml-conduit/trunk/PKGBUILD)
  haskell-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install
(from rev 167158, haskell-xml-conduit/trunk/haskell-xml-conduit.install)
  haskell-xml-conduit/repos/community-staging-x86_64/
  haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 167158, haskell-xml-conduit/trunk/PKGBUILD)
  haskell-xml-conduit/repos/community-staging-x86_64/haskell-xml-conduit.install
(from rev 167158, haskell-xml-conduit/trunk/haskell-xml-conduit.install)

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

Copied: haskell-xml-conduit/repos/community-staging-i686/PKGBUILD (from rev 
167158, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 05:02:42 UTC (rev 167159)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.3.4
+pkgrel=5
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="http://github.com/snoyberg/xml;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-text"
+ "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-monad-control" "haskell-resourcet"
+ "haskell-blaze-html" "haskell-xml-types")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1613ad696d4385a74f646e752ecd3ef576350427961e638d00fa58e01215f46d')
+
+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-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install 
(from rev 167158, haskell-xml-conduit/trunk/haskell-xml-conduit.install)
===
--- community-staging-i686/haskell-xml-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-xml-conduit.install  2016-03-18 05:02:42 UTC 
(rev 167159)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-xml-conduit
+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-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
167158, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 05:02:42 UTC (rev 167159)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.3.4
+pkgrel=5

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

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 14:16:06
  Author: arojas
Revision: 261891

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

Added:
  qt5-serialport/repos/kde-unstable-i686/PKGBUILD
(from rev 261890, qt5-serialport/trunk/PKGBUILD)
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261890, qt5-serialport/trunk/PKGBUILD)
Deleted:
  qt5-serialport/repos/kde-unstable-i686/PKGBUILD
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-16 13:15:49 UTC (rev 261890)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:16:06 UTC (rev 261891)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialport
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=('qt5-base')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('11b4bfd0ba6ec7bce686984c54d05340')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-serialport/repos/kde-unstable-i686/PKGBUILD (from rev 261890, 
qt5-serialport/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:16:06 UTC (rev 261891)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('11b4bfd0ba6ec7bce686984c54d05340')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-16 13:15:49 UTC (rev 261890)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 13:16:06 UTC (rev 261891)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialport
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=('qt5-base')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('11b4bfd0ba6ec7bce686984c54d05340')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:29:39
  Author: fyan
Revision: 167125

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

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

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

Copied: haskell-free/repos/community-staging-i686/PKGBUILD (from rev 167124, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 04:29:39 UTC (rev 167125)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=9
+pkgdesc="Monads for free"
+url="http://github.com/ekmett/free/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive"
+ "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
+ "haskell-profunctors" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c9fe45aae387855626ecb5a0fea6afdb207143cb00af3b1f715d1032d2d08784')
+
+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-free/repos/community-staging-i686/haskell-free.install (from 
rev 167124, haskell-free/trunk/haskell-free.install)
===
--- community-staging-i686/haskell-free.install (rev 0)
+++ community-staging-i686/haskell-free.install 2016-03-18 04:29:39 UTC (rev 
167125)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-free
+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-free/repos/community-staging-x86_64/PKGBUILD (from rev 167124, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 04:29:39 UTC (rev 167125)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=9
+pkgdesc="Monads for free"
+url="http://github.com/ekmett/free/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive"
+ "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
+ 

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

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 14:15:33
  Author: arojas
Revision: 261889

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

Added:
  qt5-location/repos/kde-unstable-i686/PKGBUILD
(from rev 261888, qt5-location/trunk/PKGBUILD)
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261888, qt5-location/trunk/PKGBUILD)
Deleted:
  qt5-location/repos/kde-unstable-i686/PKGBUILD
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-16 13:15:17 UTC (rev 261888)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:15:33 UTC (rev 261889)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('eee764d337854424a30f0356ba04ae6b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-location/repos/kde-unstable-i686/PKGBUILD (from rev 261888, 
qt5-location/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:15:33 UTC (rev 261889)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('eee764d337854424a30f0356ba04ae6b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-16 13:15:17 UTC (rev 261888)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 13:15:33 UTC (rev 261889)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('eee764d337854424a30f0356ba04ae6b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base 

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

2016-03-18 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 08:17:27
  Author: fyan
Revision: 166969

upgpkg: haskell-aws 0.13.0-24

rebuild with case-insensitive-1.2.0.6, http2-1.5.4, tagsoup-0.13.9

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 07:10:05 UTC (rev 166968)
+++ PKGBUILD2016-03-17 07:17:27 UTC (rev 166969)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.13.0
-pkgrel=23
+pkgrel=24
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


[arch-commits] Commit in lib32-libnl/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-03-18 Thread Sven-Hendrik Haase
Date: Thursday, March 17, 2016 @ 19:40:22
  Author: svenstaro
Revision: 167043

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libnl/repos/multilib-x86_64/PKGBUILD
(from rev 167042, lib32-libnl/trunk/PKGBUILD)
Deleted:
  lib32-libnl/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-17 18:40:19 UTC (rev 167042)
+++ PKGBUILD2016-03-17 18:40:22 UTC (rev 167043)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-# Contributor: Taylor Lookabaugh 
-
-_pkgbase=libnl
-pkgname=lib32-${_pkgbase}
-pkgver=3.2.26
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
-arch=('x86_64')
-url="http://www.infradead.org/~tgr/libnl/;
-license=('GPL')
-depends=('lib32-glibc' "${_pkgbase}")
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-${pkgver}.tar.gz;)
-sha256sums=('1323ff6cea47efe9f988893b09840942a8c36131f472a9f3b96eb68d8f8d7555')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  
-  cd ${_pkgbase}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---disable-static \
---libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
-}

Copied: lib32-libnl/repos/multilib-x86_64/PKGBUILD (from rev 167042, 
lib32-libnl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-17 18:40:22 UTC (rev 167043)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+# Contributor: Taylor Lookabaugh 
+
+_pkgbase=libnl
+pkgname=lib32-${_pkgbase}
+pkgver=3.2.27
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
+arch=('x86_64')
+url="http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('lib32-glibc' "${_pkgbase}")
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-${pkgver}.tar.gz;)
+sha256sums=('4bbbf92b3c78a90f423cf96260bf419a28b75db8cced47051217a56795f58ec6')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  
+  cd ${_pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
+}


[arch-commits] Commit in haskell-test-framework-hunit/trunk (PKGBUILD)

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 11:42:27
  Author: fyan
Revision: 167392

upgpkg: haskell-test-framework-hunit 0.3.0.2-5

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 10:42:15 UTC (rev 167391)
+++ PKGBUILD2016-03-18 10:42:27 UTC (rev 167392)
@@ -5,7 +5,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("custom:BSD3")


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

2016-03-18 Thread Jan de Groot
Date: Wednesday, March 16, 2016 @ 12:22:17
  Author: jgc
Revision: 261852

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

Added:
  gobject-introspection/repos/gnome-unstable-i686/
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
(from rev 261851, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/gnome-unstable-x86_64/
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 261851, gobject-introspection/trunk/PKGBUILD)

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

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 
261851, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-16 11:22:17 UTC (rev 261852)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgver=1.47.92
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+makedepends=('cairo' 'python2' 'python2-mako')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('c8ced38348e436222fda5e0abdc31022e8017d8732fe69da5c92285a37766ac8')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc="Introspection system for GObject-based libraries - runtime files"
+  depends=('glib2')
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  pkgdesc="Introspection system for GObject-based libraries"
+  depends=("gobject-introspection-runtime=$pkgver" 'python2-mako' 'python2')
+  options=('!emptydirs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
261851, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-16 11:22:17 UTC (rev 261852)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgver=1.47.92
+pkgrel=1
+url="https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+makedepends=('cairo' 'python2' 'python2-mako')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('c8ced38348e436222fda5e0abdc31022e8017d8732fe69da5c92285a37766ac8')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|&2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc="Introspection system for GObject-based libraries - runtime files"
+  depends=('glib2')
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  pkgdesc="Introspection system for GObject-based libraries"
+  depends=("gobject-introspection-runtime=$pkgver" 'python2-mako' 'python2')
+  options=('!emptydirs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 11:41:50
  Author: fyan
Revision: 167390

upgpkg: hasktags 0.69.1-2

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  hasktags/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 10:41:16 UTC (rev 167389)
+++ PKGBUILD2016-03-18 10:41:50 UTC (rev 167390)
@@ -4,7 +4,7 @@
 
 pkgname=hasktags
 pkgver=0.69.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
 url="http://github.com/MarcWeber/hasktags;
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 07:03:09
  Author: fyan
Revision: 167224

upgpkg: haskell-either 4.4.1-15

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 05:59:24 UTC (rev 167223)
+++ PKGBUILD2016-03-18 06:03:09 UTC (rev 167224)
@@ -5,7 +5,7 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=4.4.1
-pkgrel=14
+pkgrel=15
 pkgdesc="An either monad transformer"
 url="http://github.com/ekmett/either/;
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 06:54:52
  Author: fyan
Revision: 167214

upgpkg: haskell-cmark 0.5.1-2

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-cmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 05:54:43 UTC (rev 167213)
+++ PKGBUILD2016-03-18 05:54:52 UTC (rev 167214)
@@ -5,7 +5,7 @@
 _hkgname=cmark
 pkgname=haskell-cmark
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, accurate CommonMark (Markdown) parser and renderer"
 url="https://github.com/jgm/commonmark-hs;
 license=("custom:BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 09:38:42
  Author: fyan
Revision: 167352

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 167351, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 167351, 
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 167351, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 167351, 
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 167351, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 08:38:42 UTC (rev 167352)
@@ -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=12
+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 167351, 
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-03-18 
08:38:42 UTC (rev 167352)
@@ -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 167351, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2016-03-18 Thread Jan de Groot
Date: Thursday, March 17, 2016 @ 17:03:19
  Author: jgc
Revision: 262009

upgpkg: gsettings-desktop-schemas 3.19.92-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 15:50:57 UTC (rev 262008)
+++ PKGBUILD2016-03-17 16:03:19 UTC (rev 262009)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.18.1
+pkgver=3.19.92
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=(intltool gobject-introspection)
 install=$pkgname.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('258713b2a3dc6b6590971bcfc81f98d78ea9827d60e2f55ffbe40d9cd0f99a1a')
+sha256sums=('88c9af6a465da804b364c21cea15fa62457cc765911eee64099c984ada61f79d')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-18 Thread Jan de Groot
Date: Thursday, March 17, 2016 @ 13:14:00
  Author: jgc
Revision: 261979

upgpkg: mm-common 0.9.10-1

Modified:
  mm-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 12:12:19 UTC (rev 261978)
+++ PKGBUILD2016-03-17 12:14:00 UTC (rev 261979)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=mm-common
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="Common build files of the C++ bindings"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('sh')
 license=('GPL2')
 
source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9d00bc77e77794e0bd2ae68132c4b4136aa115d255e34b310f7449b29db50b7a')
+sha256sums=('16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-03-18 Thread Jan de Groot
Date: Thursday, March 17, 2016 @ 16:31:57
  Author: jgc
Revision: 262000

archrelease: copy trunk to gnome-unstable-any

Added:
  pyatspi/repos/gnome-unstable-any/
  pyatspi/repos/gnome-unstable-any/PKGBUILD
(from rev 261999, pyatspi/trunk/PKGBUILD)

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

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 261999, 
pyatspi/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2016-03-17 15:31:57 UTC (rev 262000)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=pyatspi
+pkgname=(python-atspi python2-atspi)
+pkgver=2.19.91
+pkgrel=1
+arch=(any)
+url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
+license=('GPL2')
+makedepends=(python-gobject python2-gobject at-spi2-core)
+source=(http://download.gnome.org/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('cadab8b98234742fadf092b827e9c26d127b21ef3d622dad51fb9657d984942e')
+
+build() {
+  mkdir python2 python3
+
+  cd $pkgbase-$pkgver
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+
+  cd ../python2
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
+  make
+
+  cd ../python3
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
+  make
+}
+
+package_python-atspi() {
+  pkgdesc="Python 3 bindings for at-spi"
+  depends=(python-gobject at-spi2-core)
+
+  cd python3
+  make DESTDIR="$pkgdir" install
+}
+
+package_python2-atspi() {
+  pkgdesc="Python 2 bindings for at-spi"
+  depends=(python2-gobject at-spi2-core)
+  provides=("pyatspi=$pkgver")
+  replaces=(pyatspi)
+  conflicts=(pyatspi)
+
+  cd python2
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 08:01:48
  Author: fyan
Revision: 167262

upgpkg: haskell-gnuidn 0.2.2-3

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-gnuidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 07:01:41 UTC (rev 167261)
+++ PKGBUILD2016-03-18 07:01:48 UTC (rev 167262)
@@ -5,7 +5,7 @@
 _hkgname=gnuidn
 pkgname=haskell-gnuidn
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Bindings for GNU IDN"
 url="https://john-millikin.com/software/haskell-gnuidn/;
 license=("GPL3")


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

2016-03-18 Thread Maxime Gauduin
Date: Friday, March 18, 2016 @ 13:07:30
  Author: alucryd
Revision: 167398

upgpkg: hexchat 2.12.0-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 11:25:41 UTC (rev 167397)
+++ PKGBUILD2016-03-18 12:07:30 UTC (rev 167398)
@@ -3,14 +3,14 @@
 # Contributor: TingPing 
 
 pkgname=hexchat
-pkgver=2.10.2
-pkgrel=5
+pkgver=2.12.0
+pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'
 license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify'
- 'libproxy' 'pciutils')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
 makedepends=('intltool' 'iso-codes' 'perl' 'python')
 optdepends=('enchant: Spell check'
 'perl: Perl plugin'
@@ -17,15 +17,8 @@
 'python: Python plugin')
 install='hexchat.install'
 source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c')
+sha256sums=('c2072f97510c0fe6ecfb0878750d27179633e08199066972fa00e5a23e67d69d')
 
-prepare() {
-  cd hexchat-${pkgver}
-
-#  sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i 
configure
-  sed -i 's/python-3.4/python-3.5/' configure
-}
-
 build() {
   cd hexchat-${pkgver}
 


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

2016-03-18 Thread Andreas Radke
Date: Friday, March 18, 2016 @ 19:24:15
  Author: andyrtr
Revision: 262052

upgpkg: bluez 5.38-1

upstream update 5.38

Modified:
  bluez/trunk/PKGBUILD
Deleted:
  bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch

--+
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch |   59 
--
 PKGBUILD |   18 ---
 2 files changed, 4 insertions(+), 73 deletions(-)

Deleted: 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
2016-03-18 18:02:25 UTC (rev 262051)
+++ 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
2016-03-18 18:24:15 UTC (rev 262052)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna 
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 18:02:25 UTC (rev 262051)
+++ PKGBUILD2016-03-18 18:24:15 UTC (rev 262052)
@@ -5,30 +5,20 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.37
-pkgrel=2
+pkgver=5.38
+pkgrel=1
 url="http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('dbus' 'libical' 'systemd')
 
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
-0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('c14ba9ddcb0055522073477b8fd8bf1ddf5d219e75fdfd4699b7e0ce5350d6b0'
+sha256sums=('0618c5440be6715805060ab5eea930526f34089c437bf61819447b160254f4df'
 'SKIP'
-'896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

 
-#prepare() {
-#  cd $pkgname-$pkgver
-  # patch not upstreamable for obex file transfer - FS#37773 taken from FC
-  # http://www.hadess.net/2013/11/bluetooth-file-sharing-obexpush-in.html
-#  patch -Np1 -i 
${srcdir}/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
-#  autoreconf -vfi
-#}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure \
@@ -45,7 +35,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  #make check
+  make check
 }
 
 


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

2016-03-18 Thread Alexander Rødseth
Date: Friday, March 18, 2016 @ 01:07:52
  Author: arodseth
Revision: 167054

upgpkg: erlang-nox 18.3-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 23:40:59 UTC (rev 167053)
+++ PKGBUILD2016-03-18 00:07:52 UTC (rev 167054)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=18.2.1
+pkgver=18.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
@@ -26,7 +26,7 @@
 'epmd.socket'
 'epmd.conf')
 sha256sums=('SKIP'
-'a58005ccd64853e8c79631a3c4c057dd6f92f581d97d00845a0aea817c33afa0'
+'978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
@@ -69,5 +69,5 @@
   install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
 }
 
-# getver ok
+# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
 # vim:set ts=2 sw=2 et:


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

2016-03-18 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 07:12:02
  Author: fyan
Revision: 166959

upgpkg: ibus-table 1.9.12-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 06:11:55 UTC (rev 166958)
+++ PKGBUILD2016-03-17 06:12:02 UTC (rev 166959)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.9.11
+pkgver=1.9.12
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')


[arch-commits] Commit in qt5-translations/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 14:08:02
  Author: arojas
Revision: 261871

archrelease: copy trunk to kde-unstable-any

Added:
  qt5-translations/repos/kde-unstable-any/PKGBUILD
(from rev 261870, qt5-translations/trunk/PKGBUILD)
Deleted:
  qt5-translations/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-16 13:07:51 UTC (rev 261870)
+++ PKGBUILD2016-03-16 13:08:02 UTC (rev 261871)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-translations
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-base')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('085498d2e42c33b9bbb11aeb674f6caa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-translations/repos/kde-unstable-any/PKGBUILD (from rev 261870, 
qt5-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-16 13:08:02 UTC (rev 261871)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('62b3b6191f902466d97e09df48c27534')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 08:20:05
  Author: fyan
Revision: 167275

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

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

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-hashtables.install   |   35 +++
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-hashtables.install |   35 +++
 4 files changed, 154 insertions(+)

Copied: haskell-hashtables/repos/community-staging-i686/PKGBUILD (from rev 
167274, haskell-hashtables/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 07:20:05 UTC (rev 167275)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 147140 2015-11-19 09:43:21Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hashtables
+pkgname=haskell-hashtables
+pkgver=1.2.1.0
+pkgrel=5
+pkgdesc="Mutable hash tables in the ST monad"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('2ee6506e6bda88f6b85a343609ad90c4')
+
+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-hashtables/repos/community-staging-i686/haskell-hashtables.install 
(from rev 167274, haskell-hashtables/trunk/haskell-hashtables.install)
===
--- community-staging-i686/haskell-hashtables.install   
(rev 0)
+++ community-staging-i686/haskell-hashtables.install   2016-03-18 07:20:05 UTC 
(rev 167275)
@@ -0,0 +1,35 @@
+pkgname=haskell-hashtables
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-hashtables/repos/community-staging-x86_64/PKGBUILD (from rev 
167274, haskell-hashtables/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 07:20:05 UTC (rev 167275)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 147140 2015-11-19 09:43:21Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hashtables
+pkgname=haskell-hashtables
+pkgver=1.2.1.0
+pkgrel=5
+pkgdesc="Mutable hash tables in the ST monad"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 08:28:27
  Author: fyan
Revision: 167286

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

Added:
  haskell-tasty-hunit/repos/community-staging-i686/
  haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD
(from rev 167285, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-i686/haskell-tasty-hunit.install
(from rev 167285, haskell-tasty-hunit/trunk/haskell-tasty-hunit.install)
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 167285, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-x86_64/haskell-tasty-hunit.install
(from rev 167285, haskell-tasty-hunit/trunk/haskell-tasty-hunit.install)

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

Copied: haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD (from rev 
167285, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 07:28:27 UTC (rev 167286)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=4
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-tasty")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+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-hunit/repos/community-staging-i686/haskell-tasty-hunit.install 
(from rev 167285, haskell-tasty-hunit/trunk/haskell-tasty-hunit.install)
===
--- community-staging-i686/haskell-tasty-hunit.install  
(rev 0)
+++ community-staging-i686/haskell-tasty-hunit.install  2016-03-18 07:28:27 UTC 
(rev 167286)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty-hunit
+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-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
167285, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 07:28:27 UTC (rev 167286)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=4
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-tasty")
+options=('staticlibs')

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

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 14:11:38
  Author: arojas
Revision: 261882

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

Added:
  qt5-quickcontrols/repos/kde-unstable-i686/PKGBUILD
(from rev 261881, qt5-quickcontrols/trunk/PKGBUILD)
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261881, qt5-quickcontrols/trunk/PKGBUILD)
Deleted:
  qt5-quickcontrols/repos/kde-unstable-i686/PKGBUILD
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-16 13:11:19 UTC (rev 261881)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:11:38 UTC (rev 261882)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-declarative')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('469d3ce771b15bf0d21a4bcd8598f047')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-quickcontrols/repos/kde-unstable-i686/PKGBUILD (from rev 261881, 
qt5-quickcontrols/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:11:38 UTC (rev 261882)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style 
user interfaces'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('f1af1f72ee2860c683a05558d261eece')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-16 13:11:19 UTC (rev 261881)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 13:11:38 UTC (rev 261882)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-declarative')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('469d3ce771b15bf0d21a4bcd8598f047')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses

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

2016-03-18 Thread Jan de Groot
Date: Thursday, March 17, 2016 @ 09:48:00
  Author: jgc
Revision: 261964

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

Added:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 261963, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk-update-icon-cache.install
(from rev 261963, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 261963, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 261963, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 261963, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk-update-icon-cache.install
(from rev 261963, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 261963, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 261963, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
  gtk3/repos/gnome-unstable-i686/gtk-update-icon-cache.install
  gtk3/repos/gnome-unstable-i686/gtk3.install
  gtk3/repos/gnome-unstable-i686/settings.ini
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
  gtk3/repos/gnome-unstable-x86_64/gtk-update-icon-cache.install
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
  gtk3/repos/gnome-unstable-x86_64/settings.ini

-+
 /PKGBUILD   |  132 ++
 /gtk-update-icon-cache.install  |6 
 /gtk3.install   |   36 
 /settings.ini   |8 +
 gnome-unstable-i686/PKGBUILD|   66 -
 gnome-unstable-i686/gtk-update-icon-cache.install   |3 
 gnome-unstable-i686/gtk3.install|   18 --
 gnome-unstable-i686/settings.ini|4 
 gnome-unstable-x86_64/PKGBUILD  |   66 -
 gnome-unstable-x86_64/gtk-update-icon-cache.install |3 
 gnome-unstable-x86_64/gtk3.install  |   18 --
 gnome-unstable-x86_64/settings.ini  |4 
 12 files changed, 182 insertions(+), 182 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-17 08:47:32 UTC (rev 261963)
+++ gnome-unstable-i686/PKGBUILD2016-03-17 08:48:00 UTC (rev 261964)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.19.12
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg)
-makedepends=(gobject-introspection libcanberra gtk-doc wayland-protocols)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('a7e8e60800de193621533df9b18d33726c4892823661900e63310c23221bad37'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
-
-prepare() {
-cd gtk+-$pkgver
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk3() {
-depends+=(gtk-update-icon-cache)
-optdepends=('libcanberra: gtk3-widget-factory demo')
-install=gtk3.install
-
-cd "gtk+-$pkgver"
-make DESTDIR="$pkgdir" install
-install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
-
-# split this out to use with gtk2 too
-rm "$pkgdir/usr/bin/gtk-update-icon-cache"
-}
-
-package_gtk-update-icon-cache() {
-pkgdesc="GTK+ icon cache updater"
-depends=(gdk-pixbuf2 hicolor-icon-theme)
-install=gtk-update-icon-cache.install
-
-cd gtk+-$pkgver/gtk
-install -Dm755 gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
-}
-
-# vim:set et sw=4:

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 261963, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-17 08:48:00 UTC (rev 261964)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# 

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

2016-03-18 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 14:10:43
  Author: arojas
Revision: 261879

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

Added:
  qt5-graphicaleffects/repos/kde-unstable-i686/PKGBUILD
(from rev 261878, qt5-graphicaleffects/trunk/PKGBUILD)
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261878, qt5-graphicaleffects/trunk/PKGBUILD)
Deleted:
  qt5-graphicaleffects/repos/kde-unstable-i686/PKGBUILD
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-16 13:10:14 UTC (rev 261878)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:10:43 UTC (rev 261879)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-graphicaleffects
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-declarative')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('7344c2946baebbcd528aca1c92ec8c54')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-graphicaleffects/repos/kde-unstable-i686/PKGBUILD (from rev 261878, 
qt5-graphicaleffects/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-16 13:10:43 UTC (rev 261879)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Graphical effects for use with Qt Quick 2'
+depends=('qt5-declarative')
+makedepends=()
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('6132524e7dbceb3ea634200d4d7cf235')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-16 13:10:14 UTC (rev 261878)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 13:10:43 UTC (rev 261879)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-graphicaleffects
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-declarative')
-makedepends=()
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('7344c2946baebbcd528aca1c92ec8c54')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD (from rev 
261878, qt5-graphicaleffects/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-16 13:10:43 UTC (rev 261879)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix 

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

2016-03-18 Thread Maxime Gauduin
Date: Friday, March 18, 2016 @ 13:07:49
  Author: alucryd
Revision: 167399

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

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

--+
 /PKGBUILD|   76 +
 /hexchat.install |   28 +
 community-i686/PKGBUILD  |   45 -
 community-i686/hexchat.install   |   14 --
 community-x86_64/PKGBUILD|   45 -
 community-x86_64/hexchat.install |   14 --
 6 files changed, 104 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-18 12:07:30 UTC (rev 167398)
+++ community-i686/PKGBUILD 2016-03-18 12:07:49 UTC (rev 167399)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.10.2
-pkgrel=5
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify'
- 'libproxy' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'perl: Perl plugin'
-'python: Python plugin')
-install='hexchat.install'
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c')
-
-prepare() {
-  cd hexchat-${pkgver}
-
-#  sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i 
configure
-  sed -i 's/python-3.4/python-3.5/' configure
-}
-
-build() {
-  cd hexchat-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
-}
-
-package() {
-  cd hexchat-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

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

Deleted: community-i686/hexchat.install
===
--- community-i686/hexchat.install  2016-03-18 12:07:30 UTC (rev 167398)
+++ community-i686/hexchat.install  2016-03-18 12:07:49 UTC (rev 167399)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/hexchat.install (from rev 167398, 
hexchat/trunk/hexchat.install)
===
--- community-i686/hexchat.install  (rev 0)
+++ community-i686/hexchat.install  2016-03-18 12:07:49 UTC (rev 167399)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:28:42
  Author: fyan
Revision: 167123

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

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

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

Copied: haskell-mime-types/repos/community-staging-i686/PKGBUILD (from rev 
167122, haskell-mime-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 04:28:42 UTC (rev 167123)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=mime-types
+pkgname=haskell-mime-types
+pkgver=0.1.0.6
+pkgrel=5
+pkgdesc="Basic mime-type handling types and functions"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('9345d93023bd2f234ab153d324febec6')
+
+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
+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-mime-types/repos/community-staging-i686/haskell-mime-types.install 
(from rev 167122, haskell-mime-types/trunk/haskell-mime-types.install)
===
--- community-staging-i686/haskell-mime-types.install   
(rev 0)
+++ community-staging-i686/haskell-mime-types.install   2016-03-18 04:28:42 UTC 
(rev 167123)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-mime-types
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-mime-types/repos/community-staging-x86_64/PKGBUILD (from rev 
167122, haskell-mime-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 04:28:42 UTC (rev 167123)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=mime-types
+pkgname=haskell-mime-types
+pkgver=0.1.0.6
+pkgrel=5
+pkgdesc="Basic mime-type handling types and functions"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 10:00:32
  Author: fyan
Revision: 167362

upgpkg: cgrep 6.6.3-3

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 08:57:43 UTC (rev 167361)
+++ PKGBUILD2016-03-18 09:00:32 UTC (rev 167362)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2016-03-18 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 09:41:34
  Author: fyan
Revision: 166979

upgpkg: calibre 2.52.0-2

rebuild with qt 5.6.0

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 08:39:18 UTC (rev 166978)
+++ PKGBUILD2016-03-17 08:41:34 UTC (rev 166979)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=2.52.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 11:27:49
  Author: fyan
Revision: 167385

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

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

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

Copied: gtk2hs-buildtools/repos/community-staging-i686/PKGBUILD (from rev 
167384, gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 10:27:49 UTC (rev 167385)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=gtk2hs-buildtools
+pkgver=0.13.0.5
+pkgrel=4
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="http://hackage.haskell.org/package/gtk2hs-buildtools;
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
+depends=('gmp' 'libffi')
+provides=('haskell-gtk2hs-buildtools')
+source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
+md5sums=('3f44f44c9eb6c6aec27331326b0aebc7')
+
+build() {
+cd ${srcdir}/gtk2hs-buildtools-$pkgver
+runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/gtk2hs-buildtools-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: gtk2hs-buildtools/repos/community-staging-x86_64/PKGBUILD (from rev 
167384, gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 10:27:49 UTC (rev 167385)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=gtk2hs-buildtools
+pkgver=0.13.0.5
+pkgrel=4
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="http://hackage.haskell.org/package/gtk2hs-buildtools;
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
+depends=('gmp' 'libffi')
+provides=('haskell-gtk2hs-buildtools')
+source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
+md5sums=('3f44f44c9eb6c6aec27331326b0aebc7')
+
+build() {
+cd ${srcdir}/gtk2hs-buildtools-$pkgver
+runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/gtk2hs-buildtools-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:00:56
  Author: fyan
Revision: 167080

upgpkg: haskell-attoparsec 0.13.0.1-11

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 03:59:23 UTC (rev 167079)
+++ PKGBUILD2016-03-18 04:00:56 UTC (rev 167080)
@@ -5,7 +5,7 @@
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
 pkgver=0.13.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec;
 license=("BSD3")


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:40:29
  Author: fyan
Revision: 167139

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

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

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

Copied: haskell-wai-extra/repos/community-staging-i686/PKGBUILD (from rev 
167138, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 04:40:29 UTC (rev 167139)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.14.3
+pkgrel=1
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('563fc88bf2aab69fa11db2074fb36e03a9f39bf7f1676f321673bf2c6d0ce127')
+
+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-wai-extra/repos/community-staging-i686/haskell-wai-extra.install (from 
rev 167138, haskell-wai-extra/trunk/haskell-wai-extra.install)
===
--- community-staging-i686/haskell-wai-extra.install
(rev 0)
+++ community-staging-i686/haskell-wai-extra.install2016-03-18 04:40:29 UTC 
(rev 167139)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai-extra
+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-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
167138, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 04:40:29 UTC (rev 167139)
@@ -0,0 +1,48 @@

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 16:21:40
  Author: fyan
Revision: 167586

upgpkg: git-annex 6.20160229-10

rebuild with language-javascript-0.5.14.5

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 14:59:21 UTC (rev 167585)
+++ PKGBUILD2016-03-18 15:21:40 UTC (rev 167586)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160229
-pkgrel=9
+pkgrel=10
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in iana-etc/repos (5 files)

2016-03-18 Thread Gaetan Bisson
Date: Saturday, March 19, 2016 @ 00:12:56
  Author: bisson
Revision: 262064

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 262063, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 262063, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 
 /PKGBUILD |   56 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   56 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-03-18 23:10:08 UTC (rev 262063)
+++ core-any/LICENSE2016-03-18 23:12:56 UTC (rev 262064)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 262063, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-03-18 23:12:56 UTC (rev 262064)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-03-18 23:10:08 UTC (rev 262063)
+++ core-any/PKGBUILD   2016-03-18 23:12:56 UTC (rev 262064)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20151016
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha1sums=('2d26b6b0033d34b4555a1e1c3d503b266cef1b2f'
-  'c4ebdff6e286aa7c55620076feecd8a9bbeeab65'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-package() {
-   cd "${srcdir}"
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 262063, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-03-18 23:12:56 UTC (rev 262064)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160314
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('231a7a58e650a1bff6a795ee3fa6b400a2144a07'
+  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


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

2016-03-18 Thread Jan de Groot
Date: Saturday, March 19, 2016 @ 00:10:08
  Author: jgc
Revision: 262063

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

Added:
  webkit2gtk/repos/gnome-unstable-i686/
  webkit2gtk/repos/gnome-unstable-i686/PKGBUILD
(from rev 262062, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/gnome-unstable-i686/isnan.patch
(from rev 262062, webkit2gtk/trunk/isnan.patch)
  webkit2gtk/repos/gnome-unstable-x86_64/
  webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262062, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/gnome-unstable-x86_64/isnan.patch
(from rev 262062, webkit2gtk/trunk/isnan.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   51 
 gnome-unstable-i686/isnan.patch   |   12 
 gnome-unstable-x86_64/PKGBUILD|   51 
 gnome-unstable-x86_64/isnan.patch |   12 
 4 files changed, 126 insertions(+)

Copied: webkit2gtk/repos/gnome-unstable-i686/PKGBUILD (from rev 262062, 
webkit2gtk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-18 23:10:08 UTC (rev 262063)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.11.92
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs' 
'gst-plugins-bad'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha256sums=('f4ef94e7c901e51e449290604678b6777d85581d4b9c0d7da7b720489d475939')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}

Copied: webkit2gtk/repos/gnome-unstable-i686/isnan.patch (from rev 262062, 
webkit2gtk/trunk/isnan.patch)
===
--- gnome-unstable-i686/isnan.patch (rev 0)
+++ gnome-unstable-i686/isnan.patch 2016-03-18 23:10:08 UTC (rev 262063)
@@ -0,0 +1,12 @@
+diff -u -r webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp 
webkitgtk-2.10.8-isnan/Source/JavaScriptCore/runtime/Options.cpp
+--- webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp 2016-03-11 
09:59:07.0 +0100
 webkitgtk-2.10.8-isnan/Source/JavaScriptCore/runtime/Options.cpp   
2016-03-13 13:51:55.114836547 +0100
+@@ -610,7 +610,7 @@
+ case Options::Type::unsignedType:
+ return m_entry.unsignedVal == other.m_entry.unsignedVal;
+ case Options::Type::doubleType:
+-return (m_entry.doubleVal == other.m_entry.doubleVal) || 
(isnan(m_entry.doubleVal) && isnan(other.m_entry.doubleVal));
++return (m_entry.doubleVal == other.m_entry.doubleVal) || 
(std::isnan(m_entry.doubleVal) && std::isnan(other.m_entry.doubleVal));
+ case Options::Type::int32Type:
+ return m_entry.int32Val == other.m_entry.int32Val;
+ case Options::Type::optionRangeType:

Copied: webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262062, 
webkit2gtk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-18 23:10:08 UTC (rev 262063)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.11.92
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs' 
'gst-plugins-bad'
+'libsecret' 'libwebp' 

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

2016-03-18 Thread Jan de Groot
Date: Saturday, March 19, 2016 @ 00:10:01
  Author: jgc
Revision: 262062

upgpkg: webkit2gtk 2.11.92-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 22:33:56 UTC (rev 262061)
+++ PKGBUILD2016-03-18 23:10:01 UTC (rev 262062)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.10.9
+pkgver=2.11.92
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'gst-libav: nonfree media decoding')
 options=('!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('bbb18d741780b1b7fa284beb9a97361ac57cda2e42bad2ae2fcdbf797919e969')
+sha256sums=('f4ef94e7c901e51e449290604678b6777d85581d4b9c0d7da7b720489d475939')
 
 prepare() {
   mkdir build


[arch-commits] Commit in (4 files)

2016-03-18 Thread Balló György
Date: Saturday, March 19, 2016 @ 00:33:04
  Author: bgyorgy
Revision: 167607

Add zeitgeist-explorer (part of the zeitgeist project)

Added:
  zeitgeist-explorer/
  zeitgeist-explorer/trunk/
  zeitgeist-explorer/trunk/PKGBUILD
  zeitgeist-explorer/trunk/zeitgeist-explorer.install

+
 PKGBUILD   |   31 +++
 zeitgeist-explorer.install |   11 +++
 2 files changed, 42 insertions(+)

Added: zeitgeist-explorer/trunk/PKGBUILD
===
--- zeitgeist-explorer/trunk/PKGBUILD   (rev 0)
+++ zeitgeist-explorer/trunk/PKGBUILD   2016-03-18 23:33:04 UTC (rev 167607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=zeitgeist-explorer
+pkgver=0.2
+pkgrel=3
+pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low 
level"
+arch=('any')
+url="https://launchpad.net/zeitgeist-explorer;
+license=('LGPL')
+depends=('gtk3' 'python2-gobject' 'zeitgeist')
+makedepends=('python2-distutils-extra')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/0.x/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('8521b2c8ecc3f0d425e6806dcb2fde59')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' zgexplorer/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  rm -r "$pkgdir/usr/data"
+}


Property changes on: zeitgeist-explorer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: zeitgeist-explorer/trunk/zeitgeist-explorer.install
===
--- zeitgeist-explorer/trunk/zeitgeist-explorer.install 
(rev 0)
+++ zeitgeist-explorer/trunk/zeitgeist-explorer.install 2016-03-18 23:33:04 UTC 
(rev 167607)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-18 Thread Sergej Pupykin
Date: Friday, March 18, 2016 @ 09:54:54
  Author: spupykin
Revision: 167358

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-18 08:54:30 UTC (rev 167357)
+++ community-i686/PKGBUILD 2016-03-18 08:54:54 UTC (rev 167358)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=freewrl
-pkgver=1.22.13.1
-_pkgver=1.22.13
-pkgrel=12
-pkgdesc="VRML viewer"
-arch=('i686' 'x86_64')
-url="http://freewrl.sourceforge.net/;
-license=('GPL')
-depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
- 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 
'js185' 'glu')
-makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('27f4bf163011d8ac2088a535cb58a13d')
-
-build() {
-  . /etc/profile.d/jre.sh
-  cd $srcdir/$pkgname-${_pkgver}
-  export JAVASCRIPT_ENGINE_CFLAGS="-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE 
$(pkg-config --cflags nspr)"
-  export JAVASCRIPT_ENGINE_LIBS="$(pkg-config --libs nspr) -lmozjs185"
-  ./configure \
---prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
---enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
---disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
---disable-seamonkey-js
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: freewrl/repos/community-i686/PKGBUILD (from rev 167357, 
freewrl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-18 08:54:54 UTC (rev 167358)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=freewrl
+pkgver=3.0.0
+_pkgver=3.0
+pkgrel=1
+pkgdesc="VRML viewer"
+arch=('i686' 'x86_64')
+url="http://freewrl.sourceforge.net/;
+license=('GPL')
+depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
+ 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 
'js185' 'glu'
+ 'openal' 'freealut')
+makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
+source=(http://downloads.sourceforge.net/project/freewrl/freewrl-linux/${_pkgver}/freewrl-${pkgver}.tar.bz2)
+md5sums=('350066d1b7c0fd0b842260c60c1c3179')
+
+build() {
+#  . /etc/profile.d/jre.sh
+  cd $srcdir/$pkgname-${pkgver}
+#  export JAVASCRIPT_ENGINE_CFLAGS="-I/usr/include/js -DXP_UNIX 
-DJS_THREADSAFE $(pkg-config --cflags nspr)"
+#  export JAVASCRIPT_ENGINE_LIBS="$(pkg-config --libs nspr) -lmozjs185"
+  ./configure \
+--prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
+--enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
+--disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
+--disable-seamonkey-js
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-18 08:54:30 UTC (rev 167357)
+++ community-x86_64/PKGBUILD   2016-03-18 08:54:54 UTC (rev 167358)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=freewrl
-pkgver=1.22.13.1
-_pkgver=1.22.13
-pkgrel=12
-pkgdesc="VRML viewer"
-arch=('i686' 'x86_64')
-url="http://freewrl.sourceforge.net/;
-license=('GPL')
-depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
- 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 
'js185' 'glu')
-makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('27f4bf163011d8ac2088a535cb58a13d')
-
-build() {
-  . /etc/profile.d/jre.sh
-  cd $srcdir/$pkgname-${_pkgver}
-  export JAVASCRIPT_ENGINE_CFLAGS="-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE 
$(pkg-config --cflags nspr)"
-  export 

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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 10:02:37
  Author: fyan
Revision: 167367

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

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

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

Copied: xmobar/repos/community-staging-i686/PKGBUILD (from rev 167366, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 09:02:37 UTC (rev 167367)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=12
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.3' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 167366, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 09:02:37 UTC (rev 167367)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=12
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.3' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')


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

2016-03-18 Thread Jan de Groot
Date: Friday, March 18, 2016 @ 21:46:47
  Author: jgc
Revision: 262054

upgpkg: webkit2gtk 2.10.9-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 18:24:36 UTC (rev 262053)
+++ PKGBUILD2016-03-18 20:46:47 UTC (rev 262054)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.10.8
+pkgver=2.10.9
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
@@ -16,15 +16,13 @@
 'gst-plugins-good: media decoding'
 'gst-libav: nonfree media decoding')
 options=('!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz isnan.patch)
-sha256sums=('313682b23f03c457b28a7ef2d5bdb70a8174cca1d32e0a853fb36fa4dcf928a9'
-'958732bcf77befc534af25e26b57772a42b77b99d88a4904484e7c3f943b0a0e')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha256sums=('bbb18d741780b1b7fa284beb9a97361ac57cda2e42bad2ae2fcdbf797919e969')
 
 prepare() {
   mkdir build
 
   cd webkitgtk-$pkgver
-  patch -Np1 -i ../isnan.patch
   sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
   rm -r Source/ThirdParty/gtest/
   rm -r Source/ThirdParty/qunit/


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 09:28:16
  Author: fyan
Revision: 167350

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 167349, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 08:28:16 UTC (rev 167350)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=39
+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')
+
+prepare() {
+sed -e 's/aeson >= 0.7 && < 0.11/aeson >= 0.7 \&\& < 0.12/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--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 167349, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-03-18 
08:28:16 UTC (rev 167350)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd 

[arch-commits] Commit in pyopenssl/trunk (PKGBUILD new-cryptography.patch)

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 04:41:09
  Author: fyan
Revision: 262067

upgpkg: pyopenssl 0.15.1-3

add a patch to work with new cryptography

Added:
  pyopenssl/trunk/new-cryptography.patch
Modified:
  pyopenssl/trunk/PKGBUILD

+
 PKGBUILD   |   52 +++
 new-cryptography.patch |   27 
 2 files changed, 53 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-19 03:22:53 UTC (rev 262066)
+++ PKGBUILD2016-03-19 03:41:09 UTC (rev 262067)
@@ -6,53 +6,53 @@
 pkgbase=pyopenssl
 pkgname=('python-pyopenssl' 'python2-pyopenssl')
 pkgver=0.15.1
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="http://pypi.python.org/pypi/pyOpenSSL;
 license=('LGPL2.1')
 makedepends=('python-setuptools' 'python2-setuptools' 'openssl' 'python-six' 
'python2-six' 'python-cryptography' 'python2-cryptography')
 checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('f447644afcbd5f0a1f47350fec63a4c6')
+source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$pkgver.tar.gz
+new-cryptography.patch)
+md5sums=('f447644afcbd5f0a1f47350fec63a4c6'
+ '100c9ebada71e6d88d7da3941f498bd2')
 
 prepare() {
-cd "${srcdir}"
-cp -a "pyOpenSSL-${pkgver}"{,-python2}
+  (cd pyOpenSSL-$pkgver; patch -p2 -i ../new-cryptography.patch)
+  cp -a pyOpenSSL-$pkgver{,-py2}
 }
 
 build () {
-#build python 3 module
-cd "pyOpenSSL-${pkgver}"
-python setup.py build
+  cd "$srcdir"/pyOpenSSL-$pkgver
+  python setup.py build
 
-#build python 2 module
-cd ../"pyOpenSSL-${pkgver}-python2"
-python2 setup.py build
+  cd "$srcdir"/pyOpenSSL-$pkgver-py2
+  python2 setup.py build
 }
 
 check () {
-cd "pyOpenSSL-${pkgver}"
-LC_CTYPE=en_US.utf8 python setup.py test || warning "Python 3 tests failed"
+  cd "$srcdir"/pyOpenSSL-$pkgver
+  LC_CTYPE=en_US.utf8 python setup.py test || warning "Python 3 tests failed"
 
-cd ../"pyOpenSSL-${pkgver}-python2"
-LC_CTYPE=en_US.utf8 python2 setup.py test || warning "Python 2 tests 
failed"
+  cd "$srcdir"/pyOpenSSL-$pkgver-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py test || warning "Python 2 tests failed"
 }
 
 package_python-pyopenssl(){
-pkgdesc="Python3 wrapper module around the OpenSSL library"
-depends=('python>=3.4' 'openssl' 'python-six' 'python-cryptography')
-replaces=('pyopenssl')
-provides=('pyopenssl')
-conflicts=('pyopenssl')
+  pkgdesc="Python3 wrapper module around the OpenSSL library"
+  depends=('python>=3.4' 'openssl' 'python-six' 'python-cryptography')
+  replaces=('pyopenssl')
+  provides=('pyopenssl')
+  conflicts=('pyopenssl')
 
-cd "${srcdir}/pyOpenSSL-${pkgver}"
-python setup.py install --root "${pkgdir}" --optimize=1
+  cd "$srcdir"/pyOpenSSL-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
 }
 
 package_python2-pyopenssl(){
-pkgdesc="Python2 wrapper module around the OpenSSL library"
-depends=('python2>=2.7' 'openssl' 'python2-six' 'python2-cryptography')
+  pkgdesc="Python2 wrapper module around the OpenSSL library"
+  depends=('python2>=2.7' 'openssl' 'python2-six' 'python2-cryptography')
 
-cd "${srcdir}/pyOpenSSL-${pkgver}-python2"
-python2 setup.py install --root "${pkgdir}" --optimize=1
+  cd "$srcdir"/pyOpenSSL-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
 }

Added: new-cryptography.patch
===
--- new-cryptography.patch  (rev 0)
+++ new-cryptography.patch  2016-03-19 03:41:09 UTC (rev 262067)
@@ -0,0 +1,27 @@
+diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py
+index a00b5c0..6d78bd7 100644
+--- a/src/OpenSSL/crypto.py
 b/src/OpenSSL/crypto.py
+@@ -247,7 +247,7 @@ def check(self):
+ if self._only_public:
+ raise TypeError("public key only")
+ 
+-if _lib.EVP_PKEY_type(self._pkey.type) != _lib.EVP_PKEY_RSA:
++if _lib.EVP_PKEY_type(self.type()) != _lib.EVP_PKEY_RSA:
+ raise TypeError("key type unsupported")
+ 
+ rsa = _lib.EVP_PKEY_get1_RSA(self._pkey)
+@@ -263,7 +263,12 @@ def type(self):
+ 
+ :return: The type of the key.
+ """
+-return self._pkey.type
++try:
++# cryptography 1.2+
++return _lib.Cryptography_EVP_PKEY_id(self._pkey)
++except AttributeError:
++# Older releases of cryptography.
++return self._pkey.type
+ 
+ def bits(self):
+ """


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

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 04:58:23
  Author: fyan
Revision: 167622

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-19 03:57:56 UTC (rev 167621)
+++ community-i686/PKGBUILD 2016-03-19 03:58:23 UTC (rev 167622)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20160229
-pkgrel=10
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('i686' 'x86_64')
-depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
- "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
- "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
- "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
- "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-dlist" "haskell-dns"
- "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions"
- "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" 
"haskell-hinotify"
- "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
- "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
- "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mtl"
- "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
- "haskell-network-protocol-xmpp" "haskell-network-uri" 
"haskell-old-locale"
- "haskell-optparse-applicative" "haskell-path-pieces" 
"haskell-persistent"
- "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-quickcheck"
- "haskell-random" "haskell-regex-tdfa" "haskell-resourcet" 
"haskell-safesemaphore"
- "haskell-sandi" "haskell-securemem" "haskell-shakespeare" 
"haskell-stm"
- "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
- "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
- "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
- "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
- "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1eac609eeedbf01cf088461577b478a3aa99f7ecefa668214308e3b5509c1506')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
--fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
--ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-
-install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
-
-rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
-rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
-}

Copied: git-annex/repos/community-i686/PKGBUILD (from rev 167621, 
git-annex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-19 03:58:23 UTC (rev 167622)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" 

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

2016-03-18 Thread Dan McGee
Date: Friday, March 18, 2016 @ 23:33:43
  Author: dan
Revision: 262060

upgpkg: git 2.7.4-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 21:44:40 UTC (rev 262059)
+++ PKGBUILD2016-03-18 22:33:43 UTC (rev 262060)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,10 +27,10 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
git-daemon.socket)
-md5sums=('bb01710b1b24789a53c800a90c73957f'
+md5sums=('b0219fcb6d73104361f4fbdba3741d00'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
-'f67869315c2cc112e076f0c73f248002')
+ 'f67869315c2cc112e076f0c73f248002')
 validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
 
 build() {


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

2016-03-18 Thread Dan McGee
Date: Friday, March 18, 2016 @ 23:33:56
  Author: dan
Revision: 262061

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 262060, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 262060, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 262060, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 262060, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 262060, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 262060, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 262060, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 262060, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-18 22:33:43 UTC (rev 262060)
+++ extra-i686/PKGBUILD 2016-03-18 22:33:56 UTC (rev 262061)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.7.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('bb01710b1b24789a53c800a90c73957f'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
-'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p 

[arch-commits] Commit in zeitgeist-explorer (4 files)

2016-03-18 Thread Balló György
Date: Saturday, March 19, 2016 @ 00:33:17
  Author: bgyorgy
Revision: 167608

archrelease: copy trunk to community-any

Added:
  zeitgeist-explorer/repos/
  zeitgeist-explorer/repos/community-any/
  zeitgeist-explorer/repos/community-any/PKGBUILD
(from rev 167607, zeitgeist-explorer/trunk/PKGBUILD)
  zeitgeist-explorer/repos/community-any/zeitgeist-explorer.install
(from rev 167607, zeitgeist-explorer/trunk/zeitgeist-explorer.install)

+
 PKGBUILD   |   31 +++
 zeitgeist-explorer.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: zeitgeist-explorer/repos/community-any/PKGBUILD (from rev 167607, 
zeitgeist-explorer/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2016-03-18 23:33:17 UTC (rev 167608)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=zeitgeist-explorer
+pkgver=0.2
+pkgrel=3
+pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low 
level"
+arch=('any')
+url="https://launchpad.net/zeitgeist-explorer;
+license=('LGPL')
+depends=('gtk3' 'python2-gobject' 'zeitgeist')
+makedepends=('python2-distutils-extra')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/0.x/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('8521b2c8ecc3f0d425e6806dcb2fde59')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' zgexplorer/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  rm -r "$pkgdir/usr/data"
+}

Copied: zeitgeist-explorer/repos/community-any/zeitgeist-explorer.install (from 
rev 167607, zeitgeist-explorer/trunk/zeitgeist-explorer.install)
===
--- repos/community-any/zeitgeist-explorer.install  
(rev 0)
+++ repos/community-any/zeitgeist-explorer.install  2016-03-18 23:33:17 UTC 
(rev 167608)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 04:57:56
  Author: fyan
Revision: 167621

upgpkg: git-annex 6.20160318-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-19 03:56:58 UTC (rev 167620)
+++ PKGBUILD2016-03-19 03:57:56 UTC (rev 167621)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20160229
-pkgrel=10
+pkgver=6.20160318
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")
@@ -14,19 +14,19 @@
  "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
  "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
  "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
- "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-dlist" "haskell-dns"
- "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions"
- "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" 
"haskell-hinotify"
- "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
  "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
- "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mtl"
- "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
- "haskell-network-protocol-xmpp" "haskell-network-uri" 
"haskell-old-locale"
- "haskell-optparse-applicative" "haskell-path-pieces" 
"haskell-persistent"
- "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-quickcheck"
- "haskell-random" "haskell-regex-tdfa" "haskell-resourcet" 
"haskell-safesemaphore"
- "haskell-sandi" "haskell-securemem" "haskell-shakespeare" 
"haskell-stm"
- "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
  "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
  "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
  "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
@@ -33,7 +33,7 @@
  "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1eac609eeedbf01cf088461577b478a3aa99f7ecefa668214308e3b5509c1506')
+sha256sums=('5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 04:56:58
  Author: fyan
Revision: 167620

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

Added:
  haskell-bower-json/repos/community-i686/
  haskell-bower-json/repos/community-i686/PKGBUILD
(from rev 167619, haskell-bower-json/trunk/PKGBUILD)
  haskell-bower-json/repos/community-i686/haskell-bower-json.install
(from rev 167619, haskell-bower-json/trunk/haskell-bower-json.install)
  haskell-bower-json/repos/community-x86_64/
  haskell-bower-json/repos/community-x86_64/PKGBUILD
(from rev 167619, haskell-bower-json/trunk/PKGBUILD)
  haskell-bower-json/repos/community-x86_64/haskell-bower-json.install
(from rev 167619, haskell-bower-json/trunk/haskell-bower-json.install)

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

Copied: haskell-bower-json/repos/community-i686/PKGBUILD (from rev 167619, 
haskell-bower-json/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-19 03:56:58 UTC (rev 167620)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bower-json
+pkgname=haskell-bower-json
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Read bower.json from Haskell"
+url="https://github.com/hdgarrood/bower-json;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-mtl" "haskell-scientific"
+ "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=('ee8efa507020dc3f7439849a3662d6bbc72dfec8c1ae8d158e75546138dff3cf')
+
+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-bower-json/repos/community-i686/haskell-bower-json.install 
(from rev 167619, haskell-bower-json/trunk/haskell-bower-json.install)
===
--- community-i686/haskell-bower-json.install   (rev 0)
+++ community-i686/haskell-bower-json.install   2016-03-19 03:56:58 UTC (rev 
167620)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-bower-json
+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-bower-json/repos/community-x86_64/PKGBUILD (from rev 167619, 
haskell-bower-json/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-19 03:56:58 UTC (rev 167620)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bower-json
+pkgname=haskell-bower-json
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Read bower.json from Haskell"
+url="https://github.com/hdgarrood/bower-json;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-mtl" "haskell-scientific"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')

[arch-commits] Commit in (5 files)

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 04:56:35
  Author: fyan
Revision: 167619

addpkg: haskell-bower-json 0.8.0-1

Added:
  haskell-bower-json/
  haskell-bower-json/repos/
  haskell-bower-json/trunk/
  haskell-bower-json/trunk/PKGBUILD
  haskell-bower-json/trunk/haskell-bower-json.install

+
 PKGBUILD   |   43 +++
 haskell-bower-json.install |   18 ++
 2 files changed, 61 insertions(+)

Added: haskell-bower-json/trunk/PKGBUILD
===
--- haskell-bower-json/trunk/PKGBUILD   (rev 0)
+++ haskell-bower-json/trunk/PKGBUILD   2016-03-19 03:56:35 UTC (rev 167619)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bower-json
+pkgname=haskell-bower-json
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Read bower.json from Haskell"
+url="https://github.com/hdgarrood/bower-json;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-mtl" "haskell-scientific"
+ "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=('ee8efa507020dc3f7439849a3662d6bbc72dfec8c1ae8d158e75546138dff3cf')
+
+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"
+}


Property changes on: haskell-bower-json/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-bower-json/trunk/haskell-bower-json.install
===
--- haskell-bower-json/trunk/haskell-bower-json.install 
(rev 0)
+++ haskell-bower-json/trunk/haskell-bower-json.install 2016-03-19 03:56:35 UTC 
(rev 167619)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-bower-json
+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)
+}


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

2016-03-18 Thread Felix Yan
Date: Friday, March 18, 2016 @ 17:25:54
  Author: fyan
Revision: 167594

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-18 16:24:19 UTC (rev 167593)
+++ PKGBUILD2016-03-18 16:25:54 UTC (rev 167594)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
- 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
- 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
-source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-openstacksdk{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py testr
-
-  cd "$srcdir"/python-openstacksdk-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 167593, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-18 16:25:54 UTC (rev 167594)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstacksdk{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py testr
+
+  cd "$srcdir"/python-openstacksdk-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-openstacksdk() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 04:41:28
  Author: fyan
Revision: 167617

upgpkg: python2-netlib 0.16-2

allow cryptography 1.3 with our patched pyopenssl

Modified:
  python2-netlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-19 03:19:41 UTC (rev 167616)
+++ PKGBUILD2016-03-19 03:41:28 UTC (rev 167617)
@@ -4,7 +4,7 @@
 
 pkgname=python2-netlib
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of network utilities used by pathod and mitmproxy"
 url="https://github.com/mitmproxy/netlib;
 license=('MIT')
@@ -18,6 +18,8 @@
 prepare() {
   cd netlib-$pkgver
 
+  sed -i 's/cryptography>=1.2.2, <1.3/cryptography>=1.2.2, <1.4/' setup.py
+
   # Use system certificate store, and system ssl.match_hostname
   sed -e '/certifi/d' \
   -e '/backports.ssl_match_hostname/d' \


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

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 03:41:30
  Author: fyan
Revision: 167610

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-19 02:41:11 UTC (rev 167609)
+++ PKGBUILD2016-03-19 02:41:30 UTC (rev 167610)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
- 'python-pluggy' 'python2-pluggy')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-yaml' 'python2-yaml' 'python2-enum34' 'python-pexpect' 
'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' 
'python-zope-interface'
-  'python2-zope-interface' 'python-twisted' 'python2-twisted')
-source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove bundled pluggy - disabled for now as it will break tests
-  # rm -r pytest/_pytest/vendored_packages
-  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
-
-  cp -a pytest{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest
-  python setup.py build
-
-  cd "$srcdir"/pytest-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytest
-  # 1 xdist-related failure
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-py2
-  # 1 xdist-related failure
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools') # 'python-pluggy')
-
-  cd pytest
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
-
-  cd pytest-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 167609, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-19 02:41:30 UTC (rev 167610)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
+ 'python-pluggy' 'python2-pluggy')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-yaml' 'python2-yaml' 'python2-enum34' 'python-pexpect' 
'python2-pexpect'
+  'python-pytest-xdist' 'python2-pytest-xdist' 
'python-zope-interface'
+  'python2-zope-interface' 'python-twisted' 'python2-twisted')
+source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove bundled pluggy - disabled for now as it will break tests
+  # rm -r pytest/_pytest/vendored_packages
+  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+
+  cp -a pytest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest
+  python setup.py build
+
+  cd "$srcdir"/pytest-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytest
+  # 1 xdist-related failure
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-py2
+  # 1 xdist-related failure
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools') # 'python-pluggy')
+
+  cd pytest
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
+
+  cd pytest-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/py.test{,2}
+}


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

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 04:42:29
  Author: fyan
Revision: 167618

archrelease: copy trunk to community-any

Added:
  python2-netlib/repos/community-any/PKGBUILD
(from rev 167617, python2-netlib/trunk/PKGBUILD)
Deleted:
  python2-netlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-19 03:41:28 UTC (rev 167617)
+++ PKGBUILD2016-03-19 03:42:29 UTC (rev 167618)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
-
-pkgname=python2-netlib
-pkgver=0.16
-pkgrel=1
-pkgdesc="A collection of network utilities used by pathod and mitmproxy"
-url="https://github.com/mitmproxy/netlib;
-license=('MIT')
-arch=('any')
-depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack' 'python2-hyperframe' 'python2-six')
-makedepends=('python2-setuptools')
-checkdepends=('python2-mock' 'python2-pytest-runner')
-source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
-sha256sums=('c70ed1915a5662c9ffce4dc97d143209e009cf0035a2f692031a6c47e87e6002')
-
-prepare() {
-  cd netlib-$pkgver
-
-  # Use system certificate store, and system ssl.match_hostname
-  sed -e '/certifi/d' \
-  -e '/backports.ssl_match_hostname/d' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
-  -i netlib/tcp.py
-}  
-
-build() {
-  cd "$srcdir/netlib-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/netlib-$pkgver"
-  python2 setup.py ptr
-}
-
-package() {
-  cd "$srcdir/netlib-$pkgver"
-  python2 setup.py install -O1 --skip-build --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python2-netlib/repos/community-any/PKGBUILD (from rev 167617, 
python2-netlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-19 03:42:29 UTC (rev 167618)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.16
+pkgrel=2
+pkgdesc="A collection of network utilities used by pathod and mitmproxy"
+url="https://github.com/mitmproxy/netlib;
+license=('MIT')
+arch=('any')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack' 'python2-hyperframe' 'python2-six')
+makedepends=('python2-setuptools')
+checkdepends=('python2-mock' 'python2-pytest-runner')
+source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
+sha256sums=('c70ed1915a5662c9ffce4dc97d143209e009cf0035a2f692031a6c47e87e6002')
+
+prepare() {
+  cd netlib-$pkgver
+
+  sed -i 's/cryptography>=1.2.2, <1.3/cryptography>=1.2.2, <1.4/' setup.py
+
+  # Use system certificate store, and system ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
+  -i netlib/tcp.py
+}  
+
+build() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py ptr
+}
+
+package() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py install -O1 --skip-build --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


  1   2   >