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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 16:08:04
  Author: fyan
Revision: 143603

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

Added:
  cvc4/repos/community-i686/
  cvc4/repos/community-i686/PKGBUILD
(from rev 143602, cvc4/trunk/PKGBUILD)
  cvc4/repos/community-i686/configure-boost-version.patch
(from rev 143602, cvc4/trunk/configure-boost-version.patch)
  cvc4/repos/community-x86_64/
  cvc4/repos/community-x86_64/PKGBUILD
(from rev 143602, cvc4/trunk/PKGBUILD)
  cvc4/repos/community-x86_64/configure-boost-version.patch
(from rev 143602, cvc4/trunk/configure-boost-version.patch)

+
 community-i686/PKGBUILD|   39 +++
 community-i686/configure-boost-version.patch   |   27 +++
 community-x86_64/PKGBUILD  |   39 +++
 community-x86_64/configure-boost-version.patch |   27 +++
 4 files changed, 132 insertions(+)

Copied: cvc4/repos/community-i686/PKGBUILD (from rev 143602, 
cvc4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 14:08:04 UTC (rev 143603)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Philipp Sieweck
+
+pkgname=cvc4
+pkgver=1.4
+pkgrel=3
+pkgdesc="An automatic theorem prover"
+arch=('i686' 'x86_64')
+url="http://cvc4.cs.nyu.edu/web/;
+depends=('boost' 'libantlr3c' 'cln')
+optdepends=('readline: for an improved interaction support')
+license=('GPL' 'BSD' 'MIT' 'custom:HPND')
+source=("http://cvc4.cs.nyu.edu/builds/src/cvc4-$pkgver.tar.gz;
+configure-boost-version.patch)
+md5sums=('581c559c02b94fcb18b2e5b11432e009'
+ 'd9cbfad2415d4a675ebabf3f7c5cdd5d')
+
+prepare() {
+  patch "$srcdir"/cvc4-$pkgver/configure configure-boost-version.patch
+}
+
+build() {
+  cd "$srcdir"/cvc4-$pkgver
+  ./configure --prefix=/usr --enable-optimization --disable-doxygen-doc 
--with-cln --enable-gpl
+  make
+}
+
+package() {
+  cd "$srcdir"/cvc4-$pkgver
+  make prefix="$pkgdir"/usr install
+  install -D COPYING "$pkgdir"/usr/share/licenses/cvc4/LICENCE
+
+  cd "$pkgdir"
+  rmdir "usr/share/perl5" "usr/lib/pyshared" "usr/lib/php" "usr/lib/jni" \
+"usr/lib/csharp" "usr/share/java" "usr/share/php" "usr/share/csharp" \
+"usr/lib/ruby" "usr/lib/tcltk" "usr/lib/perl5" "usr/share/pyshared" \
+"usr/lib/ocaml/cvc4" "usr/lib/ocaml"
+}

Copied: cvc4/repos/community-i686/configure-boost-version.patch (from rev 
143602, cvc4/trunk/configure-boost-version.patch)
===
--- community-i686/configure-boost-version.patch
(rev 0)
+++ community-i686/configure-boost-version.patch2015-10-10 14:08:04 UTC 
(rev 143603)
@@ -0,0 +1,27 @@
+--- configure~ 2014-07-13 19:47:37.469270988 +0200
 configure  2015-06-09 13:46:07.731066225 +0200
+@@ -24795,17 +24795,15 @@
+ if ${boost_cv_lib_version+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++  cat confdefs.h - &5 |
+-  tr -d '\r' |
+-  $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; 
then :
+-  boost_cv_lib_version=`cat conftest.i`
+-fi
+-rm -rf conftest*
++#include 
++int main(int argc, char **argv) { printf("%s\n", BOOST_LIB_VERSION); return 
0; }
++EOF
++  gcc conftest.c -o conftest
++  boost_cv_lib_version=`./conftest`
++  rm -f conftest conftest.c
+ 
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_lib_version" >&5

Copied: cvc4/repos/community-x86_64/PKGBUILD (from rev 143602, 
cvc4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 14:08:04 UTC (rev 143603)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Philipp Sieweck
+
+pkgname=cvc4
+pkgver=1.4
+pkgrel=3
+pkgdesc="An automatic theorem prover"
+arch=('i686' 'x86_64')
+url="http://cvc4.cs.nyu.edu/web/;
+depends=('boost' 'libantlr3c' 'cln')
+optdepends=('readline: for an improved interaction support')
+license=('GPL' 'BSD' 'MIT' 'custom:HPND')
+source=("http://cvc4.cs.nyu.edu/builds/src/cvc4-$pkgver.tar.gz;
+configure-boost-version.patch)
+md5sums=('581c559c02b94fcb18b2e5b11432e009'
+ 'd9cbfad2415d4a675ebabf3f7c5cdd5d')
+
+prepare() {
+  patch "$srcdir"/cvc4-$pkgver/configure configure-boost-version.patch
+}
+
+build() {
+  cd "$srcdir"/cvc4-$pkgver
+  ./configure --prefix=/usr --enable-optimization --disable-doxygen-doc 
--with-cln --enable-gpl
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 16:07:00
  Author: fyan
Revision: 143602

addpkg: cvc4 1.4-3

Added:
  cvc4/
  cvc4/repos/
  cvc4/trunk/
  cvc4/trunk/PKGBUILD
  cvc4/trunk/configure-boost-version.patch

---+
 PKGBUILD  |   39 +++
 configure-boost-version.patch |   27 +++
 2 files changed, 66 insertions(+)

Added: cvc4/trunk/PKGBUILD
===
--- cvc4/trunk/PKGBUILD (rev 0)
+++ cvc4/trunk/PKGBUILD 2015-10-10 14:07:00 UTC (rev 143602)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Philipp Sieweck
+
+pkgname=cvc4
+pkgver=1.4
+pkgrel=3
+pkgdesc="An automatic theorem prover"
+arch=('i686' 'x86_64')
+url="http://cvc4.cs.nyu.edu/web/;
+depends=('boost' 'libantlr3c' 'cln')
+optdepends=('readline: for an improved interaction support')
+license=('GPL' 'BSD' 'MIT' 'custom:HPND')
+source=("http://cvc4.cs.nyu.edu/builds/src/cvc4-$pkgver.tar.gz;
+configure-boost-version.patch)
+md5sums=('581c559c02b94fcb18b2e5b11432e009'
+ 'd9cbfad2415d4a675ebabf3f7c5cdd5d')
+
+prepare() {
+  patch "$srcdir"/cvc4-$pkgver/configure configure-boost-version.patch
+}
+
+build() {
+  cd "$srcdir"/cvc4-$pkgver
+  ./configure --prefix=/usr --enable-optimization --disable-doxygen-doc 
--with-cln --enable-gpl
+  make
+}
+
+package() {
+  cd "$srcdir"/cvc4-$pkgver
+  make prefix="$pkgdir"/usr install
+  install -D COPYING "$pkgdir"/usr/share/licenses/cvc4/LICENCE
+
+  cd "$pkgdir"
+  rmdir "usr/share/perl5" "usr/lib/pyshared" "usr/lib/php" "usr/lib/jni" \
+"usr/lib/csharp" "usr/share/java" "usr/share/php" "usr/share/csharp" \
+"usr/lib/ruby" "usr/lib/tcltk" "usr/lib/perl5" "usr/share/pyshared" \
+"usr/lib/ocaml/cvc4" "usr/lib/ocaml"
+}


Property changes on: cvc4/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: cvc4/trunk/configure-boost-version.patch
===
--- cvc4/trunk/configure-boost-version.patch(rev 0)
+++ cvc4/trunk/configure-boost-version.patch2015-10-10 14:07:00 UTC (rev 
143602)
@@ -0,0 +1,27 @@
+--- configure~ 2014-07-13 19:47:37.469270988 +0200
 configure  2015-06-09 13:46:07.731066225 +0200
+@@ -24795,17 +24795,15 @@
+ if ${boost_cv_lib_version+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++  cat confdefs.h - &5 |
+-  tr -d '\r' |
+-  $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; 
then :
+-  boost_cv_lib_version=`cat conftest.i`
+-fi
+-rm -rf conftest*
++#include 
++int main(int argc, char **argv) { printf("%s\n", BOOST_LIB_VERSION); return 
0; }
++EOF
++  gcc conftest.c -o conftest
++  boost_cv_lib_version=`./conftest`
++  rm -f conftest conftest.c
+ 
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_lib_version" >&5


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 15:57:53
  Author: fyan
Revision: 143601

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

Added:
  haskell-async/repos/community-i686/
  haskell-async/repos/community-i686/PKGBUILD
(from rev 143600, haskell-async/trunk/PKGBUILD)
  haskell-async/repos/community-i686/haskell-async.install
(from rev 143600, haskell-async/trunk/haskell-async.install)
  haskell-async/repos/community-x86_64/
  haskell-async/repos/community-x86_64/PKGBUILD
(from rev 143600, haskell-async/trunk/PKGBUILD)
  haskell-async/repos/community-x86_64/haskell-async.install
(from rev 143600, haskell-async/trunk/haskell-async.install)

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

Copied: haskell-async/repos/community-i686/PKGBUILD (from rev 143600, 
haskell-async/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 13:57:53 UTC (rev 143601)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b')
+
+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-async/repos/community-i686/haskell-async.install (from rev 
143600, haskell-async/trunk/haskell-async.install)
===
--- community-i686/haskell-async.install(rev 0)
+++ community-i686/haskell-async.install2015-10-10 13:57:53 UTC (rev 
143601)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-async
+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-async/repos/community-x86_64/PKGBUILD (from rev 143600, 
haskell-async/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 13:57:53 UTC (rev 143601)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+

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

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 19:02:29
  Author: lcarlier
Revision: 248868

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

Added:
  mesa/repos/extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 248867, 
mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 248867, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 248867, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 248867, 
mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 248867, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 248867, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /0001-i965-Remove-early-release-of-DRI2-miptree.patch |   66 +
 /LICENSE  |  164 
 /PKGBUILD |  354 
++
 extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch   |   33 
 extra-i686/LICENSE|   82 --
 extra-i686/PKGBUILD   |  177 -
 extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch |   33 
 extra-x86_64/LICENSE  |   82 --
 extra-x86_64/PKGBUILD |  177 -
 9 files changed, 584 insertions(+), 584 deletions(-)

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


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

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 19:02:13
  Author: lcarlier
Revision: 248867

upgpkg: mesa 11.0.3-1

upstream update 11.0.3

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 16:34:49 UTC (rev 248866)
+++ PKGBUILD2015-10-10 17:02:13 UTC (rev 248867)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=11.0.2
+pkgver=11.0.3
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0001-i965-Remove-early-release-of-DRI2-miptree.patch)
-sha256sums=('fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4'
+sha256sums=('ab2992eece21adc23c398720ef8c6933cb69ea42e1b2611dc09d031e17e033d6'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (6 files)

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 19:16:26
  Author: lcarlier
Revision: 143607

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 143606, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 143606, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 143606, lib32-mesa/trunk/PKGBUILD)
Deleted:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 0001-i965-Remove-early-release-of-DRI2-miptree.patch |   66 +--
 LICENSE  |  164 -
 PKGBUILD |  302 -
 3 files changed, 266 insertions(+), 266 deletions(-)

Deleted: 0001-i965-Remove-early-release-of-DRI2-miptree.patch
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-10-10 
17:16:16 UTC (rev 143606)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-10-10 
17:16:26 UTC (rev 143607)
@@ -1,33 +0,0 @@
-From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
-From: Chris Wilson 
-Date: Fri, 10 Jul 2015 10:41:35 +0100
-Subject: [PATCH] i965: Remove early release of DRI2 miptree
-
-intel_update_winsys_renderbuffer_miptree() will release the existing
-miptree when wrapping a new DRI2 buffer, so we can remove the early
-release and so prevent a NULL mt dereference should importing the new
-DRI2 name fail for any reason. (Reusing the old DRI2 name will result
-in the rendering going astray, to a stale buffer, and not shown on the
-screen, but it allows us to issue a warning and not crash much later in
-innocent code.)
-
-Signed-off-by: Chris Wilson 

- src/mesa/drivers/dri/i965/brw_context.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
-index e8d1396..72f3897 100644
 a/src/mesa/drivers/dri/i965/brw_context.c
-+++ b/src/mesa/drivers/dri/i965/brw_context.c
-@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
-   buffer->cpp, buffer->pitch);
-}
- 
--   intel_miptree_release(>mt);
-bo = drm_intel_bo_gem_create_from_name(brw->bufmgr, buffer_name,
-   buffer->name);
-if (!bo) {
--- 
-2.5.0
-

Copied: 
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
 (from rev 143606, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch
(rev 0)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-10-10 
17:16:26 UTC (rev 143607)
@@ -0,0 +1,33 @@
+From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
+From: Chris Wilson 
+Date: Fri, 10 Jul 2015 10:41:35 +0100
+Subject: [PATCH] i965: Remove early release of DRI2 miptree
+
+intel_update_winsys_renderbuffer_miptree() will release the existing
+miptree when wrapping a new DRI2 buffer, so we can remove the early
+release and so prevent a NULL mt dereference should importing the new
+DRI2 name fail for any reason. (Reusing the old DRI2 name will result
+in the rendering going astray, to a stale buffer, and not shown on the
+screen, but it allows us to issue a warning and not crash much later in
+innocent code.)
+
+Signed-off-by: Chris Wilson 
+---
+ src/mesa/drivers/dri/i965/brw_context.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
+index e8d1396..72f3897 100644
+--- a/src/mesa/drivers/dri/i965/brw_context.c
 b/src/mesa/drivers/dri/i965/brw_context.c
+@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
+   buffer->cpp, buffer->pitch);
+}
+ 
+-   intel_miptree_release(>mt);
+bo = drm_intel_bo_gem_create_from_name(brw->bufmgr, buffer_name,
+   buffer->name);
+if (!bo) {
+-- 
+2.5.0
+

Deleted: LICENSE
===
--- LICENSE 2015-10-10 17:16:16 UTC (rev 143606)
+++ LICENSE 2015-10-10 17:16:26 UTC (rev 143607)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,

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

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 19:16:16
  Author: lcarlier
Revision: 143606

upgpkg: lib32-mesa 11.0.3-1

upstream update 11.0.3

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 14:13:52 UTC (rev 143605)
+++ PKGBUILD2015-10-10 17:16:16 UTC (rev 143606)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=11.0.2
+pkgver=11.0.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
 0001-i965-Remove-early-release-of-DRI2-miptree.patch)
-sha256sums=('fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4'
+sha256sums=('ab2992eece21adc23c398720ef8c6933cb69ea42e1b2611dc09d031e17e033d6'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')


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

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 19:36:57
  Author: andyrtr
Revision: 248869

upgpkg: nfs-utils 1.3.3-1

upstream update 1.3.3

Modified:
  nfs-utils/trunk/PKGBUILD
Deleted:
  nfs-utils/trunk/nfs-utils-1.3.2-statd-bg.patch
  nfs-utils/trunk/nfs-utils-1.3.2-statd-nowait.patch

+
 PKGBUILD   |   30 +++---
 nfs-utils-1.3.2-statd-bg.patch |   25 -
 nfs-utils-1.3.2-statd-nowait.patch |   35 ---
 3 files changed, 11 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:02:29 UTC (rev 248868)
+++ PKGBUILD2015-10-10 17:36:57 UTC (rev 248869)
@@ -7,8 +7,8 @@
 # Contributor: Marco Lima 
 
 pkgname=nfs-utils
-pkgver=1.3.2
-pkgrel=6
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -19,30 +19,22 @@
 makedepends=('sqlite')
 
source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
 nfs-common.conf nfs-server.conf exports nfs-utils.conf id_resolver.conf
-nfs-utils_env.sh
-nfs-utils-1.3.2-statd-bg.patch
-nfs-utils-1.3.2-statd-nowait.patch)
+nfs-utils_env.sh)
 install=nfs-utils.install
 optdepends=('sqlite: for nfsdcltrack usage'
 'python2: for nfsiostat and mountstats usage')
-md5sums=('1e2f3c1ed468dee02d00c534c002ea10'
- 'SKIP'
- '95129639a19da1f262d4eb3ac73e0bdb'
- '7bd61e84ee05054f5232b2e8063ea08d'
- 'e6ad3c7a59c7e4c24965a0e7da35026c'
- '8ac484023d786766d287ccbe878ae4ba'
- '2e203f35ee753f5264a951cf43d4168e'
- 'c6c9c32f153dfa6c0477ea6b99354288'
- '45f55a5d581b2527b453c3a0816add24'
- 'dde4e23776a2425d2a1241eb2daf8b7c')
+sha1sums=('7c561e6a22a626aed93766bdb0c34e9a4e77b9e7'
+  'SKIP'
+  '44deb1c199d89ef866d90aad47eadd3b44070b59'
+  '2658a0e9d9ff8e4be7b3f190f6743f5b83852f3f'
+  '170a929d9c0f22edb13b656648cadf372efea841'
+  'c109f2300f2d841104adb09fe76a5f2583015c72'
+  '24b3c10b47dc120b2d252cf1e5001effa8f76a62'
+  '96734598a0b851da10cb9e02afb52ec55fed6273')
 validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  # fix rpc.statd starting
-  patch -Np1 -i $srcdir/nfs-utils-1.3.2-statd-bg.patch
-  # don't wait for online target on statd
-  patch -Np1 -i $srcdir/nfs-utils-1.3.2-statd-nowait.patch
 
   # fix hardcoded sbin path to our needs
   sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am

Deleted: nfs-utils-1.3.2-statd-bg.patch
===
--- nfs-utils-1.3.2-statd-bg.patch  2015-10-10 17:02:29 UTC (rev 248868)
+++ nfs-utils-1.3.2-statd-bg.patch  2015-10-10 17:36:57 UTC (rev 248869)
@@ -1,25 +0,0 @@
-commit 17a3e5bffb7110d46de1bf42b64b90713ff5ea50
-Author: Chris Mayo 
-Date:   Sun Feb 1 12:03:46 2015 -0500
-
-statd: Fix test for foreground mode
-
-daemon_init parameter has the opposite sense
-to code removed in commit 7addf9d
-
-Signed-off-by: Chris Mayo 
-Signed-off-by: Steve Dickson 
-
-diff --git a/utils/statd/statd.c b/utils/statd/statd.c
-index 60ce6d1..2b7a167 100644
 a/utils/statd/statd.c
-+++ b/utils/statd/statd.c
-@@ -393,7 +393,7 @@ int main (int argc, char **argv)
-   simulator (--argc, ++argv); /* simulator() does exit() */
- #endif
- 
--  daemon_init(!(run_mode & MODE_NODAEMON));
-+  daemon_init((run_mode & MODE_NODAEMON));
- 
-   if (run_mode & MODE_LOG_STDERR) {
-   xlog_syslog(0);

Deleted: nfs-utils-1.3.2-statd-nowait.patch
===
--- nfs-utils-1.3.2-statd-nowait.patch  2015-10-10 17:02:29 UTC (rev 248868)
+++ nfs-utils-1.3.2-statd-nowait.patch  2015-10-10 17:36:57 UTC (rev 248869)
@@ -1,35 +0,0 @@
-From 650633d4e956dc6b628da30c868e39fba76a0b29 Mon Sep 17 00:00:00 2001
-From: Steve Dickson 
-Date: Mon, 9 Feb 2015 08:54:54 -0500
-Subject: [PATCH] rpc-statd-notify: Don't wait for the network to come up
-
-rpc-statd-notify only needs to wait for the network
-interface to be configured not to be connected since
-it forks into background and will wait 15mins for
-the network to come up.
-
-This decrease boot times when networks are not
-and will not be connected.
-
-Signed-off-by: Steve Dickson 
-Reported-By: Eric Work 

- systemd/rpc-statd-notify.service | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/systemd/rpc-statd-notify.service 
b/systemd/rpc-statd-notify.service
-index 941afe5..a655445 100644
 

[arch-commits] Commit in nfs-utils/repos (18 files)

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 19:37:18
  Author: andyrtr
Revision: 248870

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 248869, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/exports
(from rev 248869, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/id_resolver.conf
(from rev 248869, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 248869, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 248869, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 248869, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 248869, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
(from rev 248869, nfs-utils/trunk/nfs-utils_env.sh)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 248869, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 248869, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 248869, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 248869, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 248869, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 248869, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 248869, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh
(from rev 248869, nfs-utils/trunk/nfs-utils_env.sh)

--+
 testing-i686/PKGBUILD|   86 +
 testing-i686/exports |   12 +
 testing-i686/id_resolver.conf|9 +++
 testing-i686/nfs-common.conf |   22 +
 testing-i686/nfs-server.conf |   17 +++
 testing-i686/nfs-utils.conf  |1 
 testing-i686/nfs-utils.install   |   28 
 testing-i686/nfs-utils_env.sh|   20 
 testing-x86_64/PKGBUILD  |   86 +
 testing-x86_64/exports   |   12 +
 testing-x86_64/id_resolver.conf  |9 +++
 testing-x86_64/nfs-common.conf   |   22 +
 testing-x86_64/nfs-server.conf   |   17 +++
 testing-x86_64/nfs-utils.conf|1 
 testing-x86_64/nfs-utils.install |   28 
 testing-x86_64/nfs-utils_env.sh  |   20 
 16 files changed, 390 insertions(+)

Copied: nfs-utils/repos/testing-i686/PKGBUILD (from rev 248869, 
nfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 17:37:18 UTC (rev 248870)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+# Contributor: John Proctor 
+# Contributor: dibblethewrecker 
+# Contributor: abelstr 
+# Contributor: Marco Lima 
+
+pkgname=nfs-utils
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Support programs for Network File Systems"
+arch=('i686' 'x86_64')
+url='http://nfs.sourceforge.net'
+license=('GPL2')
+backup=(etc/{exports,nfsmount.conf} 
etc/conf.d/{nfs-common.conf,nfs-server.conf})
+depends=('rpcbind' 'librpcsecgss>=0.19-2' 'nfsidmap' 'gssproxy' 
+ 'libevent>=2.0.10' 'device-mapper')
+makedepends=('sqlite')
+source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
+nfs-common.conf nfs-server.conf exports nfs-utils.conf id_resolver.conf
+nfs-utils_env.sh)
+install=nfs-utils.install
+optdepends=('sqlite: for nfsdcltrack usage'
+'python2: for nfsiostat and mountstats usage')
+sha1sums=('7c561e6a22a626aed93766bdb0c34e9a4e77b9e7'
+  'SKIP'
+  '44deb1c199d89ef866d90aad47eadd3b44070b59'
+  '2658a0e9d9ff8e4be7b3f190f6743f5b83852f3f'
+  '170a929d9c0f22edb13b656648cadf372efea841'
+  'c109f2300f2d841104adb09fe76a5f2583015c72'
+  '24b3c10b47dc120b2d252cf1e5001effa8f76a62'
+  '96734598a0b851da10cb9e02afb52ec55fed6273')
+validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # fix hardcoded sbin path to our needs
+  sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--enable-gss \
+--without-tcp-wrappers \
+--with-statedir=/var/lib/nfs \
+--enable-ipv6 \
+--enable-libmount-mount \
+--enable-mountconfig \
+

[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 15:56:40
  Author: fyan
Revision: 143600

addpkg: haskell-async 2.0.2-1

Added:
  haskell-async/
  haskell-async/repos/
  haskell-async/trunk/
  haskell-async/trunk/PKGBUILD
  haskell-async/trunk/haskell-async.install

---+
 PKGBUILD  |   42 ++
 haskell-async.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-async/trunk/PKGBUILD
===
--- haskell-async/trunk/PKGBUILD(rev 0)
+++ haskell-async/trunk/PKGBUILD2015-10-10 13:56:40 UTC (rev 143600)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b')
+
+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-async/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-async/trunk/haskell-async.install
===
--- haskell-async/trunk/haskell-async.install   (rev 0)
+++ haskell-async/trunk/haskell-async.install   2015-10-10 13:56:40 UTC (rev 
143600)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-async
+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 gnupg/repos (6 files)

2015-10-10 Thread Gaetan Bisson
Date: Saturday, October 10, 2015 @ 18:34:49
  Author: bisson
Revision: 248866

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 248865, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 248865, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 248865, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 248865, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-i686/install|   25 ++
 testing-x86_64/PKGBUILD |   63 ++
 testing-x86_64/install  |   25 ++
 4 files changed, 176 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 248865, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 16:34:49 UTC (rev 248866)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.9
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('119bab38d2ff3a849be62914be9bf7333da68883' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 248865, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-10-10 16:34:49 UTC (rev 248866)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see FS#42798
+   [ $(vercmp $2 2.1.0-4) = -1 ] &&
+   dirmngr /dev/null ||
+   return 0
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 248865, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 16:34:49 UTC (rev 248866)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.9
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')

[arch-commits] Commit in gnupg/trunk (PKGBUILD ssh-agent.patch ssh-ed25519.patch)

2015-10-10 Thread Gaetan Bisson
Date: Saturday, October 10, 2015 @ 18:34:09
  Author: bisson
Revision: 248865

upstream update

Modified:
  gnupg/trunk/PKGBUILD
Deleted:
  gnupg/trunk/ssh-agent.patch
  gnupg/trunk/ssh-ed25519.patch

---+
 PKGBUILD  |   14 +++-
 ssh-agent.patch   |   42 
 ssh-ed25519.patch |   60 
 3 files changed, 4 insertions(+), 112 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 13:02:01 UTC (rev 248864)
+++ PKGBUILD2015-10-10 16:34:09 UTC (rev 248865)
@@ -5,8 +5,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.1.8
-pkgrel=4
+pkgver=2.1.9
+pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -20,12 +20,8 @@
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'ssh-ed25519.patch'
-'ssh-agent.patch')
-sha1sums=('61f5bc656dd7fddd4ab67b720d47ef0651bfb727' 'SKIP'
-  'fd77cf366f6bd70c1d33e910044612aebe6bbe63'
-  '605f9a1ca5bbb1791c86452d113cb0617ec437e8')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('119bab38d2ff3a849be62914be9bf7333da68883' 'SKIP')
 
 install=install
 
@@ -36,8 +32,6 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -p1 -i ../ssh-ed25519.patch
-   patch -p1 -i ../ssh-agent.patch
 }
 
 build() {

Deleted: ssh-agent.patch
===
--- ssh-agent.patch 2015-10-10 13:02:01 UTC (rev 248864)
+++ ssh-agent.patch 2015-10-10 16:34:09 UTC (rev 248865)
@@ -1,42 +0,0 @@
-diff --git a/agent/agent.h b/agent/agent.h
-index b3e8470..9e066c9 100644
 a/agent/agent.h
-+++ b/agent/agent.h
-@@ -50,7 +50,8 @@
- /* The maximum length of a passphrase (in bytes).  Note: this is
-further contrained by the Assuan line length (and any other text on
-the same line).  However, the Assuan line length is 1k bytes so
--   this shouldn't be a problem in practice.  */
-+   this shouldn't be a problem in practice.
-+   (MAX_PASSPHRASE_LEN + 1) should be multiple of alignment size.  */
- #define MAX_PASSPHRASE_LEN 255
- 
- 
-diff --git a/agent/command-ssh.c b/agent/command-ssh.c
-index 8be1255..3f63f76 100644
 a/agent/command-ssh.c
-+++ b/agent/command-ssh.c
-@@ -3107,7 +3107,8 @@ ssh_identity_register (ctrl_t ctrl, ssh_key_type_spec_t 
*spec,
-   err = gpg_error_from_syserror ();
-   goto out;
- }
--  pi2 = pi + (sizeof *pi + MAX_PASSPHRASE_LEN + 1);
-+  pi2 = (struct pin_entry_info_s *)((char *)pi + (sizeof (*pi)
-+  + MAX_PASSPHRASE_LEN + 1));
-   pi->max_length = MAX_PASSPHRASE_LEN + 1;
-   pi->max_tries = 1;
-   pi->with_repeat = 1;
-diff --git a/agent/genkey.c b/agent/genkey.c
-index 13858ca..54b7149 100644
 a/agent/genkey.c
-+++ b/agent/genkey.c
-@@ -375,7 +375,8 @@ agent_ask_new_passphrase (ctrl_t ctrl, const char *prompt,
- }
- 
-   pi = gcry_calloc_secure (2, sizeof (*pi) + MAX_PASSPHRASE_LEN + 1);
--  pi2 = pi + (sizeof *pi + MAX_PASSPHRASE_LEN + 1);
-+  pi2 = (struct pin_entry_info_s *)((char *)pi + (sizeof (*pi)
-+  + MAX_PASSPHRASE_LEN + 1));
-   pi->max_length = MAX_PASSPHRASE_LEN + 1;
-   pi->max_tries = 3;
-   pi->with_qualitybar = 1;

Deleted: ssh-ed25519.patch
===
--- ssh-ed25519.patch   2015-10-10 13:02:01 UTC (rev 248864)
+++ ssh-ed25519.patch   2015-10-10 16:34:09 UTC (rev 248865)
@@ -1,60 +0,0 @@
-From 7d5999f0964c9412c0e18eb1adefdb729be68cd4 Mon Sep 17 00:00:00 2001
-From: NIIBE Yutaka 
-Date: Wed, 16 Sep 2015 10:37:38 +0900
-Subject: [PATCH] agent: Fix registering SSH Key of Ed25519.
-
-* agent/command-ssh.c (stream_read_string): Add the prefix of 0x40.
-
---
-
-GnuPG-bug-id: 2096

- agent/command-ssh.c | 14 --
- 1 file changed, 8 insertions(+), 6 deletions(-)
-
-diff --git a/agent/command-ssh.c b/agent/command-ssh.c
-index 8868620..8be1255 100644
 a/agent/command-ssh.c
-+++ b/agent/command-ssh.c
-@@ -580,8 +580,9 @@ stream_read_string (estream_t stream, unsigned int secure,
- 
- 
- /* Read a binary string from STREAM and store it as an opaque MPI at
--   R_MPI.  Depending on SECURE use secure memory.  If the string is
--   too large for key material return an error.  */
-+   R_MPI, adding 0x40 (this is the prefix for EdDSA key in OpenPGP).
-+   Depending on SECURE use secure memory.  If the string is too large
-+   

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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 15:53:26
  Author: jelle
Revision: 143599

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 13:53:16 UTC (rev 143598)
+++ PKGBUILD2015-10-10 13:53:26 UTC (rev 143599)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributer: Allan McRae 
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="Python 2 and 3 compatibility utilities"
-arch=('any')
-url="http://pypi.python.org/pypi/six/;
-license=('MIT')
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('476881ef4012262dfc8adc645ee786c4')
-
-build() {
-  cd $srcdir
-  cp -r six-$pkgver six2-$pkgver
-}
-
-check() {
-  cd $srcdir/six-$pkgver 
-  python3 setup.py check
-
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py check
-}
-
-package_python-six() {
-  depends=('python')
-  cd $srcdir/six-$pkgver 
-  python3 setup.py install --root "${pkgdir}" --optimize=1
-  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-six() {
-  depends=('python2')
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py install --root "${pkgdir}" --optimize=1
-  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 143598, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 13:53:26 UTC (rev 143599)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributer: Allan McRae 
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Python 2 and 3 compatibility utilities"
+arch=('any')
+url="http://pypi.python.org/pypi/six/;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
+md5sums=('34eed507548117b2ab523ab14b2f8b55')
+
+build() {
+  cd $srcdir
+  cp -r six-$pkgver six2-$pkgver
+}
+
+check() {
+  cd $srcdir/six-$pkgver 
+  python3 setup.py check
+
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py check
+}
+
+package_python-six() {
+  depends=('python')
+  cd $srcdir/six-$pkgver 
+  python3 setup.py install --root "${pkgdir}" --optimize=1
+  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-six() {
+  depends=('python2')
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py install --root "${pkgdir}" --optimize=1
+  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 15:53:16
  Author: jelle
Revision: 143598

upgpkg: python-six 1.10.0-1

Modified:
  python-six/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 13:24:29 UTC (rev 143597)
+++ PKGBUILD2015-10-10 13:53:16 UTC (rev 143598)
@@ -3,8 +3,8 @@
 
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="Python 2 and 3 compatibility utilities"
 arch=('any')
 url="http://pypi.python.org/pypi/six/;
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('476881ef4012262dfc8adc645ee786c4')
+md5sums=('34eed507548117b2ab523ab14b2f8b55')
 
 build() {
   cd $srcdir


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

2015-10-10 Thread Jan Steffens
Date: Saturday, October 10, 2015 @ 20:48:39
  Author: heftig
Revision: 248873

3.0.14

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:47:40 UTC (rev 248872)
+++ PKGBUILD2015-10-10 18:48:39 UTC (rev 248873)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=clutter-gst
-pkgver=3.0.12
+pkgver=3.0.14
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c')
+sha256sums=('f7c8a7dc479759cad5ff7483cb5a1abbe3efd0b4f83ed0e443dc602430a82de2')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-10-10 Thread Jan Steffens
Date: Saturday, October 10, 2015 @ 20:52:34
  Author: heftig
Revision: 248874

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 248873, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 248873, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 18:48:39 UTC (rev 248873)
+++ extra-i686/PKGBUILD 2015-10-10 18:52:34 UTC (rev 248874)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 248873, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 18:52:34 UTC (rev 248874)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.14
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f7c8a7dc479759cad5ff7483cb5a1abbe3efd0b4f83ed0e443dc602430a82de2')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-10 18:48:39 UTC (rev 248873)
+++ extra-x86_64/PKGBUILD   2015-10-10 18:52:34 UTC (rev 248874)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 248873, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-10 18:52:34 UTC (rev 248874)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+

[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 16:13:12
  Author: fyan
Revision: 143604

addpkg: haskell-gitrev 1.1.0-1

Added:
  haskell-gitrev/
  haskell-gitrev/repos/
  haskell-gitrev/trunk/
  haskell-gitrev/trunk/PKGBUILD
  haskell-gitrev/trunk/haskell-gitrev.install

+
 PKGBUILD   |   42 ++
 haskell-gitrev.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-gitrev/trunk/PKGBUILD
===
--- haskell-gitrev/trunk/PKGBUILD   (rev 0)
+++ haskell-gitrev/trunk/PKGBUILD   2015-10-10 14:13:12 UTC (rev 143604)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gitrev
+pkgname=haskell-gitrev
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Compile git revision info into Haskell projects"
+url="https://github.com/acfoltzer/gitrev;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aabc77851c0de49bd3495fb2cf933170a5d566a19cfb230e1cc758f5775de120')
+
+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-gitrev/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-gitrev/trunk/haskell-gitrev.install
===
--- haskell-gitrev/trunk/haskell-gitrev.install (rev 0)
+++ haskell-gitrev/trunk/haskell-gitrev.install 2015-10-10 14:13:12 UTC (rev 
143604)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-gitrev
+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 haskell-gitrev/repos (6 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 16:13:52
  Author: fyan
Revision: 143605

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

Added:
  haskell-gitrev/repos/community-i686/
  haskell-gitrev/repos/community-i686/PKGBUILD
(from rev 143604, haskell-gitrev/trunk/PKGBUILD)
  haskell-gitrev/repos/community-i686/haskell-gitrev.install
(from rev 143604, haskell-gitrev/trunk/haskell-gitrev.install)
  haskell-gitrev/repos/community-x86_64/
  haskell-gitrev/repos/community-x86_64/PKGBUILD
(from rev 143604, haskell-gitrev/trunk/PKGBUILD)
  haskell-gitrev/repos/community-x86_64/haskell-gitrev.install
(from rev 143604, haskell-gitrev/trunk/haskell-gitrev.install)

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

Copied: haskell-gitrev/repos/community-i686/PKGBUILD (from rev 143604, 
haskell-gitrev/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 14:13:52 UTC (rev 143605)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gitrev
+pkgname=haskell-gitrev
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Compile git revision info into Haskell projects"
+url="https://github.com/acfoltzer/gitrev;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aabc77851c0de49bd3495fb2cf933170a5d566a19cfb230e1cc758f5775de120')
+
+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-gitrev/repos/community-i686/haskell-gitrev.install (from rev 
143604, haskell-gitrev/trunk/haskell-gitrev.install)
===
--- community-i686/haskell-gitrev.install   (rev 0)
+++ community-i686/haskell-gitrev.install   2015-10-10 14:13:52 UTC (rev 
143605)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-gitrev
+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-gitrev/repos/community-x86_64/PKGBUILD (from rev 143604, 
haskell-gitrev/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 14:13:52 UTC (rev 143605)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gitrev
+pkgname=haskell-gitrev
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Compile git revision info into Haskell projects"
+url="https://github.com/acfoltzer/gitrev;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aabc77851c0de49bd3495fb2cf933170a5d566a19cfb230e1cc758f5775de120')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2015-10-10 Thread Jan Steffens
Date: Saturday, October 10, 2015 @ 19:45:52
  Author: heftig
Revision: 248871

FS#46619

Modified:
  glib2/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:37:18 UTC (rev 248870)
+++ PKGBUILD2015-10-10 17:45:52 UTC (rev 248871)
@@ -4,7 +4,7 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.46.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/;
 arch=(i686 x86_64)
@@ -24,6 +24,12 @@
   
 build() {
   cd glib-$pkgver
+
+  ## Prevent runtime unloading of glib
+  # https://bugs.archlinux.org/task/46619
+  # https://bugzilla.gnome.org/show_bug.cgi?id=755609
+  LDFLAGS+=" -Wl,-z,nodelete"
+
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \


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

2015-10-10 Thread speps
Date: Saturday, October 10, 2015 @ 21:14:08
  Author: speps
Revision: 143609

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 19:13:54 UTC (rev 143608)
+++ community-i686/PKGBUILD 2015-10-10 19:14:08 UTC (rev 143609)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=15.8.0
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/;
-license=('GPL')
-#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-#makedepends=('qt5-tools') # qt5 build does not work
-depends=('qtwebkit')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
-md5sums=('e826605b099774a1a779933deab7dfbe')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

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

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2015-10-10 19:13:54 UTC (rev 143608)
+++ community-i686/smtube.install   2015-10-10 19:14:08 UTC (rev 143609)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 143608, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2015-10-10 19:14:08 UTC (rev 143609)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2015-10-10 Thread speps
Date: Saturday, October 10, 2015 @ 21:13:54
  Author: speps
Revision: 143608

upgpkg: smtube 15.9.0-1

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:16:26 UTC (rev 143607)
+++ PKGBUILD2015-10-10 19:13:54 UTC (rev 143608)
@@ -3,15 +3,14 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=15.8.0
+pkgver=15.9.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
 url="http://www.smtube.org/;
 license=('GPL')
-#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-#makedepends=('qt5-tools') # qt5 build does not work
-depends=('qtwebkit')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
 optdepends=('mplayer: play videos with MPlayer'
 'smplayer: play videos with SMPlayer'
 'gnome-mplayer: play videos with GNOME MPlayer'
@@ -22,11 +21,11 @@
 'youtube-dl: download videos')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
-md5sums=('e826605b099774a1a779933deab7dfbe')
+md5sums=('9717ae650d1bbb47d4cd94b942306695')
 
 build() {
   cd $pkgname-$pkgver
-  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+  make PREFIX=/usr
 }
 
 package() {


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

2015-10-10 Thread Jan Steffens
Date: Saturday, October 10, 2015 @ 19:47:40
  Author: heftig
Revision: 248872

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch
(from rev 248871, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
  glib2/repos/testing-i686/PKGBUILD
(from rev 248871, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 248871, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch
(from rev 248871, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 248871, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 248871, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch   |   74 
+
 testing-i686/PKGBUILD |   76 
++
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 
 testing-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch |   74 
+
 testing-x86_64/PKGBUILD   |   76 
++
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 
 6 files changed, 366 insertions(+)

Copied: 
glib2/repos/testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 
(from rev 248871, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
===
--- testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 
(rev 0)
+++ testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 
2015-10-10 17:47:40 UTC (rev 248872)
@@ -0,0 +1,74 @@
+From 19a560f9491c4964e7093e22cb3876fc53a442e6 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 23 Sep 2015 23:16:04 +0200
+Subject: [PATCH] Revert "list store: Fix a parameter check"
+
+This reverts commit d28639507db2029b8f184a5d93e9d8c28acc1955.
+
+Bogus commit changing the behavior of g_sequence_search in violation
+of the documentation. Breaks GStreamer test suite.
+---
+ glib/gsequence.c | 18 +++---
+ 1 file changed, 7 insertions(+), 11 deletions(-)
+
+diff --git a/glib/gsequence.c b/glib/gsequence.c
+index 75c1f76..76e24e7 100644
+--- a/glib/gsequence.c
 b/glib/gsequence.c
+@@ -139,8 +139,7 @@ static GSequenceNode *node_find_closest  (GSequenceNode
*haystack,
+   GSequenceNode*needle,
+   GSequenceNode*end,
+   GSequenceIterCompareFunc  cmp,
+-  gpointer  user_data,
+-  gboolean  
return_match);
++  gpointer  
user_data);
+ static gint   node_get_length(GSequenceNode*node);
+ static void   node_free  (GSequenceNode*node,
+   GSequence*seq);
+@@ -1080,7 +1079,7 @@ g_sequence_search_iter (GSequence*seq,
+   dummy = g_sequence_append (tmp_seq, data);
+ 
+   node = node_find_closest (seq->end_node, dummy,
+-seq->end_node, iter_cmp, cmp_data, TRUE);
++seq->end_node, iter_cmp, cmp_data);
+ 
+   g_sequence_free (tmp_seq);
+ 
+@@ -1734,8 +1733,7 @@ node_find_closest (GSequenceNode*haystack,
+GSequenceNode*needle,
+GSequenceNode*end,
+GSequenceIterCompareFunc  iter_cmp,
+-   gpointer  cmp_data,
+-   gboolean  return_match)
++   gpointer  cmp_data)
+ {
+   GSequenceNode *best;
+   gint c;
+@@ -1765,12 +1763,10 @@ node_find_closest (GSequenceNode*haystack,
+ }
+   while (haystack != NULL);
+ 
+-  /* If the best node is smaller than the data, then move one step
+-   * to the right to make sure the best one is strictly bigger than the data.
+-   * We do return the last exact match or the node after it, depending on
+-   * the return_match argument.
++  /* If the best node is smaller or equal to the data, then move one step
++   * to the right to make sure the best one is strictly bigger than the data
+*/
+-  if (best != end && (c < 0 || (c == 0 && !return_match)))
++  if (best != end && c <= 0)
+ best = node_get_next 

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

2015-10-10 Thread Jan Steffens
Date: Sunday, October 11, 2015 @ 00:43:29
  Author: heftig
Revision: 248876

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

Added:
  gnome-maps/repos/extra-i686/PKGBUILD
(from rev 248875, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/extra-i686/gnome-maps.install
(from rev 248875, gnome-maps/trunk/gnome-maps.install)
  gnome-maps/repos/extra-x86_64/PKGBUILD
(from rev 248875, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/extra-x86_64/gnome-maps.install
(from rev 248875, gnome-maps/trunk/gnome-maps.install)
Deleted:
  gnome-maps/repos/extra-i686/PKGBUILD
  gnome-maps/repos/extra-i686/gnome-maps.install
  gnome-maps/repos/extra-x86_64/PKGBUILD
  gnome-maps/repos/extra-x86_64/gnome-maps.install

-+
 /PKGBUILD   |   54 ++
 /gnome-maps.install |   24 
 extra-i686/PKGBUILD |   27 ---
 extra-i686/gnome-maps.install   |   12 
 extra-x86_64/PKGBUILD   |   27 ---
 extra-x86_64/gnome-maps.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 22:42:49 UTC (rev 248875)
+++ extra-i686/PKGBUILD 2015-10-10 22:43:29 UTC (rev 248876)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.18.0.1
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5eb37bb6a867c3f27a4339d9cb562ea3cc385945f87b8d6829e0c6acd67e83e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/extra-i686/PKGBUILD (from rev 248875, 
gnome-maps/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 22:43:29 UTC (rev 248876)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://live.gnome.org/Maps;
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f07bf1248705b9b78cd734f788c3d910e9bf34dff6c8595eda9fe1e13686ff9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gnome-maps.install
===
--- extra-i686/gnome-maps.install   2015-10-10 22:42:49 UTC (rev 248875)
+++ extra-i686/gnome-maps.install   2015-10-10 22:43:29 UTC (rev 248876)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-maps/repos/extra-i686/gnome-maps.install (from rev 248875, 
gnome-maps/trunk/gnome-maps.install)
===
--- extra-i686/gnome-maps.install   (rev 0)
+++ extra-i686/gnome-maps.install   2015-10-10 22:43:29 UTC (rev 248876)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-10 22:42:49 UTC (rev 248875)
+++ extra-x86_64/PKGBUILD   2015-10-10 22:43:29 UTC (rev 248876)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.18.0.1
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection)
-groups=('gnome-extra')
-install=gnome-maps.install

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

2015-10-10 Thread Jan Steffens
Date: Sunday, October 11, 2015 @ 00:42:49
  Author: heftig
Revision: 248875

3.18.1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 18:52:34 UTC (rev 248874)
+++ PKGBUILD2015-10-10 22:42:49 UTC (rev 248875)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.18.0.1
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=gnome-maps.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5eb37bb6a867c3f27a4339d9cb562ea3cc385945f87b8d6829e0c6acd67e83e')
+sha256sums=('0f07bf1248705b9b78cd734f788c3d910e9bf34dff6c8595eda9fe1e13686ff9')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-10 Thread Levente Polyak
Date: Sunday, October 11, 2015 @ 03:32:51
  Author: anthraxx
Revision: 143611

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

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

---+
 /LICENSE  |   84 
 /PKGBUILD |   72 +
 community-i686/LICENSE|   42 --
 community-i686/PKGBUILD   |   36 --
 community-x86_64/LICENSE  |   42 --
 community-x86_64/PKGBUILD |   36 --
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-10-11 01:32:43 UTC (rev 143610)
+++ community-i686/LICENSE  2015-10-11 01:32:51 UTC (rev 143611)
@@ -1,42 +0,0 @@
-
-NOTICES
-
-If you have modified this source, you may insert additional notices
-immediately after this sentence.
-
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
-  (glennrp at users.sf.net)
-Copyright (C) 2005  Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS".  The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose.  The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement.  There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs.  This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
-   misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
-   or altered from any source or altered source distribution.
-

Copied: pngcrush/repos/community-i686/LICENSE (from rev 143610, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-10-11 01:32:51 UTC (rev 143611)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied "AS IS".  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+
+3. This 

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

2015-10-10 Thread Levente Polyak
Date: Sunday, October 11, 2015 @ 03:32:43
  Author: anthraxx
Revision: 143610

upgpkg: pngcrush 1.7.87-1

upgpkg: pngcrush 1.7.87-1

Modified:
  pngcrush/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 19:14:08 UTC (rev 143609)
+++ PKGBUILD2015-10-11 01:32:43 UTC (rev 143610)
@@ -4,8 +4,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=pngcrush
-pkgver=1.7.85
-pkgrel=2
+pkgver=1.7.87
+pkgrel=1
 pkgdesc="A tool for optimizing the compression of PNG files"
 url="http://pmt.sourceforge.net/pngcrush;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libpng')
 source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz
 LICENSE)
-sha512sums=('7b959fc6a8839fb0dab6471b13e866e11d5fefa072d6b135c7f621bd4b475765c2e8d0b471f074b6df7d6ccd8b5c33938e1143fb2e013986c4e8e5fada68c8ca'
+sha512sums=('573224d787daebc1fbd2ab0ee64d46bd96a15f02a32fd21b64de4acf791a145f7fb88e23e99e729fa564869976ae7412fc7bb9549760b56c2aa5bb9714db2ed5'
 
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
 
 prepare() {


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

2015-10-10 Thread Felix Yan
Date: Sunday, October 11, 2015 @ 04:30:26
  Author: fyan
Revision: 143613

archrelease: copy trunk to community-any

Added:
  python-xpybutil/repos/community-any/PKGBUILD
(from rev 143612, python-xpybutil/trunk/PKGBUILD)
Deleted:
  python-xpybutil/repos/community-any/PKGBUILD
  python-xpybutil/repos/community-any/xcffib-compat.patch

-+
 PKGBUILD|   84 +--
 xcffib-compat.patch | 1334 --
 2 files changed, 47 insertions(+), 1371 deletions(-)

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


[arch-commits] Commit in python-xpybutil/trunk (PKGBUILD xcffib-compat.patch)

2015-10-10 Thread Felix Yan
Date: Sunday, October 11, 2015 @ 04:30:06
  Author: fyan
Revision: 143612

upgpkg: python-xpybutil 0.0.1.20151007-1

Modified:
  python-xpybutil/trunk/PKGBUILD
Deleted:
  python-xpybutil/trunk/xcffib-compat.patch

-+
 PKGBUILD|   40 -
 xcffib-compat.patch | 1334 --
 2 files changed, 25 insertions(+), 1349 deletions(-)

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


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2015-10-10 Thread Felix Yan
Date: Sunday, October 11, 2015 @ 05:31:08
  Author: fyan
Revision: 143615

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 143614, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 143614, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-11 03:30:47 UTC (rev 143614)
+++ PKGBUILD2015-10-11 03:31:08 UTC (rev 143615)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20151004
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('9f5c7741c47d3d04ccc9cccf43d14614'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 143614, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-11 03:31:08 UTC (rev 143615)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20151011
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('a6a4d1d12ae7edc5b367f3a87f2615b2'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-10-11 03:30:47 UTC (rev 143614)
+++ skk-jisyo.install   2015-10-11 03:31:08 UTC (rev 143615)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 143614, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-10-11 03:31:08 UTC (rev 143615)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-10-10 Thread Felix Yan
Date: Sunday, October 11, 2015 @ 05:30:47
  Author: fyan
Revision: 143614

upgpkg: skk-jisyo 20151011-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-11 02:30:26 UTC (rev 143613)
+++ PKGBUILD2015-10-11 03:30:47 UTC (rev 143614)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20151004
+pkgver=20151011
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('9f5c7741c47d3d04ccc9cccf43d14614'
+md5sums=('a6a4d1d12ae7edc5b367f3a87f2615b2'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Sunday, October 11, 2015 @ 06:33:06
  Author: svenstaro
Revision: 143616

upgpkg: teamspeak3 3.0.18.1-1

upstream release 3.0.18.1

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-11 03:31:08 UTC (rev 143615)
+++ PKGBUILD2015-10-11 04:33:06 UTC (rev 143616)
@@ -3,7 +3,7 @@
 # Contributor: J.W. Birdsong  
 
 pkgname=teamspeak3
-pkgver=3.0.18
+pkgver=3.0.18.1
 pkgrel=1
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com/;
@@ -16,8 +16,8 @@
 'teamspeak3.desktop'
 'teamspeak3.png'
 'teamspeak3.launcher')
-md5sums=('c970823b01b97bbab68c5027a2564e86'
- 'e7293ac9343635960d6917a2ad6c3348'
+md5sums=('e898de645f9c27d2644ecede7c15427b'
+ '39f7b5325b20c80c405cf6e9767f5ab4'
  '98e987a42511f159fa2228f5e0bffed1'
  '1d193af5808f4ca718c800da3f127ca9'
  '170fcbb1b468ce4f3dba7ee3fb2a1c6d')


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Sunday, October 11, 2015 @ 06:36:07
  Author: svenstaro
Revision: 143617

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 143616, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 143616, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 143616, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 143616, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-i686/teamspeak3.png
(from rev 143616, teamspeak3/trunk/teamspeak3.png)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 143616, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 143616, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 143616, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 143616, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/teamspeak3.png
(from rev 143616, teamspeak3/trunk/teamspeak3.png)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-i686/teamspeak3.png
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/teamspeak3.png

--+
 /PKGBUILD|  132 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   66 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   66 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 143616, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-11 04:33:06 UTC (rev 143616)
+++ community-i686/PKGBUILD 2015-10-11 04:36:07 UTC (rev 143617)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: J.W. Birdsong  
-
-pkgname=teamspeak3
-pkgver=3.0.18
-pkgrel=1
-pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
-url="http://www.teamspeak.com/;
-license=('custom')
-depends=('qt5-base' 'libxkbcommon-x11')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
"http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'teamspeak3.png'
-'teamspeak3.launcher')
-md5sums=('c970823b01b97bbab68c5027a2564e86'
- 'e7293ac9343635960d6917a2ad6c3348'
- '98e987a42511f159fa2228f5e0bffed1'
- '1d193af5808f4ca718c800da3f127ca9'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ "$CARCH" == "i686" ]] && _TSARCH='x86'
-[[ "$CARCH" == "x86_64" ]] && _TSARCH='amd64'
-
-prepare() {
-  mkdir archive && cd archive
-  sh ../TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --tar -xf 2>/dev/null
-
-  # Delete bundled Qt libs to use system-wide ones
-  rm libQt5*
-
-  # Fix FS#34190
-  sed -i "/export QTDIR.*/d" ts3client_runscript.sh
-  sed -i "/export QT_PLUGIN_PATH*/d" ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm qt.conf
-
-  # Fix permissions
-  find -type d | xargs chmod 755
-  find -type f | xargs chmod 644
-  find -name *.so | xargs chmod 755
-  chmod +x ts3client*
-}
-
-package() {
-  install -d ${pkgdir}/{usr/bin/,opt/teamspeak3}
-
-  cp -r archive/* ${pkgdir}/opt/teamspeak3/
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/teamspeak3.png 
${pkgdir}/usr/share/pixmaps/teamspeak3.png
-
-  # Install Custom License
-  #install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Install Client Launcher
-  install -D 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 09:54:09
  Author: fyan
Revision: 143532

upgpkg: haskell-case-insensitive 1.2.0.5-1

Modified:
  haskell-case-insensitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 07:43:19 UTC (rev 143531)
+++ PKGBUILD2015-10-10 07:54:09 UTC (rev 143532)
@@ -4,7 +4,7 @@
 
 _hkgname=case-insensitive
 pkgname=haskell-case-insensitive
-pkgver=1.2.0.3
+pkgver=1.2.0.5
 pkgrel=1
 pkgdesc="Case insensitive string comparison"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('0d06bfcf77f0fba85424b87a61775a78')
+md5sums=('e1473703da830478f5bf37100d7a72a7')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-case-insensitive/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 09:54:41
  Author: fyan
Revision: 143533

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

Added:
  haskell-case-insensitive/repos/community-i686/PKGBUILD
(from rev 143532, haskell-case-insensitive/trunk/PKGBUILD)
  haskell-case-insensitive/repos/community-i686/haskell-case-insensitive.install
(from rev 143532, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)
  haskell-case-insensitive/repos/community-x86_64/PKGBUILD
(from rev 143532, haskell-case-insensitive/trunk/PKGBUILD)
  
haskell-case-insensitive/repos/community-x86_64/haskell-case-insensitive.install
(from rev 143532, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)
Deleted:
  haskell-case-insensitive/repos/community-i686/PKGBUILD
  haskell-case-insensitive/repos/community-i686/haskell-case-insensitive.install
  haskell-case-insensitive/repos/community-x86_64/PKGBUILD
  
haskell-case-insensitive/repos/community-x86_64/haskell-case-insensitive.install

---+
 /PKGBUILD |   76 
 /haskell-case-insensitive.install |   36 +
 community-i686/PKGBUILD   |   38 --
 community-i686/haskell-case-insensitive.install   |   18 
 community-x86_64/PKGBUILD |   38 --
 community-x86_64/haskell-case-insensitive.install |   18 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 07:54:09 UTC (rev 143532)
+++ community-i686/PKGBUILD 2015-10-10 07:54:41 UTC (rev 143533)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-_hkgname=case-insensitive
-pkgname=haskell-case-insensitive
-pkgver=1.2.0.3
-pkgrel=1
-pkgdesc="Case insensitive string comparison"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-hashable' 'haskell-text')
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('0d06bfcf77f0fba85424b87a61775a78')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-case-insensitive/repos/community-i686/PKGBUILD (from rev 
143532, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 07:54:41 UTC (rev 143533)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.5
+pkgrel=1
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-hashable' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('e1473703da830478f5bf37100d7a72a7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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   

[arch-commits] Commit in haskell-highlighting-kate/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:03:48
  Author: fyan
Revision: 143537

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

Added:
  haskell-highlighting-kate/repos/community-i686/PKGBUILD
(from rev 143536, haskell-highlighting-kate/trunk/PKGBUILD)
  
haskell-highlighting-kate/repos/community-i686/haskell-highlighting-kate.install
(from rev 143536, 
haskell-highlighting-kate/trunk/haskell-highlighting-kate.install)
  haskell-highlighting-kate/repos/community-x86_64/PKGBUILD
(from rev 143536, haskell-highlighting-kate/trunk/PKGBUILD)
  
haskell-highlighting-kate/repos/community-x86_64/haskell-highlighting-kate.install
(from rev 143536, 
haskell-highlighting-kate/trunk/haskell-highlighting-kate.install)
Deleted:
  haskell-highlighting-kate/repos/community-i686/PKGBUILD
  
haskell-highlighting-kate/repos/community-i686/haskell-highlighting-kate.install
  haskell-highlighting-kate/repos/community-x86_64/PKGBUILD
  
haskell-highlighting-kate/repos/community-x86_64/haskell-highlighting-kate.install

+
 /PKGBUILD  |   86 +++
 /haskell-highlighting-kate.install |   36 +++
 community-i686/PKGBUILD|   43 -
 community-i686/haskell-highlighting-kate.install   |   18 ---
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/haskell-highlighting-kate.install |   18 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:03:17 UTC (rev 143536)
+++ community-i686/PKGBUILD 2015-10-10 08:03:48 UTC (rev 143537)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=highlighting-kate
-pkgname=haskell-highlighting-kate
-pkgver=0.6
-pkgrel=1
-pkgdesc="Syntax highlighting"
-url="http://github.com/jgm/highlighting-kate;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-html" "haskell-mtl" "haskell-parsec" 
"haskell-regex-pcre-builtin" "haskell-utf8-string")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('b39dc194386eb7613a5e9935023b1173010800c3a9b0b7fe09c0601f97236398')
-
-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-pcre-light -f-executable -fsplitbase
-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-highlighting-kate/repos/community-i686/PKGBUILD (from rev 
143536, haskell-highlighting-kate/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:03:48 UTC (rev 143537)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=highlighting-kate
+pkgname=haskell-highlighting-kate
+pkgver=0.6
+pkgrel=2
+pkgdesc="Syntax highlighting"
+url="http://github.com/jgm/highlighting-kate;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-html" "haskell-mtl" "haskell-parsec" 
"haskell-regex-pcre-builtin" "haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('b39dc194386eb7613a5e9935023b1173010800c3a9b0b7fe09c0601f97236398')
+
+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-pcre-light 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:02:35
  Author: fyan
Revision: 143534

upgpkg: haskell-scientific 0.3.4.1-1

Modified:
  haskell-scientific/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 07:54:41 UTC (rev 143533)
+++ PKGBUILD2015-10-10 08:02:35 UTC (rev 143534)
@@ -4,17 +4,17 @@
 
 _hkgname=scientific
 pkgname=haskell-scientific
-pkgver=0.3.3.8
-pkgrel=2
+pkgver=0.3.4.1
+pkgrel=1
 pkgdesc="Numbers represented using scientific notation"
 url="https://github.com/basvandijk/scientific;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-hashable" "haskell-text")
+depends=("ghc=7.10.2" "haskell-hashable" "haskell-text" "haskell-vector")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('e30cde2a44a7beded15afd56606c562b76e457835e7de2942815f22bc74bce4c')
+sha256sums=('f330ee1d819ad82efb42028c806b2bb3d13aaf6a60267a36764d4bb678a085f8')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:03:17
  Author: fyan
Revision: 143536

upgpkg: haskell-highlighting-kate 0.6-2

rebuild with haskell-blaze-html 0.8.1.1

Modified:
  haskell-highlighting-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:03:07 UTC (rev 143535)
+++ PKGBUILD2015-10-10 08:03:17 UTC (rev 143536)
@@ -5,7 +5,7 @@
 _hkgname=highlighting-kate
 pkgname=haskell-highlighting-kate
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Syntax highlighting"
 url="http://github.com/jgm/highlighting-kate;
 license=("GPL")


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:03:07
  Author: fyan
Revision: 143535

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

Added:
  haskell-scientific/repos/community-i686/PKGBUILD
(from rev 143534, haskell-scientific/trunk/PKGBUILD)
  haskell-scientific/repos/community-i686/haskell-scientific.install
(from rev 143534, haskell-scientific/trunk/haskell-scientific.install)
  haskell-scientific/repos/community-x86_64/PKGBUILD
(from rev 143534, haskell-scientific/trunk/PKGBUILD)
  haskell-scientific/repos/community-x86_64/haskell-scientific.install
(from rev 143534, haskell-scientific/trunk/haskell-scientific.install)
Deleted:
  haskell-scientific/repos/community-i686/PKGBUILD
  haskell-scientific/repos/community-i686/haskell-scientific.install
  haskell-scientific/repos/community-x86_64/PKGBUILD
  haskell-scientific/repos/community-x86_64/haskell-scientific.install

-+
 /PKGBUILD   |   86 ++
 /haskell-scientific.install |   36 ++
 community-i686/PKGBUILD |   43 -
 community-i686/haskell-scientific.install   |   18 -
 community-x86_64/PKGBUILD   |   43 -
 community-x86_64/haskell-scientific.install |   18 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:02:35 UTC (rev 143534)
+++ community-i686/PKGBUILD 2015-10-10 08:03:07 UTC (rev 143535)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=scientific
-pkgname=haskell-scientific
-pkgver=0.3.3.8
-pkgrel=2
-pkgdesc="Numbers represented using scientific notation"
-url="https://github.com/basvandijk/scientific;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-hashable" "haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('e30cde2a44a7beded15afd56606c562b76e457835e7de2942815f22bc74bce4c')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--f-integer-simple -fbytestring-builder
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*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-scientific/repos/community-i686/PKGBUILD (from rev 143534, 
haskell-scientific/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:03:07 UTC (rev 143535)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=scientific
+pkgname=haskell-scientific
+pkgver=0.3.4.1
+pkgrel=1
+pkgdesc="Numbers represented using scientific notation"
+url="https://github.com/basvandijk/scientific;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-hashable" "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f330ee1d819ad82efb42028c806b2bb3d13aaf6a60267a36764d4bb678a085f8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-integer-simple -fbytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' 

[arch-commits] Commit in haskell-blaze-markup/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:25:24
  Author: fyan
Revision: 143543

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

Added:
  haskell-blaze-markup/repos/community-i686/PKGBUILD
(from rev 143542, haskell-blaze-markup/trunk/PKGBUILD)
  haskell-blaze-markup/repos/community-i686/haskell-blaze-markup.install
(from rev 143542, haskell-blaze-markup/trunk/haskell-blaze-markup.install)
  haskell-blaze-markup/repos/community-x86_64/PKGBUILD
(from rev 143542, haskell-blaze-markup/trunk/PKGBUILD)
  haskell-blaze-markup/repos/community-x86_64/haskell-blaze-markup.install
(from rev 143542, haskell-blaze-markup/trunk/haskell-blaze-markup.install)
Deleted:
  haskell-blaze-markup/repos/community-i686/PKGBUILD
  haskell-blaze-markup/repos/community-i686/haskell-blaze-markup.install
  haskell-blaze-markup/repos/community-x86_64/PKGBUILD
  haskell-blaze-markup/repos/community-x86_64/haskell-blaze-markup.install

---+
 /PKGBUILD |   84 
 /haskell-blaze-markup.install |   36 ++
 community-i686/PKGBUILD   |   42 
 community-i686/haskell-blaze-markup.install   |   18 -
 community-x86_64/PKGBUILD |   42 
 community-x86_64/haskell-blaze-markup.install |   18 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:24:50 UTC (rev 143542)
+++ community-i686/PKGBUILD 2015-10-10 08:25:24 UTC (rev 143543)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=blaze-markup
-pkgname=haskell-blaze-markup
-pkgver=0.7.0.2
-pkgrel=1
-pkgdesc="A blazingly fast markup combinator library for Haskell"
-url="http://jaspervdj.be/blaze;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('e4068a284834d8fe68df5ec63a037b92b7c956a82c0c72d7beca8d670fd5725c')
-
-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-blaze-markup/repos/community-i686/PKGBUILD (from rev 143542, 
haskell-blaze-markup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:25:24 UTC (rev 143543)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-markup
+pkgname=haskell-blaze-markup
+pkgver=0.7.0.3
+pkgrel=1
+pkgdesc="A blazingly fast markup combinator library for Haskell"
+url="http://jaspervdj.be/blaze;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3e69a0e88dde5a6a3c8b4204d847a545f7872025a2ac4554cd5df2861aa41b20')
+
+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 

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

2015-10-10 Thread Bartłomiej Piotrowski
Date: Saturday, October 10, 2015 @ 10:23:45
  Author: bpiotrowski
Revision: 248716

upgpkg: libusb 1.0.20-1

new upstream release

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 07:09:19 UTC (rev 248715)
+++ PKGBUILD2015-10-10 08:23:45 UTC (rev 248716)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libusb
-pkgver=1.0.19
+pkgver=1.0.20
 pkgrel=1
 pkgdesc='Library that provides generic access to USB devices'
 arch=('i686' 'x86_64')
@@ -14,12 +14,12 @@
 provides=("libusbx=$pkgver")
 conflicts=('libusbx')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f9e2bb5879968467e5ca756cb4e1fa7e')
+md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
+  ./configure --prefix=/usr
+  make -j1
 }
 
 check() {


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:24:50
  Author: fyan
Revision: 143542

upgpkg: haskell-blaze-markup 0.7.0.3-1

Modified:
  haskell-blaze-markup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:16:42 UTC (rev 143541)
+++ PKGBUILD2015-10-10 08:24:50 UTC (rev 143542)
@@ -4,7 +4,7 @@
 
 _hkgname=blaze-markup
 pkgname=haskell-blaze-markup
-pkgver=0.7.0.2
+pkgver=0.7.0.3
 pkgrel=1
 pkgdesc="A blazingly fast markup combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('e4068a284834d8fe68df5ec63a037b92b7c956a82c0c72d7beca8d670fd5725c')
+sha256sums=('3e69a0e88dde5a6a3c8b4204d847a545f7872025a2ac4554cd5df2861aa41b20')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-10-10 Thread Bartłomiej Piotrowski
Date: Saturday, October 10, 2015 @ 10:24:01
  Author: bpiotrowski
Revision: 248717

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

Added:
  libusb/repos/testing-i686/
  libusb/repos/testing-i686/PKGBUILD
(from rev 248716, libusb/trunk/PKGBUILD)
  libusb/repos/testing-x86_64/
  libusb/repos/testing-x86_64/PKGBUILD
(from rev 248716, libusb/trunk/PKGBUILD)

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

Copied: libusb/repos/testing-i686/PKGBUILD (from rev 248716, 
libusb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 08:24:01 UTC (rev 248717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tobias Powalowski 
+
+pkgname=libusb
+pkgver=1.0.20
+pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
+depends=('glibc' 'systemd')
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=('libusbx')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make -j1
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package () {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: libusb/repos/testing-x86_64/PKGBUILD (from rev 248716, 
libusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 08:24:01 UTC (rev 248717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tobias Powalowski 
+
+pkgname=libusb
+pkgver=1.0.20
+pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
+depends=('glibc' 'systemd')
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=('libusbx')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make -j1
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package () {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 10:37:37
  Author: svenstaro
Revision: 143549

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 143548, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 08:37:32 UTC (rev 143548)
+++ PKGBUILD2015-10-10 08:37:37 UTC (rev 143549)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=1.9.3
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-optdepends=('python2-passlib: crypt values for vars_prompt')
-makedepends=('asciidoc' 'fakeroot')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
-
ansible-arch.patch::https://github.com/ansible/ansible/commit/bb81f025b00a8b22f5002315b4e48543b07d14b1.patch)
-md5sums=('55be10fca4e9e0172a15e88874028eff'
- '244db3a313781bf39bdeef9fc8898d23')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 < $srcdir/ansible-arch.patch
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 COPYING "$pkgdir"/usr/share/doc/ansible/COPYING
-
-  install -d "$pkgdir"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "$pkgdir"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "$pkgdir"/etc/ansible/ansible.cfg
-
-  install -d "$pkgdir"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 143548, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 08:37:37 UTC (rev 143549)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+optdepends=('python2-passlib: crypt values for vars_prompt')
+makedepends=('asciidoc' 'fakeroot')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
+
ansible-arch.patch::https://github.com/ansible/ansible/commit/bb81f025b00a8b22f5002315b4e48543b07d14b1.patch)
+md5sums=('ad411285d4a78e78e3a49f4ee2c7cc3f'
+ '244db3a313781bf39bdeef9fc8898d23')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 < $srcdir/ansible-arch.patch
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir"/usr/share/doc/ansible/COPYING
+
+  install -d "$pkgdir"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "$pkgdir"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "$pkgdir"/etc/ansible/ansible.cfg
+
+  install -d "$pkgdir"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir"/usr/share/man/man1
+}


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 10:37:32
  Author: svenstaro
Revision: 143548

upgpkg: ansible 1.9.4-1

upstream release 1.9.4

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:35:19 UTC (rev 143547)
+++ PKGBUILD2015-10-10 08:37:32 UTC (rev 143548)
@@ -7,7 +7,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -19,7 +19,7 @@
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
 
ansible-arch.patch::https://github.com/ansible/ansible/commit/bb81f025b00a8b22f5002315b4e48543b07d14b1.patch)
-md5sums=('55be10fca4e9e0172a15e88874028eff'
+md5sums=('ad411285d4a78e78e3a49f4ee2c7cc3f'
  '244db3a313781bf39bdeef9fc8898d23')
 
 build() {


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:41:19
  Author: fyan
Revision: 143550

upgpkg: haskell-highlighting-kate 0.6-3

rebuild with haskell-blaze-markup-0.7.0.3

Modified:
  haskell-highlighting-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:37:37 UTC (rev 143549)
+++ PKGBUILD2015-10-10 08:41:19 UTC (rev 143550)
@@ -5,7 +5,7 @@
 _hkgname=highlighting-kate
 pkgname=haskell-highlighting-kate
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Syntax highlighting"
 url="http://github.com/jgm/highlighting-kate;
 license=("GPL")


[arch-commits] Commit in haskell-highlighting-kate/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:41:51
  Author: fyan
Revision: 143551

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

Added:
  haskell-highlighting-kate/repos/community-i686/PKGBUILD
(from rev 143550, haskell-highlighting-kate/trunk/PKGBUILD)
  
haskell-highlighting-kate/repos/community-i686/haskell-highlighting-kate.install
(from rev 143550, 
haskell-highlighting-kate/trunk/haskell-highlighting-kate.install)
  haskell-highlighting-kate/repos/community-x86_64/PKGBUILD
(from rev 143550, haskell-highlighting-kate/trunk/PKGBUILD)
  
haskell-highlighting-kate/repos/community-x86_64/haskell-highlighting-kate.install
(from rev 143550, 
haskell-highlighting-kate/trunk/haskell-highlighting-kate.install)
Deleted:
  haskell-highlighting-kate/repos/community-i686/PKGBUILD
  
haskell-highlighting-kate/repos/community-i686/haskell-highlighting-kate.install
  haskell-highlighting-kate/repos/community-x86_64/PKGBUILD
  
haskell-highlighting-kate/repos/community-x86_64/haskell-highlighting-kate.install

+
 /PKGBUILD  |   86 +++
 /haskell-highlighting-kate.install |   36 +++
 community-i686/PKGBUILD|   43 -
 community-i686/haskell-highlighting-kate.install   |   18 ---
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/haskell-highlighting-kate.install |   18 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:41:19 UTC (rev 143550)
+++ community-i686/PKGBUILD 2015-10-10 08:41:51 UTC (rev 143551)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=highlighting-kate
-pkgname=haskell-highlighting-kate
-pkgver=0.6
-pkgrel=2
-pkgdesc="Syntax highlighting"
-url="http://github.com/jgm/highlighting-kate;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-html" "haskell-mtl" "haskell-parsec" 
"haskell-regex-pcre-builtin" "haskell-utf8-string")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('b39dc194386eb7613a5e9935023b1173010800c3a9b0b7fe09c0601f97236398')
-
-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-pcre-light -f-executable -fsplitbase
-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-highlighting-kate/repos/community-i686/PKGBUILD (from rev 
143550, haskell-highlighting-kate/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:41:51 UTC (rev 143551)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=highlighting-kate
+pkgname=haskell-highlighting-kate
+pkgver=0.6
+pkgrel=3
+pkgdesc="Syntax highlighting"
+url="http://github.com/jgm/highlighting-kate;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-html" "haskell-mtl" "haskell-parsec" 
"haskell-regex-pcre-builtin" "haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('b39dc194386eb7613a5e9935023b1173010800c3a9b0b7fe09c0601f97236398')
+
+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-pcre-light 

[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:47:54
  Author: fyan
Revision: 143554

addpkg: haskell-mime-types 0.1.0.6-1

Added:
  haskell-mime-types/
  haskell-mime-types/repos/
  haskell-mime-types/trunk/
  haskell-mime-types/trunk/PKGBUILD
  haskell-mime-types/trunk/haskell-mime-types.install

+
 PKGBUILD   |   40 
 haskell-mime-types.install |   18 ++
 2 files changed, 58 insertions(+)

Added: haskell-mime-types/trunk/PKGBUILD
===
--- haskell-mime-types/trunk/PKGBUILD   (rev 0)
+++ haskell-mime-types/trunk/PKGBUILD   2015-10-10 08:47:54 UTC (rev 143554)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=mime-types
+pkgname=haskell-mime-types
+pkgver=0.1.0.6
+pkgrel=1
+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.2' '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 ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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"
+}


Property changes on: haskell-mime-types/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-mime-types/trunk/haskell-mime-types.install
===
--- haskell-mime-types/trunk/haskell-mime-types.install 
(rev 0)
+++ haskell-mime-types/trunk/haskell-mime-types.install 2015-10-10 08:47:54 UTC 
(rev 143554)
@@ -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)
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:48:26
  Author: fyan
Revision: 143555

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

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

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

Copied: haskell-mime-types/repos/community-i686/PKGBUILD (from rev 143554, 
haskell-mime-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:48:26 UTC (rev 143555)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=mime-types
+pkgname=haskell-mime-types
+pkgver=0.1.0.6
+pkgrel=1
+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.2' '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 ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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-i686/haskell-mime-types.install 
(from rev 143554, haskell-mime-types/trunk/haskell-mime-types.install)
===
--- community-i686/haskell-mime-types.install   (rev 0)
+++ community-i686/haskell-mime-types.install   2015-10-10 08:48:26 UTC (rev 
143555)
@@ -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-x86_64/PKGBUILD (from rev 143554, 
haskell-mime-types/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 08:48:26 UTC (rev 143555)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=mime-types
+pkgname=haskell-mime-types
+pkgver=0.1.0.6
+pkgrel=1
+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.2' '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 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:12:16
  Author: fyan
Revision: 143557

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

Added:
  haskell-zlib/repos/community-i686/PKGBUILD
(from rev 143556, haskell-zlib/trunk/PKGBUILD)
  haskell-zlib/repos/community-i686/haskell-zlib.install
(from rev 143556, haskell-zlib/trunk/haskell-zlib.install)
  haskell-zlib/repos/community-x86_64/PKGBUILD
(from rev 143556, haskell-zlib/trunk/PKGBUILD)
  haskell-zlib/repos/community-x86_64/haskell-zlib.install
(from rev 143556, haskell-zlib/trunk/haskell-zlib.install)
Deleted:
  haskell-zlib/repos/community-i686/PKGBUILD
  haskell-zlib/repos/community-i686/haskell-zlib.install
  haskell-zlib/repos/community-x86_64/PKGBUILD
  haskell-zlib/repos/community-x86_64/haskell-zlib.install

---+
 /PKGBUILD |   82 
 /haskell-zlib.install |   36 ++
 community-i686/PKGBUILD   |   39 ---
 community-i686/haskell-zlib.install   |   18 ---
 community-x86_64/PKGBUILD |   39 ---
 community-x86_64/haskell-zlib.install |   18 ---
 6 files changed, 118 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:11:44 UTC (rev 143556)
+++ community-i686/PKGBUILD 2015-10-10 09:12:16 UTC (rev 143557)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Colin Woodbury 
-
-pkgname=haskell-zlib
-pkgver=0.5.4.2
-pkgrel=3
-pkgdesc="Compression and decompression in the gzip and zlib formats"
-url="http://hackage.haskell.org/package/zlib;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc' 'zlib')
-options=('strip' 'staticlibs')
-install=${pkgname}.install
-source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
-md5sums=('79f01f01f859b0ef68d5787756d181c1')
-
-build() {
-cd ${srcdir}/zlib-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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}/zlib-${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/zlib
-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-zlib/repos/community-i686/PKGBUILD (from rev 143556, 
haskell-zlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:12:16 UTC (rev 143557)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Colin Woodbury 
+
+pkgname=haskell-zlib
+pkgver=0.6.1.1
+pkgrel=1
+pkgdesc="Compression and decompression in the gzip and zlib formats"
+url="http://hackage.haskell.org/package/zlib;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc' 'zlib')
+options=('strip' 'staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
+md5sums=('d841c86562542a55dd086df69764ee17')
+
+build() {
+cd ${srcdir}/zlib-${pkgver}
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/zlib-${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/zlib
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:11:44
  Author: fyan
Revision: 143556

upgpkg: haskell-zlib 0.6.1.1-1

- enable profiling libraries

Modified:
  haskell-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:48:26 UTC (rev 143555)
+++ PKGBUILD2015-10-10 09:11:44 UTC (rev 143556)
@@ -3,8 +3,8 @@
 # Maintainer: Colin Woodbury 
 
 pkgname=haskell-zlib
-pkgver=0.5.4.2
-pkgrel=3
+pkgver=0.6.1.1
+pkgrel=1
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="http://hackage.haskell.org/package/zlib;
 license=('custom:BSD3')
@@ -14,12 +14,14 @@
 options=('strip' 'staticlibs')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
-md5sums=('79f01f01f859b0ef68d5787756d181c1')
+md5sums=('d841c86562542a55dd086df69764ee17')
 
 build() {
 cd ${srcdir}/zlib-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-bytestring-builder
 runhaskell Setup build
 runhaskell Setup haddock
 runhaskell Setup register   --gen-script


[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:16:22
  Author: fyan
Revision: 143558

addpkg: haskell-streaming-commons 0.1.14.2-1

Added:
  haskell-streaming-commons/
  haskell-streaming-commons/repos/
  haskell-streaming-commons/trunk/
  haskell-streaming-commons/trunk/PKGBUILD
  haskell-streaming-commons/trunk/haskell-streaming-commons.install

---+
 PKGBUILD  |   44 
 haskell-streaming-commons.install |   18 ++
 2 files changed, 62 insertions(+)

Added: haskell-streaming-commons/trunk/PKGBUILD
===
--- haskell-streaming-commons/trunk/PKGBUILD(rev 0)
+++ haskell-streaming-commons/trunk/PKGBUILD2015-10-10 09:16:22 UTC (rev 
143558)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=streaming-commons
+pkgname=haskell-streaming-commons
+pkgver=0.1.14.2
+pkgrel=1
+pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
+url="https://github.com/fpco/streaming-commons;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-network" 
"haskell-random" "haskell-stm"
+ "haskell-text" "haskell-zlib" 'zlib')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1031548f0f9daf8b5678cc3a2ab1d16d28466738e3aefde652f91bbff94adc8a')
+
+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-use-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+}

Added: haskell-streaming-commons/trunk/haskell-streaming-commons.install
===
--- haskell-streaming-commons/trunk/haskell-streaming-commons.install   
(rev 0)
+++ haskell-streaming-commons/trunk/haskell-streaming-commons.install   
2015-10-10 09:16:22 UTC (rev 143558)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-streaming-commons
+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 haskell-data-default-class/trunk (PKGBUILD)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:26:22
  Author: fyan
Revision: 143560

upgpkg: haskell-data-default-class 0.0.1-9

enable profiling libraries

Modified:
  haskell-data-default-class/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:17:38 UTC (rev 143559)
+++ PKGBUILD2015-10-10 09:26:22 UTC (rev 143560)
@@ -2,7 +2,7 @@
 _hkgname=data-default-class
 pkgname=haskell-data-default-class
 pkgver=0.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A class for types with a default value"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -17,8 +17,9 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


[arch-commits] Commit in haskell-data-default-class/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:26:54
  Author: fyan
Revision: 143561

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

Added:
  haskell-data-default-class/repos/community-i686/PKGBUILD
(from rev 143560, haskell-data-default-class/trunk/PKGBUILD)
  
haskell-data-default-class/repos/community-i686/haskell-data-default-class.install
(from rev 143560, 
haskell-data-default-class/trunk/haskell-data-default-class.install)
  haskell-data-default-class/repos/community-x86_64/PKGBUILD
(from rev 143560, haskell-data-default-class/trunk/PKGBUILD)
  
haskell-data-default-class/repos/community-x86_64/haskell-data-default-class.install
(from rev 143560, 
haskell-data-default-class/trunk/haskell-data-default-class.install)
Deleted:
  haskell-data-default-class/repos/community-i686/PKGBUILD
  
haskell-data-default-class/repos/community-i686/haskell-data-default-class.install
  haskell-data-default-class/repos/community-x86_64/PKGBUILD
  
haskell-data-default-class/repos/community-x86_64/haskell-data-default-class.install

-+
 /PKGBUILD   |   76 ++
 /haskell-data-default-class.install |   36 
 community-i686/PKGBUILD |   37 
 community-i686/haskell-data-default-class.install   |   18 
 community-x86_64/PKGBUILD   |   37 
 community-x86_64/haskell-data-default-class.install |   18 
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:26:22 UTC (rev 143560)
+++ community-i686/PKGBUILD 2015-10-10 09:26:54 UTC (rev 143561)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=data-default-class
-pkgname=haskell-data-default-class
-pkgver=0.0.1
-pkgrel=8
-pkgdesc="A class for types with a default value"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.2')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('abfd756bcc6d92e47436992c80ccdb80')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-data-default-class/repos/community-i686/PKGBUILD (from rev 
143560, haskell-data-default-class/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:26:54 UTC (rev 143561)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=data-default-class
+pkgname=haskell-data-default-class
+pkgver=0.0.1
+pkgrel=9
+pkgdesc="A class for types with a default value"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.2')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('abfd756bcc6d92e47436992c80ccdb80')
+options=('staticlibs')
+
+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

[arch-commits] Commit in haskell-data-default-instances-base/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:32:16
  Author: fyan
Revision: 143563

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

Added:
  haskell-data-default-instances-base/repos/community-i686/PKGBUILD
(from rev 143562, haskell-data-default-instances-base/trunk/PKGBUILD)
  
haskell-data-default-instances-base/repos/community-i686/haskell-data-default-instances-base.install
(from rev 143562, 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install)
  haskell-data-default-instances-base/repos/community-x86_64/PKGBUILD
(from rev 143562, haskell-data-default-instances-base/trunk/PKGBUILD)
  
haskell-data-default-instances-base/repos/community-x86_64/haskell-data-default-instances-base.install
(from rev 143562, 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install)
Deleted:
  haskell-data-default-instances-base/repos/community-i686/PKGBUILD
  
haskell-data-default-instances-base/repos/community-i686/haskell-data-default-instances-base.install
  haskell-data-default-instances-base/repos/community-x86_64/PKGBUILD
  
haskell-data-default-instances-base/repos/community-x86_64/haskell-data-default-instances-base.install

--+
 /PKGBUILD|   76 ++
 /haskell-data-default-instances-base.install |   36 
 community-i686/PKGBUILD  |   37 
 community-i686/haskell-data-default-instances-base.install   |   18 --
 community-x86_64/PKGBUILD|   37 
 community-x86_64/haskell-data-default-instances-base.install |   18 --
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:31:44 UTC (rev 143562)
+++ community-i686/PKGBUILD 2015-10-10 09:32:16 UTC (rev 143563)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=data-default-instances-base
-pkgname=haskell-data-default-instances-base
-pkgver=0.0.1
-pkgrel=10
-pkgdesc="Default instances for types in base"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.2' 'haskell-data-default-class')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('37fc6531e0227bcf9cfbbf85f04e759d')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-data-default-instances-base/repos/community-i686/PKGBUILD (from 
rev 143562, haskell-data-default-instances-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:32:16 UTC (rev 143563)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=data-default-instances-base
+pkgname=haskell-data-default-instances-base
+pkgver=0.0.1
+pkgrel=11
+pkgdesc="Default instances for types in base"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.2' 'haskell-data-default-class')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('37fc6531e0227bcf9cfbbf85f04e759d')
+options=('staticlibs')
+
+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
+ 

[arch-commits] Commit in haskell-data-default-instances-base/trunk (PKGBUILD)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:31:44
  Author: fyan
Revision: 143562

upgpkg: haskell-data-default-instances-base 0.0.1-11

enable profiling libraries

Modified:
  haskell-data-default-instances-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:26:54 UTC (rev 143561)
+++ PKGBUILD2015-10-10 09:31:44 UTC (rev 143562)
@@ -2,7 +2,7 @@
 _hkgname=data-default-instances-base
 pkgname=haskell-data-default-instances-base
 pkgver=0.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Default instances for types in base"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -17,8 +17,9 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


[arch-commits] Commit in haskell-data-default-instances-dlist/trunk (PKGBUILD)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:37:01
  Author: fyan
Revision: 143566

upgpkg: haskell-data-default-instances-dlist 0.0.1-10

enable profiling libraries

Modified:
  haskell-data-default-instances-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:34:52 UTC (rev 143565)
+++ PKGBUILD2015-10-10 09:37:01 UTC (rev 143566)
@@ -2,7 +2,7 @@
 _hkgname=data-default-instances-dlist
 pkgname=haskell-data-default-instances-dlist
 pkgver=0.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Default instances for types in dlist"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -16,8 +16,9 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


[arch-commits] Commit in haskell-data-default-instances-dlist/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:37:33
  Author: fyan
Revision: 143567

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

Added:
  haskell-data-default-instances-dlist/repos/community-i686/PKGBUILD
(from rev 143566, haskell-data-default-instances-dlist/trunk/PKGBUILD)
  
haskell-data-default-instances-dlist/repos/community-i686/haskell-data-default-instances-dlist.install
(from rev 143566, 
haskell-data-default-instances-dlist/trunk/haskell-data-default-instances-dlist.install)
  haskell-data-default-instances-dlist/repos/community-x86_64/PKGBUILD
(from rev 143566, haskell-data-default-instances-dlist/trunk/PKGBUILD)
  
haskell-data-default-instances-dlist/repos/community-x86_64/haskell-data-default-instances-dlist.install
(from rev 143566, 
haskell-data-default-instances-dlist/trunk/haskell-data-default-instances-dlist.install)
Deleted:
  haskell-data-default-instances-dlist/repos/community-i686/PKGBUILD
  
haskell-data-default-instances-dlist/repos/community-i686/haskell-data-default-instances-dlist.install
  haskell-data-default-instances-dlist/repos/community-x86_64/PKGBUILD
  
haskell-data-default-instances-dlist/repos/community-x86_64/haskell-data-default-instances-dlist.install

---+
 /PKGBUILD |   74 ++
 /haskell-data-default-instances-dlist.install |   36 
 community-i686/PKGBUILD   |   36 
 community-i686/haskell-data-default-instances-dlist.install   |   18 --
 community-x86_64/PKGBUILD |   36 
 community-x86_64/haskell-data-default-instances-dlist.install |   18 --
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:37:01 UTC (rev 143566)
+++ community-i686/PKGBUILD 2015-10-10 09:37:33 UTC (rev 143567)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=data-default-instances-dlist
-pkgname=haskell-data-default-instances-dlist
-pkgver=0.0.1
-pkgrel=9
-pkgdesc="Default instances for types in dlist"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-data-default-class=0.0.1' 
'haskell-dlist=0.7.1.2')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('6683d943ab70b7077ff6837fce75b4de')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-data-default-instances-dlist/repos/community-i686/PKGBUILD 
(from rev 143566, haskell-data-default-instances-dlist/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:37:33 UTC (rev 143567)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=data-default-instances-dlist
+pkgname=haskell-data-default-instances-dlist
+pkgver=0.0.1
+pkgrel=10
+pkgdesc="Default instances for types in dlist"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-data-default-class=0.0.1' 
'haskell-dlist=0.7.1.2')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('6683d943ab70b7077ff6837fce75b4de')
+options=('staticlibs')
+
+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 

[arch-commits] Commit in haskell-data-default-instances-old-locale/trunk (PKGBUILD)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:39:15
  Author: fyan
Revision: 143568

upgpkg: haskell-data-default-instances-old-locale 0.0.1-9

enable profiling libraries

Modified:
  haskell-data-default-instances-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:37:33 UTC (rev 143567)
+++ PKGBUILD2015-10-10 09:39:15 UTC (rev 143568)
@@ -2,7 +2,7 @@
 _hkgname=data-default-instances-old-locale
 pkgname=haskell-data-default-instances-old-locale
 pkgver=0.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Default instances for types in old-locale"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -17,8 +17,9 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:42:22
  Author: fyan
Revision: 143570

upgpkg: haskell-data-default 0.5.3-10

enable profiling libraries

Modified:
  haskell-data-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:39:47 UTC (rev 143569)
+++ PKGBUILD2015-10-10 09:42:22 UTC (rev 143570)
@@ -2,7 +2,7 @@
 _hkgname=data-default
 pkgname=haskell-data-default
 pkgver=0.5.3
-pkgrel=9
+pkgrel=10
 pkgdesc="A class for types with a default value"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -17,8 +17,9 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


[arch-commits] Commit in haskell-data-default/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:42:54
  Author: fyan
Revision: 143571

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

Added:
  haskell-data-default/repos/community-i686/PKGBUILD
(from rev 143570, haskell-data-default/trunk/PKGBUILD)
  haskell-data-default/repos/community-i686/haskell-data-default.install
(from rev 143570, haskell-data-default/trunk/haskell-data-default.install)
  haskell-data-default/repos/community-x86_64/PKGBUILD
(from rev 143570, haskell-data-default/trunk/PKGBUILD)
  haskell-data-default/repos/community-x86_64/haskell-data-default.install
(from rev 143570, haskell-data-default/trunk/haskell-data-default.install)
Deleted:
  haskell-data-default/repos/community-i686/PKGBUILD
  haskell-data-default/repos/community-i686/haskell-data-default.install
  haskell-data-default/repos/community-x86_64/PKGBUILD
  haskell-data-default/repos/community-x86_64/haskell-data-default.install

---+
 /PKGBUILD |   76 
 /haskell-data-default.install |   36 +++
 community-i686/PKGBUILD   |   37 ---
 community-i686/haskell-data-default.install   |   18 -
 community-x86_64/PKGBUILD |   37 ---
 community-x86_64/haskell-data-default.install |   18 -
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:42:22 UTC (rev 143570)
+++ community-i686/PKGBUILD 2015-10-10 09:42:54 UTC (rev 143571)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=data-default
-pkgname=haskell-data-default
-pkgver=0.5.3
-pkgrel=9
-pkgdesc="A class for types with a default value"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.2' 'haskell-data-default-class' 
'haskell-data-default-instances-base' 
'haskell-data-default-instances-containers' 
'haskell-data-default-instances-dlist' 
'haskell-data-default-instances-old-locale')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('03a98d999273ad20d5bc0c711bf1c533')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-data-default/repos/community-i686/PKGBUILD (from rev 143570, 
haskell-data-default/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:42:54 UTC (rev 143571)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=data-default
+pkgname=haskell-data-default
+pkgver=0.5.3
+pkgrel=10
+pkgdesc="A class for types with a default value"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.2' 'haskell-data-default-class' 
'haskell-data-default-instances-base' 
'haskell-data-default-instances-containers' 
'haskell-data-default-instances-dlist' 
'haskell-data-default-instances-old-locale')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('03a98d999273ad20d5bc0c711bf1c533')
+options=('staticlibs')
+
+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 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:44:52
  Author: fyan
Revision: 143572

upgpkg: haskell-case-insensitive 1.2.0.5-2

enable profiling libraries

Modified:
  haskell-case-insensitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:42:54 UTC (rev 143571)
+++ PKGBUILD2015-10-10 09:44:52 UTC (rev 143572)
@@ -5,7 +5,7 @@
 _hkgname=case-insensitive
 pkgname=haskell-case-insensitive
 pkgver=1.2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Case insensitive string comparison"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -18,8 +18,9 @@
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:49:25
  Author: fyan
Revision: 143577

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

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

-+
 /PKGBUILD   |   82 ++
 /haskell-mime-types.install |   36 +++
 community-i686/PKGBUILD |   40 
 community-i686/haskell-mime-types.install   |   18 -
 community-x86_64/PKGBUILD   |   40 
 community-x86_64/haskell-mime-types.install |   18 -
 6 files changed, 118 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:48:53 UTC (rev 143576)
+++ community-i686/PKGBUILD 2015-10-10 09:49:25 UTC (rev 143577)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-# Contributor: hauzer 
-
-_hkgname=mime-types
-pkgname=haskell-mime-types
-pkgver=0.1.0.6
-pkgrel=1
-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.2' '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 ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-i686/PKGBUILD (from rev 143576, 
haskell-mime-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:49:25 UTC (rev 143577)
@@ -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=2
+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.2' '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 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:51:39
  Author: fyan
Revision: 143578

upgpkg: haskell-cookie 0.4.1.4-2

enable profiling libraries

Modified:
  haskell-cookie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:49:25 UTC (rev 143577)
+++ PKGBUILD2015-10-10 09:51:39 UTC (rev 143578)
@@ -6,7 +6,7 @@
 _hkgname=cookie
 pkgname=haskell-cookie
 pkgver=0.4.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP cookie parsing and rendering"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -19,8 +19,9 @@
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 08:19:36
  Author: svenstaro
Revision: 143526

upgpkg: springlobby 0.237-1

upstream release 0.237

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 04:34:39 UTC (rev 143525)
+++ PKGBUILD2015-10-10 06:19:36 UTC (rev 143526)
@@ -3,7 +3,7 @@
 # Contributor: DuGi 
 
 pkgname=springlobby
-pkgver=0.236
+pkgver=0.237
 pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project."
 arch=('i686' 'x86_64')


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 08:19:46
  Author: svenstaro
Revision: 143527

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

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

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 06:19:36 UTC (rev 143526)
+++ community-i686/PKGBUILD 2015-10-10 06:19:46 UTC (rev 143527)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.236
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 143526, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 06:19:46 UTC (rev 143527)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.237
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-10-10 06:19:36 UTC (rev 143526)
+++ community-i686/springlobby.install  2015-10-10 06:19:46 UTC (rev 143527)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 143526, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-10-10 06:19:46 UTC (rev 143527)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-10 06:19:36 UTC (rev 143526)
+++ community-x86_64/PKGBUILD   2015-10-10 06:19:46 UTC (rev 143527)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.236
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:10:34
  Author: fyan
Revision: 143539

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

Added:
  haskell-attoparsec/repos/community-i686/PKGBUILD
(from rev 143538, haskell-attoparsec/trunk/PKGBUILD)
  haskell-attoparsec/repos/community-i686/haskell-attoparsec.install
(from rev 143538, haskell-attoparsec/trunk/haskell-attoparsec.install)
  haskell-attoparsec/repos/community-x86_64/PKGBUILD
(from rev 143538, haskell-attoparsec/trunk/PKGBUILD)
  haskell-attoparsec/repos/community-x86_64/haskell-attoparsec.install
(from rev 143538, haskell-attoparsec/trunk/haskell-attoparsec.install)
Deleted:
  haskell-attoparsec/repos/community-i686/PKGBUILD
  haskell-attoparsec/repos/community-i686/haskell-attoparsec.install
  haskell-attoparsec/repos/community-x86_64/PKGBUILD
  haskell-attoparsec/repos/community-x86_64/haskell-attoparsec.install

-+
 /PKGBUILD   |   86 ++
 /haskell-attoparsec.install |   36 ++
 community-i686/PKGBUILD |   43 -
 community-i686/haskell-attoparsec.install   |   18 -
 community-x86_64/PKGBUILD   |   43 -
 community-x86_64/haskell-attoparsec.install |   18 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:10:00 UTC (rev 143538)
+++ community-i686/PKGBUILD 2015-10-10 08:10:34 UTC (rev 143539)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=attoparsec
-pkgname=haskell-attoparsec
-pkgver=0.13.0.1
-pkgrel=2
-pkgdesc="Fast combinator parsing for bytestrings and text"
-url="https://github.com/bos/attoparsec;
-license=("BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-scientific" "haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('ce880acb45142eafd872e01d9af57d8dbb95c9f2b9a27f01ca9912ba4e9ef932')
-
-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-attoparsec/repos/community-i686/PKGBUILD (from rev 143538, 
haskell-attoparsec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:10:34 UTC (rev 143539)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=attoparsec
+pkgname=haskell-attoparsec
+pkgver=0.13.0.1
+pkgrel=3
+pkgdesc="Fast combinator parsing for bytestrings and text"
+url="https://github.com/bos/attoparsec;
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-scientific" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ce880acb45142eafd872e01d9af57d8dbb95c9f2b9a27f01ca9912ba4e9ef932')
+
+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}"
+
+   

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:10:00
  Author: fyan
Revision: 143538

upgpkg: haskell-attoparsec 0.13.0.1-3

rebuild with haskell-scientific 0.3.4.1

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:03:48 UTC (rev 143537)
+++ PKGBUILD2015-10-10 08:10:00 UTC (rev 143538)
@@ -5,7 +5,7 @@
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
 pkgver=0.13.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec;
 license=("BSD3")


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:16:42
  Author: fyan
Revision: 143541

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

Added:
  haskell-aeson/repos/community-i686/PKGBUILD
(from rev 143540, haskell-aeson/trunk/PKGBUILD)
  haskell-aeson/repos/community-i686/haskell-aeson.install
(from rev 143540, haskell-aeson/trunk/haskell-aeson.install)
  haskell-aeson/repos/community-x86_64/PKGBUILD
(from rev 143540, haskell-aeson/trunk/PKGBUILD)
  haskell-aeson/repos/community-x86_64/haskell-aeson.install
(from rev 143540, haskell-aeson/trunk/haskell-aeson.install)
Deleted:
  haskell-aeson/repos/community-i686/PKGBUILD
  haskell-aeson/repos/community-i686/haskell-aeson.install
  haskell-aeson/repos/community-x86_64/PKGBUILD
  haskell-aeson/repos/community-x86_64/haskell-aeson.install

+
 /PKGBUILD  |   84 +++
 /haskell-aeson.install |   46 
 community-i686/PKGBUILD|   42 ---
 community-i686/haskell-aeson.install   |   23 
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/haskell-aeson.install |   23 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:16:07 UTC (rev 143540)
+++ community-i686/PKGBUILD 2015-10-10 08:16:42 UTC (rev 143541)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-# Contributor: Daniel Micay 
-
-pkgname=haskell-aeson
-_hkgname=aeson
-pkgver=0.9.0.1
-pkgrel=2
-pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
-url="https://github.com/bos/aeson;
-license=("GPL")
-arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=("ghc=7.10.2" 'haskell-attoparsec' 'haskell-unordered-containers' 
'haskell-mtl'
- 'haskell-syb' 'haskell-vector' 'haskell-dlist')
-source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
-options=('staticlibs')
-install=$pkgname.install
-md5sums=('4de9b37f3b9bf98902cbad5e7639e416')
-
-build() {
-  cd "$srcdir/$_hkgname-$pkgver"
-  runhaskell Setup configure -O --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---libsubdir=\$compiler/site-local/\$pkgid
-  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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
-  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
-  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
-  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
-  runhaskell Setup copy --destdir="$pkgdir"
-  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
-}

Copied: haskell-aeson/repos/community-i686/PKGBUILD (from rev 143540, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:16:42 UTC (rev 143541)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=0.9.0.1
+pkgrel=3
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=7.10.2" 'haskell-attoparsec' 'haskell-unordered-containers' 
'haskell-mtl'
+ 'haskell-syb' 'haskell-vector' 'haskell-dlist')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+options=('staticlibs')
+install=$pkgname.install
+md5sums=('4de9b37f3b9bf98902cbad5e7639e416')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid
+  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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:16:07
  Author: fyan
Revision: 143540

upgpkg: haskell-aeson 0.9.0.1-3

rebuild with haskell-scientific 0.3.4.1

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:10:34 UTC (rev 143539)
+++ PKGBUILD2015-10-10 08:16:07 UTC (rev 143540)
@@ -6,7 +6,7 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=0.9.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
 url="https://github.com/bos/aeson;
 license=("GPL")


[arch-commits] Commit in haskell-blaze-html/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:29:35
  Author: fyan
Revision: 143545

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

Added:
  haskell-blaze-html/repos/community-i686/PKGBUILD
(from rev 143544, haskell-blaze-html/trunk/PKGBUILD)
  haskell-blaze-html/repos/community-i686/haskell-blaze-html.install
(from rev 143544, haskell-blaze-html/trunk/haskell-blaze-html.install)
  haskell-blaze-html/repos/community-x86_64/PKGBUILD
(from rev 143544, haskell-blaze-html/trunk/PKGBUILD)
  haskell-blaze-html/repos/community-x86_64/haskell-blaze-html.install
(from rev 143544, haskell-blaze-html/trunk/haskell-blaze-html.install)
Deleted:
  haskell-blaze-html/repos/community-i686/PKGBUILD
  haskell-blaze-html/repos/community-i686/haskell-blaze-html.install
  haskell-blaze-html/repos/community-x86_64/PKGBUILD
  haskell-blaze-html/repos/community-x86_64/haskell-blaze-html.install

-+
 /PKGBUILD   |   84 ++
 /haskell-blaze-html.install |   36 +++
 community-i686/PKGBUILD |   42 -
 community-i686/haskell-blaze-html.install   |   18 -
 community-x86_64/PKGBUILD   |   42 -
 community-x86_64/haskell-blaze-html.install |   18 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:29:03 UTC (rev 143544)
+++ community-i686/PKGBUILD 2015-10-10 08:29:35 UTC (rev 143545)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=blaze-html
-pkgname=haskell-blaze-html
-pkgver=0.8.1.1
-pkgrel=1
-pkgdesc="A blazingly fast HTML combinator library for Haskell"
-url="http://jaspervdj.be/blaze;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
-
-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-blaze-html/repos/community-i686/PKGBUILD (from rev 143544, 
haskell-blaze-html/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:29:35 UTC (rev 143545)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-html
+pkgname=haskell-blaze-html
+pkgver=0.8.1.1
+pkgrel=2
+pkgdesc="A blazingly fast HTML combinator library for Haskell"
+url="http://jaspervdj.be/blaze;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
+
+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}"
+

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:29:03
  Author: fyan
Revision: 143544

upgpkg: haskell-blaze-html 0.8.1.1-2

rebuild with blaze-markup 0.7.0.3-1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:25:24 UTC (rev 143543)
+++ PKGBUILD2015-10-10 08:29:03 UTC (rev 143544)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 10:35:38
  Author: andyrtr
Revision: 248719

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

Added:
  man-db/repos/testing-i686/
  man-db/repos/testing-i686/PKGBUILD
(from rev 248718, man-db/trunk/PKGBUILD)
  man-db/repos/testing-i686/convert-mans
(from rev 248718, man-db/trunk/convert-mans)
  man-db/repos/testing-i686/man-db.install
(from rev 248718, man-db/trunk/man-db.install)
  man-db/repos/testing-i686/man-db.service
(from rev 248718, man-db/trunk/man-db.service)
  man-db/repos/testing-i686/man-db.timer
(from rev 248718, man-db/trunk/man-db.timer)
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 248718, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 248718, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.install
(from rev 248718, man-db/trunk/man-db.install)
  man-db/repos/testing-x86_64/man-db.service
(from rev 248718, man-db/trunk/man-db.service)
  man-db/repos/testing-x86_64/man-db.timer
(from rev 248718, man-db/trunk/man-db.timer)

---+
 testing-i686/PKGBUILD |   68 
 testing-i686/convert-mans |   11 ++
 testing-i686/man-db.install   |   17 ++
 testing-i686/man-db.service   |   11 ++
 testing-i686/man-db.timer |7 
 testing-x86_64/PKGBUILD   |   68 
 testing-x86_64/convert-mans   |   11 ++
 testing-x86_64/man-db.install |   17 ++
 testing-x86_64/man-db.service |   11 ++
 testing-x86_64/man-db.timer   |7 
 10 files changed, 228 insertions(+)

Copied: man-db/repos/testing-i686/PKGBUILD (from rev 248718, 
man-db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 08:35:38 UTC (rev 248719)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=man-db
+pkgver=2.7.4
+pkgrel=1
+pkgdesc="A utility for reading man pages"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/man-db/;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')
+optdepends=('gzip')
+backup=('etc/man_db.conf')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(http://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+convert-mans
+man-db.{timer,service})
+md5sums=('1b400af5b03c7ac44769dbfdd28a86fc'
+ 'SKIP'
+ '2b7662a7d5b33fe91f9f3e034361a2f6'
+ 'df6d4f432e3e16c255c785fca1447346'
+ '36fb3f616e42a0e23cf7a4d284e640cd')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # fix group in systemd tempfile
+  sed -i 's/man\ root/root\ root/' init/systemd/man-db.conf
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+   --with-db=gdbm \
+   --disable-setuid \
+   --enable-mandirs=GNU \
+   --with-sections="1 n l 8 3 0 2 5 4 9 6 7"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # part of groff pkg
+  rm -f ${pkgdir}/usr/bin/zsoelim
+
+  # script from LFS to convert manpages, see
+  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
+  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
+
+  # install man-db update timer
+  install -D -m644 ${srcdir}/man-db.timer 
${pkgdir}/usr/lib/systemd/system/man-db.timer
+  install -D -m644 ${srcdir}/man-db.service 
${pkgdir}/usr/lib/systemd/system/man-db.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../man-db.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/man-db.timer
+}

Copied: man-db/repos/testing-i686/convert-mans (from rev 248718, 
man-db/trunk/convert-mans)
===
--- testing-i686/convert-mans   (rev 0)
+++ testing-i686/convert-mans   2015-10-10 08:35:38 UTC (rev 248719)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM="$1"
+TO="$2"
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE="$1"
+shift
+iconv -f "$FROM" -t "$TO" "$FILE" >.tmp.iconv
+mv .tmp.iconv "$FILE"
+done

Copied: man-db/repos/testing-i686/man-db.install (from rev 248718, 
man-db/trunk/man-db.install)
===
--- testing-i686/man-db.install (rev 0)
+++ testing-i686/man-db.install 2015-10-10 08:35:38 UTC (rev 248719)
@@ -0,0 +1,17 @@
+post_install() {
+  

[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:34:35
  Author: fyan
Revision: 143546

addpkg: haskell-http-types 0.8.6-1

Added:
  haskell-http-types/
  haskell-http-types/repos/
  haskell-http-types/trunk/
  haskell-http-types/trunk/PKGBUILD
  haskell-http-types/trunk/haskell-http-types.install

+
 PKGBUILD   |   39 +++
 haskell-http-types.install |   18 ++
 2 files changed, 57 insertions(+)

Added: haskell-http-types/trunk/PKGBUILD
===
--- haskell-http-types/trunk/PKGBUILD   (rev 0)
+++ haskell-http-types/trunk/PKGBUILD   2015-10-10 08:34:35 UTC (rev 143546)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.8.6
+pkgrel=1
+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.2' '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=('f8093802f61e243038d6f6da5667e66e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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"
+}


Property changes on: haskell-http-types/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-http-types/trunk/haskell-http-types.install
===
--- haskell-http-types/trunk/haskell-http-types.install 
(rev 0)
+++ haskell-http-types/trunk/haskell-http-types.install 2015-10-10 08:34:35 UTC 
(rev 143546)
@@ -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)
+}


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

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 10:35:22
  Author: andyrtr
Revision: 248718

upgpkg: man-db 2.7.4-1

upstream update 2.7.4

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:24:01 UTC (rev 248717)
+++ PKGBUILD2015-10-10 08:35:22 UTC (rev 248718)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=man-db
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 
source=(http://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
 convert-mans
 man-db.{timer,service})
-md5sums=('df898c82d766dad6492a5a96d5a26647'
+md5sums=('1b400af5b03c7ac44769dbfdd28a86fc'
  'SKIP'
  '2b7662a7d5b33fe91f9f3e034361a2f6'
  'df6d4f432e3e16c255c785fca1447346'


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:35:19
  Author: fyan
Revision: 143547

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

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

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

Copied: haskell-http-types/repos/community-i686/PKGBUILD (from rev 143546, 
haskell-http-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:35:19 UTC (rev 143547)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.8.6
+pkgrel=1
+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.2' '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=('f8093802f61e243038d6f6da5667e66e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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-i686/haskell-http-types.install 
(from rev 143546, haskell-http-types/trunk/haskell-http-types.install)
===
--- community-i686/haskell-http-types.install   (rev 0)
+++ community-i686/haskell-http-types.install   2015-10-10 08:35:19 UTC (rev 
143547)
@@ -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-x86_64/PKGBUILD (from rev 143546, 
haskell-http-types/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 08:35:19 UTC (rev 143547)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.8.6
+pkgrel=1
+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.2' '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=('f8093802f61e243038d6f6da5667e66e')
+
+build() 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:42:47
  Author: fyan
Revision: 143553

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

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

-+
 /PKGBUILD   |   78 ++
 /haskell-http-types.install |   36 
 community-i686/PKGBUILD |   39 -
 community-i686/haskell-http-types.install   |   18 --
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/haskell-http-types.install |   18 --
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:42:15 UTC (rev 143552)
+++ community-i686/PKGBUILD 2015-10-10 08:42:47 UTC (rev 143553)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-_hkgname=http-types
-pkgname=haskell-http-types
-pkgver=0.8.6
-pkgrel=1
-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.2' '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=('f8093802f61e243038d6f6da5667e66e')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-i686/PKGBUILD (from rev 143552, 
haskell-http-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:42:47 UTC (rev 143553)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9
+pkgrel=1
+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.2' '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 ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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   

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:42:15
  Author: fyan
Revision: 143552

upgpkg: haskell-http-types 0.9-1

Modified:
  haskell-http-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:41:51 UTC (rev 143551)
+++ PKGBUILD2015-10-10 08:42:15 UTC (rev 143552)
@@ -4,7 +4,7 @@
 
 _hkgname=http-types
 pkgname=haskell-http-types
-pkgver=0.8.6
+pkgver=0.9
 pkgrel=1
 pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('f8093802f61e243038d6f6da5667e66e')
+md5sums=('3569c6e2712e62590fbf4a20dcf8d4f3')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:17:38
  Author: fyan
Revision: 143559

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

Added:
  haskell-streaming-commons/repos/community-i686/
  haskell-streaming-commons/repos/community-i686/PKGBUILD
(from rev 143558, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-i686/haskell-streaming-commons.install
(from rev 143558, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
  haskell-streaming-commons/repos/community-x86_64/
  haskell-streaming-commons/repos/community-x86_64/PKGBUILD
(from rev 143558, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-x86_64/haskell-streaming-commons.install
(from rev 143558, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)

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

Copied: haskell-streaming-commons/repos/community-i686/PKGBUILD (from rev 
143558, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:17:38 UTC (rev 143559)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=streaming-commons
+pkgname=haskell-streaming-commons
+pkgver=0.1.14.2
+pkgrel=1
+pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
+url="https://github.com/fpco/streaming-commons;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-network" 
"haskell-random" "haskell-stm"
+ "haskell-text" "haskell-zlib" 'zlib')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1031548f0f9daf8b5678cc3a2ab1d16d28466738e3aefde652f91bbff94adc8a')
+
+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-use-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-streaming-commons/repos/community-i686/haskell-streaming-commons.install
 (from rev 143558, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
===
--- community-i686/haskell-streaming-commons.install
(rev 0)
+++ community-i686/haskell-streaming-commons.install2015-10-10 09:17:38 UTC 
(rev 143559)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-streaming-commons
+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-streaming-commons/repos/community-x86_64/PKGBUILD (from rev 
143558, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 09:17:38 UTC (rev 143559)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=streaming-commons

[arch-commits] Commit in haskell-data-default-instances-containers/trunk (PKGBUILD)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:34:19
  Author: fyan
Revision: 143564

upgpkg: haskell-data-default-instances-containers 0.0.1-9

enable profiling libraries

Modified:
  haskell-data-default-instances-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:32:16 UTC (rev 143563)
+++ PKGBUILD2015-10-10 09:34:19 UTC (rev 143564)
@@ -2,7 +2,7 @@
 _hkgname=data-default-instances-containers
 pkgname=haskell-data-default-instances-containers
 pkgver=0.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Default instances for types in containers"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -17,8 +17,9 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


[arch-commits] Commit in haskell-data-default-instances-containers/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:34:52
  Author: fyan
Revision: 143565

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

Added:
  haskell-data-default-instances-containers/repos/community-i686/PKGBUILD
(from rev 143564, haskell-data-default-instances-containers/trunk/PKGBUILD)
  
haskell-data-default-instances-containers/repos/community-i686/haskell-data-default-instances-containers.install
(from rev 143564, 
haskell-data-default-instances-containers/trunk/haskell-data-default-instances-containers.install)
  haskell-data-default-instances-containers/repos/community-x86_64/PKGBUILD
(from rev 143564, haskell-data-default-instances-containers/trunk/PKGBUILD)
  
haskell-data-default-instances-containers/repos/community-x86_64/haskell-data-default-instances-containers.install
(from rev 143564, 
haskell-data-default-instances-containers/trunk/haskell-data-default-instances-containers.install)
Deleted:
  haskell-data-default-instances-containers/repos/community-i686/PKGBUILD
  
haskell-data-default-instances-containers/repos/community-i686/haskell-data-default-instances-containers.install
  haskell-data-default-instances-containers/repos/community-x86_64/PKGBUILD
  
haskell-data-default-instances-containers/repos/community-x86_64/haskell-data-default-instances-containers.install

+
 /PKGBUILD  |   76 
++
 /haskell-data-default-instances-containers.install |   36 
 community-i686/PKGBUILD|   37 
 community-i686/haskell-data-default-instances-containers.install   |   18 --
 community-x86_64/PKGBUILD  |   37 
 community-x86_64/haskell-data-default-instances-containers.install |   18 --
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:34:19 UTC (rev 143564)
+++ community-i686/PKGBUILD 2015-10-10 09:34:52 UTC (rev 143565)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=data-default-instances-containers
-pkgname=haskell-data-default-instances-containers
-pkgver=0.0.1
-pkgrel=8
-pkgdesc="Default instances for types in containers"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.2' 'haskell-containers=0.5.6.2' 
'haskell-data-default-class=0.0.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('1c574d87bf9bc69d4748e3236d575a3c')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-data-default-instances-containers/repos/community-i686/PKGBUILD 
(from rev 143564, haskell-data-default-instances-containers/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:34:52 UTC (rev 143565)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=data-default-instances-containers
+pkgname=haskell-data-default-instances-containers
+pkgver=0.0.1
+pkgrel=9
+pkgdesc="Default instances for types in containers"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.2' 'haskell-containers=0.5.6.2' 
'haskell-data-default-class=0.0.1')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1c574d87bf9bc69d4748e3236d575a3c')
+options=('staticlibs')
+
+build() {
+cd 

[arch-commits] Commit in haskell-data-default-instances-old-locale/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:39:47
  Author: fyan
Revision: 143569

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

Added:
  haskell-data-default-instances-old-locale/repos/community-i686/PKGBUILD
(from rev 143568, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
  
haskell-data-default-instances-old-locale/repos/community-i686/haskell-data-default-instances-old-locale.install
(from rev 143568, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)
  haskell-data-default-instances-old-locale/repos/community-x86_64/PKGBUILD
(from rev 143568, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
  
haskell-data-default-instances-old-locale/repos/community-x86_64/haskell-data-default-instances-old-locale.install
(from rev 143568, 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install)
Deleted:
  haskell-data-default-instances-old-locale/repos/community-i686/PKGBUILD
  
haskell-data-default-instances-old-locale/repos/community-i686/haskell-data-default-instances-old-locale.install
  haskell-data-default-instances-old-locale/repos/community-x86_64/PKGBUILD
  
haskell-data-default-instances-old-locale/repos/community-x86_64/haskell-data-default-instances-old-locale.install

+
 /PKGBUILD  |   76 
++
 /haskell-data-default-instances-old-locale.install |   36 
 community-i686/PKGBUILD|   37 
 community-i686/haskell-data-default-instances-old-locale.install   |   18 --
 community-x86_64/PKGBUILD  |   37 
 community-x86_64/haskell-data-default-instances-old-locale.install |   18 --
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:39:15 UTC (rev 143568)
+++ community-i686/PKGBUILD 2015-10-10 09:39:47 UTC (rev 143569)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=data-default-instances-old-locale
-pkgname=haskell-data-default-instances-old-locale
-pkgver=0.0.1
-pkgrel=8
-pkgdesc="Default instances for types in old-locale"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.2' 'haskell-data-default-class' 
'haskell-old-locale=1.0.0.7')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('43bd868049d870ee722eda6bdd89fc28')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-data-default-instances-old-locale/repos/community-i686/PKGBUILD 
(from rev 143568, haskell-data-default-instances-old-locale/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:39:47 UTC (rev 143569)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=data-default-instances-old-locale
+pkgname=haskell-data-default-instances-old-locale
+pkgver=0.0.1
+pkgrel=9
+pkgdesc="Default instances for types in old-locale"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.2' 'haskell-data-default-class' 
'haskell-old-locale=1.0.0.7')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('43bd868049d870ee722eda6bdd89fc28')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+

[arch-commits] Commit in haskell-case-insensitive/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:45:24
  Author: fyan
Revision: 143573

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

Added:
  haskell-case-insensitive/repos/community-i686/PKGBUILD
(from rev 143572, haskell-case-insensitive/trunk/PKGBUILD)
  haskell-case-insensitive/repos/community-i686/haskell-case-insensitive.install
(from rev 143572, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)
  haskell-case-insensitive/repos/community-x86_64/PKGBUILD
(from rev 143572, haskell-case-insensitive/trunk/PKGBUILD)
  
haskell-case-insensitive/repos/community-x86_64/haskell-case-insensitive.install
(from rev 143572, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)
Deleted:
  haskell-case-insensitive/repos/community-i686/PKGBUILD
  haskell-case-insensitive/repos/community-i686/haskell-case-insensitive.install
  haskell-case-insensitive/repos/community-x86_64/PKGBUILD
  
haskell-case-insensitive/repos/community-x86_64/haskell-case-insensitive.install

---+
 /PKGBUILD |   78 
 /haskell-case-insensitive.install |   36 +
 community-i686/PKGBUILD   |   38 -
 community-i686/haskell-case-insensitive.install   |   18 
 community-x86_64/PKGBUILD |   38 -
 community-x86_64/haskell-case-insensitive.install |   18 
 6 files changed, 114 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:44:52 UTC (rev 143572)
+++ community-i686/PKGBUILD 2015-10-10 09:45:24 UTC (rev 143573)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-_hkgname=case-insensitive
-pkgname=haskell-case-insensitive
-pkgver=1.2.0.5
-pkgrel=1
-pkgdesc="Case insensitive string comparison"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-hashable' 'haskell-text')
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('e1473703da830478f5bf37100d7a72a7')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-case-insensitive/repos/community-i686/PKGBUILD (from rev 
143572, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:45:24 UTC (rev 143573)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.5
+pkgrel=2
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-hashable' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('e1473703da830478f5bf37100d7a72a7')
+
+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   

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:47:34
  Author: fyan
Revision: 143574

upgpkg: haskell-http-types 0.9-2

enable profiling libraries

Modified:
  haskell-http-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:45:24 UTC (rev 143573)
+++ PKGBUILD2015-10-10 09:47:34 UTC (rev 143574)
@@ -5,7 +5,7 @@
 _hkgname=http-types
 pkgname=haskell-http-types
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -18,8 +18,9 @@
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:48:53
  Author: fyan
Revision: 143576

upgpkg: haskell-mime-types 0.1.0.6-2

enable profiling libraries

Modified:
  haskell-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:48:07 UTC (rev 143575)
+++ PKGBUILD2015-10-10 09:48:53 UTC (rev 143576)
@@ -6,7 +6,7 @@
 _hkgname=mime-types
 pkgname=haskell-mime-types
 pkgver=0.1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Basic mime-type handling types and functions"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('MIT')
@@ -19,8 +19,9 @@
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+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


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:48:07
  Author: fyan
Revision: 143575

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

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

-+
 /PKGBUILD   |   80 ++
 /haskell-http-types.install |   36 +++
 community-i686/PKGBUILD |   39 
 community-i686/haskell-http-types.install   |   18 -
 community-x86_64/PKGBUILD   |   39 
 community-x86_64/haskell-http-types.install |   18 -
 6 files changed, 116 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:47:34 UTC (rev 143574)
+++ community-i686/PKGBUILD 2015-10-10 09:48:07 UTC (rev 143575)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-_hkgname=http-types
-pkgname=haskell-http-types
-pkgver=0.9
-pkgrel=1
-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.2' '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 ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-i686/PKGBUILD (from rev 143574, 
haskell-http-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:48:07 UTC (rev 143575)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9
+pkgrel=2
+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.2' '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"
+

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:52:10
  Author: fyan
Revision: 143579

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

Added:
  haskell-cookie/repos/community-i686/PKGBUILD
(from rev 143578, haskell-cookie/trunk/PKGBUILD)
  haskell-cookie/repos/community-i686/haskell-cookie.install
(from rev 143578, haskell-cookie/trunk/haskell-cookie.install)
  haskell-cookie/repos/community-x86_64/PKGBUILD
(from rev 143578, haskell-cookie/trunk/PKGBUILD)
  haskell-cookie/repos/community-x86_64/haskell-cookie.install
(from rev 143578, haskell-cookie/trunk/haskell-cookie.install)
Deleted:
  haskell-cookie/repos/community-i686/PKGBUILD
  haskell-cookie/repos/community-i686/haskell-cookie.install
  haskell-cookie/repos/community-x86_64/PKGBUILD
  haskell-cookie/repos/community-x86_64/haskell-cookie.install

-+
 /PKGBUILD   |   82 ++
 /haskell-cookie.install |   36 +
 community-i686/PKGBUILD |   40 --
 community-i686/haskell-cookie.install   |   18 --
 community-x86_64/PKGBUILD   |   40 --
 community-x86_64/haskell-cookie.install |   18 --
 6 files changed, 118 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:51:39 UTC (rev 143578)
+++ community-i686/PKGBUILD 2015-10-10 09:52:10 UTC (rev 143579)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-# Contributor: hauzer 
-
-_hkgname=cookie
-pkgname=haskell-cookie
-pkgver=0.4.1.4
-pkgrel=1
-pkgdesc="HTTP cookie parsing and rendering"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-data-default' 
'haskell-old-locale' 'haskell-text')
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('488c3a187fb1e3c4d60557c45d97cbf2')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-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-cookie/repos/community-i686/PKGBUILD (from rev 143578, 
haskell-cookie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:52:10 UTC (rev 143579)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=cookie
+pkgname=haskell-cookie
+pkgver=0.4.1.4
+pkgrel=2
+pkgdesc="HTTP cookie parsing and rendering"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-data-default' 
'haskell-old-locale' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('488c3a187fb1e3c4d60557c45d97cbf2')
+
+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 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 09:38:15
  Author: fyan
Revision: 143528

upgpkg: lib32-curl 7.45.0-1

sync with [testing]

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 06:19:46 UTC (rev 143527)
+++ PKGBUILD2015-10-10 07:38:15 UTC (rev 143528)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.44.0
+pkgver=7.45.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
 source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('cf46112b5151e2f1a3fd38439bdade23'
+md5sums=('be21c6a190d65cfd3eeb749a3dce3947'
  'SKIP')
  validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


[arch-commits] Commit in lib32-curl/repos (3 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 09:38:33
  Author: fyan
Revision: 143529

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-curl/repos/multilib-testing-x86_64/
  lib32-curl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 143528, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-testing-x86_64/curlbuild.h
(from rev 143528, lib32-curl/trunk/curlbuild.h)

-+
 PKGBUILD|   63 ++
 curlbuild.h |9 
 2 files changed, 72 insertions(+)

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 143528, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-10-10 07:38:33 UTC (rev 143529)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.45.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('be21c6a190d65cfd3eeb749a3dce3947'
+ 'SKIP')
+ validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  
+  # license
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
+
+  # devel
+  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
+}

Copied: lib32-curl/repos/multilib-testing-x86_64/curlbuild.h (from rev 143528, 
lib32-curl/trunk/curlbuild.h)
===
--- multilib-testing-x86_64/curlbuild.h (rev 0)
+++ multilib-testing-x86_64/curlbuild.h 2015-10-10 07:38:33 UTC (rev 143529)
@@ -0,0 +1,9 @@
+#include 
+
+#if __WORDSIZE == 32
+#include "curlbuild-32.h"
+#elif __WORDSIZE == 64
+#include "curlbuild-64.h"
+#else
+#error "Unknown word size"
+#endif


[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 09:09:11
  Author: lcarlier
Revision: 248714

upgpkg: xf86-video-intel 1:2.99.917+478+gdf72bc5-2

remove dri3 as default (FS#46638)

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 02:04:25 UTC (rev 248713)
+++ PKGBUILD2015-10-10 07:09:11 UTC (rev 248714)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-intel
 pkgver=2.99.917+478+gdf72bc5
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
@@ -42,8 +42,7 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
---with-default-dri=3
+  ./configure --prefix=/usr --libexecdir=/usr/lib
   make
 }
 


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

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 09:09:19
  Author: lcarlier
Revision: 248715

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

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

-+
 /PKGBUILD   |  122 ++
 /xf86-video-intel.install   |   40 +
 testing-i686/PKGBUILD   |   62 ---
 testing-i686/xf86-video-intel.install   |   20 
 testing-x86_64/PKGBUILD |   62 ---
 testing-x86_64/xf86-video-intel.install |   20 
 6 files changed, 162 insertions(+), 164 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-10-10 07:09:11 UTC (rev 248714)
+++ testing-i686/PKGBUILD   2015-10-10 07:09:19 UTC (rev 248715)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.99.917+478+gdf72bc5
-pkgrel=1
-epoch=1
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
-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=19' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
- 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
- # 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')
-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<19' 
'X-ABI-VIDEODRV_VERSION>=20'
-   '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=df72bc5')
-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 \
---with-default-dri=3
-  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/PKGBUILD (from rev 248714, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 07:09:19 UTC (rev 248715)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+478+gdf72bc5
+pkgrel=2
+epoch=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+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=19' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
+ # 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')
+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<19' 
'X-ABI-VIDEODRV_VERSION>=20'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')

[arch-commits] Commit in haskell-blaze-html/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 09:43:19
  Author: fyan
Revision: 143531

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

Added:
  haskell-blaze-html/repos/community-i686/PKGBUILD
(from rev 143530, haskell-blaze-html/trunk/PKGBUILD)
  haskell-blaze-html/repos/community-i686/haskell-blaze-html.install
(from rev 143530, haskell-blaze-html/trunk/haskell-blaze-html.install)
  haskell-blaze-html/repos/community-x86_64/PKGBUILD
(from rev 143530, haskell-blaze-html/trunk/PKGBUILD)
  haskell-blaze-html/repos/community-x86_64/haskell-blaze-html.install
(from rev 143530, haskell-blaze-html/trunk/haskell-blaze-html.install)
Deleted:
  haskell-blaze-html/repos/community-i686/PKGBUILD
  haskell-blaze-html/repos/community-i686/haskell-blaze-html.install
  haskell-blaze-html/repos/community-x86_64/PKGBUILD
  haskell-blaze-html/repos/community-x86_64/haskell-blaze-html.install

-+
 /PKGBUILD   |   84 ++
 /haskell-blaze-html.install |   36 +++
 community-i686/PKGBUILD |   42 -
 community-i686/haskell-blaze-html.install   |   18 -
 community-x86_64/PKGBUILD   |   42 -
 community-x86_64/haskell-blaze-html.install |   18 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 07:42:44 UTC (rev 143530)
+++ community-i686/PKGBUILD 2015-10-10 07:43:19 UTC (rev 143531)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=blaze-html
-pkgname=haskell-blaze-html
-pkgver=0.8.1.0
-pkgrel=1
-pkgdesc="A blazingly fast HTML combinator library for Haskell"
-url="http://jaspervdj.be/blaze;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('fb6dc0755b578928538e867ba441525d7169fcfeaabbfc4663f06bc91b6fed31')
-
-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-blaze-html/repos/community-i686/PKGBUILD (from rev 143530, 
haskell-blaze-html/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 07:43:19 UTC (rev 143531)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-html
+pkgname=haskell-blaze-html
+pkgver=0.8.1.1
+pkgrel=1
+pkgdesc="A blazingly fast HTML combinator library for Haskell"
+url="http://jaspervdj.be/blaze;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
+
+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}"
+

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 09:42:44
  Author: fyan
Revision: 143530

upgpkg: haskell-blaze-html 0.8.1.1-1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 07:38:33 UTC (rev 143529)
+++ PKGBUILD2015-10-10 07:42:44 UTC (rev 143530)
@@ -4,7 +4,7 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.8.1.0
+pkgver=0.8.1.1
 pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('fb6dc0755b578928538e867ba441525d7169fcfeaabbfc4663f06bc91b6fed31')
+sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:58:24
  Author: fyan
Revision: 248726

upgpkg: karchive 5.15.0-1

KF 5.15.0

Modified:
  karchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:58:16 UTC (rev 248725)
+++ PKGBUILD2015-10-10 09:58:24 UTC (rev 248726)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=karchive
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Qt 5 addon providing access to numerous types of archives'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1250214279c42c5802f998ee1f2b91b8')
+md5sums=('38c7374689688c045cd5ba1acb4ea91b')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:58:58
  Author: fyan
Revision: 248728

upgpkg: ki18n 5.15.0-1

KF 5.15.0

Modified:
  ki18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:58:51 UTC (rev 248727)
+++ PKGBUILD2015-10-10 09:58:58 UTC (rev 248728)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ki18n
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Advanced internationalization framework'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a6d89fc546487e02dc921a7c21cb782d')
+md5sums=('6b1be481a81380b894d056ddcdd4a34f')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:57:44
  Author: fyan
Revision: 248724

upgpkg: kcoreaddons 5.15.0-1

KF 5.15.0

Modified:
  kcoreaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:57:37 UTC (rev 248723)
+++ PKGBUILD2015-10-10 09:57:44 UTC (rev 248724)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kcoreaddons
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Addons to QtCore'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kf5')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('3b6b2ac66ff2c436c7b8af6d1ca426be')
+md5sums=('8d4f4f374649419fe34e24766f5ec22b')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:57:20
  Author: fyan
Revision: 248722

upgpkg: kapidox 5.15.0-1

KF 5.15.0

Modified:
  kapidox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 09:57:12 UTC (rev 248721)
+++ PKGBUILD2015-10-10 09:57:20 UTC (rev 248722)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kapidox
-pkgver=5.14.0
-pkgrel=2
+pkgver=5.15.0
+pkgrel=1
 pkgdesc='Frameworks API Documentation Tools'
 arch=('any')
 url='https://projects.kde.org/projects/frameworks/kapidox'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-base')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('6852e7e3c52f18dc0f08811440f7159a')
+md5sums=('554e64ff431714fa1b287cd86a3ad958')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:57:21
  Author: fyan
Revision: 143580

addpkg: haskell-http-client 0.4.24-1

Added:
  haskell-http-client/
  haskell-http-client/repos/
  haskell-http-client/trunk/
  haskell-http-client/trunk/PKGBUILD
  haskell-http-client/trunk/haskell-http-client.install

-+
 PKGBUILD|   45 ++
 haskell-http-client.install |   18 
 2 files changed, 63 insertions(+)

Added: haskell-http-client/trunk/PKGBUILD
===
--- haskell-http-client/trunk/PKGBUILD  (rev 0)
+++ haskell-http-client/trunk/PKGBUILD  2015-10-10 09:57:21 UTC (rev 143580)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.24
+pkgrel=1
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('93e4182ef9d3e8b45b75cca0f63b20457823e5aeaba46f6a16de47d7e618e177')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-http-client/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-http-client/trunk/haskell-http-client.install
===
--- haskell-http-client/trunk/haskell-http-client.install   
(rev 0)
+++ haskell-http-client/trunk/haskell-http-client.install   2015-10-10 
09:57:21 UTC (rev 143580)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+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 haskell-http-client/repos (6 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:57:50
  Author: fyan
Revision: 143581

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

Added:
  haskell-http-client/repos/community-i686/
  haskell-http-client/repos/community-i686/PKGBUILD
(from rev 143580, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-i686/haskell-http-client.install
(from rev 143580, haskell-http-client/trunk/haskell-http-client.install)
  haskell-http-client/repos/community-x86_64/
  haskell-http-client/repos/community-x86_64/PKGBUILD
(from rev 143580, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-x86_64/haskell-http-client.install
(from rev 143580, haskell-http-client/trunk/haskell-http-client.install)

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

Copied: haskell-http-client/repos/community-i686/PKGBUILD (from rev 143580, 
haskell-http-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:57:50 UTC (rev 143581)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.24
+pkgrel=1
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('93e4182ef9d3e8b45b75cca0f63b20457823e5aeaba46f6a16de47d7e618e177')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-client/repos/community-i686/haskell-http-client.install 
(from rev 143580, haskell-http-client/trunk/haskell-http-client.install)
===
--- community-i686/haskell-http-client.install  (rev 0)
+++ community-i686/haskell-http-client.install  2015-10-10 09:57:50 UTC (rev 
143581)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+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-client/repos/community-x86_64/PKGBUILD (from rev 143580, 
haskell-http-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 09:57:50 UTC (rev 143581)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.24
+pkgrel=1
+pkgdesc="An HTTP client engine, intended as a base layer for more 

[arch-commits] Commit in kapidox/repos (testing-any testing-any/PKGBUILD)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:57:37
  Author: fyan
Revision: 248723

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/
  kapidox/repos/testing-any/PKGBUILD
(from rev 248722, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 248722, 
kapidox/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-10-10 09:57:37 UTC (rev 248723)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('554e64ff431714fa1b287cd86a3ad958')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in extra-cmake-modules/repos (testing-any testing-any/PKGBUILD)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:57:12
  Author: fyan
Revision: 248721

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 248720, extra-cmake-modules/trunk/PKGBUILD)

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

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 248720, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-10-10 09:57:12 UTC (rev 248721)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5a41b547927190d366501cf61d86ec07')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


  1   2   3   >