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

2016-02-17 Thread Maxime Gauduin
Date: Wednesday, February 17, 2016 @ 22:10:57
  Author: alucryd
Revision: 259933

upgpkg: bzr 2.7.0-1

Modified:
  bzr/trunk/PKGBUILD

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

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


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

2016-02-17 Thread Jan Steffens
Date: Wednesday, February 17, 2016 @ 22:10:12
  Author: heftig
Revision: 259932

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

Added:
  openal/repos/staging-i686/
  openal/repos/staging-i686/PKGBUILD
(from rev 259931, openal/trunk/PKGBUILD)
  openal/repos/staging-x86_64/
  openal/repos/staging-x86_64/PKGBUILD
(from rev 259931, openal/trunk/PKGBUILD)

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

Copied: openal/repos/staging-i686/PKGBUILD (from rev 259931, 
openal/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-17 21:10:12 UTC (rev 259932)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgbase=openal
+pkgname=(openal openal-examples)
+pkgver=1.17.2
+pkgrel=2
+pkgdesc="Cross-platform 3D audio library, software implementation"
+arch=(i686 x86_64)
+url="https://github.com/kcat/openal-soft";
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack 
sdl2 sdl_sound ffmpeg
+ git)
+source=("git+$url#tag=openal-soft-$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build examples
+  cd $pkgbase-soft
+  sed -i 's/PIX_FMT_YUV420P/AV_&/g' examples/alffplay.c
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release 
../$pkgbase-soft
+  make
+}
+
+package_openal() {
+  optdepends=('qt4: alsoft-config GUI Configurator'
+  'fluidsynth: MIDI rendering')
+
+  make -C build DESTDIR="$pkgdir/" install
+  install -m644 $pkgbase-soft/{env-vars,hrtf}.txt "$pkgdir/usr/share/openal/"
+
+### Split openal-examples
+  mv "$pkgdir"/usr/bin/al{ffplay,hrtf,latency,loopback,reverb,stream} examples/
+}
+
+package_openal-examples() {
+  pkgdesc+=" (example programs)"
+  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
+
+  mkdir -p "$pkgdir/usr/bin"
+  mv examples/* "$pkgdir/usr/bin/"
+}

Copied: openal/repos/staging-x86_64/PKGBUILD (from rev 259931, 
openal/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-17 21:10:12 UTC (rev 259932)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgbase=openal
+pkgname=(openal openal-examples)
+pkgver=1.17.2
+pkgrel=2
+pkgdesc="Cross-platform 3D audio library, software implementation"
+arch=(i686 x86_64)
+url="https://github.com/kcat/openal-soft";
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack 
sdl2 sdl_sound ffmpeg
+ git)
+source=("git+$url#tag=openal-soft-$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build examples
+  cd $pkgbase-soft
+  sed -i 's/PIX_FMT_YUV420P/AV_&/g' examples/alffplay.c
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release 
../$pkgbase-soft
+  make
+}
+
+package_openal() {
+  optdepends=('qt4: alsoft-config GUI Configurator'
+  'fluidsynth: MIDI rendering')
+
+  make -C build DESTDIR="$pkgdir/" install
+  install -m644 $pkgbase-soft/{env-vars,hrtf}.txt "$pkgdir/usr/share/openal/"
+
+### Split openal-examples
+  mv "$pkgdir"/usr/bin/al{ffplay,hrtf,latency,loopback,reverb,stream} examples/
+}
+
+package_openal-examples() {
+  pkgdesc+=" (example programs)"
+  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
+
+  mkdir -p "$pkgdir/usr/bin"
+  mv examples/* "$pkgdir/usr/bin/"
+}


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

2016-02-17 Thread Jan Steffens
Date: Wednesday, February 17, 2016 @ 22:09:23
  Author: heftig
Revision: 259931

ffmpeg 3.0

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 21:07:38 UTC (rev 259930)
+++ PKGBUILD2016-02-17 21:09:23 UTC (rev 259931)
@@ -6,19 +6,21 @@
 pkgbase=openal
 pkgname=(openal openal-examples)
 pkgver=1.17.2
-pkgrel=1
-pkgdesc="A cross-platform 3D audio library"
+pkgrel=2
+pkgdesc="Cross-platform 3D audio library, software implementation"
 arch=(i686 x86_64)
-url="http://www.openal.org/";
+url="https://github.com/kcat/openal-soft";
 license=(LGPL)
 depends=(glibc)
 makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack 
sdl2 sdl_sound ffmpeg
  git)
-source=("git+https://github.com/kcat/openal-soft#tag=openal-soft-$pkgver";)
+source=("git+$url#tag=openal-soft-$pkgver")
 sha256sums=('SKIP')
 
 prepare() {
   mkdir build examples
+  cd $pkgbase-soft
+  sed -i 's/PIX_FMT_YUV420P/AV_&/g' examples/alffplay.c
 }
 
 build() {


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

2016-02-17 Thread Jan Steffens
Date: Wednesday, February 17, 2016 @ 22:07:38
  Author: heftig
Revision: 259930

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

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

+
 /PKGBUILD  |  166 +++
 /avahi.install |   32 
 extra-i686/PKGBUILD|   84 -
 extra-i686/avahi.install   |   16 
 extra-x86_64/PKGBUILD  |   84 -
 extra-x86_64/avahi.install |   16 
 6 files changed, 198 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-17 21:05:29 UTC (rev 259929)
+++ extra-i686/PKGBUILD 2016-02-17 21:07:38 UTC (rev 259930)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=avahi
-pkgver=0.6.32rc
-pkgrel=4
-_commit=dbb07bea8d315b76f94b16e55a1c2b2cc8ddd91f
-pkgdesc='Multicast DNS-SD / Zeroconf Suite'
-#url='http://www.avahi.org/'
-url='http://git.0pointer.net/avahi.git'
-license=(LGPL)
-arch=(i686 x86_64)
-depends=(expat libdaemon glib2 libcap gdbm dbus)
-makedepends=(git qt4 pygtk mono intltool python2-dbus gtk-sharp-2 
gobject-introspection gtk3
- xmltoman python-dbus)
-optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
-'gtk2: gtk2 bindings'
-'qt4: qt4 bindings'
-'pygtk: avahi-bookmarks, avahi-discover'
-'python2-twisted: avahi-bookmarks'
-'mono: mono bindings'
-'python2-dbus: avahi-discover'
-'nss-mdns: NSS support for mDNS')
-conflicts=(howl mdnsresponder)
-provides=(howl mdnsresponder)
-install=avahi.install
-backup=(etc/avahi/{hosts,avahi-daemon.conf}
-usr/lib/avahi/service-types.db usr/share/avahi/service-types)
-source=("git+https://github.com/lathiat/avahi#commit=$_commit";)
-sha256sums=('SKIP')
-
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export MOC_QT4=/usr/bin/moc-qt4 PYTHON=/usr/bin/python2
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---disable-monodoc \
---disable-qt3 \
---enable-compat-libdns_sd \
---enable-compat-howl \
---with-distro=archlinux \
---with-avahi-priv-access-group=network \
---with-autoipd-user=avahi \
---with-autoipd-group=avahi \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  cp -a avahi-python/avahi avahi-python/avahi3
-
-  make
-  make -C avahi-python/avahi3 PYTHON=/usr/bin/python3
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
-PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.5/site-packages
-
-  # howl compat
-  ln -s avahi-compat-howl "$pkgdir/usr/include/howl"
-  ln -s avahi-compat-howl.pc "$pkgdir/usr/lib/pkgconfig/howl.pc"
-
-  # mdnsresponder compat
-  ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"
-
-  # move example services https://bugs.archlinux.org/task/47822
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  mv "$pkgdir"/etc/avahi/services/{,sftp-}ssh.service \
-"$pkgdir/usr/share/doc/$pkgname/"
-
-  rmdir "$pkgdir"/var{/run,}
-}

Copied: avahi/repos/extra-i686/PKGBUILD (from rev 259929, avahi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-17 21:07:38 UTC (rev 259930)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=avahi
+pkgver=0.6.32
+pkgrel=1
+_commit=4f334990f692ce08ab4ea2eece695f1592f535b2
+pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
+url='https://github.com/lathiat/avahi'
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(expat libdaemon glib2 libcap gdbm dbus)
+makedepends=(git qt4 pygtk mono intltool python2-dbus gtk-sharp-2 
gobject-introspection gtk3
+ xmltoman python-dbus)
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+'gtk2: gtk2 bindings'
+'qt4: qt4 bindings'
+'pygtk: avahi-bookmarks, avahi-discover'
+'python2-twisted: avahi-bookmarks'
+'mono: mono bindings'
+'py

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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 22:08:02
  Author: arojas
Revision: 162126

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

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

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

Copied: harvid/repos/community-staging-i686/PKGBUILD (from rev 162125, 
harvid/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 21:08:02 UTC (rev 162126)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=harvid
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/harvid/";
+license=('GPL')
+depends=('ffmpeg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz";)
+md5sums=('a4ba437cc1895a5a47702f0188981ea2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+=" -Wl,-znoexecstack"
+  make PREFIX=/usr -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg "$pkgdir/usr/bin/ffmpeg_harvid"
+  ln -s ffprobe "$pkgdir/usr/bin/ffprobe_harvid"
+
+  # doc
+  install -Dm644 README.md \
+"$pkgdir/usr/share/doc/$pkgname/README"
+}

Copied: harvid/repos/community-staging-x86_64/PKGBUILD (from rev 162125, 
harvid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 21:08:02 UTC (rev 162126)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=harvid
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/harvid/";
+license=('GPL')
+depends=('ffmpeg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz";)
+md5sums=('a4ba437cc1895a5a47702f0188981ea2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+=" -Wl,-znoexecstack"
+  make PREFIX=/usr -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg "$pkgdir/usr/bin/ffmpeg_harvid"
+  ln -s ffprobe "$pkgdir/usr/bin/ffprobe_harvid"
+
+  # doc
+  install -Dm644 README.md \
+"$pkgdir/usr/share/doc/$pkgname/README"
+}


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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 22:06:58
  Author: arojas
Revision: 162125

ffmpeg 3.0 rebuild

Modified:
  harvid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 20:44:42 UTC (rev 162124)
+++ PKGBUILD2016-02-17 21:06:58 UTC (rev 162125)
@@ -3,7 +3,7 @@
 
 pkgname=harvid
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP Ardour Video Daemon"
 arch=('i686' 'x86_64')
 url="http://x42.github.io/harvid/";
@@ -17,7 +17,7 @@
 
   # prevent GNU executable stack
   CFLAGS+=" -Wl,-znoexecstack"
-  make PREFIX=/usr
+  make PREFIX=/usr -j1
 }
 
 package() {


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

2016-02-17 Thread Jan Steffens
Date: Wednesday, February 17, 2016 @ 22:05:29
  Author: heftig
Revision: 259929

0.6.32

Modified:
  avahi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 20:59:01 UTC (rev 259928)
+++ PKGBUILD2016-02-17 21:05:29 UTC (rev 259929)
@@ -4,12 +4,11 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=avahi
-pkgver=0.6.32rc
-pkgrel=4
-_commit=dbb07bea8d315b76f94b16e55a1c2b2cc8ddd91f
-pkgdesc='Multicast DNS-SD / Zeroconf Suite'
-#url='http://www.avahi.org/'
-url='http://git.0pointer.net/avahi.git'
+pkgver=0.6.32
+pkgrel=1
+_commit=4f334990f692ce08ab4ea2eece695f1592f535b2
+pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
+url='https://github.com/lathiat/avahi'
 license=(LGPL)
 arch=(i686 x86_64)
 depends=(expat libdaemon glib2 libcap gdbm dbus)
@@ -28,7 +27,7 @@
 install=avahi.install
 backup=(etc/avahi/{hosts,avahi-daemon.conf}
 usr/lib/avahi/service-types.db usr/share/avahi/service-types)
-source=("git+https://github.com/lathiat/avahi#commit=$_commit";)
+source=("git+$url#tag=$_commit")
 sha256sums=('SKIP')
 
 


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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 21:59:01
  Author: arojas
Revision: 259928

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

Added:
  aubio/repos/staging-i686/
  aubio/repos/staging-i686/.contrib
(from rev 259927, aubio/trunk/.contrib)
  aubio/repos/staging-i686/PKGBUILD
(from rev 259927, aubio/trunk/PKGBUILD)
  aubio/repos/staging-x86_64/
  aubio/repos/staging-x86_64/.contrib
(from rev 259927, aubio/trunk/.contrib)
  aubio/repos/staging-x86_64/PKGBUILD
(from rev 259927, aubio/trunk/PKGBUILD)

-+
 staging-i686/.contrib   |2 ++
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/.contrib |2 ++
 staging-x86_64/PKGBUILD |   44 
 4 files changed, 92 insertions(+)

Copied: aubio/repos/staging-i686/.contrib (from rev 259927, 
aubio/trunk/.contrib)
===
--- staging-i686/.contrib   (rev 0)
+++ staging-i686/.contrib   2016-02-17 20:59:01 UTC (rev 259928)
@@ -0,0 +1,2 @@
+# Contributor: Peter Baldwin 
+# Contributor: Shinlun Hsieh 

Copied: aubio/repos/staging-i686/PKGBUILD (from rev 259927, 
aubio/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-17 20:59:01 UTC (rev 259928)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
+# Contributor: see .contrib
+
+pkgname=aubio
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="A tool for extracting annotations from audio signals"
+arch=('i686' 'x86_64')
+url="http://aubio.org/";
+license=('GPL')
+depends=('fftw' 'jack' 'ffmpeg')
+makedepends=('python2-numpy' 'python2-setuptools')
+optdepends=('python2-numpy: Python 2.x interface')
+source=("http://aubio.org/pub/$pkgname-$pkgver.tar.bz2";)
+md5sums=('c0f6d8355e92669722501c3a762ba548')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 compat (for python interface)
+  sed -i 's:bin/env python:bin/env python2:' \
+  "$srcdir/$pkgname-$pkgver/python/lib/aubio/__init__.py"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr --enable-fftw3f --libdir=/usr/lib
+  python2 waf build $MAKEFLAGS
+  (cd python && python2 setup.py build) # python interface
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf --destdir="$pkgdir" install
+
+  # python interface
+  (cd python && python2 setup.py install --root="$pkgdir" --optimize=1)
+}
+
+# vim:set ts=2 sw=2 et:

Copied: aubio/repos/staging-x86_64/.contrib (from rev 259927, 
aubio/trunk/.contrib)
===
--- staging-x86_64/.contrib (rev 0)
+++ staging-x86_64/.contrib 2016-02-17 20:59:01 UTC (rev 259928)
@@ -0,0 +1,2 @@
+# Contributor: Peter Baldwin 
+# Contributor: Shinlun Hsieh 

Copied: aubio/repos/staging-x86_64/PKGBUILD (from rev 259927, 
aubio/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-17 20:59:01 UTC (rev 259928)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
+# Contributor: see .contrib
+
+pkgname=aubio
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="A tool for extracting annotations from audio signals"
+arch=('i686' 'x86_64')
+url="http://aubio.org/";
+license=('GPL')
+depends=('fftw' 'jack' 'ffmpeg')
+makedepends=('python2-numpy' 'python2-setuptools')
+optdepends=('python2-numpy: Python 2.x interface')
+source=("http://aubio.org/pub/$pkgname-$pkgver.tar.bz2";)
+md5sums=('c0f6d8355e92669722501c3a762ba548')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 compat (for python interface)
+  sed -i 's:bin/env python:bin/env python2:' \
+  "$srcdir/$pkgname-$pkgver/python/lib/aubio/__init__.py"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr --enable-fftw3f --libdir=/usr/lib
+  python2 waf build $MAKEFLAGS
+  (cd python && python2 setup.py build) # python interface
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf --destdir="$pkgdir" install
+
+  # python interface
+  (cd python && python2 setup.py install --root="$pkgdir" --optimize=1)
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 21:58:18
  Author: arojas
Revision: 259927

ffmpeg 3.0 rebuild

Modified:
  aubio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 20:02:16 UTC (rev 259926)
+++ PKGBUILD2016-02-17 20:58:18 UTC (rev 259927)
@@ -5,7 +5,7 @@
 
 pkgname=aubio
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for extracting annotations from audio signals"
 arch=('i686' 'x86_64')
 url="http://aubio.org/";


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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 21:44:42
  Author: arojas
Revision: 162124

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

Added:
  performous/repos/community-staging-i686/
  performous/repos/community-staging-i686/PKGBUILD
(from rev 162123, performous/trunk/PKGBUILD)
  performous/repos/community-staging-i686/cast-basic_istream-to-bool.patch
(from rev 162123, performous/trunk/cast-basic_istream-to-bool.patch)
  performous/repos/community-staging-i686/performous-ffmpeg3.patch
(from rev 162123, performous/trunk/performous-ffmpeg3.patch)
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 162123, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/cast-basic_istream-to-bool.patch
(from rev 162123, performous/trunk/cast-basic_istream-to-bool.patch)
  performous/repos/community-staging-x86_64/performous-ffmpeg3.patch
(from rev 162123, performous/trunk/performous-ffmpeg3.patch)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/cast-basic_istream-to-bool.patch   |   26 ++
 community-staging-i686/performous-ffmpeg3.patch   |   20 +
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/cast-basic_istream-to-bool.patch |   26 ++
 community-staging-x86_64/performous-ffmpeg3.patch |   20 +
 6 files changed, 182 insertions(+)

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 162123, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 20:44:42 UTC (rev 162124)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.0
+pkgrel=10
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/";
+license=('GPL')
+depends=('boost-libs' 'glew' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
+cast-basic_istream-to-bool.patch performous-ffmpeg3.patch)
+md5sums=('cbeec2f0c0114cc499746c1e33f56055'
+ 'c883cce82d0359c6b40ce38bd4ccf4bf'
+ 'dbffea91ebe1a9041a52f9de62907934')
+
+prepare() {
+  cd performous-${pkgver}
+
+ patch -Np1 -i ../cast-basic_istream-to-bool.patch
+# Fix build with ffmpeg 3.0
+  patch -p1 -i ../performous-ffmpeg3.patch
+}
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: 
performous/repos/community-staging-i686/cast-basic_istream-to-bool.patch (from 
rev 162123, performous/trunk/cast-basic_istream-to-bool.patch)
===
--- community-staging-i686/cast-basic_istream-to-bool.patch 
(rev 0)
+++ community-staging-i686/cast-basic_istream-to-bool.patch 2016-02-17 
20:44:42 UTC (rev 162124)
@@ -0,0 +1,26 @@
+From 3b6ee0162ac22e569cb00a8aee5c026c86147956 Mon Sep 17 00:00:00 2001
+From: Tobias Gruetzmacher 
+Date: Sun, 22 Mar 2015 18:43:11 +0100
+Subject: [PATCH] Cast basic_istream to bool.
+
+This shouldn't be necessary as far as I understand it (istream has an
+operator bool()), but clang 3.4 with libc++ insists that it can't cast
+basic_istream to bool. This may be a bug in libc++ or my bad
+understanding of C++ cast rules, but changing it doesn't hurt.
+---
+ game/songparser.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/game/songparser.hh b/game/songparser.hh
+index 5196c8e..21d7e16 100644
+--- a/game/songparser.hh
 b/game/songparser.hh
+@@ -33,7 +33,7 @@ class SongParser {
+   Song& m_song;
+   std::stringstream m_ss;
+   unsigned int m_linenum;
+-  bool getline(std::string& line) { ++m_linenum; return 
std::getline(m_ss, line);}
++  bool getline(std::string& line) { ++m_linenum; return (bool) 
std::getline(m_ss, line);}
+   bool m_relative;
+   double m_gap;
+   double m_bpm;

Copied: performous/repos/community-staging-i686/performous-ffmpeg3.patch (from 
rev 162123, performous/trunk/performous-ffmpeg3.patch)
===
--- community-staging-i686/performous-ffmpeg3.patch 
(rev 0)
+++ community-staging-i686/performous-ffmpeg3.patch 2016-02-17 20:44:42 UTC 
(rev 162124)
@

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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 21:43:22
  Author: arojas
Revision: 162123

ffmpeg 3.0 rebuild

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

--+
 PKGBUILD |9 ++---
 performous-ffmpeg3.patch |   20 
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 20:33:23 UTC (rev 162122)
+++ PKGBUILD2016-02-17 20:43:22 UTC (rev 162123)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.0
-pkgrel=9
+pkgrel=10
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('i686' 'x86_64')
 url="http://performous.org/";
@@ -13,14 +13,17 @@
 makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
 optdepends=('performous-freesongs: free songs for performous')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
-cast-basic_istream-to-bool.patch)
+cast-basic_istream-to-bool.patch performous-ffmpeg3.patch)
 md5sums=('cbeec2f0c0114cc499746c1e33f56055'
- 'c883cce82d0359c6b40ce38bd4ccf4bf')
+ 'c883cce82d0359c6b40ce38bd4ccf4bf'
+ 'dbffea91ebe1a9041a52f9de62907934')
 
 prepare() {
   cd performous-${pkgver}
 
  patch -Np1 -i ../cast-basic_istream-to-bool.patch
+# Fix build with ffmpeg 3.0
+  patch -p1 -i ../performous-ffmpeg3.patch
 }
 
 build() {

Added: performous-ffmpeg3.patch
===
--- performous-ffmpeg3.patch(rev 0)
+++ performous-ffmpeg3.patch2016-02-17 20:43:22 UTC (rev 162123)
@@ -0,0 +1,20 @@
+--- performous-1.0/game/ffmpeg.cc.orig 2016-02-17 20:37:00.157658695 +
 performous-1.0/game/ffmpeg.cc  2016-02-17 20:38:20.287291460 +
+@@ -116,7 +116,7 @@
+   height = cc->height;
+   m_swsContext = sws_getContext(
+ cc->width, cc->height, cc->pix_fmt,
+-width, height, PIX_FMT_RGB24,
++width, height, AV_PIX_FMT_RGB24,
+ SWS_POINT, nullptr, nullptr, nullptr);
+   break;
+   default:  // Should never be reached but avoids compile warnings
+@@ -187,7 +187,7 @@
+   if (packetSize < 0) throw std::logic_error("negative packet 
size?!");
+   if (m_quit || m_seekTarget == m_seekTarget) return;
+   if (packet.stream_index != m_streamId) return;
+-  boost::shared_ptr frame(avcodec_alloc_frame(), 
&av_free);
++  boost::shared_ptr frame(av_frame_alloc(), &av_free);
+   int frameFinished = 0;
+   int decodeSize = (m_mediaType == AVMEDIA_TYPE_VIDEO ?
+ avcodec_decode_video2(m_codecContext, frame.get(), 
&frameFinished, &packet) :


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

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

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

Added:
  xjadeo/repos/community-staging-i686/
  xjadeo/repos/community-staging-i686/PKGBUILD
(from rev 162121, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-staging-i686/xjadeo.desktop
(from rev 162121, xjadeo/trunk/xjadeo.desktop)
  xjadeo/repos/community-staging-i686/xjadeo.install
(from rev 162121, xjadeo/trunk/xjadeo.install)
  xjadeo/repos/community-staging-x86_64/
  xjadeo/repos/community-staging-x86_64/PKGBUILD
(from rev 162121, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-staging-x86_64/xjadeo.desktop
(from rev 162121, xjadeo/trunk/xjadeo.desktop)
  xjadeo/repos/community-staging-x86_64/xjadeo.install
(from rev 162121, xjadeo/trunk/xjadeo.install)

-+
 community-staging-i686/PKGBUILD |   41 ++
 community-staging-i686/xjadeo.desktop   |8 +
 community-staging-i686/xjadeo.install   |   11 
 community-staging-x86_64/PKGBUILD   |   41 ++
 community-staging-x86_64/xjadeo.desktop |8 +
 community-staging-x86_64/xjadeo.install |   11 
 6 files changed, 120 insertions(+)

Copied: xjadeo/repos/community-staging-i686/PKGBUILD (from rev 162121, 
xjadeo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 20:33:23 UTC (rev 162122)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=xjadeo
+pkgver=0.8.5
+pkgrel=2
+pkgdesc="A simple video player that is synchronized to jack transport."
+arch=('i686' 'x86_64')
+url="http://xjadeo.sourceforge.net";
+license=('GPL')
+depends=('ffmpeg' 'imlib2' 'jack' 'liblo>=0.28' 'libltc' 'libxpm' 'libxv' 
'mesa' 'portmidi')
+makedepends=('glu')
+backup=('etc/xjadeorc')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+   "$pkgname.desktop")
+md5sums=('cc645fd249551cc679ee6f128072bedf'
+ '13af7a942e95d9a0079084f24b357e36')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # rc file
+  install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc"
+
+  # desktop file
+  install -Dm644 ../xjadeo.desktop \
+"$pkgdir/usr/share/applications/xjadeo.desktop"
+
+  # icon
+  install -Dm644 src/xjadeo/icons/xjadeoH128.png \
+"$pkgdir/usr/share/pixmaps/xjadeo.png"
+}

Copied: xjadeo/repos/community-staging-i686/xjadeo.desktop (from rev 162121, 
xjadeo/trunk/xjadeo.desktop)
===
--- community-staging-i686/xjadeo.desktop   (rev 0)
+++ community-staging-i686/xjadeo.desktop   2016-02-17 20:33:23 UTC (rev 
162122)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Exec=xjadeo
+Type=Application
+Terminal=false
+Name=XJadeo
+Comment=XJadeo Jack Video Player
+Categories=AudioVideo;
+Icon=xjadeo
\ No newline at end of file

Copied: xjadeo/repos/community-staging-i686/xjadeo.install (from rev 162121, 
xjadeo/trunk/xjadeo.install)
===
--- community-staging-i686/xjadeo.install   (rev 0)
+++ community-staging-i686/xjadeo.install   2016-02-17 20:33:23 UTC (rev 
162122)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Copied: xjadeo/repos/community-staging-x86_64/PKGBUILD (from rev 162121, 
xjadeo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 20:33:23 UTC (rev 162122)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=xjadeo
+pkgver=0.8.5
+pkgrel=2
+pkgdesc="A simple video player that is synchronized to jack transport."
+arch=('i686' 'x86_64')
+url="http://xjadeo.sourceforge.net";
+license=('GPL')
+depends=('ffmpeg' 'imlib2' 'jack' 'liblo>=0.28' 'libltc' 'libxpm' 'libxv' 
'mesa' 'portmidi')
+makedepends=('glu')
+backup=('etc/xjadeorc')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+   "$pkgname.desktop")
+md5sums=('cc645fd249551cc679ee6f128072bedf'
+ '13af7a942e95d9a0079084f24b357e36')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # rc file
+  install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc"
+
+  # desktop file
+  install -Dm644 ../xjadeo.desktop \
+"$pkgdir/usr/share/applicat

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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 21:32:30
  Author: arojas
Revision: 162121

ffmpeg 3.0 rebuild

Modified:
  xjadeo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 20:30:58 UTC (rev 162120)
+++ PKGBUILD2016-02-17 20:32:30 UTC (rev 162121)
@@ -3,7 +3,7 @@
 
 pkgname=xjadeo
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple video player that is synchronized to jack transport."
 arch=('i686' 'x86_64')
 url="http://xjadeo.sourceforge.net";


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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 21:30:58
  Author: arojas
Revision: 162120

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

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

-+
 community-staging-i686/PKGBUILD |   39 ++
 community-staging-i686/gpac-ffmpeg3.patch   |  438 ++
 community-staging-x86_64/PKGBUILD   |   39 ++
 community-staging-x86_64/gpac-ffmpeg3.patch |  438 ++
 4 files changed, 954 insertions(+)

Copied: gpac/repos/community-staging-i686/PKGBUILD (from rev 162119, 
gpac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 20:30:58 UTC (rev 162120)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric BĂ©langer 
+
+pkgname=gpac
+pkgver=0.5.2
+pkgrel=5
+epoch=1
+pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+arch=('i686' 'x86_64')
+url="http://gpac.sourceforge.net";
+license=('LGPL')
+depends=('ffmpeg' 'glu' 'libxv')
+makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
+optdepends=('jack: for jack support'
+   'a52dec: for A52 support'
+'faad2: for AAC support'
+   'libmad: for mp3 support'
+   'sdl2: for sdl support')
+options=('staticlibs' '!makeflags')
+source=(git://github.com/gpac/gpac.git#tag=v$pkgver gpac-ffmpeg3.patch)
+sha1sums=('SKIP'
+  '2ce98b1d8aa2f8091c6581d189470250502484e7')
+
+prepare() {
+  cd $pkgname
+# Fix build with ffmpeg 3.0 (Gentoo)
+  patch -p1 -i ../gpac-ffmpeg3.patch
+}
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install install-lib
+}

Copied: gpac/repos/community-staging-i686/gpac-ffmpeg3.patch (from rev 162119, 
gpac/trunk/gpac-ffmpeg3.patch)
===
--- community-staging-i686/gpac-ffmpeg3.patch   (rev 0)
+++ community-staging-i686/gpac-ffmpeg3.patch   2016-02-17 20:30:58 UTC (rev 
162120)
@@ -0,0 +1,438 @@
+Index: gpac-0.5.2/modules/ffmpeg_in/ffmpeg_decode.c
+===
+--- gpac-0.5.2.orig/modules/ffmpeg_in/ffmpeg_decode.c
 gpac-0.5.2/modules/ffmpeg_in/ffmpeg_decode.c
+@@ -102,7 +102,7 @@ static void FFDEC_LoadDSI(FFDec *ffd, GF
+   }
+ 
+   switch (codec->id) {
+-  case CODEC_ID_SVQ3:
++  case AV_CODEC_ID_SVQ3:
+   {
+   u32 at_type, size;
+   size = gf_bs_read_u32(bs);
+@@ -240,10 +240,10 @@ static GF_Err FFDEC_AttachStream(GF_Base
+   (*ctx)->codec_type = AVMEDIA_TYPE_VIDEO;
+   switch (ffd->oti) {
+   case GPAC_OTI_VIDEO_MPEG4_PART2:
+-  codec_id = CODEC_ID_MPEG4;
++  codec_id = AV_CODEC_ID_MPEG4;
+   break;
+   case GPAC_OTI_VIDEO_AVC:
+-  codec_id = CODEC_ID_H264;
++  codec_id = AV_CODEC_ID_H264;
+   break;
+ #ifdef HAS_HEVC
+   case GPAC_OTI_VIDEO_HEVC:
+@@ -257,14 +257,14 @@ static GF_Err FFDEC_AttachStream(GF_Base
+   case GPAC_OTI_VIDEO_MPEG2_SPATIAL:
+   case GPAC_OTI_VIDEO_MPEG2_HIGH:
+   case GPAC_OTI_VIDEO_MPEG2_422:
+-  codec_id = CODEC_ID_MPEG2VIDEO;
++  codec_id = AV_CODEC_ID_MPEG2VIDEO;
+   break;
+   case GPAC_OTI_IMAGE_JPEG:
+-  codec_id = CODEC_ID_MJPEG;
++  codec_id = AV_CODEC_ID_MJPEG;
+   ffd->is_image=1;
+   break;
+   case 0xFF:
+-  codec_id = CODEC_ID_SVQ3;
++  codec_id = AV_CODEC_ID_SVQ3;
+   break;
+   }
+   } else if (ffd->st==GF_STREAM_AUDIO) {
+@@ -273,18 +273,18 @@ static GF_Err FFDEC_AttachStream(GF_Base
+   case GPAC_OTI_AUDIO_MPEG2_PART3:
+   case GPAC_OTI_AUDIO_MPEG1:
+   

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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 21:30:02
  Author: arojas
Revision: 162119

ffmpeg 3.0 rebuild

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

+
 PKGBUILD   |   13 +
 gpac-ffmpeg3.patch |  438 +++
 2 files changed, 448 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 20:28:08 UTC (rev 162118)
+++ PKGBUILD2016-02-17 20:30:02 UTC (rev 162119)
@@ -3,7 +3,7 @@
 
 pkgname=gpac
 pkgver=0.5.2
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
 arch=('i686' 'x86_64')
@@ -17,9 +17,16 @@
'libmad: for mp3 support'
'sdl2: for sdl support')
 options=('staticlibs' '!makeflags')
-source=(git://github.com/gpac/gpac.git#tag=v$pkgver)
-sha1sums=('SKIP')
+source=(git://github.com/gpac/gpac.git#tag=v$pkgver gpac-ffmpeg3.patch)
+sha1sums=('SKIP'
+  '2ce98b1d8aa2f8091c6581d189470250502484e7')
 
+prepare() {
+  cd $pkgname
+# Fix build with ffmpeg 3.0 (Gentoo)
+  patch -p1 -i ../gpac-ffmpeg3.patch
+}
+
 build() {
   cd ${pkgname}
   ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no

Added: gpac-ffmpeg3.patch
===
--- gpac-ffmpeg3.patch  (rev 0)
+++ gpac-ffmpeg3.patch  2016-02-17 20:30:02 UTC (rev 162119)
@@ -0,0 +1,438 @@
+Index: gpac-0.5.2/modules/ffmpeg_in/ffmpeg_decode.c
+===
+--- gpac-0.5.2.orig/modules/ffmpeg_in/ffmpeg_decode.c
 gpac-0.5.2/modules/ffmpeg_in/ffmpeg_decode.c
+@@ -102,7 +102,7 @@ static void FFDEC_LoadDSI(FFDec *ffd, GF
+   }
+ 
+   switch (codec->id) {
+-  case CODEC_ID_SVQ3:
++  case AV_CODEC_ID_SVQ3:
+   {
+   u32 at_type, size;
+   size = gf_bs_read_u32(bs);
+@@ -240,10 +240,10 @@ static GF_Err FFDEC_AttachStream(GF_Base
+   (*ctx)->codec_type = AVMEDIA_TYPE_VIDEO;
+   switch (ffd->oti) {
+   case GPAC_OTI_VIDEO_MPEG4_PART2:
+-  codec_id = CODEC_ID_MPEG4;
++  codec_id = AV_CODEC_ID_MPEG4;
+   break;
+   case GPAC_OTI_VIDEO_AVC:
+-  codec_id = CODEC_ID_H264;
++  codec_id = AV_CODEC_ID_H264;
+   break;
+ #ifdef HAS_HEVC
+   case GPAC_OTI_VIDEO_HEVC:
+@@ -257,14 +257,14 @@ static GF_Err FFDEC_AttachStream(GF_Base
+   case GPAC_OTI_VIDEO_MPEG2_SPATIAL:
+   case GPAC_OTI_VIDEO_MPEG2_HIGH:
+   case GPAC_OTI_VIDEO_MPEG2_422:
+-  codec_id = CODEC_ID_MPEG2VIDEO;
++  codec_id = AV_CODEC_ID_MPEG2VIDEO;
+   break;
+   case GPAC_OTI_IMAGE_JPEG:
+-  codec_id = CODEC_ID_MJPEG;
++  codec_id = AV_CODEC_ID_MJPEG;
+   ffd->is_image=1;
+   break;
+   case 0xFF:
+-  codec_id = CODEC_ID_SVQ3;
++  codec_id = AV_CODEC_ID_SVQ3;
+   break;
+   }
+   } else if (ffd->st==GF_STREAM_AUDIO) {
+@@ -273,18 +273,18 @@ static GF_Err FFDEC_AttachStream(GF_Base
+   case GPAC_OTI_AUDIO_MPEG2_PART3:
+   case GPAC_OTI_AUDIO_MPEG1:
+   (*ctx)->frame_size = 1152;
+-  codec_id = CODEC_ID_MP2;
++  codec_id = AV_CODEC_ID_MP2;
+   break;
+   case GPAC_OTI_AUDIO_AC3:
+-  codec_id = CODEC_ID_AC3;
++  codec_id = AV_CODEC_ID_AC3;
+   break;
+   case GPAC_OTI_AUDIO_EAC3:
+-  codec_id = CODEC_ID_EAC3;
++  codec_id = AV_CODEC_ID_EAC3;
+   break;
+   }
+   }
+   else if ((ffd->st==GF_STREAM_ND_SUBPIC) && (ffd->oti==0xe0)) {
+-  codec_id = CODEC_ID_DVD_SUBTITLE;
++  codec_id = AV_CODEC_ID_DVD_SUBTITLE;
+   }
+   *codec = avcodec_find_decoder(codec_id);
+   }
+@@ -375,8 +375,8 @@ static GF_Err FFDEC_AttachStream(GF_Base
+ #endif //HAS_HEVC
+   if (!ffd->output_cb_size) ffd->output_cb_size = 4;
+ 
+-  if (codec_id == CODEC_ID_RAWVIDEO) {
+-  (*ctx)->codec_id = CODEC_ID_RAWVIDEO;
++  if (codec_id == AV

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

2016-02-17 Thread Jonathan Steel
Date: Wednesday, February 17, 2016 @ 21:28:08
  Author: jsteel
Revision: 162118

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

Added:
  aircrack-ng/repos/community-i686/PKGBUILD
(from rev 162117, aircrack-ng/trunk/PKGBUILD)
  aircrack-ng/repos/community-x86_64/PKGBUILD
(from rev 162117, aircrack-ng/trunk/PKGBUILD)
Deleted:
  aircrack-ng/repos/community-i686/PKGBUILD
  aircrack-ng/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 20:27:19 UTC (rev 162117)
+++ community-i686/PKGBUILD 2016-02-17 20:28:08 UTC (rev 162118)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Brad Fanella 
-# Contributor: Daenyth 
-# Contributor: Corrado Primier 
-# Contributor: ice-man 
-
-pkgname=aircrack-ng
-_pkgver=1.2-rc3
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('i686' 'x86_64')
-url="http://www.aircrack-ng.org";
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('3f4096808c916baa8872a5ad138a9c35')
-
-build() {
-  cd $pkgname-$_pkgver
-
-  make sqlite=true experimental=true
-}
-
-package() {
-  cd $pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" sqlite=true experimental=true \
-bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
-smandir=/usr/share/man/man8/ install
-}

Copied: aircrack-ng/repos/community-i686/PKGBUILD (from rev 162117, 
aircrack-ng/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 20:28:08 UTC (rev 162118)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Brad Fanella 
+# Contributor: Daenyth 
+# Contributor: Corrado Primier 
+# Contributor: ice-man 
+
+pkgname=aircrack-ng
+_pkgver=1.2-rc4
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('i686' 'x86_64')
+url="http://www.aircrack-ng.org";
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('3bbc7d5035a98ec01e78774d05c3fcce')
+
+build() {
+  cd $pkgname-$_pkgver
+
+  make sqlite=true experimental=true
+}
+
+package() {
+  cd $pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" sqlite=true experimental=true \
+bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
+smandir=/usr/share/man/man8/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-17 20:27:19 UTC (rev 162117)
+++ community-x86_64/PKGBUILD   2016-02-17 20:28:08 UTC (rev 162118)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Brad Fanella 
-# Contributor: Daenyth 
-# Contributor: Corrado Primier 
-# Contributor: ice-man 
-
-pkgname=aircrack-ng
-_pkgver=1.2-rc3
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('i686' 'x86_64')
-url="http://www.aircrack-ng.org";
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('3f4096808c916baa8872a5ad138a9c35')
-
-build() {
-  cd $pkgname-$_pkgver
-
-  make sqlite=true experimental=true
-}
-
-package() {
-  cd $pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" sqlite=true experimental=true \
-bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
-smandir=/usr/share/man/man8/ install
-}

Copied: aircrack-ng/repos/community-x86_64/PKGBUILD (from rev 162117, 
aircrack-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-17 20:28:08 UTC (rev 162118)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Brad Fanella 
+# Contributor: Daenyth 
+# Contributor: Corrado Primier 
+# Contributor: ice-man 
+
+pkgname=aircrack-ng
+_pkgver=1.2-rc4
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"

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

2016-02-17 Thread Jonathan Steel
Date: Wednesday, February 17, 2016 @ 21:27:19
  Author: jsteel
Revision: 162117

upgpkg: aircrack-ng 1.2rc4-1

Modified:
  aircrack-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 18:56:51 UTC (rev 162116)
+++ PKGBUILD2016-02-17 20:27:19 UTC (rev 162117)
@@ -6,7 +6,7 @@
 # Contributor: ice-man 
 
 pkgname=aircrack-ng
-_pkgver=1.2-rc3
+_pkgver=1.2-rc4
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
@@ -18,7 +18,7 @@
 replaces=('aircrack-ng-scripts')
 provides=('aircrack-ng-scripts')
 source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('3f4096808c916baa8872a5ad138a9c35')
+md5sums=('3bbc7d5035a98ec01e78774d05c3fcce')
 
 build() {
   cd $pkgname-$_pkgver


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

2016-02-17 Thread Andreas Radke
Date: Wednesday, February 17, 2016 @ 21:02:16
  Author: andyrtr
Revision: 259926

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

Added:
  libreoffice-still/repos/extra-i686/PKGBUILD
(from rev 259925, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
(from rev 259925, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-i686/libreoffice-still.install
(from rev 259925, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
(from rev 259925, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 259925, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/extra-x86_64/PKGBUILD
(from rev 259925, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
(from rev 259925, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.install
(from rev 259925, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
(from rev 259925, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 259925, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-still/repos/extra-i686/PKGBUILD
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
  libreoffice-still/repos/extra-i686/libreoffice-still.install
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-still/repos/extra-x86_64/PKGBUILD
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
  libreoffice-still/repos/extra-x86_64/libreoffice-still.install
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  766 
++
 /libreoffice-still.csh|   12 
 /libreoffice-still.install|   26 
 /libreoffice-still.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  386 -
 extra-i686/libreoffice-still.csh  |6 
 extra-i686/libreoffice-still.install  |   13 
 extra-i686/libreoffice-still.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  386 -
 extra-x86_64/libreoffice-still.csh|6 
 extra-x86_64/libreoffice-still.install|   13 
 extra-x86_64/libreoffice-still.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 15 files changed, 904 insertions(+), 910 deletions(-)

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


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

2016-02-17 Thread Andreas Radke
Date: Wednesday, February 17, 2016 @ 21:01:51
  Author: andyrtr
Revision: 259925

upgpkg: libreoffice-still 5.0.5-1

upstream update 5.0.5

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 18:28:11 UTC (rev 259924)
+++ PKGBUILD2016-02-17 20:01:51 UTC (rev 259925)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=5.0.4.2
-pkgver=5.0.4
-pkgrel=2
+_LOver=5.0.5.2
+pkgver=5.0.5
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -97,11 +97,11 @@
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-md5sums=('0c6381581f93ef7142b00837002755dd'
+md5sums=('2a04618e59a4d6b0638a3cb2b896e35e'
  'SKIP'
- '82f2dcd28e6bfe33e0edb480b9c8f8e4'
+ 'a0f2a73e77e552aeffcb85b8baf7c09a'
  'SKIP'
- '73711d36f4d16b0e2657367c823e1872'
+ '9698d9d5948988a8f130d909bb0675ce'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -175,9 +175,6 @@
 
# fix build with mdds 1.0
sed -i "s:\[mdds >= 0.12.0\]:\[mdds-1.0 >= 1.0.0\]:" configure.ac
-
-   # fix test with libetonyek 0.1.4+
-   mv writerperfect/qa/unit/data/impress/libetonyek/{fail,pass}/v6.zip
 }
 
 build() {


[arch-commits] Commit in diffoscope/repos/community-x86_64 (PKGBUILD PKGBUILD)

2016-02-17 Thread Levente Polyak
Date: Wednesday, February 17, 2016 @ 19:56:51
  Author: anthraxx
Revision: 162116

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 162115, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  135 ++---
 1 file changed, 68 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-17 18:56:46 UTC (rev 162115)
+++ PKGBUILD2016-02-17 18:56:51 UTC (rev 162116)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=48
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'bzip2: bzip2 utilities support'
-  'cdrkit: ISO utilities support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  #'libcaca: image compare support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'gnupg: GNU privacy guard support'
-  'mono-tools: mono utilities support'
-  'poppler: PDF utilities support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'tlsh: fuzzy matching supprt'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-  'vim: Vi IMproved (xxd) utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-# TODO: readd fpc
-checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 
'e2fsprogs' 'enjarify' 'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
-  'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 
'vim' 'xz')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('fc031e06bbfa7e559915b8f364378d135dfb6e640f750d5e0b8193fd8ece094745146b11a33ff6ee2b9dee64c11e09a643fe10e4ed827821455d7ddc683eb313')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 162115, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-17 18:56:51 UTC (rev 162116)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=49
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'bzip2: bzip2 utilities support'
+  'cdrkit: ISO utilities support'
+  'colord: ICC profiles support'
+  'cpio: cpio archive support'
+  'diffutils: diff utilities support'
+  'e2fsprogs: Ext2/3/4 filesystem utilities support'
+  'enjarify: Android dex file support'
+  'fpc: Free Pascal utilities support'
+  'java-environment: java utilities support'
+  #'libcaca: image compare support'
+  'fontforge: bitmap font utilities support'
+  'gettext: GNU internationalization utilities support'
+  'ghc: haskell utilities support'
+  'gnupg: GNU privacy guard support'
+  'mono-tools: mono utilities support'
+  'poppler: PDF utilities support'
+  'sqlite: SQLite support'
+  'squashfs-tools: squashfs filesystem support'
+  #'python-guestfs: guestfs filesystem support'
+  'tlsh: fuzzy matching supprt'
+  'unzip: zip utilities support'
+  'gzip: gzip utilities support'
+  'tar: tar utilities support'
+  'vim: Vi IMproved (xxd) utilities support'
+  'xz: XZ and LZMA utilities support'
+)
+# TODO: readd fpc
+checkdepends=(
+  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'colord' 'cpio' 
'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 
'ghc' 'gnupg'
+  'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 
'vim' 'xz')
+source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian

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

2016-02-17 Thread Levente Polyak
Date: Wednesday, February 17, 2016 @ 19:56:46
  Author: anthraxx
Revision: 162115

upgpkg: diffoscope 49-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 18:40:13 UTC (rev 162114)
+++ PKGBUILD2016-02-17 18:56:46 UTC (rev 162115)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=48
+pkgver=49
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -13,6 +13,7 @@
   'binutils: binary utilities support'
   'bzip2: bzip2 utilities support'
   'cdrkit: ISO utilities support'
+  'colord: ICC profiles support'
   'cpio: cpio archive support'
   'diffutils: diff utilities support'
   'e2fsprogs: Ext2/3/4 filesystem utilities support'
@@ -38,10 +39,10 @@
 )
 # TODO: readd fpc
 checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 
'e2fsprogs' 'enjarify' 'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
+  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'colord' 'cpio' 
'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 
'ghc' 'gnupg'
   'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 
'vim' 'xz')
 
source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('fc031e06bbfa7e559915b8f364378d135dfb6e640f750d5e0b8193fd8ece094745146b11a33ff6ee2b9dee64c11e09a643fe10e4ed827821455d7ddc683eb313')
+sha512sums=('cb91608302be045990347a3a99a52e1e056904c7a9a7b9e2496177a0ae0d8a8119b1c01f4b43763f2cbfc193cbe3d3989333a4cddef4d85aa55ccefa3c606cdd')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in goldendict/trunk (5 files)

2016-02-17 Thread Jaroslav Lichtblau
Date: Wednesday, February 17, 2016 @ 19:39:54
  Author: jlichtblau
Revision: 162113

upgpkg: goldendict 1.5.0RC-3 - ffmpeg 3.0 rebuild

Added:
  goldendict/trunk/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
Modified:
  goldendict/trunk/PKGBUILD
  goldendict/trunk/goldendict.changelog
Deleted:
  goldendict/trunk/fix-wikipedia-images.patch
  goldendict/trunk/gcc47.patch

---+
 Fix-compilation-with-last-FFMpeg-versions-issue-673.patch |   52 
 PKGBUILD  |   17 +--
 fix-wikipedia-images.patch|   26 --
 gcc47.patch   |   23 -
 goldendict.changelog  |3 
 5 files changed, 62 insertions(+), 59 deletions(-)

Added: Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
===
--- Fix-compilation-with-last-FFMpeg-versions-issue-673.patch   
(rev 0)
+++ Fix-compilation-with-last-FFMpeg-versions-issue-673.patch   2016-02-17 
18:39:54 UTC (rev 162113)
@@ -0,0 +1,52 @@
+From cabc5aa7c353812f847b5d2ccc3f9767c30bde7f Mon Sep 17 00:00:00 2001
+From: Abs62 
+Date: Wed, 17 Feb 2016 17:37:23 +0300
+Subject: [PATCH] Fix compilation with last FFMpeg versions (issue #673)
+
+---
+ ffmpegaudio.cc | 12 +++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+diff --git a/ffmpegaudio.cc b/ffmpegaudio.cc
+index 2a13e77..19eecc8 100644
+--- a/ffmpegaudio.cc
 b/ffmpegaudio.cc
+@@ -334,7 +334,11 @@ void DecoderContext::closeOutputDevice()
+ 
+ bool DecoderContext::play( QString & errorString )
+ {
++#if LIBAVCODEC_VERSION_MAJOR < 55 || ( LIBAVCODEC_VERSION_MAJOR == 55 && 
LIBAVCODEC_VERSION_MINOR < 28 )
+   AVFrame * frame = avcodec_alloc_frame();
++#else
++  AVFrame * frame = av_frame_alloc();
++#endif
+   if ( !frame )
+   {
+ errorString = QObject::tr( "avcodec_alloc_frame() failed." );
+@@ -365,7 +369,11 @@ bool DecoderContext::play( QString & errorString )
+   while( pack.size > 0 );
+ }
+ // av_free_packet() must be called after each call to av_read_frame()
++#if LIBAVCODEC_VERSION_MAJOR < 57 || ( LIBAVCODEC_VERSION_MAJOR == 57 && 
LIBAVCODEC_VERSION_MINOR < 7 )
+ av_free_packet( &packet );
++#else
++av_packet_unref( &packet );
++#endif
+   }
+ 
+   if ( !isCancelled_ && codecContext_->codec->capabilities & CODEC_CAP_DELAY )
+@@ -382,8 +390,10 @@ bool DecoderContext::play( QString & errorString )
+ 
+ #if LIBAVCODEC_VERSION_MAJOR < 54
+   av_free( frame );
+-#else
++#elif LIBAVCODEC_VERSION_MAJOR < 55 || ( LIBAVCODEC_VERSION_MAJOR == 55 && 
LIBAVCODEC_VERSION_MINOR < 28 )
+   avcodec_free_frame( &frame );
++#else
++  av_frame_free( &frame );
+ #endif
+ 
+   return true;
+-- 
+2.7.1
+

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 18:05:29 UTC (rev 162112)
+++ PKGBUILD2016-02-17 18:39:54 UTC (rev 162113)
@@ -4,7 +4,7 @@
 
 pkgname=goldendict
 pkgver=1.5.0RC
-pkgrel=2
+pkgrel=3
 pkgdesc="Feature-rich dictionary lookup program"
 arch=('i686' 'x86_64')
 url="http://goldendict.org";
@@ -14,23 +14,20 @@
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/goldendict/goldendict/archive/1.5.0-RC.tar.gz
 $pkgname-paths.patch
-gcc47.patch
-fix-wikipedia-images.patch)
+Fix-compilation-with-last-FFMpeg-versions-issue-673.patch)
 sha256sums=('5705d5197509596221faf16a806965c799de7371a41fe2d2c4dc00b737ffe22e'
 '5281dc2f57a93e2aa416de35bd702926bd90b4746d62f81d8dc434f6a689d55e'
-'2e13857d047186e781c3bd9de3cfdf794f4d44e8e28f9d18dda8df50cfe13c6e'
-'ab669d96db0cb750d4c865b123474d655b6caca9242457c044a60f1fee5b7dc7')
+'80bffcac787445ef272c06dfe4b73ab09da4a00733404198f60f25f2bb9edba9')
 
 prepare(){
-  cd "${srcdir}"/${pkgname}-1.5.0-RC
+  cd "${srcdir}"/$pkgname-1.5.0-RC
 
   patch -Np0 -i "${srcdir}"/$pkgname-paths.patch
-#  patch -p1 -i "${srcdir}"/gcc47.patch
-#  patch -Np1 -i "${srcdir}"/fix-wikipedia-images.patch
+  patch -Np1 -i 
"${srcdir}"/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
 }
 
 build(){
-  cd "${srcdir}"/${pkgname}-1.5.0-RC
+  cd "${srcdir}"/$pkgname-1.5.0-RC
 
   qmake-qt4 PREFIX="/usr"
   make
@@ -37,7 +34,7 @@
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-1.5.0-RC
+  cd "${srcdir}"/$pkgname-1.5.0-RC
 
   make INSTALL_ROOT="${pkgdir}" install
 

Deleted: fix-wikipedia-images.patch
===
--- fix-wikipedia-images.patch  2016-02-17 18:05:29 UTC (rev 162112)
+++ fix-wikipedia-images.patch  2016-02-17 18:39:54 UTC (rev 162113)
@@ -1,26 +0,0 @@
-From 8c056589e989781c6ed5aac7491c802414489ae9 Mon Sep 17 00:00:00 2001
-From: Abs62 
-Date: Sat, 22 Oct 2011 15:52:52 +0400
-Subject: [PATCH] Fix Wikipedia images l

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

2016-02-17 Thread Jaroslav Lichtblau
Date: Wednesday, February 17, 2016 @ 19:40:13
  Author: jlichtblau
Revision: 162114

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

Added:
  goldendict/repos/community-staging-i686/
  
goldendict/repos/community-staging-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
(from rev 162113, 
goldendict/trunk/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch)
  goldendict/repos/community-staging-i686/PKGBUILD
(from rev 162113, goldendict/trunk/PKGBUILD)
  goldendict/repos/community-staging-i686/goldendict-paths.patch
(from rev 162113, goldendict/trunk/goldendict-paths.patch)
  goldendict/repos/community-staging-i686/goldendict.changelog
(from rev 162113, goldendict/trunk/goldendict.changelog)
  goldendict/repos/community-staging-x86_64/
  
goldendict/repos/community-staging-x86_64/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
(from rev 162113, 
goldendict/trunk/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch)
  goldendict/repos/community-staging-x86_64/PKGBUILD
(from rev 162113, goldendict/trunk/PKGBUILD)
  goldendict/repos/community-staging-x86_64/goldendict-paths.patch
(from rev 162113, goldendict/trunk/goldendict-paths.patch)
  goldendict/repos/community-staging-x86_64/goldendict.changelog
(from rev 162113, goldendict/trunk/goldendict.changelog)

+
 
community-staging-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
   |   52 ++
 community-staging-i686/PKGBUILD
|   47 +
 community-staging-i686/goldendict-paths.patch  
|   12 ++
 community-staging-i686/goldendict.changelog
|   17 +++
 
community-staging-x86_64/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
 |   52 ++
 community-staging-x86_64/PKGBUILD  
|   47 +
 community-staging-x86_64/goldendict-paths.patch
|   12 ++
 community-staging-x86_64/goldendict.changelog  
|   17 +++
 8 files changed, 256 insertions(+)

Copied: 
goldendict/repos/community-staging-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
 (from rev 162113, 
goldendict/trunk/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch)
===
--- 
community-staging-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
(rev 0)
+++ 
community-staging-i686/Fix-compilation-with-last-FFMpeg-versions-issue-673.patch
2016-02-17 18:40:13 UTC (rev 162114)
@@ -0,0 +1,52 @@
+From cabc5aa7c353812f847b5d2ccc3f9767c30bde7f Mon Sep 17 00:00:00 2001
+From: Abs62 
+Date: Wed, 17 Feb 2016 17:37:23 +0300
+Subject: [PATCH] Fix compilation with last FFMpeg versions (issue #673)
+
+---
+ ffmpegaudio.cc | 12 +++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+diff --git a/ffmpegaudio.cc b/ffmpegaudio.cc
+index 2a13e77..19eecc8 100644
+--- a/ffmpegaudio.cc
 b/ffmpegaudio.cc
+@@ -334,7 +334,11 @@ void DecoderContext::closeOutputDevice()
+ 
+ bool DecoderContext::play( QString & errorString )
+ {
++#if LIBAVCODEC_VERSION_MAJOR < 55 || ( LIBAVCODEC_VERSION_MAJOR == 55 && 
LIBAVCODEC_VERSION_MINOR < 28 )
+   AVFrame * frame = avcodec_alloc_frame();
++#else
++  AVFrame * frame = av_frame_alloc();
++#endif
+   if ( !frame )
+   {
+ errorString = QObject::tr( "avcodec_alloc_frame() failed." );
+@@ -365,7 +369,11 @@ bool DecoderContext::play( QString & errorString )
+   while( pack.size > 0 );
+ }
+ // av_free_packet() must be called after each call to av_read_frame()
++#if LIBAVCODEC_VERSION_MAJOR < 57 || ( LIBAVCODEC_VERSION_MAJOR == 57 && 
LIBAVCODEC_VERSION_MINOR < 7 )
+ av_free_packet( &packet );
++#else
++av_packet_unref( &packet );
++#endif
+   }
+ 
+   if ( !isCancelled_ && codecContext_->codec->capabilities & CODEC_CAP_DELAY )
+@@ -382,8 +390,10 @@ bool DecoderContext::play( QString & errorString )
+ 
+ #if LIBAVCODEC_VERSION_MAJOR < 54
+   av_free( frame );
+-#else
++#elif LIBAVCODEC_VERSION_MAJOR < 55 || ( LIBAVCODEC_VERSION_MAJOR == 55 && 
LIBAVCODEC_VERSION_MINOR < 28 )
+   avcodec_free_frame( &frame );
++#else
++  av_frame_free( &frame );
+ #endif
+ 
+   return true;
+-- 
+2.7.1
+

Copied: goldendict/repos/community-staging-i686/PKGBUILD (from rev 162113, 
goldendict/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 18:40:13 UTC (rev 162114)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: m0rph 
+
+pkgname=goldendict
+pkgver=1.5.0RC
+pkgrel=3
+pkgdesc="Feature-rich dictionary lookup prog

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

2016-02-17 Thread SĂ©bastien Luttringer
Date: Wednesday, February 17, 2016 @ 19:28:11
  Author: seblu
Revision: 259924

db-move: moved grep from [testing] to [core] (i686, x86_64)

Added:
  grep/repos/core-i686/PKGBUILD
(from rev 259923, grep/repos/testing-i686/PKGBUILD)
  grep/repos/core-i686/grep.install
(from rev 259923, grep/repos/testing-i686/grep.install)
  grep/repos/core-x86_64/PKGBUILD
(from rev 259923, grep/repos/testing-x86_64/PKGBUILD)
  grep/repos/core-x86_64/grep.install
(from rev 259923, grep/repos/testing-x86_64/grep.install)
Deleted:
  grep/repos/core-i686/PKGBUILD
  grep/repos/core-i686/grep.install
  grep/repos/core-x86_64/PKGBUILD
  grep/repos/core-x86_64/grep.install
  grep/repos/testing-i686/
  grep/repos/testing-x86_64/

--+
 /PKGBUILD|   72 +
 /grep.install|   36 ++
 core-i686/PKGBUILD   |   36 --
 core-i686/grep.install   |   18 ---
 core-x86_64/PKGBUILD |   36 --
 core-x86_64/grep.install |   18 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-02-17 18:18:23 UTC (rev 259923)
+++ core-i686/PKGBUILD  2016-02-17 18:28:11 UTC (rev 259924)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: SĂ©bastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=grep
-pkgver=2.22
-pkgrel=1
-pkgdesc='A string search utility'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://www.gnu.org/software/grep/grep.html'
-groups=('base' 'base-devel')
-depends=('glibc' 'pcre')
-makedepends=('texinfo')
-install=$pkgname.install
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('e1015e951a49a82b02e38891026ef5df'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grep/repos/core-i686/PKGBUILD (from rev 259923, 
grep/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-02-17 18:28:11 UTC (rev 259924)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: SĂ©bastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.23
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('f46aa9d0d2577b9212a104348a286787'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-i686/grep.install
===
--- core-i686/grep.install  2016-02-17 18:18:23 UTC (rev 259923)
+++ core-i686/grep.install  2016-02-17 18:28:11 UTC (rev 259924)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-file=grep.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: grep/repos/core-i686/grep.install (from rev 259923, 
grep/repos/testing-i686/grep.install)
===
--- core-i686/grep.install  (rev 0)
+++ core-i686/grep.install  2016-02-17 18:28:11 UTC (rev 259924)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-02-17 18:18:23 UTC (rev 259923)
+++ core-x86_64/PKGBUILD2016-02-17 18:28:11 UTC (rev 259924)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: SĂ©bastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-

[arch-commits] Commit in libreoffice-still-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2016-02-17 Thread Andreas Radke
Date: Wednesday, February 17, 2016 @ 19:18:23
  Author: andyrtr
Revision: 259923

archrelease: copy trunk to extra-any

Added:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD
(from rev 259922, libreoffice-still-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  706 ++---
 1 file changed, 353 insertions(+), 353 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-17 18:17:13 UTC (rev 259922)
+++ PKGBUILD2016-02-17 18:18:23 UTC (rev 259923)
@@ -1,353 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=libreoffice-still-i18n
-
-pkgver=5.0.4
-pkgrel=1
-_rcver=${pkgver}.2
-#_oodlver=${pkgver}.0.beta1
-_oodlver=${pkgver}
-
-arch=('any')
-url="http://www.documentfoundation.org";
-license=('LGPL')
-makedepends=('rpmextract')
-
-#http://download.documentfoundation.org/mirrors/all.html
-_url="http://download.documentfoundation.org/libreoffice/stable";
-#_url="http://download.documentfoundation.org/libreoffice/testing";
-#_url="http://dev-builds.libreoffice.org/pre-releases";
-#_url="http://www.libreoffice.org/download/pre-releases";
-
-#_url+="/${pkgver}-rc2/rpm/x86"
-_url+="/${pkgver}/rpm/x86"
-#_url+="/rpm/x86"
-
-_languages=(
-  'af"Afrikaans"'
-  'am"Amharic"'
-  'ar"Arabic"'
-  'as"Assamese (India)"'
-  'ast   "Asturianu"'
-  'be"Belarusian"'
-  'bg"Bulgarian"'
-  'bn"Bengali"'
-  'bn-IN "Bengali (India)"'
-  'bo"Tibetan"'
-  'br"Breton"'
-  'brx   "Bodo"'
-  'bs"Bosnian"'
-  'ca"Catalan"'
-  'ca-valencia   "Catalan (Valencia)"'
-  'cs"Czech"'
-  'cy"Welsh"'
-  'da"Danish"'
-  'de"German"'
-  'dgo   "Dogri"'
-  'dz"Dzongkha"'
-  'el"Greek"'
-  'en-GB "English (GB)"'
-  'en-ZA "English (ZA)"'
-  'eo"Esperanto"'
-  'es"Spanish"'
-  'et"Estonian"'
-  'eu"Basque"'
-  'fa"Persian"'
-  'fi"Finnish"'
-  'fr"French"'
-  'ga"Irish"'
-  'gd"Gaelic (Scottish)"'
-  'gl"Galician"'
-  'gu"Gujarati"'
-  'he"Hebrew"'
-  'hi"Hindi"'
-  'hr"Croatian"'
-  'hu"Hungarian"'
-  'id"Indonesian"'
-  'is"Icelandic"'
-  'it"Italian"'
-  'ja"Japanese"'
-  'ka"Georgian"'
-  'kk"Kazakh"'
-  'km"Khmer (Cambodia)"'
-  'kmr-Latn  "Kurdish"'
-  'kn"Kannada"'
-  'ko"Korean"'
-  'kok   "Konkani"'
-  'ks"Kashmiri"'
-  'lb"Luxembourgish"'
-  'lo"Lao"'
-  'lt"Lithuanian"'
-  'lv"Latvian"'
-  'mai   "Maithili"'
-  'mk"Macedonian"'
-  'ml"Malayalam"'
-  'mn"Mongolian"'
-  'mni   "Manipuri"'
-  'mr"Marathi"'
-  'my"Burmese"'
-  'nb"Norwegian Bokmal"'
-  'ne"Nepali"'
-  'nl"Dutch"'
-  'nn"Norwegian Nynorsk"'
-  'nr"Ndebele (South)"'
-  'nso   "Northern Sotho"'
-  'oc"Occitan"'
-  'om"Oromo"'
-  'or"Oriya"'
-  'pa-IN "Punjabi (India)"'
-  'pl"Polish"'
-  'pt"Portuguese"'
-  'pt-BR "Portuguese (Brasil)"'
-  'ro"Romanian"'
-  'ru"Russian"'
-  'rw"Kinyarwanda"'
-  'sa-IN "Sanskrit (India)"'
-  'sat   "Santali"'
-  'sd"Sindhi"'
-  'si"Singhalese"'
-  'sid   "Sidama"'
-  'sk"Slovak"'
-  'sl"Slovenian"'
-  'sq"Albanien"'
-  'sr"Serbian"'
-  'sr-Latn   "Serbian (Latin)"'
-  'ss"Swati"'
-  'st"Southern Sotho"'
-  'sv"Swedish"'
-  'sw-TZ "Swahili (Tanzania)"'
-  'ta"Tamil"'
-  'te"Telugu"'
-  'tg"Tajik"'
-  'th"Thai"'
-  'tn"Tswana"'
-  'tr"Turkish"'
-  'ts"Tsonga"'
-  'tt"Tatar"'
-  'ug"Uighur"'
-  'uk"Ukrainian"'
-  'uz"Uzbek"'
-  've"Venda"'
-  'vi"Vietnamese"'
-  'xh"Xhosa"'
-  'zh-CN "Chinese (simplified)"'
-  'zh-TW "Chinese (traditional)"'
-  'zu"Zulu"'
-)
-md5sums=('2cd70c414c9d5c9cbcb2f25b3c8a114a'
- '976b180f9d7f834907cddf9c7c20f3e8'
- 'a9b0c0cef586df278fdac9f718bf5ece'
- '05abbe7372c7a44ca20a6bf42770bebf'
- '9543c9c0527d67a8d36c142901f5dcfc'
- '6b13e5543417ef9dcb5a1623c7cb6f24'
- 'dca75

[arch-commits] Commit in libreoffice-still-i18n/trunk (PKGBUILD)

2016-02-17 Thread Andreas Radke
Date: Wednesday, February 17, 2016 @ 19:17:13
  Author: andyrtr
Revision: 259922

upgpkg: libreoffice-still-i18n 5.0.5-1

upstream update 5.0.5

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  334 ++---
 1 file changed, 167 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 16:39:26 UTC (rev 259921)
+++ PKGBUILD2016-02-17 18:17:13 UTC (rev 259922)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-still-i18n
 
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -136,172 +136,172 @@
   'zh-TW "Chinese (traditional)"'
   'zu"Zulu"'
 )
-md5sums=('2cd70c414c9d5c9cbcb2f25b3c8a114a'
- '976b180f9d7f834907cddf9c7c20f3e8'
- 'a9b0c0cef586df278fdac9f718bf5ece'
- '05abbe7372c7a44ca20a6bf42770bebf'
- '9543c9c0527d67a8d36c142901f5dcfc'
- '6b13e5543417ef9dcb5a1623c7cb6f24'
- 'dca756e0ba2c6f4104fb7d9dc753d20b'
- '50ad47a165d77fb7125be507711e0457'
- 'bf1d75b780962220f0c99117155c893a'
- '89ba4d8468fc8e5de8bba54c37079f2e'
- 'f375a335e94c2c65d43eabc4a20e59c3'
- '89fc2edd56516f90b4134c42bfe803a2'
- 'c8c4c923352b3083a7d08eedc86f77e7'
- '6c0c8bee29d083e4df7d29393cc370f8'
- '55f4b67d7e45b744feec2a9dd157a0f5'
- '61bb2940f0fb276d6799da1417e7753b'
- '01a923069e34262d7f1fa4fa53c59c72'
- '30584fc235407299ef13974aaa42d5f4'
- 'f57430a83deac70a240b413453e1cec7'
- '85be004784720043a13dce8994f63fda'
- '208c60e8c3bc5ca2cbb61e2729c7fdd0'
- '24674d960898e30f73ce9c543b87ed5c'
- '74a244055fb366da4b2c6c32b1b697f8'
- 'deb2c303ffa1c03adc7a1710101816f2'
- '1522e1db0d8e0d234c7ba2f574654b6c'
- 'f84885a8244701672b398e19e4b743ee'
- '66826f4f1036d8162ee21cf110ba6fbf'
- '2dfc542b77f5f51e8a0e434e0b4a8699'
- 'c073e697c648b8dd1163bb302371b944'
- 'fe8635e60c3d5228055136d78e55472b'
- '212894c0f16922fd8020ddf8e728effc'
- '349782867e9cb2c80c5f4aff25347217'
- 'f6635857221d78a7ce9aa9f2e45ed55d'
- 'e8571081d08cabc0de956bafd9632cce'
- 'b553cce160fbd76d42da0d941af4efc2'
- '9c835864861ec75612a0757d6229681a'
- 'd4d179eab325a3d2840025300d0be0a9'
- '72b6bdf258eb5342b81abd5bcf653b57'
- 'f2b6c3b61b0e5d368e5d525d97fde879'
- '1425c7935cd30f48b1b83a02b6359615'
- '2bc9dfe09c701154139ab5b2d676d368'
- 'f8e076f884209fc22ed280fc58869a7a'
- '16f4867aec78a51e1cb7f028043b5ff5'
- '6d28aaf189a29a81f4bea11bdb7ab3a1'
- '30fb346e28eac77398549cf7413762db'
- '3e4411e00344980196fc2d460939a652'
- '643d4c2f0de1db203ea0d54aecba1c27'
- '11c21ba780bc09f7752e2f89862a7874'
- '76ee8e39d117fff839fa82739cb8e557'
- '2a0173f0936f522caba3c338350912ce'
- '99e0ee838ad2cb3d83a7e6f0348fca1a'
- '88afb8ec9897083700c08d2fa89ce640'
- '4ead53383bb7df434ad8d24947afd556'
- 'c58cedfdf0bbdd12c0cdee33b49a79b1'
- '9dc4847847f9e6a4323ee01911c2928c'
- 'b9903efa5b499a56b0432876f7096551'
- '87f119a61df46ede14f81c1c77ac4bc2'
- 'fd86abfcdfe9537eb46fbda734bd3c1b'
- '7c5d20f143be3b336a733611431bf6c8'
- '3ca4e19e6897c464e30b10dc300af02b'
- '43a42f63ee338b6b12be462c2d88f9de'
- 'd48c95d5363c21c9c7e1fc56945c7d15'
- 'fea272b0533ed1ac57b33dfcdb3b2ce5'
- '76cc4a9fe5a27307396161d096476f79'
- '82d5209f5d23cceaac4ccf580b6413bb'
- '645bcacb19f45968c74dd4110a40e44e'
- 'def684ee70b18c12fd339817e9d961ba'
- '78c2a4363d4c0d2a1b218b4e666e0527'
- 'f8f1c999ee70c2a26e294308745cb460'
- 'f389c694a2923fd2aa8c417b7244ff47'
- 'eb587a28fc7d30e1e1fdaa6b5e6a7723'
- 'daaceaed31880a5643552783cf1fec65'
- '9e73d810bf61fbda32f586b43361d2ed'
- '9a3cfd9f178def03568834547dbf7f28'
- '29e8194797a29d797b1d55f6e0f12ebc'
- '20b2231cd179743b16128c9f2c06bec4'
- '253a964e0a0d66263526e2f457d5392a'
- 'fe07267f567b481323a4976e680e3327'
- 'b37321d03811f07ec31e03a4caa442b9'
- '2f64cd2432dcdbbd754cc1ac36bbdd65'
- 'e713fc71b2ccfd758083b365b700e148'
- '3558be694748e6eec466d37ad71f8853'
- 'c47f21327461fc7dc41b64507993891c'
- '5b443ed4b1eece760a015230cd3d7b23'
- '4df72a18614fa666b0045284fdccf11a'
- '63855b3a4cdbae0e94a6d0531189b6c5'
- '1a52fb537216bb14be4077c8ff403714'
- '1d0804e0d7f0b0a7ba775facea9d3ce1'
- '5e325cbc2d0f37364a55d4757aa1718a'
- '6cf2e5d570ae4e1faaa205d0b9402658'
- '5c2891e36b7f607ee3942bb48703167e'
- 'b65535dff1506835a058f8223184471f'
- '0785b24e13fa252c67f4c71dd8de7eb6'
- '1b1ef7273281416da37214dc72f892

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

2016-02-17 Thread Bartłomiej Piotrowski
Date: Wednesday, February 17, 2016 @ 19:05:14
  Author: bpiotrowski
Revision: 162111

upgpkg: qbittorrent 3.3.3-1

new upstream release

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 17:45:19 UTC (rev 162110)
+++ PKGBUILD2016-02-17 18:05:14 UTC (rev 162111)
@@ -7,8 +7,8 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=qbittorrent
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.3
+pkgrel=1
 pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit 
and libtorrent-rasterbar."
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org";
@@ -18,7 +18,7 @@
 optdepends=('python: needed for torrent search tab')
 install=$pkgname.install
 
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz";)
-sha256sums=('dad15a233a69ce13ea75957585af3f9122dbf915291aab0fdbc48a71b8a229d2')
+sha256sums=('9c8d8bdc3fb2632019cb3ee5f811baaa41b41fe7ce542c753c6771bcc110db53')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-17 Thread Bartłomiej Piotrowski
Date: Wednesday, February 17, 2016 @ 19:05:29
  Author: bpiotrowski
Revision: 162112

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

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

--+
 /PKGBUILD|   70 +
 /qbittorrent.install |   26 
 community-i686/PKGBUILD  |   35 
 community-i686/qbittorrent.install   |   13 --
 community-x86_64/PKGBUILD|   35 
 community-x86_64/qbittorrent.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 18:05:14 UTC (rev 162111)
+++ community-i686/PKGBUILD 2016-02-17 18:05:29 UTC (rev 162112)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgname=qbittorrent
-pkgver=3.3.1
-pkgrel=2
-pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org";
-license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('boost' 'qt5-tools')
-optdepends=('python: needed for torrent search tab')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz";)
-sha256sums=('dad15a233a69ce13ea75957585af3f9122dbf915291aab0fdbc48a71b8a229d2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 162111, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 18:05:29 UTC (rev 162112)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgname=qbittorrent
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit 
and libtorrent-rasterbar."
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org";
+license=('custom' 'GPL')
+depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('boost' 'qt5-tools')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz";)
+sha256sums=('9c8d8bdc3fb2632019cb3ee5f811baaa41b41fe7ce542c753c6771bcc110db53')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-i686/qbittorrent.install
===
--- community-i686/qbittorrent.install  2016-02-17 18:05:14 UTC (rev 162111)
+++ community-i686/qbittorrent.install  2016-02-17 18:05:29 UTC (rev 162112)
@@ -1,13 +0,0 @@
-
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qbittorrent/repos/community-i686/qbittorrent.install (from rev 162111, 
qbittorrent/trunk/qbittorrent.install)
===
--- community-i686/qbittorrent.install  (rev 0)
+++ community-i686/qbittorrent.install  2016-02-17 18:05:29 UTC (rev 162112)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+po

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

2016-02-17 Thread Levente Polyak
Date: Wednesday, February 17, 2016 @ 18:45:19
  Author: anthraxx
Revision: 162110

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 17:45:11 UTC (rev 162109)
+++ community-i686/PKGBUILD 2016-02-17 17:45:19 UTC (rev 162110)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.00b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/";
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 162109, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 17:45:19 UTC (rev 162110)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.01b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/";
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('0d4654d0e39f77de866833144a3c8b5a719f3b857481904ca8f723f4d3ff72981b14b2bc06bab67862e5472b41963844ea1c8e6ba2ae4b278f77214416365321')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-17 17:45:11 UTC (rev 162109)
+++ community-x86_64/PKGBUILD   2016-02-17 17:45:19 UTC (rev 162110)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.00b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/";
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/shar

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

2016-02-17 Thread Levente Polyak
Date: Wednesday, February 17, 2016 @ 18:45:11
  Author: anthraxx
Revision: 162109

upgpkg: afl 2.01b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 16:53:06 UTC (rev 162108)
+++ PKGBUILD2016-02-17 17:45:11 UTC (rev 162109)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.00b
+pkgver=2.01b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/";
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
+sha512sums=('0d4654d0e39f77de866833144a3c8b5a719f3b857481904ca8f723f4d3ff72981b14b2bc06bab67862e5472b41963844ea1c8e6ba2ae4b278f77214416365321')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in archlinux-appstream-data/repos/community-any (4 files)

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 17:53:06
  Author: arojas
Revision: 162108

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 162107, archlinux-appstream-data/trunk/PKGBUILD)
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install
(from rev 162107, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install

--+
 PKGBUILD |   52 ++---
 archlinux-appstream-data.install |   16 +--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-17 16:52:31 UTC (rev 162107)
+++ PKGBUILD2016-02-17 16:53:06 UTC (rev 162108)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20151223
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org";
-license=(GPL)
-depends=(appstream)
-makedepends=()
-source=("http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz";
 
-"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz";
 
-"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz";)
-install=$pkgname.install
-md5sums=('9d38688dc0c0686162fb5ec10fa645bf'
- '93898a4edd4de091d06792f7af7d0328'
- '9d9767e0205c734cb174380e2da3d93e')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}
-
-  cp *.xml "$pkgdir"/usr/share/app-info/xmls/
-  cp -r 64x64 128x128 "$pkgdir"/usr/share/app-info/icons/archlinux/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 162107, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-17 16:53:06 UTC (rev 162108)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20160217
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org";
+license=(GPL)
+depends=(appstream)
+makedepends=()
+source=("http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz";
 
+"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz";
 
+"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz";)
+install=$pkgname.install
+md5sums=('ef680741d92022a75f3dd12d0fd8a11e'
+ '8740bbe7923ae07f54ca3495527e0eb3'
+ '28f3ff7f7d696806a4c3b58a29502d69')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}
+
+  cp *.xml "$pkgdir"/usr/share/app-info/xmls/
+  cp -r 64x64 128x128 "$pkgdir"/usr/share/app-info/icons/archlinux/
+}

Deleted: archlinux-appstream-data.install
===
--- archlinux-appstream-data.install2016-02-17 16:52:31 UTC (rev 162107)
+++ archlinux-appstream-data.install2016-02-17 16:53:06 UTC (rev 162108)
@@ -1,8 +0,0 @@
-post_install() {
-  appstreamcli refresh-index --force
-}
-
-post_upgrade() {
-  appstreamcli refresh-index --force
-}
-

Copied: 
archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install 
(from rev 162107, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
===
--- archlinux-appstream-data.install(rev 0)
+++ archlinux-appstream-data.install2016-02-17 16:53:06 UTC (rev 162108)
@@ -0,0 +1,8 @@
+post_install() {
+  appstreamcli refresh-index --force
+}
+
+post_upgrade() {
+  appstreamcli refresh-index --force
+}
+


[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 17:52:31
  Author: arojas
Revision: 162107

Regenerate data with appstream-glib 0.5.1, the last version that supports 
extracting data from .desktop files

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 16:25:50 UTC (rev 162106)
+++ PKGBUILD2016-02-17 16:52:31 UTC (rev 162107)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20151223
+pkgver=20160217
 pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
@@ -14,9 +14,9 @@
 
"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz";
 
 
"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz";)
 install=$pkgname.install
-md5sums=('9d38688dc0c0686162fb5ec10fa645bf'
- '93898a4edd4de091d06792f7af7d0328'
- '9d9767e0205c734cb174380e2da3d93e')
+md5sums=('ef680741d92022a75f3dd12d0fd8a11e'
+ '8740bbe7923ae07f54ca3495527e0eb3'
+ '28f3ff7f7d696806a4c3b58a29502d69')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}


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

2016-02-17 Thread SĂ©bastien Luttringer
Date: Wednesday, February 17, 2016 @ 17:39:26
  Author: seblu
Revision: 259921

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-17 16:39:12 UTC (rev 259920)
+++ extra-i686/PKGBUILD 2016-02-17 16:39:26 UTC (rev 259921)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: SĂ©bastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat' 'libxml2')
-makedepends=('doxygen' 'xmlto' 'graphviz')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
-sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 259920, 
wayland/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-17 16:39:26 UTC (rev 259921)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: SĂ©bastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('glibc' 'libffi' 'expat' 'libxml2')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-17 16:39:12 UTC (rev 259920)
+++ extra-x86_64/PKGBUILD   2016-02-17 16:39:26 UTC (rev 259921)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: SĂ©bastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat' 'libxml2')
-makedepends=('doxygen' 'xmlto' 'graphviz')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
-sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 259920, 
wayland/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-17 16:39:26 UTC (rev 259921)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: SĂ©bastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('glibc' 'libffi' 'expat' 'libxml2')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-17 Thread SĂ©bastien Luttringer
Date: Wednesday, February 17, 2016 @ 17:39:12
  Author: seblu
Revision: 259920

upgpkg: wayland 1.10.0-1

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 16:34:57 UTC (rev 259919)
+++ PKGBUILD2016-02-17 16:39:12 UTC (rev 259920)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url='http://wayland.freedesktop.org'
 license=('MIT')
-depends=('libffi' 'expat' 'libxml2')
+depends=('glibc' 'libffi' 'expat' 'libxml2')
 makedepends=('doxygen' 'xmlto' 'graphviz')
 source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
 sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')


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

2016-02-17 Thread SĂ©bastien Luttringer
Date: Wednesday, February 17, 2016 @ 17:34:57
  Author: seblu
Revision: 259919

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-17 16:34:43 UTC (rev 259918)
+++ extra-i686/PKGBUILD 2016-02-17 16:34:57 UTC (rev 259919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: SĂ©bastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat')
-makedepends=('doxygen' 'xmlto' 'graphviz')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
-sha1sums=('39dedba2a5c8a83e7b3a3076fc8f4c4495289f81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 259918, 
wayland/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-17 16:34:57 UTC (rev 259919)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: SĂ©bastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat' 'libxml2')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-17 16:34:43 UTC (rev 259918)
+++ extra-x86_64/PKGBUILD   2016-02-17 16:34:57 UTC (rev 259919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: SĂ©bastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat')
-makedepends=('doxygen' 'xmlto' 'graphviz')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
-sha1sums=('39dedba2a5c8a83e7b3a3076fc8f4c4495289f81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 259918, 
wayland/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-17 16:34:57 UTC (rev 259919)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: SĂ©bastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat' 'libxml2')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
+sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-17 Thread SĂ©bastien Luttringer
Date: Wednesday, February 17, 2016 @ 17:34:43
  Author: seblu
Revision: 259918

upgpkg: wayland 1.10.0-1

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 16:26:22 UTC (rev 259917)
+++ PKGBUILD2016-02-17 16:34:43 UTC (rev 259918)
@@ -4,16 +4,16 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=wayland
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
 url='http://wayland.freedesktop.org'
 license=('MIT')
-depends=('libffi' 'expat')
+depends=('libffi' 'expat' 'libxml2')
 makedepends=('doxygen' 'xmlto' 'graphviz')
 source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz";)
-sha1sums=('39dedba2a5c8a83e7b3a3076fc8f4c4495289f81')
+sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:13:00
  Author: fyan
Revision: 162089

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 162088, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 15:13:00 UTC (rev 162089)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.16.0.2
+pkgrel=19
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" 
"haskell-highlighting-kate"
+ "haskell-hslua" "haskell-http-client" "haskell-syb" 
"haskell-http-client-tls"
+ "haskell-http-types"  "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-old-time" "haskell-pandoc-types" "haskell-parsec" 
"haskell-random"
+ "haskell-scientific" "haskell-tagsoup" "haskell-temporary" 
"haskell-network-uri"
+ "haskell-unordered-containers" "haskell-zip-archive" 
"haskell-vector" "haskell-xml"
+ "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5f3262ef4574a111936fea0118557c523a8b0eaa7fea84b64b377b20a80f348')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+install="haskell-pandoc.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/haskell-pandoc.install (from rev 
162088, pandoc/trunk/haskell-pandoc.install)
===
--- community-staging-i686/haskell-pandoc.install   
(rev 0)
+++ community-staging-i686/haskell-pandoc.install   2016-02-17 15:13:00 UTC 
(rev 162089)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:18:24
  Author: fyan
Revision: 162095

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

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

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

Copied: haskell-chunked-data/repos/community-staging-i686/PKGBUILD (from rev 
162094, haskell-chunked-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 15:18:24 UTC (rev 162095)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.2.0
+pkgrel=12
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/fpco/chunked-data";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-mono-traversable"
+ "haskell-semigroups" "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9aa0f3c81f9b0d7c1dde206501415f01638f20eebfbe1386dfd802bcc1bab272')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-chunked-data/repos/community-staging-i686/haskell-chunked-data.install 
(from rev 162094, haskell-chunked-data/trunk/haskell-chunked-data.install)
===
--- community-staging-i686/haskell-chunked-data.install 
(rev 0)
+++ community-staging-i686/haskell-chunked-data.install 2016-02-17 15:18:24 UTC 
(rev 162095)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-chunked-data
+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-chunked-data/repos/community-staging-x86_64/PKGBUILD (from rev 
162094, haskell-chunked-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 15:18:24 UTC (rev 162095)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.2.0
+pkgrel=12
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/fpco/chunked-data";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-mono-traversabl

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:18:01
  Author: fyan
Revision: 162094

upgpkg: haskell-chunked-data 0.2.0-12

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

Modified:
  haskell-chunked-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 15:14:42 UTC (rev 162093)
+++ PKGBUILD2016-02-17 15:18:01 UTC (rev 162094)
@@ -5,7 +5,7 @@
 _hkgname=chunked-data
 pkgname=haskell-chunked-data
 pkgver=0.2.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Typeclasses for dealing with various chunked data representations"
 url="https://github.com/fpco/chunked-data";
 license=("MIT")


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

2016-02-17 Thread Balló György
Date: Wednesday, February 17, 2016 @ 16:14:04
  Author: bgyorgy
Revision: 162092

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

Added:
  
lxsession/repos/community-i686/0001-Better-handling-the-background-of-logout-dialog.patch
(from rev 162091, 
lxsession/trunk/0001-Better-handling-the-background-of-logout-dialog.patch)
  lxsession/repos/community-i686/0001-Fix-unique-app-handling.patch
(from rev 162091, lxsession/trunk/0001-Fix-unique-app-handling.patch)
  lxsession/repos/community-i686/PKGBUILD
(from rev 162091, lxsession/trunk/PKGBUILD)
  lxsession/repos/community-i686/gtk3.patch
(from rev 162091, lxsession/trunk/gtk3.patch)
  
lxsession/repos/community-x86_64/0001-Better-handling-the-background-of-logout-dialog.patch
(from rev 162091, 
lxsession/trunk/0001-Better-handling-the-background-of-logout-dialog.patch)
  lxsession/repos/community-x86_64/0001-Fix-unique-app-handling.patch
(from rev 162091, lxsession/trunk/0001-Fix-unique-app-handling.patch)
  lxsession/repos/community-x86_64/PKGBUILD
(from rev 162091, lxsession/trunk/PKGBUILD)
  lxsession/repos/community-x86_64/gtk3.patch
(from rev 162091, lxsession/trunk/gtk3.patch)
Deleted:
  lxsession/repos/community-i686/PKGBUILD
  lxsession/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |  
150 ++
 community-i686/0001-Better-handling-the-background-of-logout-dialog.patch   |  
 27 
 community-i686/0001-Fix-unique-app-handling.patch   |  
 84 +
 community-i686/PKGBUILD |  
 31 
 community-i686/gtk3.patch   |  
517 ++
 community-x86_64/0001-Better-handling-the-background-of-logout-dialog.patch |  
 27 
 community-x86_64/0001-Fix-unique-app-handling.patch |  
 84 +
 community-x86_64/PKGBUILD   |  
 31 
 community-x86_64/gtk3.patch |  
517 ++
 9 files changed, 1406 insertions(+), 62 deletions(-)

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


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

2016-02-17 Thread Balló György
Date: Wednesday, February 17, 2016 @ 16:13:54
  Author: bgyorgy
Revision: 162091

upgpkg: lxsession 1:0.5.2-2

Add GTK+ 3 version

Added:
  lxsession/trunk/0001-Better-handling-the-background-of-logout-dialog.patch
  lxsession/trunk/0001-Fix-unique-app-handling.patch
  lxsession/trunk/gtk3.patch
Modified:
  lxsession/trunk/PKGBUILD

+
 0001-Better-handling-the-background-of-logout-dialog.patch |   27 
 0001-Fix-unique-app-handling.patch |   84 +
 PKGBUILD   |   64 +
 gtk3.patch |  517 +++
 4 files changed, 682 insertions(+), 10 deletions(-)

Added: 0001-Better-handling-the-background-of-logout-dialog.patch
===
--- 0001-Better-handling-the-background-of-logout-dialog.patch  
(rev 0)
+++ 0001-Better-handling-the-background-of-logout-dialog.patch  2016-02-17 
15:13:54 UTC (rev 162091)
@@ -0,0 +1,27 @@
+From 8a9001bdf8a367968922ca8193af56f5e22ec885 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 17 Feb 2016 15:56:26 +0100
+Subject: [PATCH] Better handling the background of logout dialog
+
+---
+ lxsession-logout/lxsession-logout.c | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/lxsession-logout/lxsession-logout.c 
b/lxsession-logout/lxsession-logout.c
+index 8141b19..698b7d2 100644
+--- a/lxsession-logout/lxsession-logout.c
 b/lxsession-logout/lxsession-logout.c
+@@ -629,9 +629,7 @@ int main(int argc, char * argv[])
+ gtk_container_add(GTK_CONTAINER(alignment), center_area);
+ 
+ #ifdef USE_GTK3
+-GtkStyle* style = gtk_widget_get_style (window);
+-GdkColor color = style->bg[GTK_STATE_NORMAL];
+-gtk_widget_modify_bg(center_area, GTK_STATE_NORMAL, &color);
++gtk_style_context_add_class (gtk_widget_get_style_context (center_area), 
GTK_STYLE_CLASS_BACKGROUND);
+ #endif
+ 
+ GtkWidget* center_vbox = gtk_vbox_new(FALSE, 6);
+-- 
+2.7.1
+

Added: 0001-Fix-unique-app-handling.patch
===
--- 0001-Fix-unique-app-handling.patch  (rev 0)
+++ 0001-Fix-unique-app-handling.patch  2016-02-17 15:13:54 UTC (rev 162091)
@@ -0,0 +1,84 @@
+From 33cd52312ef8a3abbb0709513f23b369941cb716 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 17 Feb 2016 15:48:04 +0100
+Subject: [PATCH] Fix unique app handling
+
+- Define variables explicitely for vala compiler.
+- Use proper unique code for gtk3.
+---
+ Makefile.am   |  4 
+ lxclipboard/main.vala | 11 +--
+ lxpolkit/main.vala| 11 +--
+ 3 files changed, 22 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index c9546f5..6d32d95 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -83,7 +83,9 @@ lxclipboard_lxclipboard_LDADD = \
+ $(NULL)
+ 
+ if USE_GTK3
++lxclipboard_lxclipboard_VALAFLAGS += --define USE_GTK3
+ else
++lxclipboard_lxclipboard_VALAFLAGS += --define USE_GTK2
+ lxclipboard_lxclipboard_VALAFLAGS += --pkg unique-1.0
+ lxclipboard_lxclipboard_CPPFLAGS += $(UNIQUE_CFLAGS)
+ lxclipboard_lxclipboard_LDADD += $(UNIQUE_LIBS)
+@@ -128,7 +130,9 @@ lxpolkit_lxpolkit_LDADD = \
+ $(NULL)
+ 
+ if USE_GTK3
++lxpolkit_lxpolkit_VALAFLAGS += --define USE_GTK3
+ else
++lxpolkit_lxpolkit_VALAFLAGS += --define USE_GTK2
+ lxpolkit_lxpolkit_VALAFLAGS += --pkg unique-1.0
+ lxpolkit_lxpolkit_CPPFLAGS += $(UNIQUE_CFLAGS)
+ lxpolkit_lxpolkit_LDADD += $(UNIQUE_LIBS)
+diff --git a/lxclipboard/main.vala b/lxclipboard/main.vala
+index 059766b..7f0302e 100644
+--- a/lxclipboard/main.vala
 b/lxclipboard/main.vala
+@@ -37,8 +37,15 @@ namespace Lxsession
+ }
+ #endif
+ # if USE_GTK3
+-Application app = new Application ();
+-app.run (args);
++Gtk.Application app = new Gtk.Application (
++"org.lxde.lxclipboard",
++GLib.ApplicationFlags.FLAGS_NONE);
++app.register ();
++
++if(app.is_remote)
++{
++return 0;
++}
+ #endif
+ 
+ clipboard_start ();
+diff --git a/lxpolkit/main.vala b/lxpolkit/main.vala
+index 8828e3a..56be273 100644
+--- a/lxpolkit/main.vala
 b/lxpolkit/main.vala
+@@ -42,8 +42,15 @@ namespace Lxsession
+ }
+ #endif
+ # if USE_GTK3
+-Application app = new Application ();
+-app.run (args);
++Gtk.Application app = new Gtk.Application (
++"org.lxde.lxpolkit",
++GLib.ApplicationFlags.FLAGS_NONE);
++app.register ();
++
++if(app.is_remote)
++{
++return 0;
++}
+ #endif
+ 
+ policykit_agent_init();
+-- 
+2.7.1
+

Modified: PKGBUILD
=

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:14:42
  Author: fyan
Revision: 162093

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

Added:
  haskell-uniplate/repos/community-staging-i686/
  haskell-uniplate/repos/community-staging-i686/PKGBUILD
(from rev 162090, haskell-uniplate/trunk/PKGBUILD)
  haskell-uniplate/repos/community-staging-i686/haskell-uniplate.install
(from rev 162090, haskell-uniplate/trunk/haskell-uniplate.install)
  haskell-uniplate/repos/community-staging-x86_64/
  haskell-uniplate/repos/community-staging-x86_64/PKGBUILD
(from rev 162092, haskell-uniplate/trunk/PKGBUILD)
  haskell-uniplate/repos/community-staging-x86_64/haskell-uniplate.install
(from rev 162092, haskell-uniplate/trunk/haskell-uniplate.install)

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

Copied: haskell-uniplate/repos/community-staging-i686/PKGBUILD (from rev 
162090, haskell-uniplate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 15:14:42 UTC (rev 162093)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uniplate
+pkgname=haskell-uniplate
+pkgver=1.6.12
+pkgrel=5
+pkgdesc="Help writing simple, concise and fast generic operations."
+url="http://community.haskell.org/~ndm/uniplate/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-syb" 
"haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7')
+
+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 \
+-fseparate_syb -ftypeable_fingerprint
+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-uniplate/repos/community-staging-i686/haskell-uniplate.install 
(from rev 162090, haskell-uniplate/trunk/haskell-uniplate.install)
===
--- community-staging-i686/haskell-uniplate.install 
(rev 0)
+++ community-staging-i686/haskell-uniplate.install 2016-02-17 15:14:42 UTC 
(rev 162093)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-uniplate
+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-uniplate/repos/community-staging-x86_64/PKGBUILD (from rev 
162092, haskell-uniplate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 15:14:42 UTC (rev 162093)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uniplate
+pkgname=haskell-uniplate
+pkgver=1.6.12
+pkgrel=5
+pkgdesc="Help writing simple, concise and fast generic operations."
+url="http://community.haskell.org/~ndm/uniplate/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-syb" 
"haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_h

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:13:33
  Author: fyan
Revision: 162090

upgpkg: haskell-uniplate 1.6.12-5

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

Modified:
  haskell-uniplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 15:13:00 UTC (rev 162089)
+++ PKGBUILD2016-02-17 15:13:33 UTC (rev 162090)
@@ -5,7 +5,7 @@
 _hkgname=uniplate
 pkgname=haskell-uniplate
 pkgver=1.6.12
-pkgrel=4
+pkgrel=5
 pkgdesc="Help writing simple, concise and fast generic operations."
 url="http://community.haskell.org/~ndm/uniplate/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:01:19
  Author: fyan
Revision: 162086

upgpkg: haskell-xml-hamlet 0.4.0.11-12

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

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 15:00:33 UTC (rev 162085)
+++ PKGBUILD2016-02-17 15:01:19 UTC (rev 162086)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.0.11
-pkgrel=11
+pkgrel=12
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:12:34
  Author: fyan
Revision: 162088

upgpkg: pandoc 1.16.0.2-19

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

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 15:01:43 UTC (rev 162087)
+++ PKGBUILD2016-02-17 15:12:34 UTC (rev 162088)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.16.0.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:01:43
  Author: fyan
Revision: 162087

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

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

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

Copied: haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD (from rev 
162086, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 15:01:43 UTC (rev 162087)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.11
+pkgrel=12
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d598ad387e310e76a07f213afe35db06662611840d1bce3bcdf202668bc1e89')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
162086, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 15:01:43 UTC (rev 162087)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.11
+pkgrel=12
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:00:33
  Author: fyan
Revision: 162085

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

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

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

Copied: haskell-wai-app-static/repos/community-staging-i686/PKGBUILD (from rev 
162084, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 15:00:33 UTC (rev 162085)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.4.1
+pkgrel=14
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-file-embed"
+ "haskell-http-date" "haskell-http-types" "haskell-mime-types"
+ "haskell-old-locale" "haskell-optparse-applicative" "haskell-text"
+ "haskell-unix-compat" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7280e15192be2d80b2505da152ea828c448e1466401fc4a02e87052ce3515bd4')
+
+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-print
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 162084, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 16:00:08
  Author: fyan
Revision: 162084

upgpkg: haskell-wai-app-static 3.1.4.1-14

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

Modified:
  haskell-wai-app-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:47:40 UTC (rev 162083)
+++ PKGBUILD2016-02-17 15:00:08 UTC (rev 162084)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.4.1
-pkgrel=13
+pkgrel=14
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface";
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:47:40
  Author: fyan
Revision: 162083

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

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

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

Copied: haskell-parsers/repos/community-staging-i686/PKGBUILD (from rev 162080, 
haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:47:40 UTC (rev 162083)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.3
+pkgrel=4
+pkgdesc="Parsing combinators"
+url="http://github.com/ekmett/parsers/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+ "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('c29058e385d6235d3222aa1fde08399ed7ef24a8b8eb0691c2c4dfe1d1ad9fa3')
+
+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-parsers/repos/community-staging-i686/haskell-parsers.install 
(from rev 162080, haskell-parsers/trunk/haskell-parsers.install)
===
--- community-staging-i686/haskell-parsers.install  
(rev 0)
+++ community-staging-i686/haskell-parsers.install  2016-02-17 14:47:40 UTC 
(rev 162083)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-parsers
+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-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 
162080, haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:47:40 UTC (rev 162083)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.3
+pkgrel=4
+pkgdesc="Parsing combinators"
+url="http://github.com/ekmett/parsers/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+ "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archi

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:46:56
  Author: fyan
Revision: 162082

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

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

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

Copied: haskell-reducers/repos/community-staging-i686/PKGBUILD (from rev 
162081, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:46:56 UTC (rev 162082)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=5
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="http://github.com/ekmett/reducers/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-text" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('e43bb7678272691a358c049daecbac715c4b0fcece021c6b2ac7b2a1c16b6d5e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-reducers/repos/community-staging-x86_64/PKGBUILD (from rev 
162081, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:46:56 UTC (rev 162082)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=5
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="http://github.com/ekmett/reducers/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-text" "haskel

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:46:26
  Author: fyan
Revision: 162081

upgpkg: haskell-reducers 3.12.1-5

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

Modified:
  haskell-reducers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:45:39 UTC (rev 162080)
+++ PKGBUILD2016-02-17 14:46:26 UTC (rev 162081)
@@ -5,7 +5,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="http://github.com/ekmett/reducers/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:45:39
  Author: fyan
Revision: 162080

upgpkg: haskell-parsers 0.12.3-4

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

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:45:20 UTC (rev 162079)
+++ PKGBUILD2016-02-17 14:45:39 UTC (rev 162080)
@@ -5,7 +5,7 @@
 _hkgname=parsers
 pkgname=haskell-parsers
 pkgver=0.12.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Parsing combinators"
 url="http://github.com/ekmett/parsers/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:45:20
  Author: fyan
Revision: 162079

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

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

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

Copied: haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 162078, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:45:20 UTC (rev 162079)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.13.2
+pkgrel=3
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions"
+ "haskell-free" "haskell-hashable" "haskell-kan-extensions" 
"haskell-mtl"
+ "haskell-parallel" "haskell-profunctors" "haskell-reflection"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-tagged" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('814b7b35949cc8a3ad1a35fc39b88fc3b78bbfb339097f3f3438627048155b78')
+
+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-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas 
-finlining -f-benchmark-uniplate
+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-lens/repos/community-staging-i686/haskell-lens.install (from 
rev 162078, haskell-lens/trunk/haskell-lens.install)
===
--- community-staging-i686/haskell-lens.install (rev 0)
+++ community-staging-i686/haskell-lens.install 2016-02-17 14:45:20 UTC (rev 
162079)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-lens
+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-lens/repos/community-staging-x86_64/PKGBUILD (from rev 162078, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:45:20 UTC (rev 162079)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:44:53
  Author: fyan
Revision: 162078

upgpkg: haskell-lens 4.13.2-3

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

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:42:40 UTC (rev 162077)
+++ PKGBUILD2016-02-17 14:44:53 UTC (rev 162078)
@@ -5,7 +5,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.13.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Lenses, Folds and Traversals"
 url="http://github.com/ekmett/lens/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:42:15
  Author: fyan
Revision: 162076

upgpkg: haskell-yesod-auth 1.4.12-11

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

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:28:55 UTC (rev 162075)
+++ PKGBUILD2016-02-17 14:42:15 UTC (rev 162076)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.12
-pkgrel=10
+pkgrel=11
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:42:40
  Author: fyan
Revision: 162077

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

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

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
162076, haskell-yesod

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:28:55
  Author: fyan
Revision: 162075

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

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

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

Copied: haskell-vector-th-unbox/repos/community-staging-i686/PKGBUILD (from rev 
162074, haskell-vector-th-unbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:28:55 UTC (rev 162075)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-th-unbox
+pkgname=haskell-vector-th-unbox
+pkgver=0.2.1.4
+pkgrel=1
+pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('a765f8a679d2c59d0ab73d8c158cb020a362ab9e825c845f8202cd11ba660551')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD (from 
rev 162074, haskell-vector-th-unbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:28:55 UTC (rev 162075)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-th-unbox
+pkgname=haskell-vector-th-unbox
+pkgver=0.2.1.4
+pkgrel=1
+pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-vector")
+op

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:28:25
  Author: fyan
Revision: 162073

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

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

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

Copied: haskell-either/repos/community-staging-i686/PKGBUILD (from rev 162072, 
haskell-either/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:28:25 UTC (rev 162073)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=4.4.1
+pkgrel=12
+pkgdesc="An either monad transformer"
+url="http://github.com/ekmett/either/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-exceptions" "haskell-free"
+ "haskell-mmorph" "haskell-monad-control" "haskell-monadrandom"
+ "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
+ "haskell-semigroups" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('91e57debc09bcaa7d4b884902ea6d3201ca3fec77625a059edd84bcaeb5909cb')
+
+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-either/repos/community-staging-i686/haskell-either.install 
(from rev 162072, haskell-either/trunk/haskell-either.install)
===
--- community-staging-i686/haskell-either.install   
(rev 0)
+++ community-staging-i686/haskell-either.install   2016-02-17 14:28:25 UTC 
(rev 162073)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-either
+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-either/repos/community-staging-x86_64/PKGBUILD (from rev 
162072, haskell-either/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:28:25 UTC (rev 162073)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=4.4.1
+pkgrel=12
+pkgdesc="An either monad transformer"
+url="http://github.com/ekmett/either/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-exceptions" "haskell-free"
+ "haskell-mmorph" "haskell-monad-control" "haskell-monadrandom"
+ "haskell-

[arch-commits] Commit in haskell-vector-th-unbox/trunk (PKGBUILD)

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:28:31
  Author: fyan
Revision: 162074

upgpkg: haskell-vector-th-unbox 0.2.1.4-1

Modified:
  haskell-vector-th-unbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:28:25 UTC (rev 162073)
+++ PKGBUILD2016-02-17 14:28:31 UTC (rev 162074)
@@ -4,7 +4,7 @@
 
 _hkgname=vector-th-unbox
 pkgname=haskell-vector-th-unbox
-pkgver=0.2.1.3
+pkgver=0.2.1.4
 pkgrel=1
 pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
 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"
-sha256sums=('33db750d3d867f23d0406a7165952b030831ed610b06ef777cfae8439b382689')
+sha256sums=('a765f8a679d2c59d0ab73d8c158cb020a362ab9e825c845f8202cd11ba660551')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:28:00
  Author: fyan
Revision: 162072

upgpkg: haskell-either 4.4.1-12

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

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:23:27 UTC (rev 162071)
+++ PKGBUILD2016-02-17 14:28:00 UTC (rev 162072)
@@ -5,7 +5,7 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=4.4.1
-pkgrel=11
+pkgrel=12
 pkgdesc="An either monad transformer"
 url="http://github.com/ekmett/either/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:23:27
  Author: fyan
Revision: 162071

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
162070, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:23:27 UTC (rev 162071)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.6
+pkgrel=16
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('1a20f58e0f06b92afc5bd31b5ab6b1d5c6645e2f7fd134c4b2e325d818b50e66')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
162070, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:23:27 UTC (rev 162071)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haske

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:22:58
  Author: fyan
Revision: 162069

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

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

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

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

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

Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 162068, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:22:58 UTC (rev 162069)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=12
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-condui

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:23:05
  Author: fyan
Revision: 162070

upgpkg: haskell-yesod-form 1.4.6-16

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

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:22:58 UTC (rev 162069)
+++ PKGBUILD2016-02-17 14:23:05 UTC (rev 162070)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.6
-pkgrel=15
+pkgrel=16
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:22:35
  Author: fyan
Revision: 162068

upgpkg: haskell-cryptohash-conduit 0.1.1-12

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

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:17:39 UTC (rev 162067)
+++ PKGBUILD2016-02-17 14:22:35 UTC (rev 162068)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=11
+pkgrel=12
 pkgdesc="cryptohash conduit"
 url="http://github.com/vincenthz/hs-cryptohash-conduit";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:17:39
  Author: fyan
Revision: 162067

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

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

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

Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 162066, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:17:39 UTC (rev 162067)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.16
+pkgrel=2
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('d68ad3dd16e4b8ba943d0f58666d1f53be24923088df15f46be44bbbaf85c529')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-no-unicode -f-system-libyaml -f-no-exe
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 162066, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:17:39 UTC (rev 162067)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.16
+pkgrel=2
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scienti

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:17:15
  Author: fyan
Revision: 162066

upgpkg: haskell-yaml 0.8.16-2

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

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:16:01 UTC (rev 162065)
+++ PKGBUILD2016-02-17 14:17:15 UTC (rev 162066)
@@ -5,7 +5,7 @@
 _hkgname=yaml
 pkgname=haskell-yaml
 pkgver=0.8.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:16:01
  Author: fyan
Revision: 162065

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
162064, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:16:01 UTC (rev 162065)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3
+pkgrel=8
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6807cd32c5ff9b23cd6f184ffd7fb7f99c4a7f0dc645eae82f2d6dfbd1899bbe')
+
+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-authenticate/repos/community-staging-i686/haskell-authenticate.install 
(from rev 162064, haskell-authenticate/trunk/haskell-authenticate.install)
===
--- community-staging-i686/haskell-authenticate.install 
(rev 0)
+++ community-staging-i686/haskell-authenticate.install 2016-02-17 14:16:01 UTC 
(rev 162065)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-authenticate
+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-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
162064, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:16:01 UTC (rev 162065)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authent

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:15:12
  Author: fyan
Revision: 162062

upgpkg: haskell-yesod-persistent 1.4.0.3-16.1

i686 was built against wrong env, bumping again.

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:09:42 UTC (rev 162061)
+++ PKGBUILD2016-02-17 14:15:12 UTC (rev 162062)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.3
-pkgrel=16
+pkgrel=16.1
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:15:29
  Author: fyan
Revision: 162063

archrelease: copy trunk to community-staging-i686

Added:
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
(from rev 162062, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
(from rev 162062, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
Deleted:
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
  
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install

--+
 PKGBUILD |   88 ++---
 haskell-yesod-persistent.install |   36 +++
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-17 14:15:12 UTC (rev 162062)
+++ PKGBUILD2016-02-17 14:15:29 UTC (rev 162063)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=yesod-persistent
-pkgname=haskell-yesod-persistent
-pkgver=1.4.0.3
-pkgrel=16
-pkgdesc="Some helpers for using Persistent from Yesod."
-url="http://www.yesodweb.com/";
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
- "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
- "haskell-yesod-core")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install="${pkgname}.install"
-sha256sums=('6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 162062, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-17 14:15:29 UTC (rev 162063)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.3
+pkgrel=16.1
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f')
+
+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 "${pk

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:15:34
  Author: fyan
Revision: 162064

upgpkg: haskell-authenticate 1.3.3-8

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

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:15:29 UTC (rev 162063)
+++ PKGBUILD2016-02-17 14:15:34 UTC (rev 162064)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:09:42
  Author: fyan
Revision: 162061

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

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

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

Copied: haskell-texmath/repos/community-staging-i686/PKGBUILD (from rev 162060, 
haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:09:42 UTC (rev 162061)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.8.4.2
+pkgrel=3
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-network-uri" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ee18da2835eba8ec388d15b4fa08cb72d789bb345be3abc4eac1713f0052b17d')
+
+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 -f-executable
+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-texmath/repos/community-staging-i686/haskell-texmath.install 
(from rev 162060, haskell-texmath/trunk/haskell-texmath.install)
===
--- community-staging-i686/haskell-texmath.install  
(rev 0)
+++ community-staging-i686/haskell-texmath.install  2016-02-17 14:09:42 UTC 
(rev 162061)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-texmath
+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-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
162060, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:09:42 UTC (rev 162061)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.8.4.2
+pkgrel=3
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-network-uri" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/pac

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:09:17
  Author: fyan
Revision: 162060

upgpkg: haskell-texmath 0.8.4.2-3

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

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:06:38 UTC (rev 162059)
+++ PKGBUILD2016-02-17 14:09:17 UTC (rev 162060)
@@ -5,7 +5,7 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.8.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Conversion between formats used to represent mathematics."
 url="http://github.com/jgm/texmath";
 license=("GPL")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:06:38
  Author: fyan
Revision: 162059

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

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

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

Copied: haskell-charset/repos/community-staging-i686/PKGBUILD (from rev 162058, 
haskell-charset/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:06:38 UTC (rev 162059)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=charset
+pkgname=haskell-charset
+pkgver=0.3.7.1
+pkgrel=5
+pkgdesc="A compatibility layer for base"
+url="http://github.com/ekmett/charset";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-semigroups" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d415d2883bd7bf0cc9f038e8323f19c71e07dd12a3c712f449ccb8b4daac0be')
+
+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-charset/repos/community-staging-i686/haskell-charset.install 
(from rev 162058, haskell-charset/trunk/haskell-charset.install)
===
--- community-staging-i686/haskell-charset.install  
(rev 0)
+++ community-staging-i686/haskell-charset.install  2016-02-17 14:06:38 UTC 
(rev 162059)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-charset
+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-charset/repos/community-staging-x86_64/PKGBUILD (from rev 
162058, haskell-charset/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:06:38 UTC (rev 162059)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=charset
+pkgname=haskell-charset
+pkgver=0.3.7.1
+pkgrel=5
+pkgdesc="A compatibility layer for base"
+url="http://github.com/ekmett/charset";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-semigroups" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d415d2883bd7bf0cc9f038e8323f19c71e07dd12a3c712f449ccb8b4daac0be')
+
+build() {
+cd

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:06:14
  Author: fyan
Revision: 162058

upgpkg: haskell-charset 0.3.7.1-5

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

Modified:
  haskell-charset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:04:14 UTC (rev 162057)
+++ PKGBUILD2016-02-17 14:06:14 UTC (rev 162058)
@@ -5,7 +5,7 @@
 _hkgname=charset
 pkgname=haskell-charset
 pkgver=0.3.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A compatibility layer for base"
 url="http://github.com/ekmett/charset";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:03:46
  Author: fyan
Revision: 162056

upgpkg: haskell-mono-traversable 0.10.1.1-2

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

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 14:01:05 UTC (rev 162055)
+++ PKGBUILD2016-02-17 14:03:46 UTC (rev 162056)
@@ -5,7 +5,7 @@
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
 pkgver=0.10.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable";
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 15:04:14
  Author: fyan
Revision: 162057

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

Added:
  haskell-mono-traversable/repos/community-staging-i686/
  haskell-mono-traversable/repos/community-staging-i686/PKGBUILD
(from rev 162056, haskell-mono-traversable/trunk/PKGBUILD)
  
haskell-mono-traversable/repos/community-staging-i686/haskell-mono-traversable.install
(from rev 162056, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)
  haskell-mono-traversable/repos/community-staging-x86_64/
  haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD
(from rev 162056, haskell-mono-traversable/trunk/PKGBUILD)
  
haskell-mono-traversable/repos/community-staging-x86_64/haskell-mono-traversable.install
(from rev 162056, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)

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

Copied: haskell-mono-traversable/repos/community-staging-i686/PKGBUILD (from 
rev 162056, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 14:04:14 UTC (rev 162057)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=0.10.1.1
+pkgrel=2
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-dlist" 
"haskell-dlist-instances"
+ "haskell-hashable" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-split" "haskell-text" "haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-algorithms" 
"haskell-vector-instances")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('a15fe3e4c92a6293a8959f77a6054ae85f5a1be049b2f7b07997245d6e6b574b')
+
+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-mono-traversable/repos/community-staging-i686/haskell-mono-traversable.install
 (from rev 162056, 
haskell-mono-traversable/trunk/haskell-mono-traversable.install)
===
--- community-staging-i686/haskell-mono-traversable.install 
(rev 0)
+++ community-staging-i686/haskell-mono-traversable.install 2016-02-17 
14:04:14 UTC (rev 162057)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-mono-traversable
+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-mono-traversable/repos/community-staging-x86_64/PKGBUILD (from 
rev 162056, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 14:04:14 UTC (rev 162057)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskel

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

2016-02-17 Thread Kyle Keen
Date: Wednesday, February 17, 2016 @ 15:01:05
  Author: kkeen
Revision: 162055

url moved

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 13:42:49 UTC (rev 162054)
+++ PKGBUILD2016-02-17 14:01:05 UTC (rev 162055)
@@ -17,7 +17,7 @@
 'kicad-library-3d: for 3d models of components')
 # python optdep for plugins?
 install=kicad.install
-source=("https://launchpad.net/kicad/4.0/kicad-$pkgver/+download/kicad-$pkgver.tar.xz";
+source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz";
 
"kicad-i18n.$_i18nv.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$_i18nv.tar.gz";)
 md5sums=('6c40f3a511f47c1145ccc75b9c3729f7'
  '42db67dac237675af91e705de4913d04')


[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (4 files)

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 14:42:49
  Author: fyan
Revision: 162054

archrelease: copy trunk to multilib-x86_64

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

-+
 PKGBUILD|  126 +-
 curlbuild.h |   18 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-17 13:42:33 UTC (rev 162053)
+++ PKGBUILD2016-02-17 13:42:49 UTC (rev 162054)
@@ -1,63 +0,0 @@
-# $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.47.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=('5109d1232d208dfd712c0272b8360393'
- '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-x86_64/PKGBUILD (from rev 162053, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-17 13:42:49 UTC (rev 162054)
@@ -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.47.1
+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=('3f9d1be7bf33ca4b8c8602820525302b'
+ '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"
+}

Deleted: curlbuild.h
===
--- curlbuild.h 2016-02-17 13:42:33 UTC (rev 162053)
+++ curlbuild.h 2016-02-17 13:42:49 UTC (rev 162054)
@@ -1,9 +0,0 @@
-#include 
-
-#if __WORDSIZE == 32
-#include "curlbuild-32.h"
-#elif __WORDSIZE == 64
-#include "curlbuild-64.h"
-#else
-#error "Unknown word size"
-#endif

Copied: lib32-curl/repos/multilib-x86_64/curlbuild.h (from rev 162053, 
lib32-curl/trunk/curlbuild.h)
===

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 14:42:33
  Author: fyan
Revision: 162053

upgpkg: lib32-curl 7.47.1-1

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 13:37:47 UTC (rev 162052)
+++ PKGBUILD2016-02-17 13:42:33 UTC (rev 162053)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.47.0
+pkgver=7.47.1
 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=('5109d1232d208dfd712c0272b8360393'
+md5sums=('3f9d1be7bf33ca4b8c8602820525302b'
  'SKIP')
 validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 14:37:47
  Author: fyan
Revision: 162052

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-17 13:37:29 UTC (rev 162051)
+++ PKGBUILD2016-02-17 13:37:47 UTC (rev 162052)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-_pkgbasename=libgcrypt
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
-arch=(x86_64)
-url="http://www.gnupg.org";
-license=('LGPL')
-depends=('lib32-libgpg-error>=1.10-2' $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib)
-source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('ed52add1ce635deeb2f5c6650e52667debd4ec70'
-  'SKIP')
-validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06') # "NIIBE Yutaka 
(GnuPG Release Key) "
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${_pkgbasename}-${pkgver}
-
-  # Use 32-bit assembler
-  sed 's:path="amd64":path="i586 i386":' -i mpi/config.links
-
-  ./configure --prefix=/usr --disable-static --disable-padlock-support \
-  --libdir=/usr/lib32 --enable-shared
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-}

Copied: lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD (from rev 162051, 
lib32-libgcrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-17 13:37:47 UTC (rev 162052)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+_pkgbasename=libgcrypt
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
+arch=(x86_64)
+url="http://www.gnupg.org";
+license=('LGPL')
+depends=('lib32-libgpg-error>=1.10-2' $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib)
+source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('c3a5a13e717f7b3e3895650afc1b6e0d3fe9c726'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06'  # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}
+
+  # Use 32-bit assembler
+  sed 's:path="amd64":path="i586 i386":' -i mpi/config.links
+
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+}


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 14:37:29
  Author: fyan
Revision: 162051

upgpkg: lib32-libgcrypt 1.6.5-1

Modified:
  lib32-libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 13:15:36 UTC (rev 162050)
+++ PKGBUILD2016-02-17 13:37:29 UTC (rev 162051)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
 arch=(x86_64)
@@ -12,9 +12,10 @@
 depends=('lib32-libgpg-error>=1.10-2' $_pkgbasename)
 makedepends=(gcc-multilib libtool-multilib)
 
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('ed52add1ce635deeb2f5c6650e52667debd4ec70'
+sha1sums=('c3a5a13e717f7b3e3895650afc1b6e0d3fe9c726'
   'SKIP')
-validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06') # "NIIBE Yutaka 
(GnuPG Release Key) "
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06'  # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {
   export CC="gcc -m32"


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 14:15:36
  Author: fyan
Revision: 162050

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

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

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

Copied: haskell-pandoc-types/repos/community-staging-i686/PKGBUILD (from rev 
162049, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 13:15:36 UTC (rev 162050)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.16.1
+pkgrel=2
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('846054157d7072ca3f7260b988a6752536b42bbd32c051400e55f46229b8179e')
+
+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-pandoc-types/repos/community-staging-i686/haskell-pandoc-types.install 
(from rev 162049, haskell-pandoc-types/trunk/haskell-pandoc-types.install)
===
--- community-staging-i686/haskell-pandoc-types.install 
(rev 0)
+++ community-staging-i686/haskell-pandoc-types.install 2016-02-17 13:15:36 UTC 
(rev 162050)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-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-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 
162049, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 13:15:36 UTC (rev 162050)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.16.1
+pkgrel=2
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+in

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 14:15:13
  Author: fyan
Revision: 162049

upgpkg: haskell-pandoc-types 1.16.1-2

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

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 13:00:08 UTC (rev 162048)
+++ PKGBUILD2016-02-17 13:15:13 UTC (rev 162049)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
 pkgver=1.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 14:00:08
  Author: fyan
Revision: 162048

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

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

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

Copied: haskell-vector-instances/repos/community-staging-i686/PKGBUILD (from 
rev 162047, haskell-vector-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 13:00:08 UTC (rev 162048)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-instances
+pkgname=haskell-vector-instances
+pkgver=3.3.1
+pkgrel=9
+pkgdesc="Orphan Instances for \'Data.Vector\'"
+url="http://github.com/ekmett/vector-instances";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-keys" "haskell-pointed"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('68c7f154fe4ad53e29433e150c8718b0e74b4cf4c45a79af89940fff83868c59')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 162047, haskell-vector-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 13:00:08 UTC (rev 162048)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-instances
+pkgname=haskell-vector-instances
+pkgver=3.3.1
+pkgrel=9
+pkgdesc="Orphan Instances for \'Data.Vector\'"
+url="http://github.com/ekmett/vector-instances";
+licens

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:59:44
  Author: fyan
Revision: 162047

upgpkg: haskell-vector-instances 3.3.1-9

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

Modified:
  haskell-vector-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 12:59:31 UTC (rev 162046)
+++ PKGBUILD2016-02-17 12:59:44 UTC (rev 162047)
@@ -5,7 +5,7 @@
 _hkgname=vector-instances
 pkgname=haskell-vector-instances
 pkgver=3.3.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Orphan Instances for \'Data.Vector\'"
 url="http://github.com/ekmett/vector-instances";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:59:10
  Author: fyan
Revision: 162045

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

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

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

Copied: haskell-dlist-instances/repos/community-staging-i686/PKGBUILD (from rev 
162044, haskell-dlist-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 12:59:10 UTC (rev 162045)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dlist-instances
+pkgname=haskell-dlist-instances
+pkgver=0.1
+pkgrel=5
+pkgdesc="Difference lists instances"
+url="https://github.com/gregwebs/dlist-instances";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-dlist" "haskell-semigroups")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('2598aae775532829923d2a8f99dcaaa20e49efec31314e8460a761ee653b3264')
+
+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-dlist-instances/repos/community-staging-i686/haskell-dlist-instances.install
 (from rev 162044, 
haskell-dlist-instances/trunk/haskell-dlist-instances.install)
===
--- community-staging-i686/haskell-dlist-instances.install  
(rev 0)
+++ community-staging-i686/haskell-dlist-instances.install  2016-02-17 
12:59:10 UTC (rev 162045)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dlist-instances
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-dlist-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 162044, haskell-dlist-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 12:59:10 UTC (rev 162045)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dlist-instances
+pkgname=haskell-dlist-instances
+pkgver=0.1
+pkgrel=5
+pkgdesc="Difference lists instances"
+url="https://github.com/gregwebs/dlist-instances";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-dlist" "haskell-semigroups")
+options=('staticlibs')
+source=(

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:58:46
  Author: fyan
Revision: 162044

upgpkg: haskell-dlist-instances 0.1-5

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

Modified:
  haskell-dlist-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 12:39:04 UTC (rev 162043)
+++ PKGBUILD2016-02-17 12:58:46 UTC (rev 162044)
@@ -5,7 +5,7 @@
 _hkgname=dlist-instances
 pkgname=haskell-dlist-instances
 pkgver=0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Difference lists instances"
 url="https://github.com/gregwebs/dlist-instances";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:39:04
  Author: fyan
Revision: 162043

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

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

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

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 162042, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 12:39:04 UTC (rev 162043)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.3
+pkgrel=16
+pkgdesc="Some helpers for using Persistent from Yesod."
+ur

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:38:14
  Author: fyan
Revision: 162042

upgpkg: haskell-yesod-persistent 1.4.0.3-16

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

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 12:36:15 UTC (rev 162041)
+++ PKGBUILD2016-02-17 12:38:14 UTC (rev 162042)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:36:15
  Author: fyan
Revision: 162041

archrelease: copy trunk to community-testing-any

Added:
  python-hypothesis/repos/community-testing-any/
  python-hypothesis/repos/community-testing-any/PKGBUILD
(from rev 162040, python-hypothesis/trunk/PKGBUILD)

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

Copied: python-hypothesis/repos/community-testing-any/PKGBUILD (from rev 
162040, python-hypothesis/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-02-17 12:36:15 UTC (rev 162041)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2-enum34')
+  optdepends=('python2-pytz: for datetime and django module'
+  'python2-fake-factory: for fakefactory and django module'
+  'python2-django: for django module'
+  'python2-numpy: for numpy module'
+  'python2-pytest: for pytest module')
+
+  cd hypothesis-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:35:44
  Author: fyan
Revision: 162040

upgpkg: python-hypothesis 3.0.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 12:35:21 UTC (rev 162039)
+++ PKGBUILD2016-02-17 12:35:44 UTC (rev 162040)
@@ -3,17 +3,17 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=2.0.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
 license=('MPL')
 url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
   'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
   'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky')
+  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
 source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver";)
 sha512sums=('SKIP')
 
@@ -53,7 +53,7 @@
 }
 
 package_python2-hypothesis() {
-  depends=('python2')
+  depends=('python2-enum34')
   optdepends=('python2-pytz: for datetime and django module'
   'python2-fake-factory: for fakefactory and django module'
   'python2-django: for django module'


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:35:21
  Author: fyan
Revision: 162039

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

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

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

Copied: haskell-tagstream-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 162038, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 12:35:21 UTC (rev 162039)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5.5.3
+pkgrel=11
+pkgdesc="Streamlined html tag parser"
+url="http://github.com/yihuang/tagstream-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-resourcet" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b296e8f0ba18ae951b5bb3fc2d9d964954666df61ea9363d667f251af17134ab')
+
+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-tagstream-conduit/repos/community-staging-i686/haskell-tagstream-conduit.install
 (from rev 162038, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)
===
--- community-staging-i686/haskell-tagstream-conduit.install
(rev 0)
+++ community-staging-i686/haskell-tagstream-conduit.install2016-02-17 
12:35:21 UTC (rev 162039)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagstream-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 162038, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 12:35:21 UTC (rev 162039)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkg

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:34:24
  Author: fyan
Revision: 162038

upgpkg: haskell-tagstream-conduit 0.5.5.3-11

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

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 12:32:59 UTC (rev 162037)
+++ PKGBUILD2016-02-17 12:34:24 UTC (rev 162038)
@@ -5,7 +5,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=10
+pkgrel=11
 pkgdesc="Streamlined html tag parser"
 url="http://github.com/yihuang/tagstream-conduit";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:32:59
  Author: fyan
Revision: 162037

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

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
162036, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 12:32:59 UTC (rev 162037)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=26
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
162036, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 12:32:59 UTC (rev 162037)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=26
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arc

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:32:18
  Author: fyan
Revision: 162036

upgpkg: haskell-http-conduit 2.1.8-26

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

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 12:26:48 UTC (rev 162035)
+++ PKGBUILD2016-02-17 12:32:18 UTC (rev 162036)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.8
-pkgrel=25
+pkgrel=26
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:26:48
  Author: fyan
Revision: 162035

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

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

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

Copied: haskell-pointed/repos/community-staging-i686/PKGBUILD (from rev 162034, 
haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 12:26:48 UTC (rev 162035)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5
+pkgrel=6
+pkgdesc="Pointed and copointed data"
+url="http://github.com/ekmett/pointed/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-data-default-class" 
"haskell-hashable"
+ "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-stm" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17')
+
+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 \
+-fcomonad -fcontainers -fkan-extensions -fsemigroupoids 
-fsemigroups \
+-fstm -ftagged -ftransformers -funordered-containers
+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-pointed/repos/community-staging-i686/haskell-pointed.install 
(from rev 162034, haskell-pointed/trunk/haskell-pointed.install)
===
--- community-staging-i686/haskell-pointed.install  
(rev 0)
+++ community-staging-i686/haskell-pointed.install  2016-02-17 12:26:48 UTC 
(rev 162035)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pointed
+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-pointed/repos/community-staging-x86_64/PKGBUILD (from rev 
162034, haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 12:26:48 UTC (rev 162035)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5
+pkgrel=6
+pkgdesc="Pointed and copointed data"
+url="http://github.com/ekmett/pointed/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:26:00
  Author: fyan
Revision: 162034

upgpkg: haskell-pointed 5-6

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

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 12:25:42 UTC (rev 162033)
+++ PKGBUILD2016-02-17 12:26:00 UTC (rev 162034)
@@ -5,7 +5,7 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5
-pkgrel=5
+pkgrel=6
 pkgdesc="Pointed and copointed data"
 url="http://github.com/ekmett/pointed/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:25:42
  Author: fyan
Revision: 162033

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

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

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

Copied: haskell-keys/repos/community-staging-i686/PKGBUILD (from rev 162032, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 12:25:42 UTC (rev 162033)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.11
+pkgrel=6
+pkgdesc="Keyed functors and containers"
+url="http://github.com/ekmett/keys/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-free" "haskell-hashable"
+ "haskell-semigroupoids" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('0cf397b7e6eb8cda930a02118c0bf262f9ef80c5a2f91822238b7778042cc4b2')
+
+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-keys/repos/community-staging-i686/haskell-keys.install (from 
rev 162032, haskell-keys/trunk/haskell-keys.install)
===
--- community-staging-i686/haskell-keys.install (rev 0)
+++ community-staging-i686/haskell-keys.install 2016-02-17 12:25:42 UTC (rev 
162033)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-keys
+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-keys/repos/community-staging-x86_64/PKGBUILD (from rev 162032, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 12:25:42 UTC (rev 162033)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.11
+pkgrel=6
+pkgdesc="Keyed functors and containers"
+url="http://github.com/ekmett/keys/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-free" "haskell-hashable"
+ "haskell-semigroupoids" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:23:59
  Author: fyan
Revision: 162032

upgpkg: haskell-keys 3.11-6

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

Modified:
  haskell-keys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 12:23:32 UTC (rev 162031)
+++ PKGBUILD2016-02-17 12:23:59 UTC (rev 162032)
@@ -5,7 +5,7 @@
 _hkgname=keys
 pkgname=haskell-keys
 pkgver=3.11
-pkgrel=5
+pkgrel=6
 pkgdesc="Keyed functors and containers"
 url="http://github.com/ekmett/keys/";
 license=("custom:BSD3")


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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 13:23:32
  Author: fyan
Revision: 162031

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

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

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

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

Copied: 
haskell-yesod-core/repos/community-staging-i686/haskell-yesod-core.install 
(from rev 162030, haskell-yesod-core/trunk/haskell-yesod-core.install)
===
--- community-staging-i686/haskell-yesod-core.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-core.install   2016-02-17 12:23:32 UTC 
(rev 162031)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-core
+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)
+}

<    1   2   3   >