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

2017-03-27 Thread Antonio Rojas
Date: Monday, March 27, 2017 @ 07:01:41
  Author: arojas
Revision: 219295

Update to 3.6.1

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 06:10:10 UTC (rev 219294)
+++ PKGBUILD2017-03-27 07:01:41 UTC (rev 219295)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=nomacs
-pkgver=3.6.0
+pkgver=3.6.1
 _pluginver=be5886fab002d84963daab7820bd04f703e74b59
 pkgrel=1
 pkgdesc="A Qt image viewer"
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools')
 
source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz";
 "https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";)
-md5sums=('cd6c776b81b6bce79df41e2bb2ecf3db'
+md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f'
  'b9ed0e229e87b8e4e6669276dc320a23')
 
 prepare() {


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

2017-03-27 Thread Antonio Rojas
Date: Monday, March 27, 2017 @ 07:02:07
  Author: arojas
Revision: 219296

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-27 07:01:41 UTC (rev 219295)
+++ community-i686/PKGBUILD 2017-03-27 07:02:07 UTC (rev 219296)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=3.6.0
-_pluginver=be5886fab002d84963daab7820bd04f703e74b59
-pkgrel=1
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/";
-license=('GPL3')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz";
-"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";)
-md5sums=('cd6c776b81b6bce79df41e2bb2ecf3db'
- 'b9ed0e229e87b8e4e6669276dc320a23')
-
-prepare() {
-  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 219295, 
nomacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-27 07:02:07 UTC (rev 219296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.6.1
+_pluginver=be5886fab002d84963daab7820bd04f703e74b59
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/";
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz";
+"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";)
+md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f'
+ 'b9ed0e229e87b8e4e6669276dc320a23')
+
+prepare() {
+  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-27 07:01:41 UTC (rev 219295)
+++ community-x86_64/PKGBUILD   2017-03-27 07:02:07 UTC (rev 219296)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=3.6.0
-_pluginver=be5886fab002d84963daab7820bd04f703e74b59
-pkgrel=1
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/";
-license=('GPL3')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz";
-"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";)
-md5sums=('cd6c776b81b6bce79df41e2bb2ecf3db'
- 'b9ed0e229e87b8e4e6669276dc320a23')
-
-prepare() {
-  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 219295, 
nomacs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-27 07:02:07 UTC (rev 219296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.6.1
+_pluginver=be5886fab002d84963daab7820bd04f703e74b59
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/";
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz";
+"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";)
+md5sum

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

2017-03-27 Thread Antonio Rojas
Date: Monday, March 27, 2017 @ 07:14:39
  Author: arojas
Revision: 219297

Update to 0.18.0

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 07:02:07 UTC (rev 219296)
+++ PKGBUILD2017-03-27 07:14:39 UTC (rev 219297)
@@ -3,8 +3,8 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.17.2
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
 url='http://autobahn.ws/python/'
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('9ffb9dfc2ff43e40bbb8aa5714980b6100a92504')
+sha1sums=('386a2ad42ab28d665eff6974f616b643879a608f')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-03-27 Thread Antonio Rojas
Date: Monday, March 27, 2017 @ 07:14:59
  Author: arojas
Revision: 219298

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 07:14:39 UTC (rev 219297)
+++ PKGBUILD2017-03-27 07:14:59 UTC (rev 219298)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=0.17.2
-pkgrel=2
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('9ffb9dfc2ff43e40bbb8aa5714980b6100a92504')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 219297, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-27 07:14:59 UTC (rev 219298)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha1sums=('386a2ad42ab28d665eff6974f616b643879a608f')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-03-27 Thread Massimiliano Torromeo
Date: Monday, March 27, 2017 @ 09:51:55
  Author: mtorromeo
Revision: 219299

Fixed undefined makedev macro

Modified:
  rkt/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 07:14:59 UTC (rev 219298)
+++ PKGBUILD2017-03-27 09:51:55 UTC (rev 219299)
@@ -24,25 +24,43 @@
 # stage1/usr_from_kvm/kernel.mk
 KERNEL_VERSION=4.9.2
 
+# stage1/usr_from_kvm/lkvm.mk
+KVMTOOL_VERSION=cfae4d64482ed745214e3c62dd84b79c2ae0f325
+
 source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
 
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
 
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
 
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
+
kvmtool-$KVMTOOL_VERSION.tar.gz::https://kernel.googlesource.com/pub/scm/linux/kernel/git/will/kvmtool/+archive/$KVMTOOL_VERSION.tar.gz
 rkt.sysusers)
 noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
+   linux-$KERNEL_VERSION.tar.xz
+   kvmtool-$KVMTOOL_VERSION.tar.gz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
 sha256sums=('090da380ae8526d2a819f777fa983aee0df6254c37eb1fd74783d2d4c4ced359'
 '988e4ad8e044dd8bff54cb5e0a34a1ed25cf7bc8cc241f1a90e3fe7f1412f315'
 'SKIP'
 '8dda9aedd17ae0bf1e06ebb4b79082f83fb3ade45cbcc3ca4c30bf3faf085738'
+'11e417534817d0890f20c2d1cf23f4d9ead8a59f122c9a0c4debee31bf995f36'
 '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
 
 prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/{lkvm/src,kernel}
+
+  # disable git fetch of kvmtool
+  sed -r '/^include makelib\/git.mk$/d' -i stage1/usr_from_kvm/lkvm.mk
+  bsdtar -xf "$srcdir"/kvmtool-$KVMTOOL_VERSION.tar.gz \
+ -C build-rkt-$pkgver/tmp/usr_from_kvm/lkvm/src
+
+  # place prefetched kernel sources
+  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz \
+build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
+
+  # fix makedev definition
+  sed '/^#include $/a #include ' -i \
+  stage1/prepare-app/prepare-app.c \
+  build-rkt-$pkgver/tmp/usr_from_kvm/lkvm/src/virtio/9p.c
 }
 
 build() {


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 09:54:31
  Author: spupykin
Revision: 219300

upgpkg: atop 2.3.0-1

upd

Modified:
  atop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 09:51:55 UTC (rev 219299)
+++ PKGBUILD2017-03-27 09:54:31 UTC (rev 219300)
@@ -3,8 +3,8 @@
 # Contributor: John Gerritse 
 
 pkgname=atop
-pkgver=2.2_3
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
 pkgdesc="A system and process level monitor."
 arch=(i686 x86_64)
 url="http://www.atoptool.nl/";
@@ -11,14 +11,14 @@
 license=('GPL')
 depends=('ncurses' 'sh' 'zlib' 'cron')
 source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
-md5sums=('034dc1544f2ec4e4d2c739d320dc326d')
+sha256sums=('73e4725de0bafac8c63b032e8479e2305e3962afbe977ec1abd45f9e104eb264')
 
 build() {
-  cd "$srcdir"/$pkgname-*
+  cd "$srcdir"/$pkgname-$pkgver
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-*
+  cd "$srcdir"/$pkgname-$pkgver
   make DESTDIR="$pkgdir" systemdinstall SBINPATH=/usr/bin
 }


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 09:54:57
  Author: spupykin
Revision: 219302

upgpkg: frei0r-plugins 1.6.0-1

upd

Modified:
  frei0r-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 09:54:51 UTC (rev 219301)
+++ PKGBUILD2017-03-27 09:54:57 UTC (rev 219302)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=frei0r-plugins
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="A minimalistic plugin API for video sources and filters"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 depends=('gcc-libs' 'gavl>=1.0.0' 'opencv>=2.4.3')
 makedepends=('doxygen')
 options=('!emptydirs')
-source=(https://files.dyne.org/frei0r/releases/$pkgname-$pkgver.tar.gz)
-sha256sums=('781cf84a6c2a9a3252f54d2967b57f6de75a31fc1684371e112638c981f72b60')
+source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz)
+sha256sums=('ab2d7254f3a822944252f6c85453eeb8b38fd9368e087034c8d47d68fe6e36fe')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 09:54:51
  Author: spupykin
Revision: 219301

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-27 09:54:31 UTC (rev 219300)
+++ community-i686/PKGBUILD 2017-03-27 09:54:51 UTC (rev 219301)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: John Gerritse 
-
-pkgname=atop
-pkgver=2.2_3
-pkgrel=3
-pkgdesc="A system and process level monitor."
-arch=(i686 x86_64)
-url="http://www.atoptool.nl/";
-license=('GPL')
-depends=('ncurses' 'sh' 'zlib' 'cron')
-source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
-md5sums=('034dc1544f2ec4e4d2c739d320dc326d')
-
-build() {
-  cd $srcdir/$pkgname-*
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-*
-  make DESTDIR=$pkgdir systemdinstall SBINPATH=/usr/bin
-}

Copied: atop/repos/community-i686/PKGBUILD (from rev 219300, 
atop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-27 09:54:51 UTC (rev 219301)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: John Gerritse 
+
+pkgname=atop
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A system and process level monitor."
+arch=(i686 x86_64)
+url="http://www.atoptool.nl/";
+license=('GPL')
+depends=('ncurses' 'sh' 'zlib' 'cron')
+source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
+sha256sums=('73e4725de0bafac8c63b032e8479e2305e3962afbe977ec1abd45f9e104eb264')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" systemdinstall SBINPATH=/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-27 09:54:31 UTC (rev 219300)
+++ community-x86_64/PKGBUILD   2017-03-27 09:54:51 UTC (rev 219301)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: John Gerritse 
-
-pkgname=atop
-pkgver=2.2_3
-pkgrel=3
-pkgdesc="A system and process level monitor."
-arch=(i686 x86_64)
-url="http://www.atoptool.nl/";
-license=('GPL')
-depends=('ncurses' 'sh' 'zlib' 'cron')
-source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
-md5sums=('034dc1544f2ec4e4d2c739d320dc326d')
-
-build() {
-  cd $srcdir/$pkgname-*
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-*
-  make DESTDIR=$pkgdir systemdinstall SBINPATH=/usr/bin
-}

Copied: atop/repos/community-x86_64/PKGBUILD (from rev 219300, 
atop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-27 09:54:51 UTC (rev 219301)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: John Gerritse 
+
+pkgname=atop
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A system and process level monitor."
+arch=(i686 x86_64)
+url="http://www.atoptool.nl/";
+license=('GPL')
+depends=('ncurses' 'sh' 'zlib' 'cron')
+source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
+sha256sums=('73e4725de0bafac8c63b032e8479e2305e3962afbe977ec1abd45f9e104eb264')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" systemdinstall SBINPATH=/usr/bin
+}


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 09:55:20
  Author: spupykin
Revision: 219304

upgpkg: python-babel 2.4.0-1

upd

Modified:
  python-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 09:55:15 UTC (rev 219303)
+++ PKGBUILD2017-03-27 09:55:20 UTC (rev 219304)
@@ -4,8 +4,8 @@
 
 pkgbase=python-babel
 pkgname=(python-babel python2-babel)
-pkgver=2.3.4
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="A collection of tools for internationalizing Python applications"
 url="http://babel.pocoo.org/";
 license=("BSD")
@@ -15,14 +15,14 @@
'python-pytz' 'python2-pytz')
 noextract=("core-28.zip")
 #source=("https://pypi.python.org/packages/source/B/Babel/Babel-$pkgver.tar.gz";
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/$pkgver.tar.gz";
-   "core-28.zip::http://unicode.org/Public/cldr/28/core.zip";)
-md5sums=('ddf0321a1a2f9106646201445701a92f'
- 'a4e9ee67b3545df299043164cd78fca1')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
+   "core-29.zip::http://unicode.org/Public/cldr/29/core.zip";)
+sha256sums=('96e1a5e364ce717bd5ea5ff9ba28bfa7b8eba7f126b86719d92de850de8a9a3b'
+'b3308f8d3b4a80045ce4262b2784ac8d99775e80aaacafbf1277833f6b28ffda')
 
 prepare() {
   cd "$srcdir"/babel-${pkgver}
-  mv "$srcdir"/core-28.zip cldr/
+  mv "$srcdir"/core-29.zip cldr/
 }
 
 package_python-babel() {


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 09:55:15
  Author: spupykin
Revision: 219303

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

Added:
  frei0r-plugins/repos/community-i686/PKGBUILD
(from rev 219302, frei0r-plugins/trunk/PKGBUILD)
  frei0r-plugins/repos/community-x86_64/PKGBUILD
(from rev 219302, frei0r-plugins/trunk/PKGBUILD)
Deleted:
  frei0r-plugins/repos/community-i686/PKGBUILD
  frei0r-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-27 09:54:57 UTC (rev 219302)
+++ community-i686/PKGBUILD 2017-03-27 09:55:15 UTC (rev 219303)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=frei0r-plugins
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A minimalistic plugin API for video sources and filters"
-arch=(i686 x86_64)
-url="http://www.piksel.org/frei0r";
-license=('GPL')
-depends=('gcc-libs' 'gavl>=1.0.0' 'opencv>=2.4.3')
-makedepends=('doxygen')
-options=('!emptydirs')
-source=(https://files.dyne.org/frei0r/releases/$pkgname-$pkgver.tar.gz)
-sha256sums=('781cf84a6c2a9a3252f54d2967b57f6de75a31fc1684371e112638c981f72b60')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  touch README AUTHORS ChangeLog TODO
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: frei0r-plugins/repos/community-i686/PKGBUILD (from rev 219302, 
frei0r-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-27 09:55:15 UTC (rev 219303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=frei0r-plugins
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A minimalistic plugin API for video sources and filters"
+arch=(i686 x86_64)
+url="http://www.piksel.org/frei0r";
+license=('GPL')
+depends=('gcc-libs' 'gavl>=1.0.0' 'opencv>=2.4.3')
+makedepends=('doxygen')
+options=('!emptydirs')
+source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz)
+sha256sums=('ab2d7254f3a822944252f6c85453eeb8b38fd9368e087034c8d47d68fe6e36fe')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  touch README AUTHORS ChangeLog TODO
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-27 09:54:57 UTC (rev 219302)
+++ community-x86_64/PKGBUILD   2017-03-27 09:55:15 UTC (rev 219303)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=frei0r-plugins
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A minimalistic plugin API for video sources and filters"
-arch=(i686 x86_64)
-url="http://www.piksel.org/frei0r";
-license=('GPL')
-depends=('gcc-libs' 'gavl>=1.0.0' 'opencv>=2.4.3')
-makedepends=('doxygen')
-options=('!emptydirs')
-source=(https://files.dyne.org/frei0r/releases/$pkgname-$pkgver.tar.gz)
-sha256sums=('781cf84a6c2a9a3252f54d2967b57f6de75a31fc1684371e112638c981f72b60')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  touch README AUTHORS ChangeLog TODO
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: frei0r-plugins/repos/community-x86_64/PKGBUILD (from rev 219302, 
frei0r-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-27 09:55:15 UTC (rev 219303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=frei0r-plugins
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A minimalistic plugin API for video sources and filters"
+arch=(i686 x86_64)
+url="http://www.piksel.org/frei0r";
+license=('GPL')
+depends=('gcc-libs' 'gavl>=1.0.0' 'opencv>=2.4.3')
+makedepends=('doxygen')
+options=('!emptydirs')
+source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz)
+sha256sums=('ab2d7254f3a822944252f6c85453eeb8b38fd9368e087034c8d47d68fe6e36fe')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  touch README AUTHORS ChangeLog TODO
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 09:55:31
  Author: spupykin
Revision: 219305

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 09:55:20 UTC (rev 219304)
+++ PKGBUILD2017-03-27 09:55:31 UTC (rev 219305)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Giedrius Slavinskas 
-
-pkgbase=python-babel
-pkgname=(python-babel python2-babel)
-pkgver=2.3.4
-pkgrel=2
-pkgdesc="A collection of tools for internationalizing Python applications"
-url="http://babel.pocoo.org/";
-license=("BSD")
-arch=('any')
-makedepends=('python' 'python2'
-   'python-setuptools' 'python2-setuptools'
-   'python-pytz' 'python2-pytz')
-noextract=("core-28.zip")
-#source=("https://pypi.python.org/packages/source/B/Babel/Babel-$pkgver.tar.gz";
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/$pkgver.tar.gz";
-   "core-28.zip::http://unicode.org/Public/cldr/28/core.zip";)
-md5sums=('ddf0321a1a2f9106646201445701a92f'
- 'a4e9ee67b3545df299043164cd78fca1')
-
-prepare() {
-  cd "$srcdir"/babel-${pkgver}
-  mv "$srcdir"/core-28.zip cldr/
-}
-
-package_python-babel() {
-  depends=('python' 'python-pytz')
-
-  cd "$srcdir"/babel-${pkgver}
-  python3 setup.py import_cldr
-  python3 setup.py install --root="$pkgdir"
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-babel() {
-  depends=('python2' 'python2-pytz')
-
-  cd "$srcdir"/babel-${pkgver}
-  python2 setup.py import_cldr
-  python2 setup.py install --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/pybabel "$pkgdir"/usr/bin/pybabel2
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-babel/repos/community-any/PKGBUILD (from rev 219304, 
python-babel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-27 09:55:31 UTC (rev 219305)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Giedrius Slavinskas 
+
+pkgbase=python-babel
+pkgname=(python-babel python2-babel)
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A collection of tools for internationalizing Python applications"
+url="http://babel.pocoo.org/";
+license=("BSD")
+arch=('any')
+makedepends=('python' 'python2'
+   'python-setuptools' 'python2-setuptools'
+   'python-pytz' 'python2-pytz')
+noextract=("core-28.zip")
+#source=("https://pypi.python.org/packages/source/B/Babel/Babel-$pkgver.tar.gz";
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
+   "core-29.zip::http://unicode.org/Public/cldr/29/core.zip";)
+sha256sums=('96e1a5e364ce717bd5ea5ff9ba28bfa7b8eba7f126b86719d92de850de8a9a3b'
+'b3308f8d3b4a80045ce4262b2784ac8d99775e80aaacafbf1277833f6b28ffda')
+
+prepare() {
+  cd "$srcdir"/babel-${pkgver}
+  mv "$srcdir"/core-29.zip cldr/
+}
+
+package_python-babel() {
+  depends=('python' 'python-pytz')
+
+  cd "$srcdir"/babel-${pkgver}
+  python3 setup.py import_cldr
+  python3 setup.py install --root="$pkgdir"
+  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-babel() {
+  depends=('python2' 'python2-pytz')
+
+  cd "$srcdir"/babel-${pkgver}
+  python2 setup.py import_cldr
+  python2 setup.py install --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/pybabel "$pkgdir"/usr/bin/pybabel2
+  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 09:56:57
  Author: spupykin
Revision: 219306

src-tarball name fix

Modified:
  uranium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 09:55:31 UTC (rev 219305)
+++ PKGBUILD2017-03-27 09:56:57 UTC (rev 219306)
@@ -10,8 +10,8 @@
 license=('AGPL')
 depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 
'python-numpy' 'arcus')
 makedepends=('cmake')
-source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz";)
-md5sums=('90b8aeb612a4639277b453fa416ff890')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('21018ef06673b5b76f516b82398040d10f96c135294e1085d6d2ef667256d011')
 
 prepare() {
   cd Uranium-${pkgver}


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 09:59:18
  Author: spupykin
Revision: 219307

src-tarball name fix

Modified:
  cura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 09:56:57 UTC (rev 219306)
+++ PKGBUILD2017-03-27 09:59:18 UTC (rev 219307)
@@ -11,7 +11,7 @@
 url="https://ultimaker.com/en/products/cura-software";
 license=('AGPL')
 arch=('i686' 'x86_64')
-source=(https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
 sha1sums=('8f21748b27ef7e6fd7b07c2c6f81695f073a6840')
 
 prepare(){


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 10:02:41
  Author: spupykin
Revision: 219308

src-tarball name fix

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 09:59:18 UTC (rev 219307)
+++ PKGBUILD2017-03-27 10:02:41 UTC (rev 219308)
@@ -10,7 +10,7 @@
 license=('AGPL')
 depends=('arcus')
 makedepends=('cmake')
-source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz";)
 md5sums=('b2acaf1cd000da903beba985f45e745a')
 
 


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

2017-03-27 Thread Massimiliano Torromeo
Date: Monday, March 27, 2017 @ 10:24:56
  Author: mtorromeo
Revision: 219309

upgpkg: percona-server 5.7.17_12-1

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 10:02:41 UTC (rev 219308)
+++ PKGBUILD2017-03-27 10:24:56 UTC (rev 219309)
@@ -3,11 +3,11 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.17_11
+pkgver=5.7.17_12
 _boost_ver=1.59.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'zlib' 'libaio' 'systemd-tools' 'valgrind' 'pam' 
'numactl' 'jemalloc')
 license=('GPL' 'AGPL')
@@ -16,7 +16,7 @@
 
"https://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz";
 'my.cnf'
 'mysql-user.conf')
-sha256sums=('755742455a370ae0b10ee2533a4e32a1c02585075ce2460bdbfa2cf9a3b89c8c'
+sha256sums=('2f89b40c940009bb54093c6740024c2dda918859ba731d03e76340e83e0a47b5'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e')


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

2017-03-27 Thread Massimiliano Torromeo
Date: Monday, March 27, 2017 @ 10:25:22
  Author: mtorromeo
Revision: 219310

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 219309, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 219309, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysql-user.conf
(from rev 219309, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 219309, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 219309, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 219309, percona-server/trunk/mysql-user.conf)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf

--+
 /PKGBUILD|  344 +
 /my.cnf  |   76 
 /mysql-user.conf |2 
 community-i686/PKGBUILD  |  166 -
 community-i686/my.cnf|   38 
 community-i686/mysql-user.conf   |1 
 community-x86_64/PKGBUILD|  166 -
 community-x86_64/my.cnf  |   38 
 community-x86_64/mysql-user.conf |1 
 9 files changed, 422 insertions(+), 410 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-27 10:24:56 UTC (rev 219309)
+++ community-i686/PKGBUILD 2017-03-27 10:25:22 UTC (rev 219310)
@@ -1,166 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.17_11
-_boost_ver=1.59.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind' 
'pam' 'numactl' 'jemalloc')
-license=('GPL' 'AGPL')
-url="https://www.percona.com/software/mysql-database/percona-server";
-source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz";
-
"https://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz";
-'my.cnf'
-'mysql-user.conf')
-sha256sums=('755742455a370ae0b10ee2533a4e32a1c02585075ce2460bdbfa2cf9a3b89c8c'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
-'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
-'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   rm -v sql/sql_yacc.{cc,h}
-
-   sed 's|${fullhostname}|"archbuild"|' \
-   -i storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_CONFIG=mysql_release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   -DINSTALL_SCRIPTDIR=bin \
-   -DINSTALL_INCLUDEDIR=include/perconaserver \
-   -DINSTALL_DOCREADMEDIR=share/mysql \
-   -DINSTALL_SUPPORTFILESDIR=share/mysql \
-   -DINSTALL_MYSQLSHAREDIR=share/mysql \
-   -DINSTALL_DOCDIR=share/mysql/docs \
-   -DINSTALL_SHAREDIR=share/mysql \
-   -DWITH_ZLIB=system \
-   -DWITH_SSL=system \
-   -DWITH_LIBWRAP=OFF \
-   -DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-   -DWITH_UNIT_TESTS=OFF \
-   -DWITH_PAM=ON \
-   -DWITH_EXTRA_CHARSETS=complex \
-   -DWITH_EMBEDDED_SERVER=ON \
-   -DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-   -DWITH_INNODB_MEMCACHED=ON \
-   -DWITH_INNOBASE_STORAGE_ENGINE=ON \
-   -DWITH_PARTITION_STORAGE_ENGINE=ON \
-   -DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
-   -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
-   -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-   -DWITH_FEDERATED_STORAGE_ENGINE=OFF \
-

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

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 10:47:28
  Author: bpiotrowski
Revision: 291721

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

Added:
  nginx/repos/community-testing-i686/
  nginx/repos/community-testing-i686/PKGBUILD
(from rev 291720, nginx/trunk/PKGBUILD)
  nginx/repos/community-testing-i686/logrotate
(from rev 291720, nginx/trunk/logrotate)
  nginx/repos/community-testing-i686/nginx.install
(from rev 291720, nginx/trunk/nginx.install)
  nginx/repos/community-testing-i686/service
(from rev 291720, nginx/trunk/service)
  nginx/repos/community-testing-x86_64/
  nginx/repos/community-testing-x86_64/PKGBUILD
(from rev 291720, nginx/trunk/PKGBUILD)
  nginx/repos/community-testing-x86_64/logrotate
(from rev 291720, nginx/trunk/logrotate)
  nginx/repos/community-testing-x86_64/nginx.install
(from rev 291720, nginx/trunk/nginx.install)
  nginx/repos/community-testing-x86_64/service
(from rev 291720, nginx/trunk/service)

+
 community-testing-i686/PKGBUILD|  126 +++
 community-testing-i686/logrotate   |   10 ++
 community-testing-i686/nginx.install   |   27 ++
 community-testing-i686/service |   17 
 community-testing-x86_64/PKGBUILD  |  126 +++
 community-testing-x86_64/logrotate |   10 ++
 community-testing-x86_64/nginx.install |   27 ++
 community-testing-x86_64/service   |   17 
 8 files changed, 360 insertions(+)

Copied: nginx/repos/community-testing-i686/PKGBUILD (from rev 291720, 
nginx/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-27 10:47:28 UTC (rev 291721)
@@ -0,0 +1,126 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Sébastien Luttringer
+# Contributor: Sergej Pupykin 
+# Contributor: Miroslaw Szot 
+# Contributor: Daniel Micay 
+
+pkgname=nginx
+pkgver=1.10.3
+pkgrel=5
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
+arch=('i686' 'x86_64')
+url='https://nginx.org'
+license=('custom')
+depends=('pcre' 'zlib' 'openssl' 'geoip')
+makedepends=('hardening-wrapper')
+backup=('etc/nginx/fastcgi.conf'
+'etc/nginx/fastcgi_params'
+'etc/nginx/koi-win'
+'etc/nginx/koi-utf'
+'etc/nginx/mime.types'
+'etc/nginx/nginx.conf'
+'etc/nginx/scgi_params'
+'etc/nginx/uwsgi_params'
+'etc/nginx/win-utf'
+'etc/logrotate.d/nginx')
+install=nginx.install
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+service
+logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
+ 'SKIP'
+ '09862c34cd9593bc40da81f88c5fc4b2'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+
+_common_flags=(
+  --with-pcre-jit
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-stream
+  --with-stream_ssl_module
+  --with-threads
+)
+
+_stable_flags=(
+  --with-ipv6
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+${_common_flags[@]} \
+${_stable_flags[@]}
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
+
+  for i in ftdetect indent syntax; do
+install -Dm644 contrib/vim/${i}/nginx.vim \
+  "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nginx/repos/community-testing-i686/logrotate (from rev 291720, 
nginx/trunk/logrotate)
===
--- community-testing-i686/logrotate(rev 0)
+++ community-testing-i686/logrotate2017-03-27 10:47:28 UTC (rev 291721)
@@ -0,0 +1,10 @@
+/var/log/nginx/*log {
+   missingok

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

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 10:47:07
  Author: bpiotrowski
Revision: 291720

upgpkg: nginx 1.10.3-5

rebuild against openssl 1.1.0

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 01:56:50 UTC (rev 291719)
+++ PKGBUILD2017-03-27 10:47:07 UTC (rev 291720)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'


[arch-commits] Commit in nginx-mainline/trunk (PKGBUILD logrotate service)

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 11:00:34
  Author: bpiotrowski
Revision: 291722

upgpkg: nginx-mainline 1.11.12-1

- new upstream release
- add --with-compat to mainline flags
- sync service and logrotate with extra/nginx

Modified:
  nginx-mainline/trunk/PKGBUILD
  nginx-mainline/trunk/logrotate
  nginx-mainline/trunk/service

---+
 PKGBUILD  |   17 -
 logrotate |2 +-
 service   |   13 -
 3 files changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 10:47:28 UTC (rev 291721)
+++ PKGBUILD2017-03-27 11:00:34 UTC (rev 291722)
@@ -4,8 +4,8 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.11.10
-pkgrel=2
+pkgver=1.11.12
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -29,10 +29,10 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('6fb10f579055d27a2240d51c7d85c190'
+md5sums=('c5ffbd7107c34bff4ac9446b59468e6a'
  'SKIP'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
- 'd6a6d4d819f03a675bacdfabd25aa37e')
+ '09862c34cd9593bc40da81f88c5fc4b2'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(
   --with-pcre-jit
@@ -61,6 +61,7 @@
 )
 
 _mainline_flags=(
+  --with-compat
   --with-stream_ssl_preread_module
   --with-stream_geoip_module
   --with-stream_realip_module
@@ -119,9 +120,7 @@
   gzip -9c man/nginx.8 > "$pkgdir"/usr/share/man/man8/nginx.8.gz
 
   for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/${i}/nginx.vim \
-  "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
+install -Dm644 contrib/vim/$i/nginx.vim \
+  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
   done
 }
-
-# vim:set ts=2 sw=2 et:

Modified: logrotate
===
--- logrotate   2017-03-27 10:47:28 UTC (rev 291721)
+++ logrotate   2017-03-27 11:00:34 UTC (rev 291722)
@@ -5,6 +5,6 @@
sharedscripts
compress
postrotate
-   test ! -r /var/run/nginx.pid || kill -USR1 `cat 
/var/run/nginx.pid`
+   test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
 }

Modified: service
===
--- service 2017-03-27 10:47:28 UTC (rev 291721)
+++ service 2017-03-27 11:00:34 UTC (rev 291722)
@@ -1,14 +1,17 @@
 [Unit]
 Description=A high performance web server and a reverse proxy server
-After=syslog.target network.target
+After=network.target
 
 [Service]
 Type=forking
 PIDFile=/run/nginx.pid
-ExecStartPre=/usr/bin/nginx -t -q -g 'pid /run/nginx.pid; daemon on; 
master_process on;'
-ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;'
-ExecReload=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process 
on;' -s reload
-ExecStop=/usr/bin/nginx -g 'pid /run/nginx.pid;' -s quit
+PrivateDevices=yes
+SyslogLevel=err
 
+ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
+ExecReload=/usr/bin/nginx -s reload
+KillSignal=SIGQUIT
+KillMode=mixed
+
 [Install]
 WantedBy=multi-user.target


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

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 11:00:43
  Author: bpiotrowski
Revision: 291723

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

Added:
  nginx-mainline/repos/testing-i686/PKGBUILD
(from rev 291722, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/testing-i686/logrotate
(from rev 291722, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/testing-i686/nginx.install
(from rev 291722, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/testing-i686/service
(from rev 291722, nginx-mainline/trunk/service)
  nginx-mainline/repos/testing-x86_64/PKGBUILD
(from rev 291722, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/testing-x86_64/logrotate
(from rev 291722, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/testing-x86_64/nginx.install
(from rev 291722, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/testing-x86_64/service
(from rev 291722, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/testing-i686/PKGBUILD
  nginx-mainline/repos/testing-i686/logrotate
  nginx-mainline/repos/testing-i686/nginx.install
  nginx-mainline/repos/testing-i686/service
  nginx-mainline/repos/testing-x86_64/PKGBUILD
  nginx-mainline/repos/testing-x86_64/logrotate
  nginx-mainline/repos/testing-x86_64/nginx.install
  nginx-mainline/repos/testing-x86_64/service

--+
 /PKGBUILD|  252 +
 /logrotate   |   20 +++
 /nginx.install   |   24 +++
 /service |   34 +
 testing-i686/PKGBUILD|  127 
 testing-i686/logrotate   |   10 -
 testing-i686/nginx.install   |   12 -
 testing-i686/service |   14 --
 testing-x86_64/PKGBUILD  |  127 
 testing-x86_64/logrotate |   10 -
 testing-x86_64/nginx.install |   12 -
 testing-x86_64/service   |   14 --
 12 files changed, 330 insertions(+), 326 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-27 11:00:34 UTC (rev 291722)
+++ testing-i686/PKGBUILD   2017-03-27 11:00:43 UTC (rev 291723)
@@ -1,127 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.11.10
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('6fb10f579055d27a2240d51c7d85c190'
- 'SKIP'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
- 'd6a6d4d819f03a675bacdfabd25aa37e')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_mainline_flags=(
-  --with-stream_ssl_preread_module
-  --with-stream_geoip_module
-  --with-stream_realip_module
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/${i}/nginx.vim

[arch-commits] Commit in nginx/repos (community-testing-i686 community-testing-x86_64)

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 11:01:03
  Author: bpiotrowski
Revision: 291724

cleanup

Deleted:
  nginx/repos/community-testing-i686/
  nginx/repos/community-testing-x86_64/


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

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 11:01:18
  Author: bpiotrowski
Revision: 291725

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

Added:
  nginx/repos/testing-i686/PKGBUILD
(from rev 291724, nginx/trunk/PKGBUILD)
  nginx/repos/testing-i686/logrotate
(from rev 291724, nginx/trunk/logrotate)
  nginx/repos/testing-i686/nginx.install
(from rev 291724, nginx/trunk/nginx.install)
  nginx/repos/testing-i686/service
(from rev 291724, nginx/trunk/service)
  nginx/repos/testing-x86_64/PKGBUILD
(from rev 291724, nginx/trunk/PKGBUILD)
  nginx/repos/testing-x86_64/logrotate
(from rev 291724, nginx/trunk/logrotate)
  nginx/repos/testing-x86_64/nginx.install
(from rev 291724, nginx/trunk/nginx.install)
  nginx/repos/testing-x86_64/service
(from rev 291724, nginx/trunk/service)
Deleted:
  nginx/repos/testing-i686/PKGBUILD
  nginx/repos/testing-i686/logrotate
  nginx/repos/testing-i686/nginx.install
  nginx/repos/testing-i686/service
  nginx/repos/testing-x86_64/PKGBUILD
  nginx/repos/testing-x86_64/logrotate
  nginx/repos/testing-x86_64/nginx.install
  nginx/repos/testing-x86_64/service

--+
 /PKGBUILD|  252 +
 /logrotate   |   20 +++
 /nginx.install   |   54 
 /service |   34 +
 testing-i686/PKGBUILD|  126 
 testing-i686/logrotate   |   10 -
 testing-i686/nginx.install   |   27 
 testing-i686/service |   17 --
 testing-x86_64/PKGBUILD  |  126 
 testing-x86_64/logrotate |   10 -
 testing-x86_64/nginx.install |   27 
 testing-x86_64/service   |   17 --
 12 files changed, 360 insertions(+), 360 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-27 11:01:03 UTC (rev 291724)
+++ testing-i686/PKGBUILD   2017-03-27 11:01:18 UTC (rev 291725)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.3
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
- 'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-  --with-ipv6
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/${i}/nginx.vim \
-  "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nginx/repos/testing-i686/PKGBUILD (from rev 291724, 
nginx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   

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

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 11:13:04
  Author: bpiotrowski
Revision: 291726

upgpkg: iptables 1.6.1-1

enable BPF compiler

Modified:
  iptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 11:01:18 UTC (rev 291725)
+++ PKGBUILD2017-03-27 11:13:04 UTC (rev 291726)
@@ -3,15 +3,15 @@
 # Contributor: Thomas Baechler 
 
 pkgname=iptables
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Linux kernel packet control tool'
-arch=('i686' 'x86_64')
-license=('GPL2')
+arch=(i686 x86_64)
+license=(GPL2)
 url='http://www.netfilter.org/projects/iptables/index.html'
-depends=('glibc' 'bash' 'libnftnl')
-makedepends=('linux-api-headers')
-source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig}
 \
+depends=(glibc bash libnftnl libpcap)
+makedepends=(linux-api-headers)
+source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig}
 empty.rules
 simple_firewall.rules
 empty-filter.rules
@@ -22,7 +22,7 @@
 iptables.service
 ip6tables.service
 iptables-flush)
-sha1sums=('21a694e75b0d6863cc001f85fb15915d12b8cc22'
+sha1sums=('b2592490ca7a6c2cd0f069e167a4337c86acdf91'
   'SKIP'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
   'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
@@ -37,7 +37,7 @@
 validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
 
   # use system one
   rm include/linux/types.h
@@ -44,32 +44,38 @@
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
 
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib/iptables --sysconfdir=/etc \
- --with-xtlibdir=/usr/lib/iptables \
- --enable-devel --enable-shared \
- --sbindir=/usr/bin
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/iptables \
+--with-xtlibdir=/usr/lib/iptables \
+--enable-bpf-compiler \
+--enable-devel \
+--enable-shared
+
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir"
+  install -Dm644 empty.rules "${pkgdir}"/etc/iptables/empty.rules
+  install -Dm644 simple_firewall.rules 
"${pkgdir}"/etc/iptables/simple_firewall.rules
 
-  cd "${srcdir}"
-  install -D -m644 empty.rules "${pkgdir}"/etc/iptables/empty.rules
-  install -D -m644 simple_firewall.rules 
"${pkgdir}"/etc/iptables/simple_firewall.rules
-
-  mkdir -p "${pkgdir}"/var/lib/{iptables,ip6tables}
+  install -d "$pkgdir"/var/lib/{iptables,ip6tables}
   install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/iptables
   install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/ip6tables
 
   # install systemd files
-  install -Dm644 ${srcdir}/iptables.service 
${pkgdir}/usr/lib/systemd/system/iptables.service
-  install -Dm644 ${srcdir}/ip6tables.service 
${pkgdir}/usr/lib/systemd/system/ip6tables.service
-  install -Dm755 ${srcdir}/iptables-flush 
${pkgdir}/usr/lib/systemd/scripts/iptables-flush
+  install -Dm644 iptables.service \
+"$pkgdir/usr/lib/systemd/system/iptables.service"
+  install -Dm644 ip6tables.service \
+"$pkgdir/usr/lib/systemd/system/ip6tables.service"
+  install -Dm755 iptables-flush \
+"$pkgdir/usr/lib/systemd/scripts/iptables-flush"
 }
 


[arch-commits] Commit in iptables/repos (24 files)

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 11:13:18
  Author: bpiotrowski
Revision: 291727

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

Added:
  iptables/repos/staging-i686/
  iptables/repos/staging-i686/PKGBUILD
(from rev 291726, iptables/trunk/PKGBUILD)
  iptables/repos/staging-i686/empty-filter.rules
(from rev 291726, iptables/trunk/empty-filter.rules)
  iptables/repos/staging-i686/empty-mangle.rules
(from rev 291726, iptables/trunk/empty-mangle.rules)
  iptables/repos/staging-i686/empty-nat.rules
(from rev 291726, iptables/trunk/empty-nat.rules)
  iptables/repos/staging-i686/empty-raw.rules
(from rev 291726, iptables/trunk/empty-raw.rules)
  iptables/repos/staging-i686/empty-security.rules
(from rev 291726, iptables/trunk/empty-security.rules)
  iptables/repos/staging-i686/empty.rules
(from rev 291726, iptables/trunk/empty.rules)
  iptables/repos/staging-i686/ip6tables.service
(from rev 291726, iptables/trunk/ip6tables.service)
  iptables/repos/staging-i686/iptables-flush
(from rev 291726, iptables/trunk/iptables-flush)
  iptables/repos/staging-i686/iptables.service
(from rev 291726, iptables/trunk/iptables.service)
  iptables/repos/staging-i686/simple_firewall.rules
(from rev 291726, iptables/trunk/simple_firewall.rules)
  iptables/repos/staging-x86_64/
  iptables/repos/staging-x86_64/PKGBUILD
(from rev 291726, iptables/trunk/PKGBUILD)
  iptables/repos/staging-x86_64/empty-filter.rules
(from rev 291726, iptables/trunk/empty-filter.rules)
  iptables/repos/staging-x86_64/empty-mangle.rules
(from rev 291726, iptables/trunk/empty-mangle.rules)
  iptables/repos/staging-x86_64/empty-nat.rules
(from rev 291726, iptables/trunk/empty-nat.rules)
  iptables/repos/staging-x86_64/empty-raw.rules
(from rev 291726, iptables/trunk/empty-raw.rules)
  iptables/repos/staging-x86_64/empty-security.rules
(from rev 291726, iptables/trunk/empty-security.rules)
  iptables/repos/staging-x86_64/empty.rules
(from rev 291726, iptables/trunk/empty.rules)
  iptables/repos/staging-x86_64/ip6tables.service
(from rev 291726, iptables/trunk/ip6tables.service)
  iptables/repos/staging-x86_64/iptables-flush
(from rev 291726, iptables/trunk/iptables-flush)
  iptables/repos/staging-x86_64/iptables.service
(from rev 291726, iptables/trunk/iptables.service)
  iptables/repos/staging-x86_64/simple_firewall.rules
(from rev 291726, iptables/trunk/simple_firewall.rules)

--+
 staging-i686/PKGBUILD|   81 +
 staging-i686/empty-filter.rules  |6 ++
 staging-i686/empty-mangle.rules  |8 +++
 staging-i686/empty-nat.rules |7 ++
 staging-i686/empty-raw.rules |5 ++
 staging-i686/empty-security.rules|6 ++
 staging-i686/empty.rules |6 ++
 staging-i686/ip6tables.service   |   14 +
 staging-i686/iptables-flush  |   18 +++
 staging-i686/iptables.service|   14 +
 staging-i686/simple_firewall.rules   |   11 
 staging-x86_64/PKGBUILD  |   81 +
 staging-x86_64/empty-filter.rules|6 ++
 staging-x86_64/empty-mangle.rules|8 +++
 staging-x86_64/empty-nat.rules   |7 ++
 staging-x86_64/empty-raw.rules   |5 ++
 staging-x86_64/empty-security.rules  |6 ++
 staging-x86_64/empty.rules   |6 ++
 staging-x86_64/ip6tables.service |   14 +
 staging-x86_64/iptables-flush|   18 +++
 staging-x86_64/iptables.service  |   14 +
 staging-x86_64/simple_firewall.rules |   11 
 22 files changed, 352 insertions(+)

Copied: iptables/repos/staging-i686/PKGBUILD (from rev 291726, 
iptables/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-27 11:13:18 UTC (rev 291727)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Thomas Baechler 
+
+pkgname=iptables
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Linux kernel packet control tool'
+arch=(i686 x86_64)
+license=(GPL2)
+url='http://www.netfilter.org/projects/iptables/index.html'
+depends=(glibc bash libnftnl libpcap)
+makedepends=(linux-api-headers)
+source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig}
+empty.rules
+simple_firewall.rules
+empty-filter.rules
+empty-mangle.rules
+empty-nat.rules
+empty-raw.rules
+empty-security.rules
+iptables.service
+ip6tables.service
+iptables-flush)
+sha1sums=('b2592490ca7a6c2cd0f069e167a4337c86acdf91'
+  'SKIP'
+  '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
+  'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
+  'd9f9f06b46b4187648e860afa0552335aafe3ce4'
+  'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'
+  '1694d79b3e

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

2017-03-27 Thread Timothy Redaelli
Date: Monday, March 27, 2017 @ 11:40:04
  Author: tredaelli
Revision: 219311

upgpkg: parallel 20170322-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 10:25:22 UTC (rev 219310)
+++ PKGBUILD2017-03-27 11:40:04 UTC (rev 219311)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20170222
+pkgver=20170322
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71'
+md5sums=('4fe1b8d2e3974d26c77f0b514988214d'
  'SKIP')
-sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba'
+sha1sums=('171395fc77b9f83cb06ba847cae7f7a8ecba4a19'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2017-03-27 Thread Timothy Redaelli
Date: Monday, March 27, 2017 @ 11:46:37
  Author: tredaelli
Revision: 219312

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 219311, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 11:40:04 UTC (rev 219311)
+++ PKGBUILD2017-03-27 11:46:37 UTC (rev 219312)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20170222
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71'
- 'SKIP')
-sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 219311, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-27 11:46:37 UTC (rev 219312)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20170322
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('4fe1b8d2e3974d26c77f0b514988214d'
+ 'SKIP')
+sha1sums=('171395fc77b9f83cb06ba847cae7f7a8ecba4a19'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-27 Thread Tobias Powalowski
Date: Monday, March 27, 2017 @ 12:14:45
  Author: tpowa
Revision: 291728

upgpkg: linux 4.10.6-1

bump to latest release

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 11:13:18 UTC (rev 291727)
+++ PKGBUILD2017-03-27 12:14:45 UTC (rev 291728)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.10
-pkgver=4.10.5
+pkgver=4.10.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/";
@@ -25,7 +25,7 @@
 
 sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
 'SKIP'
-'03c64409653b19d39af54c8781fde0a3747ba16577c9e5b0e1031e5d8fc29db6'
+'99ecfe76c427aeebfb0f02fe130264db1d22c87e3f7efd34a231fe6d5c50d75d'
 'SKIP'
 '386051f19482672c871e7865fc62f5e2c8010d857729134ba13044734962e42c'
 '12a87284e2935cd17e2846a207cc76f1728531416523735d66ef8a0ae690884c'


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

2017-03-27 Thread Tobias Powalowski
Date: Monday, March 27, 2017 @ 12:15:11
  Author: tpowa
Revision: 291729

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/90-linux.hook
(from rev 291728, linux/trunk/90-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 291728, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/config.i686
(from rev 291728, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 291728, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 291728, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 291728, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/90-linux.hook
(from rev 291728, linux/trunk/90-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 291728, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config.i686
(from rev 291728, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 291728, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 291728, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 291728, linux/trunk/linux.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  289 +
 testing-i686/config.i686 | 8331 +
 testing-i686/config.x86_64   | 8084 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  289 +
 testing-x86_64/config.i686   | 8331 +
 testing-x86_64/config.x86_64 | 8084 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33512 insertions(+)

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


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:19:46
  Author: felixonmars
Revision: 219313

upgpkg: deepin-voice-recorder 1.0.1-1

Modified:
  deepin-voice-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 11:46:37 UTC (rev 219312)
+++ PKGBUILD2017-03-27 12:19:46 UTC (rev 219313)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-voice-recorder
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Deepin Voice Recorder'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extras')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-voice-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('e9a65747d5232ec3424f0d1ac39fd85dda623206707e98e854cd387f9bb4d0359b91ab54d49db640d5910945280b26821008ca773bb52af29e260b93bd4e110b')
+sha512sums=('df4385229a7d9a4968f885b6af22c8a495cdd3aed4f80464386759463269cc1f5ab5f348a26e521ade402eeced362050b0507b487f7cc982d83e0787ede49953')
 
 build(){
   cd deepin-voice-recorder-$pkgver


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:20:31
  Author: felixonmars
Revision: 219314

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

Added:
  deepin-voice-recorder/repos/community-i686/PKGBUILD
(from rev 219313, deepin-voice-recorder/trunk/PKGBUILD)
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD
(from rev 219313, deepin-voice-recorder/trunk/PKGBUILD)
Deleted:
  deepin-voice-recorder/repos/community-i686/PKGBUILD
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-27 12:19:46 UTC (rev 219313)
+++ community-i686/PKGBUILD 2017-03-27 12:20:31 UTC (rev 219314)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-voice-recorder
-pkgver=1.0
-pkgrel=1
-pkgdesc='Deepin Voice Recorder'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-voice-recorder";
-license=('GPL3')
-depends=('deepin-tool-kit' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extras')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-voice-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('e9a65747d5232ec3424f0d1ac39fd85dda623206707e98e854cd387f9bb4d0359b91ab54d49db640d5910945280b26821008ca773bb52af29e260b93bd4e110b')
-
-build(){
-  cd deepin-voice-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-voice-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-voice-recorder/repos/community-i686/PKGBUILD (from rev 219313, 
deepin-voice-recorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-27 12:20:31 UTC (rev 219314)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-voice-recorder
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-voice-recorder";
+license=('GPL3')
+depends=('deepin-tool-kit' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-voice-recorder/archive/$pkgver.tar.gz";)
+sha512sums=('df4385229a7d9a4968f885b6af22c8a495cdd3aed4f80464386759463269cc1f5ab5f348a26e521ade402eeced362050b0507b487f7cc982d83e0787ede49953')
+
+build(){
+  cd deepin-voice-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-voice-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-27 12:19:46 UTC (rev 219313)
+++ community-x86_64/PKGBUILD   2017-03-27 12:20:31 UTC (rev 219314)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-voice-recorder
-pkgver=1.0
-pkgrel=1
-pkgdesc='Deepin Voice Recorder'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-voice-recorder";
-license=('GPL3')
-depends=('deepin-tool-kit' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extras')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-voice-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('e9a65747d5232ec3424f0d1ac39fd85dda623206707e98e854cd387f9bb4d0359b91ab54d49db640d5910945280b26821008ca773bb52af29e260b93bd4e110b')
-
-build(){
-  cd deepin-voice-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-voice-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-voice-recorder/repos/community-x86_64/PKGBUILD (from rev 219313, 
deepin-voice-recorder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-27 12:20:31 UTC (rev 219314)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-voice-recorder
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-voice-recorder";
+license=('GPL3')
+depends=('deepin-tool-kit' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-voice-recorder/archive/$pkgver.tar.gz";)
+sha512sums=('df4385229a7d9a4968f885b6af22c8a495cdd3aed4f80464386759463269cc1f5ab5f348a26e521ade402eeced362050b0507b487f7cc982d83e0787ede49953')
+
+build(){
+  cd deepin-voice-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-voice-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:23:23
  Author: felixonmars
Revision: 219315

upgpkg: jenkins 2.52-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:20:31 UTC (rev 219314)
+++ PKGBUILD2017-03-27 12:23:23 UTC (rev 219315)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.51
+pkgver=2.52
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('3d031d6db2912c240a444d97fae39a7ad00483a9453c23b71310bd68b5fc076f2a72cc3254504da265a7e986d99de72870d132647ff5ee38dfcd4ad28550b84e'
+sha512sums=('8bdad9919380102fc9f1298c4544af15006874a05a6ecadc802765dbfe21c87247b5fee15995e5e50c1d3285d676da6954610853fbb042b9132d37a0fc4550cb'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:24:22
  Author: felixonmars
Revision: 219316

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 219315, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 219315, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 219315, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 219315, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 219315, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 219315, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 219315, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-03-27 12:23:23 UTC (rev 219315)
+++ LICENSE 2017-03-27 12:24:22 UTC (rev 219316)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 219315, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-03-27 12:24:22 UTC (rev 219316)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 12:23:23 UTC (rev 219315)
+++ PKGBUILD2017-03-27 12:24:22 UTC (rev 219316)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.51
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkin

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:29:08
  Author: felixonmars
Revision: 219317

upgpkg: winetricks 20170326-1

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:24:22 UTC (rev 219316)
+++ PKGBUILD2017-03-27 12:29:08 UTC (rev 219317)
@@ -6,7 +6,7 @@
 # Contributor: Allan McRae 
 
 pkgname=winetricks
-pkgver=20170316
+pkgver=20170326
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -15,7 +15,7 @@
 optdepends=('zenity: GUI for GNOME desktop'
 'kdialog: GUI for KDE desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz";)
-md5sums=('adb7504ee347a9ac76a32b6642a11503')
+md5sums=('e6bc06a4dce3a6468dc28e9512741457')
 
 package() {
   depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:29:37
  Author: felixonmars
Revision: 219318

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 219317, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 12:29:08 UTC (rev 219317)
+++ PKGBUILD2017-03-27 12:29:37 UTC (rev 219318)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Felix Yan 
-# Contributor: Laurent Carlier 
-# Contributor: DsTr 
-# Contributor: Allan McRae 
-
-pkgname=winetricks
-pkgver=20170316
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdialog: GUI for KDE desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz";)
-md5sums=('adb7504ee347a9ac76a32b6642a11503')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  cd winetricks-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 219317, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-27 12:29:37 UTC (rev 219318)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Felix Yan 
+# Contributor: Laurent Carlier 
+# Contributor: DsTr 
+# Contributor: Allan McRae 
+
+pkgname=winetricks
+pkgver=20170326
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdialog: GUI for KDE desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz";)
+md5sums=('e6bc06a4dce3a6468dc28e9512741457')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  cd winetricks-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:33:31
  Author: felixonmars
Revision: 219319

upgpkg: haskell-hspec-core 2.4.3-1

rebuild with hspec,2.4.3 hspec-core,2.4.3 hspec-discover,2.4.3

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:29:37 UTC (rev 219318)
+++ PKGBUILD2017-03-27 12:33:31 UTC (rev 219319)
@@ -3,8 +3,8 @@
 
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/";
 license=('MIT')
@@ -13,7 +13,7 @@
  'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
  'haskell-random' 'haskell-setenv' 'haskell-tf-random')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('0230434b8c8ba7f2279ceb964d2ec810')
+sha512sums=('9c212c55b84b4e0c1e41075c70f5b888aa6057b04ccc49b24cce3f57bd8ad13f29fe9be4600737cc06ddb9ea2dc9c061dddcf5e3936cdd575f468c16de90b838')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:34:07
  Author: felixonmars
Revision: 219320

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

Added:
  haskell-hspec-core/repos/community-staging-i686/
  haskell-hspec-core/repos/community-staging-i686/PKGBUILD
(from rev 219319, haskell-hspec-core/trunk/PKGBUILD)
  haskell-hspec-core/repos/community-staging-x86_64/
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 219319, haskell-hspec-core/trunk/PKGBUILD)

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

Copied: haskell-hspec-core/repos/community-staging-i686/PKGBUILD (from rev 
219319, haskell-hspec-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 12:34:07 UTC (rev 219320)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-call-stack'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9c212c55b84b4e0c1e41075c70f5b888aa6057b04ccc49b24cce3f57bd8ad13f29fe9be4600737cc06ddb9ea2dc9c061dddcf5e3936cdd575f468c16de90b838')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
219319, haskell-hspec-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 12:34:07 UTC (rev 219320)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-call-stack'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9c212c55b84b4e0c1e41075c70f5b888aa6057b04ccc49b24cce3f57bd8ad13f29fe9be4600737cc06ddb9ea2dc9c061dddcf5e3936cdd575f468c16de90b838')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdi

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:36:15
  Author: felixonmars
Revision: 219321

upgpkg: haskell-hspec-smallcheck 0.4.2-4

rebuild with hspec,2.4.3 hspec-core,2.4.3 hspec-discover,2.4.3

Modified:
  haskell-hspec-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:34:07 UTC (rev 219320)
+++ PKGBUILD2017-03-27 12:36:15 UTC (rev 219321)
@@ -4,7 +4,7 @@
 _hkgname=hspec-smallcheck
 pkgname=haskell-hspec-smallcheck
 pkgver=0.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="SmallCheck support for the Hspec testing framework"
 url="http://hspec.github.io/";
 license=('MIT')


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:36:51
  Author: felixonmars
Revision: 219322

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

Added:
  haskell-hspec-smallcheck/repos/community-staging-i686/
  haskell-hspec-smallcheck/repos/community-staging-i686/PKGBUILD
(from rev 219321, haskell-hspec-smallcheck/trunk/PKGBUILD)
  haskell-hspec-smallcheck/repos/community-staging-x86_64/
  haskell-hspec-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 219321, haskell-hspec-smallcheck/trunk/PKGBUILD)

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

Copied: haskell-hspec-smallcheck/repos/community-staging-i686/PKGBUILD (from 
rev 219321, haskell-hspec-smallcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 12:36:51 UTC (rev 219322)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 189385 2016-09-16 04:01:47Z felixonmars $
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-smallcheck
+pkgname=haskell-hspec-smallcheck
+pkgver=0.4.2
+pkgrel=4
+pkgdesc="SmallCheck support for the Hspec testing framework"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-hspec-core' 'haskell-smallcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('11f381cc002568e452252a7f5a636f2b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hspec-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 219321, haskell-hspec-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 12:36:51 UTC (rev 219322)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 189385 2016-09-16 04:01:47Z felixonmars $
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-smallcheck
+pkgname=haskell-hspec-smallcheck
+pkgver=0.4.2
+pkgrel=4
+pkgdesc="SmallCheck support for the Hspec testing framework"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-hspec-core' 'haskell-smallcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('11f381cc002568e452252a7f5a636f2b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:38:38
  Author: felixonmars
Revision: 219323

upgpkg: haskell-hspec-discover 2.4.3-1

rebuild with hspec,2.4.3 hspec-core,2.4.3 hspec-discover,2.4.3

Modified:
  haskell-hspec-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:36:51 UTC (rev 219322)
+++ PKGBUILD2017-03-27 12:38:38 UTC (rev 219323)
@@ -3,7 +3,7 @@
 
 _hkgname=hspec-discover
 pkgname=haskell-hspec-discover
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="Automatically discover and run Hspec tests"
 url="http://hspec.github.io/";
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('8dfed93d5c1dc3ff834ef3acd62c25a8')
+sha512sums=('ed4c8a6aeb53718eab6581abb49185e6f772bf4a89a129b2b81958e9fc0526eb0d8fc41ecab3992a09fcb57c75b4c80d69dac93cefad757a149115801966bdb0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:39:20
  Author: felixonmars
Revision: 219324

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

Added:
  haskell-hspec-discover/repos/community-staging-i686/
  haskell-hspec-discover/repos/community-staging-i686/PKGBUILD
(from rev 219323, haskell-hspec-discover/trunk/PKGBUILD)
  haskell-hspec-discover/repos/community-staging-x86_64/
  haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD
(from rev 219323, haskell-hspec-discover/trunk/PKGBUILD)

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

Copied: haskell-hspec-discover/repos/community-staging-i686/PKGBUILD (from rev 
219323, haskell-hspec-discover/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 12:39:20 UTC (rev 219324)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-discover
+pkgname=haskell-hspec-discover
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Automatically discover and run Hspec tests"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ed4c8a6aeb53718eab6581abb49185e6f772bf4a89a129b2b81958e9fc0526eb0d8fc41ecab3992a09fcb57c75b4c80d69dac93cefad757a149115801966bdb0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD (from 
rev 219323, haskell-hspec-discover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 12:39:20 UTC (rev 219324)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-discover
+pkgname=haskell-hspec-discover
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Automatically discover and run Hspec tests"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ed4c8a6aeb53718eab6581abb49185e6f772bf4a89a129b2b81958e9fc0526eb0d8fc41ecab3992a09fcb57c75b4c80d69dac93cefad757a149115801966bdb0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:41:13
  Author: felixonmars
Revision: 219325

upgpkg: haskell-hspec 2.4.3-1

rebuild with hspec,2.4.3 hspec-core,2.4.3 hspec-discover,2.4.3

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:39:20 UTC (rev 219324)
+++ PKGBUILD2017-03-27 12:41:13 UTC (rev 219325)
@@ -3,8 +3,8 @@
 
 _hkgname=hspec
 pkgname=haskell-hspec
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/";
 license=('MIT')
@@ -12,7 +12,7 @@
 depends=('ghc=8.0.1' 'haskell-call-stack' 'haskell-hspec-core' 
'haskell-hspec-discover'
  'haskell-hspec-expectations' 'haskell-quickcheck' 'haskell-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('2e38041e031143299f1f386f2bedf637')
+sha512sums=('4501f7c8e41b46eda95a7141f6a281a17d1e0eded61d3f61c2d445ed9cd3ceaaeb023e367dc05122a6b235182595682807e4f8a0450f8e4a4377ceb5708f809d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:41:58
  Author: felixonmars
Revision: 219326

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

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

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

Copied: haskell-hspec/repos/community-staging-i686/PKGBUILD (from rev 219325, 
haskell-hspec/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 12:41:58 UTC (rev 219326)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-call-stack' 'haskell-hspec-core' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations' 'haskell-quickcheck' 'haskell-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4501f7c8e41b46eda95a7141f6a281a17d1e0eded61d3f61c2d445ed9cd3ceaaeb023e367dc05122a6b235182595682807e4f8a0450f8e4a4377ceb5708f809d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 219325, 
haskell-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 12:41:58 UTC (rev 219326)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-call-stack' 'haskell-hspec-core' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations' 'haskell-quickcheck' 'haskell-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4501f7c8e41b46eda95a7141f6a281a17d1e0eded61d3f61c2d445ed9cd3ceaaeb023e367dc05122a6b235182595682807e4f8a0450f8e4a4377ceb5708f809d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"

[arch-commits] Commit in kdenetwork-kopete/kde-unstable (2 files)

2017-03-27 Thread Antonio Rojas
Date: Monday, March 27, 2017 @ 12:57:50
  Author: arojas
Revision: 291730

Reenable libjingle

Added:
  kdenetwork-kopete/kde-unstable/kopete-pthread-link.patch
Modified:
  kdenetwork-kopete/kde-unstable/PKGBUILD

---+
 PKGBUILD  |   16 +---
 kopete-pthread-link.patch |   12 
 2 files changed, 21 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:15:11 UTC (rev 291729)
+++ PKGBUILD2017-03-27 12:57:50 UTC (rev 291730)
@@ -5,7 +5,7 @@
 
 pkgname=kdenetwork-kopete
 pkgver=17.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='https://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64')
@@ -15,10 +15,11 @@
 makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
 optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
 
source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch)
+kopete-mediastreamer2.14.patch kopete-pthread-link.patch)
 sha256sums=('c4037045790dc0bf5a153b553415d91851249d7a03661b16d3c379c500e659ef'
 'SKIP'
-'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0')
+'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
+'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 
 prepare() {
@@ -27,6 +28,8 @@
 # Fix build with mediastreamer 2.14
   cd kopete-$pkgver
   patch -p1 -i ../kopete-mediastreamer2.14.patch
+# Fix linking to pthread in libjingle-call
+  patch -p1 -i ../kopete-pthread-link.patch
 }
 
 build() {
@@ -37,10 +40,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
 -DWITH_Libmsn=OFF \
--DWITH_libjingle=OFF
-#-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
-#-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
-#-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
+-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
+-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
+-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
   make
 }
 

Added: kopete-pthread-link.patch
===
--- kopete-pthread-link.patch   (rev 0)
+++ kopete-pthread-link.patch   2017-03-27 12:57:50 UTC (rev 291730)
@@ -0,0 +1,12 @@
+diff --git a/protocols/jabber/libjingle/CMakeLists.txt 
b/protocols/jabber/libjingle/CMakeLists.txt
+index 7ea8c3eb6..4b73085b8 100644
+--- a/protocols/jabber/libjingle/CMakeLists.txt
 b/protocols/jabber/libjingle/CMakeLists.txt
+@@ -288,6 +288,7 @@ set ( call_LIBS
+   ${MEDIASTREAMER_LIBRARIES}
+   ${LIBORTP_LIBRARY}
+   ${CMAKE_DL_LIBS}
++pthread
+ )
+ 
+ if ( NOT WIN32 )


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:58:01
  Author: felixonmars
Revision: 219327

upgpkg: haskell-store 0.4.1-6

rebuild with hspec,2.4.3 hspec-core,2.4.3 hspec-discover,2.4.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:41:58 UTC (rev 219326)
+++ PKGBUILD2017-03-27 12:58:01 UTC (rev 219327)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('custom:BSD3')


[arch-commits] Commit in kdenetwork-kopete/repos/kde-unstable-x86_64 (5 files)

2017-03-27 Thread Antonio Rojas
Date: Monday, March 27, 2017 @ 12:58:37
  Author: arojas
Revision: 291731

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291730, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 291730, 
kdenetwork-kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-pthread-link.patch
(from rev 291730, kdenetwork-kopete/kde-unstable/kopete-pthread-link.patch)
Deleted:
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch

+
 PKGBUILD   |  102 ---
 kopete-mediastreamer2.14.patch |  166 +++
 kopete-pthread-link.patch  |   12 ++
 3 files changed, 147 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 12:57:50 UTC (rev 291730)
+++ PKGBUILD2017-03-27 12:58:37 UTC (rev 291731)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch)
-sha256sums=('c4037045790dc0bf5a153b553415d91851249d7a03661b16d3c379c500e659ef'
-'SKIP'
-'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-# Fix build with mediastreamer 2.14
-  cd kopete-$pkgver
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF \
--DWITH_libjingle=OFF
-#-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
-#-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
-#-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 291730, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-27 12:58:37 UTC (rev 291731)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=17.03.80
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-pthread-link.patch)
+sha256sums=('c4037045790dc0bf5a153b553415d91851249d7a03661b16d3c379c500e659ef'
+'SKIP'
+'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
+'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+# Fix linking to pthread in libjingle-call
+  patch -p1 -i ../kopete-pthread-link.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF \
+-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
+-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
+-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kopete-mediastreamer2.14.patch
===
--- kopete-mediastreamer2.14.patch

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 12:58:44
  Author: felixonmars
Revision: 219328

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

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

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

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 219327, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 12:58:44 UTC (rev 219328)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.1
+pkgrel=6
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('94019136784ad70113de3e70c88fdab6')
+
+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-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 219327, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 12:58:44 UTC (rev 219328)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.1
+pkgrel=6
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('94019136784ad70113de3e70c88fdab6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 13:47:38
  Author: felixonmars
Revision: 219329

upgpkg: stack 1.4.0-10

rebuild with hspec,2.4.3 hspec-core,2.4.3 hspec-discover,2.4.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:58:44 UTC (rev 219328)
+++ PKGBUILD2017-03-27 13:47:38 UTC (rev 219329)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=9
+pkgrel=10
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 13:48:21
  Author: felixonmars
Revision: 219330

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 219329, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 219329, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 219329, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 219329, stack/trunk/stack.install)

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 219329, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 13:48:21 UTC (rev 219330)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=10
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz";
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch";)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 

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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 13:50:27
  Author: spupykin
Revision: 219331

upgpkg: ejabberd 17.03-1

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 13:48:21 UTC (rev 219330)
+++ PKGBUILD2017-03-27 13:50:27 UTC (rev 219331)
@@ -13,8 +13,8 @@
 #
 
 pkgname=ejabberd
-pkgver=17.01
-pkgrel=3
+pkgver=17.03
+pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
 url="http://www.ejabberd.im/";
@@ -27,17 +27,18 @@
'etc/logrotate.d/ejabberd')
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
-   
"cache_tab::git://github.com/processone/cache_tab#commit=adb04d71955ef4790498ca2f005babae2aced3df"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=89659f4e3c8c67fca351f709e1ea7b0f6327948d"

"elixir::git://github.com/elixir-lang/elixir#commit=3dbfb92860fb24f83c92e1f1b67f48554fb211d6"
+   
"epam::git://github.com/processone/epam#commit=488759ff2bbfdbfb9e2a253857c049bc8a357da0"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=b4e588c4efa62ff387e04373b748dfae8f4eb577"
+   
"esip::git://github.com/processone/esip#commit=c4f971f93f6141f716bf0e8f4cc2e2acdba16aaa"

"ezlib::git://github.com/processone/ezlib#commit=e42ce61e60dd312ac60ef299d7f6f4522af577e5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=ff634a5dabd64a5e2d5e606cb3e6b7c5cf8aa7d9"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=5613928c185bcd93dcefb6c06dd4d00b6e913b83"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=26ec975c2524b616be1248625aa1c6021e879d1d"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=2ae628f6e0d1acb09e683b1a5978909ade8f3038"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=dca6aaf422e3d82cc616d4f22187ce2bdb5af3c9"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=d5cc9701cf0bd15de129453c82ef433bd752a27c"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=212299233c7e7eb63a97be2777e1c05ebaa58dbe"

"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=98bc7aa19ea081478c816824aa05fc5a48acae66"
-   
"iconv::git://github.com/processone/iconv#commit=b439b4befff48ae655730fd1f9c4d4138b29430d"
+   
"iconv::git://github.com/processone/iconv#commit=4886399bd973c8544821f5b70482ef54168155b8"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"

"lager::git://github.com/basho/lager#commit=8187757388c9adc915379caaab36a2f2ca26e944"

"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"
@@ -45,9 +46,8 @@

"moka::git://github.com/processone/moka.git#commit=3eed3a6dd7dedb70a6cd18f86c7561a18626eb3b"

"p1_mysql::git://github.com/processone/p1_mysql#commit=45ac9ffc243c0822c6f58ca2da04ef55351a0e42"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=34f9b20fd68134a4646130bdcf1abf320f815a00"
-   
"p1_pam::git://github.com/processone/epam#commit=f0d6588f4733c4d8068af44cf51c966af8bf514a"

"p1_pgsql::git://github.com/processone/p1_pgsql#commit=8040c9a33104a3fe214e2fde353ef2d96f9feffe"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=fe9064cc2f3acdd1b93e6015321687208b66fc62"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=0860e5f913ccf6ded432450c942927cca5ccdbea"

"protobuffs::git://github.com/basho/erlang_protobuffs.git#commit=0d0a8e56adab129836d6ff582a9bca103a0c"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"riakc::git://github.com/basho/riak-erlang-client#commit=261df630afe4a998e099a8ab209a2dc7419f85de"
@@ -54,13 +54,13 @@

"riak_pb::git://github.com/basho/riak_pb#commit=9ca2395f9d6464b82bab466bbdca410cb85a0ac7"

"samerlib::git://github.com/processone/samerlib#commit=fbbba035b1548ac4e681df00d61bf609645333a0"

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=6ee3570060fbbf793a0bc873831e8eabb6c39851"
-   
"stringprep::git://github.com/processone/stringprep#commit=7f082d7f53710837151058734009958efc07db65"
-   
"stun::git://github.com/processone/stun#commit=081f93080d642d6081b0da15ee798d56ab5f37a1"
-   
"xmpp::git://github.com/processone/xmpp#commit=aa3c16aa6f4ae5923a75b9f9000592ac9da35596"
+   
"stringprep::git://github.com/processone/stringprep#commit=7643cf198b45a176d7e8258e42e5a756453fcd75"
+   
"stun::git://github.com/processone/stun#commit=35fa0ca65188550d96ee30ce680a83f74c21ab21"
+   
"xmpp::git://github.com/processone/xmpp#commit=a7f2ebfab8

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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 13:51:01
  Author: spupykin
Revision: 219333

upgpkg: openvswitch 2.7.0-1

upd

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 13:50:53 UTC (rev 219332)
+++ PKGBUILD2017-03-27 13:51:01 UTC (rev 219333)
@@ -4,8 +4,8 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.6.1
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org";
 license=('APACHE')
@@ -18,7 +18,7 @@
 depends=('openssl')
 makedepends=('python2-six')
 optdepends=('python2-six')
-sha256sums=('307b20aba6a179bf13e5da9ac242933c31349073762473a9d4782619c8c1cf0c'
+sha256sums=('e492cf08a929b4a2178b7f9b01dc4ff562f44138b547b4e942078187b2445d2e'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 13:51:26
  Author: spupykin
Revision: 219334

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

Added:
  openvswitch/repos/community-testing-i686/PKGBUILD
(from rev 219333, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-testing-i686/openvswitch.install
(from rev 219333, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-testing-i686/openvswitch.tmpfiles
(from rev 219333, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-testing-i686/ovs-vswitchd.service
(from rev 219333, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-testing-i686/ovsdb-server.service
(from rev 219333, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 219333, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-testing-x86_64/openvswitch.install
(from rev 219333, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-testing-x86_64/openvswitch.tmpfiles
(from rev 219333, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-testing-x86_64/ovs-vswitchd.service
(from rev 219333, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-testing-x86_64/ovsdb-server.service
(from rev 219333, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-testing-i686/PKGBUILD
  openvswitch/repos/community-testing-i686/openvswitch.install
  openvswitch/repos/community-testing-i686/openvswitch.tmpfiles
  openvswitch/repos/community-testing-i686/ovs-vswitchd.service
  openvswitch/repos/community-testing-i686/ovsdb-server.service
  openvswitch/repos/community-testing-x86_64/PKGBUILD
  openvswitch/repos/community-testing-x86_64/openvswitch.install
  openvswitch/repos/community-testing-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-testing-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-testing-x86_64/ovsdb-server.service

---+
 /PKGBUILD |  108 
 /openvswitch.install  |   26 +
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 ++
 /ovsdb-server.service |   14 +++
 community-testing-i686/PKGBUILD   |   54 
 community-testing-i686/openvswitch.install|   13 --
 community-testing-i686/openvswitch.tmpfiles   |1 
 community-testing-i686/ovs-vswitchd.service   |   15 ---
 community-testing-i686/ovsdb-server.service   |7 -
 community-testing-x86_64/PKGBUILD |   54 
 community-testing-x86_64/openvswitch.install  |   13 --
 community-testing-x86_64/openvswitch.tmpfiles |1 
 community-testing-x86_64/ovs-vswitchd.service |   15 ---
 community-testing-x86_64/ovsdb-server.service |7 -
 15 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-i686/PKGBUILD 2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.6.1
-pkgrel=3
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org";
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz";
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('307b20aba6a179bf13e5da9ac242933c31349073762473a9d4782619c8c1cf0c'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"

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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 13:50:53
  Author: spupykin
Revision: 219332

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

Added:
  ejabberd/repos/community-testing-i686/PKGBUILD
(from rev 219331, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-testing-i686/ejabberd.logrotate
(from rev 219331, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-testing-i686/ejabberd.service
(from rev 219331, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-testing-i686/sysuser.conf
(from rev 219331, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-testing-x86_64/PKGBUILD
(from rev 219331, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-testing-x86_64/ejabberd.logrotate
(from rev 219331, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-testing-x86_64/ejabberd.service
(from rev 219331, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-testing-x86_64/sysuser.conf
(from rev 219331, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-testing-i686/PKGBUILD
  ejabberd/repos/community-testing-i686/ejabberd.logrotate
  ejabberd/repos/community-testing-i686/ejabberd.service
  ejabberd/repos/community-testing-i686/sysuser.conf
  ejabberd/repos/community-testing-x86_64/PKGBUILD
  ejabberd/repos/community-testing-x86_64/ejabberd.logrotate
  ejabberd/repos/community-testing-x86_64/ejabberd.service
  ejabberd/repos/community-testing-x86_64/sysuser.conf

-+
 /PKGBUILD   |  306 ++
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 ++
 /sysuser.conf   |4 
 community-testing-i686/PKGBUILD |  153 -
 community-testing-i686/ejabberd.logrotate   |   12 -
 community-testing-i686/ejabberd.service |   15 -
 community-testing-i686/sysuser.conf |2 
 community-testing-x86_64/PKGBUILD   |  153 -
 community-testing-x86_64/ejabberd.logrotate |   12 -
 community-testing-x86_64/ejabberd.service   |   15 -
 community-testing-x86_64/sysuser.conf   |2 
 12 files changed, 364 insertions(+), 364 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-03-27 13:50:27 UTC (rev 219331)
+++ community-testing-i686/PKGBUILD 2017-03-27 13:50:53 UTC (rev 219332)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-#
-# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
-#
-# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-# C=`git rev-parse HEAD`
-# N=`basename $(pwd)`
-# echo -e "\t\"$N::$U#commit=$C\""
-#
-
-pkgname=ejabberd
-pkgver=17.01
-pkgrel=3
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/";
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
-   
"cache_tab::git://github.com/processone/cache_tab#commit=adb04d71955ef4790498ca2f005babae2aced3df"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=3dbfb92860fb24f83c92e1f1b67f48554fb211d6"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=b4e588c4efa62ff387e04373b748dfae8f4eb577"
-   
"ezlib::git://github.com/processone/ezlib#commit=e42ce61e60dd312ac60ef299d7f6f4522af577e5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=ff634a5dabd64a5e2d5e606cb3e6b7c5cf8aa7d9"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=5613928c185bcd93dcefb6c06dd4d00b6e913b83"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=26ec975c2524b616be1248625aa1c6021e879d1d"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=212299233c7e7eb63a97be2777e1c05ebaa58dbe"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=98bc7aa19ea081478c816824aa05fc5a48acae66"
-   
"iconv::git://github.com/processone/iconv#commit=b439b4befff48ae655730fd1f9c4d4138b29430d"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"lager::git://github.com/basho/lager#commit=8187757388c9adc915379caaab36a2f2ca26e944"
-   
"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"
-   
"meck::git://github.com/eproxus/meck#commit=70d

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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 14:29:40
  Author: spupykin
Revision: 219341

upgpkg: libinfinity 0.6.8-1

upd

Modified:
  libinfinity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 14:02:52 UTC (rev 219340)
+++ PKGBUILD2017-03-27 14:29:40 UTC (rev 219341)
@@ -4,8 +4,8 @@
 # Contributor: Gregory Haynes 
 
 pkgname=libinfinity
-pkgver=0.6.7
-pkgrel=2
+pkgver=0.6.8
+pkgrel=1
 pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
 arch=('i686' 'x86_64')
 url="http://gobby.github.io/";
@@ -15,7 +15,7 @@
 optdepends=('avahi: zeroconf support'
 'gtk2: gtk support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz";)
-md5sums=('eb01f715b12d0698ccbc0b03c0ce079c')
+sha256sums=('aa058ee50dd62f9a6732a0e78ed2cef7df2c8174638ed398e040af9b7e988e81')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 14:30:01
  Author: spupykin
Revision: 219342

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-27 14:29:40 UTC (rev 219341)
+++ community-i686/PKGBUILD 2017-03-27 14:30:01 UTC (rev 219342)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Gregory Haynes 
-
-pkgname=libinfinity
-pkgver=0.6.7
-pkgrel=2
-pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
-arch=('i686' 'x86_64')
-url="http://gobby.github.io/";
-license=('GPL')
-depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0')
-makedepends=('gtk-doc' 'pkgconfig' 'gtk2')
-optdepends=('avahi: zeroconf support'
-'gtk2: gtk support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz";)
-md5sums=('eb01f715b12d0698ccbc0b03c0ce079c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf $pkgdir/var
-}

Copied: libinfinity/repos/community-i686/PKGBUILD (from rev 219341, 
libinfinity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-27 14:30:01 UTC (rev 219342)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gregory Haynes 
+
+pkgname=libinfinity
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
+arch=('i686' 'x86_64')
+url="http://gobby.github.io/";
+license=('GPL')
+depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0')
+makedepends=('gtk-doc' 'pkgconfig' 'gtk2')
+optdepends=('avahi: zeroconf support'
+'gtk2: gtk support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz";)
+sha256sums=('aa058ee50dd62f9a6732a0e78ed2cef7df2c8174638ed398e040af9b7e988e81')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "$pkgdir"/var
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-27 14:29:40 UTC (rev 219341)
+++ community-x86_64/PKGBUILD   2017-03-27 14:30:01 UTC (rev 219342)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Gregory Haynes 
-
-pkgname=libinfinity
-pkgver=0.6.7
-pkgrel=2
-pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
-arch=('i686' 'x86_64')
-url="http://gobby.github.io/";
-license=('GPL')
-depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0')
-makedepends=('gtk-doc' 'pkgconfig' 'gtk2')
-optdepends=('avahi: zeroconf support'
-'gtk2: gtk support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz";)
-md5sums=('eb01f715b12d0698ccbc0b03c0ce079c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf $pkgdir/var
-}

Copied: libinfinity/repos/community-x86_64/PKGBUILD (from rev 219341, 
libinfinity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-27 14:30:01 UTC (rev 219342)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gregory Haynes 
+
+pkgname=libinfinity
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
+arch=('i686' 'x86_64')
+url="http://gobby.github.io/";
+license=('GPL')
+depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0')
+m

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 14:50:58
  Author: felixonmars
Revision: 219343

upgpkg: haskell-monad-logger 0.3.22-1

rebuild with monad-logger,0.3.22

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 14:30:01 UTC (rev 219342)
+++ PKGBUILD2017-03-27 14:50:58 UTC (rev 219343)
@@ -4,8 +4,8 @@
 
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
-pkgver=0.3.21
-pkgrel=2
+pkgver=0.3.22
+pkgrel=1
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger";
 license=("MIT")
@@ -16,7 +16,7 @@
  "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
  "haskell-transformers-compat")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('878d41b5a15e08817e0ad8675ea2f1e012747027f773df7a319e05f47828e53c')
+sha512sums=('7e9310e816323b768831981b0d69e697f945d5aaaf81f5b95cc719b0ebf6a16ee59507e68c1455b199be4526a68730e8b6cf570c0c21c6cd6cec4f1f184788a7')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 14:51:22
  Author: felixonmars
Revision: 219344

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

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

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

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
219343, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 14:51:22 UTC (rev 219344)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.22
+pkgrel=1
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7e9310e816323b768831981b0d69e697f945d5aaaf81f5b95cc719b0ebf6a16ee59507e68c1455b199be4526a68730e8b6cf570c0c21c6cd6cec4f1f184788a7')
+
+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 \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
219343, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 14:51:22 UTC (rev 219344)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.22
+pkgrel=1
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7e9310e816323b768831981b0d69e697f945d5aaaf81f5b95cc719b0ebf6a16ee59507e68c1455b199be4526a68730e8b6cf570c0c21c6cd6cec4f1f184788a7')
+
+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 \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e 

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 14:56:19
  Author: felixonmars
Revision: 219345

upgpkg: haskell-persistent 2.6.1-6

rebuild with monad-logger,0.3.22

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 14:51:22 UTC (rev 219344)
+++ PKGBUILD2017-03-27 14:56:19 UTC (rev 219345)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 14:57:01
  Author: felixonmars
Revision: 219346

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
219345, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 14:57:01 UTC (rev 219346)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6.1
+pkgrel=6
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+
+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-nooverlap
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
219345, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 14:57:01 UTC (rev 219346)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6.1
+pkgrel=6
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 15:01:25
  Author: felixonmars
Revision: 219348

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
219347, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 15:01:25 UTC (rev 219348)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=15
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
219347, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 15:01:25 UTC (rev 219348)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=15
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 15:06:08
  Author: felixonmars
Revision: 219349

upgpkg: haskell-persistent-sqlite 2.6.2-5

rebuild with monad-logger,0.3.22

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 15:01:25 UTC (rev 219348)
+++ PKGBUILD2017-03-27 15:06:08 UTC (rev 219349)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 15:06:51
  Author: felixonmars
Revision: 219350

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

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 219349, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 15:06:51 UTC (rev 219350)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=5
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 219349, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 15:06:51 UTC (rev 219350)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=5
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 15:00:44
  Author: felixonmars
Revision: 219347

upgpkg: haskell-esqueleto 2.5.1-15

rebuild with monad-logger,0.3.22

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 14:57:01 UTC (rev 219346)
+++ PKGBUILD2017-03-27 15:00:44 UTC (rev 219347)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto";
 license=("custom:BSD3")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 15:10:02
  Author: felixonmars
Revision: 219351

upgpkg: haskell-persistent-template 2.5.2-6

rebuild with monad-logger,0.3.22

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 15:06:51 UTC (rev 219350)
+++ PKGBUILD2017-03-27 15:10:02 UTC (rev 219351)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 15:10:46
  Author: felixonmars
Revision: 219352

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

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

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 219351, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 15:10:46 UTC (rev 219352)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=6
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 219351, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 15:10:46 UTC (rev 219352)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=6
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 un

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 15:33:59
  Author: felixonmars
Revision: 219353

upgpkg: purescript 0.11.0-2

rebuild with monad-logger,0.3.22

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 15:10:46 UTC (rev 219352)
+++ PKGBUILD2017-03-27 15:33:59 UTC (rev 219353)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/";
 license=("custom:BSD3")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 15:34:23
  Author: felixonmars
Revision: 219354

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 219353, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 15:34:23 UTC (rev 219354)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.0
+pkgrel=2
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lens" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-text"
+ "haskell-transformers-base" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('39eb594dd8a4ebe0288e914f6871310dc4ece7922c2c4d0caf798b8173b91c0ce2cd1af3a577ade188a532309ab5e936bff7564cc42edb32e73ceb88739dc921')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 219353, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 15:34:23 UTC (rev 219354)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.0
+pkgrel=2
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lens" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-sy

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:21:57
  Author: felixonmars
Revision: 219355

upgpkg: stack 1.4.0-11

rebuild with monad-logger,0.3.22

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 15:34:23 UTC (rev 219354)
+++ PKGBUILD2017-03-27 16:21:57 UTC (rev 219355)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=10
+pkgrel=11
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:22:23
  Author: felixonmars
Revision: 219356

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 219355, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 219355, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 219355, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 219355, stack/trunk/stack.install)

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 219355, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 16:22:23 UTC (rev 219356)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=11
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz";
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch";)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:29:05
  Author: felixonmars
Revision: 219357

upgpkg: haskell-yesod-core 1.4.32-8

rebuild with monad-logger,0.3.22

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 16:22:23 UTC (rev 219356)
+++ PKGBUILD2017-03-27 16:29:05 UTC (rev 219357)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.32
-pkgrel=7
+pkgrel=8
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:29:29
  Author: felixonmars
Revision: 219358

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

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

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
219357, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 16:29:29 UTC (rev 219358)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.32
+pkgrel=8
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-deepseq-generics" 
"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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('0a3389e0e5d188c0bfcb99bb39856adcde28a1ebf572c0aebf8afa0e34946869')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
219357, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 16:29:29 UTC (rev 219358)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.32
+pkgrel=8
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-deepseq-generics" 
"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"
+

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:31:43
  Author: felixonmars
Revision: 219359

upgpkg: haskell-yesod-default 1.2.0-119

rebuild with monad-logger,0.3.22

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 16:29:29 UTC (rev 219358)
+++ PKGBUILD2017-03-27 16:31:43 UTC (rev 219359)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=118
+pkgrel=119
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:34:11
  Author: felixonmars
Revision: 219361

upgpkg: haskell-yesod-persistent 1.4.2-8

rebuild with monad-logger,0.3.22

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 16:32:07 UTC (rev 219360)
+++ PKGBUILD2017-03-27 16:34:11 UTC (rev 219361)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:34:35
  Author: felixonmars
Revision: 219362

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

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 219361, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 16:34:35 UTC (rev 219362)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=8
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/librar

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:38:41
  Author: felixonmars
Revision: 219363

upgpkg: haskell-yesod-form 1.4.11-13

rebuild with monad-logger,0.3.22

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 16:34:35 UTC (rev 219362)
+++ PKGBUILD2017-03-27 16:38:41 UTC (rev 219363)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.11
-pkgrel=12
+pkgrel=13
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:39:05
  Author: felixonmars
Revision: 219364

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
219363, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 16:39:05 UTC (rev 219364)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.11
+pkgrel=13
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('45edd3ea97a09968426ab20ea4595389b61f5fc2c9e328cecbdeed4a78dcd8d6')
+
+build() {
+cd $_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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir"/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
219363, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 16:39:05 UTC (rev 219364)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.11
+pkgrel=13
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('45edd3ea97a09968426ab20ea4595389b61f5fc2c9e328cecbdeed4a78dcd8d6')
+
+build() {
+cd $_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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregist

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:32:07
  Author: felixonmars
Revision: 219360

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

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

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

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

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


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:41:56
  Author: felixonmars
Revision: 219365

upgpkg: haskell-yesod 1.4.5-11

rebuild with monad-logger,0.3.22

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 16:39:05 UTC (rev 219364)
+++ PKGBUILD2017-03-27 16:41:56 UTC (rev 219365)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=10
+pkgrel=11
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:42:19
  Author: felixonmars
Revision: 219366

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

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

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 219365, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 16:42:19 UTC (rev 219366)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=11
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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 Setu

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:48:05
  Author: felixonmars
Revision: 219367

upgpkg: haskell-yesod-auth 1.4.17-16

rebuild with monad-logger,0.3.22

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 16:42:19 UTC (rev 219366)
+++ PKGBUILD2017-03-27 16:48:05 UTC (rev 219367)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17
-pkgrel=15
+pkgrel=16
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:48:29
  Author: felixonmars
Revision: 219368

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
219367, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 16:48:29 UTC (rev 219368)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17
+pkgrel=16
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('444a9b4b913e5f7addb1b9c5aa778f32d2b9e040d9b1c4d8a232fae908392891')
+
+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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
219367, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 16:48:29 UTC (rev 219368)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17
+pkgrel=16
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-for

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:51:45
  Author: felixonmars
Revision: 219369

upgpkg: haskell-yesod-static 1.5.2-10

rebuild with monad-logger,0.3.22

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 16:48:29 UTC (rev 219368)
+++ PKGBUILD2017-03-27 16:51:45 UTC (rev 219369)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 16:52:08
  Author: felixonmars
Revision: 219370

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 219369, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 219369, haskell-yesod-static/trunk/PKGBUILD)

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
219369, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 16:52:08 UTC (rev 219370)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.2
+pkgrel=10
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b949c5f6087d9e32c7ff2f41ed647b1df605bbe1ce2cbcfe59cc46dc4a72099e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 17:07:31
  Author: felixonmars
Revision: 219371

upgpkg: git-annex 6.20170321-4

rebuild with monad-logger,0.3.22

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 16:52:08 UTC (rev 219370)
+++ PKGBUILD2017-03-27 17:07:31 UTC (rev 219371)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170321
-pkgrel=3
+pkgrel=4
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 17:07:55
  Author: felixonmars
Revision: 219372

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 219371, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 17:07:55 UTC (rev 219372)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170321
+pkgrel=4
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 219371, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 17:07:55 UTC (rev 219372)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170321
+pkgrel=4
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskel

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 17:56:05
  Author: felixonmars
Revision: 219388

upgpkg: haskell-scientific 0.3.4.11-1

rebuild with scientific,0.3.4.11

Modified:
  haskell-scientific/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 17:53:18 UTC (rev 219387)
+++ PKGBUILD2017-03-27 17:56:05 UTC (rev 219388)
@@ -4,8 +4,8 @@
 
 _hkgname=scientific
 pkgname=haskell-scientific
-pkgver=0.3.4.10
-pkgrel=2
+pkgver=0.3.4.11
+pkgrel=1
 pkgdesc="Numbers represented using scientific notation"
 url="https://github.com/basvandijk/scientific";
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-integer-logarithms" 
"haskell-text" "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('4d3b8ae5d741facfb0e84a2f1b6964a7ab3817269568c37de44f1be5cc0ff1a1')
+sha512sums=('47d0c964993be9899a79040e69bec5c1f53b8eb29a430a5d44439adb3e289abe9aef172baf1f49ff8a00ce6c7b62e851d751be9f306495daa2c102f23ff88630')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 17:56:36
  Author: felixonmars
Revision: 219389

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

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

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

Copied: haskell-scientific/repos/community-staging-i686/PKGBUILD (from rev 
219388, haskell-scientific/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 17:56:36 UTC (rev 219389)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=scientific
+pkgname=haskell-scientific
+pkgver=0.3.4.11
+pkgrel=1
+pkgdesc="Numbers represented using scientific notation"
+url="https://github.com/basvandijk/scientific";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-integer-logarithms" 
"haskell-text" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('47d0c964993be9899a79040e69bec5c1f53b8eb29a430a5d44439adb3e289abe9aef172baf1f49ff8a00ce6c7b62e851d751be9f306495daa2c102f23ff88630')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-integer-simple -f-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-scientific/repos/community-staging-x86_64/PKGBUILD (from rev 
219388, haskell-scientific/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 17:56:36 UTC (rev 219389)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=scientific
+pkgname=haskell-scientific
+pkgver=0.3.4.11
+pkgrel=1
+pkgdesc="Numbers represented using scientific notation"
+url="https://github.com/basvandijk/scientific";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-integer-logarithms" 
"haskell-text" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('47d0c964993be9899a79040e69bec5c1f53b8eb29a430a5d44439adb3e289abe9aef172baf1f49ff8a00ce6c7b62e851d751be9f306495daa2c102f23ff88630')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-integer-simple -f-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/h

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:01:51
  Author: felixonmars
Revision: 219390

upgpkg: haskell-attoparsec 0.13.1.0-5

rebuild with scientific,0.3.4.11

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 17:56:36 UTC (rev 219389)
+++ PKGBUILD2017-03-27 18:01:51 UTC (rev 219390)
@@ -5,7 +5,7 @@
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
 pkgver=0.13.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec";
 license=("BSD3")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:02:34
  Author: felixonmars
Revision: 219391

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

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

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

Copied: haskell-attoparsec/repos/community-staging-i686/PKGBUILD (from rev 
219390, haskell-attoparsec/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 18:02:34 UTC (rev 219391)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=attoparsec
+pkgname=haskell-attoparsec
+pkgver=0.13.1.0
+pkgrel=5
+pkgdesc="Fast combinator parsing for bytestrings and text"
+url="https://github.com/bos/attoparsec";
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-scientific" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('52dc74d4955e457ce4f76f5c9d6dba05c1d07e2cd2a542d6251c6dbc66ce3f64')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-attoparsec/repos/community-staging-x86_64/PKGBUILD (from rev 
219390, haskell-attoparsec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 18:02:34 UTC (rev 219391)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=attoparsec
+pkgname=haskell-attoparsec
+pkgver=0.13.1.0
+pkgrel=5
+pkgdesc="Fast combinator parsing for bytestrings and text"
+url="https://github.com/bos/attoparsec";
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-scientific" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('52dc74d4955e457ce4f76f5c9d6dba05c1d07e2cd2a542d6251c6dbc66ce3f64')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-03-27 Thread Christian Hesse
Date: Monday, March 27, 2017 @ 18:05:46
  Author: eworm
Revision: 291732

upgpkg: iproute2 4.10.0-3

iptables 1.6.1 rebuild

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 12:58:37 UTC (rev 291731)
+++ PKGBUILD2017-03-27 18:05:46 UTC (rev 291732)
@@ -6,7 +6,7 @@
 pkgbase=iproute2
 pkgname=(iproute2 iproute2-doc)
 pkgver=4.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='IP Routing Utilities'
 arch=('i686' 'x86_64')
 license=('GPL2')


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

2017-03-27 Thread Christian Hesse
Date: Monday, March 27, 2017 @ 18:06:00
  Author: eworm
Revision: 291733

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

Added:
  iproute2/repos/staging-i686/
  iproute2/repos/staging-i686/0001-make-iproute2-fhs-compliant.patch
(from rev 291732, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
  iproute2/repos/staging-i686/PKGBUILD
(from rev 291732, iproute2/trunk/PKGBUILD)
  iproute2/repos/staging-x86_64/
  iproute2/repos/staging-x86_64/0001-make-iproute2-fhs-compliant.patch
(from rev 291732, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
  iproute2/repos/staging-x86_64/PKGBUILD
(from rev 291732, iproute2/trunk/PKGBUILD)

---+
 staging-i686/0001-make-iproute2-fhs-compliant.patch   |  101 
 staging-i686/PKGBUILD |   82 
 staging-x86_64/0001-make-iproute2-fhs-compliant.patch |  101 
 staging-x86_64/PKGBUILD   |   82 
 4 files changed, 366 insertions(+)

Copied: iproute2/repos/staging-i686/0001-make-iproute2-fhs-compliant.patch 
(from rev 291732, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
===
--- staging-i686/0001-make-iproute2-fhs-compliant.patch 
(rev 0)
+++ staging-i686/0001-make-iproute2-fhs-compliant.patch 2017-03-27 18:06:00 UTC 
(rev 291733)
@@ -0,0 +1,101 @@
+From f0624f6cc656cb177b64e2664f2a806221bfab58 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Thu, 28 Jul 2016 08:49:20 +0200
+Subject: [PATCH 1/1] make iproute2 fhs compliant
+
+Signed-off-by: Christian Hesse 
+---
+ Makefile   |  2 +-
+ netem/Makefile |  4 ++--
+ tc/q_netem.c   |  2 +-
+ tc/tc_util.c   | 15 +++
+ tc/tc_util.h   |  1 +
+ 5 files changed, 20 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index eb571a5..db0a04c 100644
+--- a/Makefile
 b/Makefile
+@@ -14,7 +14,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+ 
+ SHARED_LIBS = y
+ 
+-DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\"
++DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\" -DDATADIR=\"$(DATADIR)\"
+ ifneq ($(SHARED_LIBS),y)
+ DEFINES+= -DNO_SHARED_LIBS
+ endif
+diff --git a/netem/Makefile b/netem/Makefile
+index e52e125..5b4d283 100644
+--- a/netem/Makefile
 b/netem/Makefile
+@@ -20,9 +20,9 @@ stats: stats.c
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(DATADIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(DATADIR)/tc; \
+   done
+ 
+ clean:
+diff --git a/tc/q_netem.c b/tc/q_netem.c
+index 8fe2204..a15a5c7 100644
+--- a/tc/q_netem.c
 b/tc/q_netem.c
+@@ -113,7 +113,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)
+   char *line = NULL;
+   char name[128];
+ 
+-  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
++  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_datadir(), type);
+   if ((f = fopen(name, "r")) == NULL) {
+   fprintf(stderr, "No distribution data for %s (%s: %s)\n",
+   type, name, strerror(errno));
+diff --git a/tc/tc_util.c b/tc/tc_util.c
+index afc4cf5..728b854 100644
+--- a/tc/tc_util.c
 b/tc/tc_util.c
+@@ -32,6 +32,10 @@
+ #define LIBDIR "/usr/lib"
+ #endif
+ 
++#ifndef DATADIR
++#define DATADIR "/usr/share"
++#endif
++
+ static struct db_names *cls_names;
+ 
+ #define NAMES_DB "/etc/iproute2/tc_cls"
+@@ -73,6 +77,17 @@ const char *get_tc_lib(void)
+   return lib_dir;
+ }
+ 
++const char *get_tc_datadir(void)
++{
++  const char *data_dir;
++
++  data_dir = getenv("TC_DATA_DIR");
++  if (!data_dir)
++  data_dir = DATADIR "/tc/";
++
++  return data_dir;
++}
++
+ int get_qdisc_handle(__u32 *h, const char *str)
+ {
+   __u32 maj;
+diff --git a/tc/tc_util.h b/tc/tc_util.h
+index 61e60b1..6d448de 100644
+--- a/tc/tc_util.h
 b/tc/tc_util.h
+@@ -55,6 +55,7 @@ struct exec_util {
+ };
+ 
+ const char *get_tc_lib(void);
++const char *get_tc_datadir(void);
+ 
+ struct qdisc_util *get_qdisc_kind(const char *str);
+ struct filter_util *get_filter_kind(const char *str);

Copied: iproute2/repos/staging-i686/PKGBUILD (from rev 291732, 
iproute2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-27 18:06:00 UTC (rev 291733)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgbase=iproute2
+pkgname=(iproute2 iproute2-doc)
+pkgver=4.10.0
+pkgrel=3
+pkgdesc='IP Routing Utilities'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://www.linuxfoundation.org/collaborate/workgroups/netwo

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:13:06
  Author: felixonmars
Revision: 219392

upgpkg: haskell-aeson 1.0.2.1-9

rebuild with scientific,0.3.4.11

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 18:02:34 UTC (rev 219391)
+++ PKGBUILD2017-03-27 18:13:06 UTC (rev 219392)
@@ -6,7 +6,7 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=1.0.2.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
 url="https://github.com/bos/aeson";
 license=("GPL")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:13:39
  Author: felixonmars
Revision: 219393

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

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

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

Copied: haskell-aeson/repos/community-staging-i686/PKGBUILD (from rev 219392, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 18:13:39 UTC (rev 219393)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=1.0.2.1
+pkgrel=9
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('68acd1bdf54c40416840750210ab8130')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast -f-bytestring-builder
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 219392, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 18:13:39 UTC (rev 219393)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=1.0.2.1
+pkgrel=9
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('68acd1bdf54c40416840750210ab8130')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast -f-bytestring-builder
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LI

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:16:20
  Author: felixonmars
Revision: 219394

upgpkg: haskell-aeson-better-errors 0.9.1.0-11

rebuild with scientific,0.3.4.11

Modified:
  haskell-aeson-better-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 18:13:39 UTC (rev 219393)
+++ PKGBUILD2017-03-27 18:16:20 UTC (rev 219394)
@@ -5,7 +5,7 @@
 _hkgname=aeson-better-errors
 pkgname=haskell-aeson-better-errors
 pkgver=0.9.1.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Better error messages when decoding JSON values."
 url="https://github.com/hdgarrood/aeson-better-errors";
 license=("MIT")


[arch-commits] Commit in haskell-aeson-better-errors/repos (6 files)

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:16:59
  Author: felixonmars
Revision: 219395

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

Added:
  haskell-aeson-better-errors/repos/community-staging-i686/
  haskell-aeson-better-errors/repos/community-staging-i686/PKGBUILD
(from rev 219394, haskell-aeson-better-errors/trunk/PKGBUILD)
  
haskell-aeson-better-errors/repos/community-staging-i686/haskell-aeson-better-errors.install
(from rev 219394, 
haskell-aeson-better-errors/trunk/haskell-aeson-better-errors.install)
  haskell-aeson-better-errors/repos/community-staging-x86_64/
  haskell-aeson-better-errors/repos/community-staging-x86_64/PKGBUILD
(from rev 219394, haskell-aeson-better-errors/trunk/PKGBUILD)
  
haskell-aeson-better-errors/repos/community-staging-x86_64/haskell-aeson-better-errors.install
(from rev 219394, 
haskell-aeson-better-errors/trunk/haskell-aeson-better-errors.install)

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

Copied: haskell-aeson-better-errors/repos/community-staging-i686/PKGBUILD (from 
rev 219394, haskell-aeson-better-errors/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 18:16:59 UTC (rev 219395)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-better-errors
+pkgname=haskell-aeson-better-errors
+pkgver=0.9.1.0
+pkgrel=11
+pkgdesc="Better error messages when decoding JSON values."
+url="https://github.com/hdgarrood/aeson-better-errors";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-dlist" "haskell-mtl" 
"haskell-scientific" "haskell-text"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('68f001bf055ec7b755d91019f2a0ef136307d157a231acddad6b4cc561f67327')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-aeson-better-errors/repos/community-staging-i686/haskell-aeson-better-errors.install
 (from rev 219394, 
haskell-aeson-better-errors/trunk/haskell-aeson-better-errors.install)
===
--- community-staging-i686/haskell-aeson-better-errors.install  
(rev 0)
+++ community-staging-i686/haskell-aeson-better-errors.install  2017-03-27 
18:16:59 UTC (rev 219395)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-better-errors
+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-aeson-better-errors/repos/community-staging-x86_64/PKGBUILD 
(from rev 219394, haskell-aeson-better-errors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 18:16:59 UTC (rev 219395)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ae

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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:20:09
  Author: felixonmars
Revision: 219396

upgpkg: cblrepo 0.24.0-11

rebuild with scientific,0.3.4.11

Modified:
  cblrepo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 18:16:59 UTC (rev 219395)
+++ PKGBUILD2017-03-27 18:20:09 UTC (rev 219396)
@@ -3,7 +3,7 @@
 
 pkgname=cblrepo
 pkgver=0.24.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
 url="https://github.com/magthe/cblrepo";
 license=("Apache")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:20:51
  Author: felixonmars
Revision: 219397

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

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

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

Copied: cblrepo/repos/community-staging-i686/PKGBUILD (from rev 219396, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 18:20:51 UTC (rev 219397)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=11
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo";
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}

Copied: cblrepo/repos/community-staging-x86_64/PKGBUILD (from rev 219396, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 18:20:51 UTC (rev 219397)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=11
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo";
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}


[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:24:13
  Author: felixonmars
Revision: 219398

upgpkg: haskell-insert-ordered-containers 0.2.0.0-3

rebuild with scientific,0.3.4.11

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 18:20:51 UTC (rev 219397)
+++ PKGBUILD2017-03-27 18:24:13 UTC (rev 219398)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers";
 license=('custom:BSD3')


[arch-commits] Commit in haskell-insert-ordered-containers/repos (4 files)

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 18:24:52
  Author: felixonmars
Revision: 219399

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

Added:
  haskell-insert-ordered-containers/repos/community-staging-i686/
  haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD
(from rev 219398, haskell-insert-ordered-containers/trunk/PKGBUILD)
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 219398, haskell-insert-ordered-containers/trunk/PKGBUILD)

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

Copied: haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD 
(from rev 219398, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-27 18:24:52 UTC (rev 219399)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.0.0
+pkgrel=3
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('983765c9a2ec79c090e656202dca6bab')
+
+prepare() {
+sed -i 's/, lens  >=4.7  && <4.15/, lens   
   >=4.7  \&\& <4.16/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 219398, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-27 18:24:52 UTC (rev 219399)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.0.0
+pkgrel=3
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('983765c9a2ec79c090e656202dca6bab')
+
+prepare() {
+sed -i 's/, lens  >=4.7  && <4.15/, lens   
   >=4.7  \&\& <4.16/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregis

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

2017-03-27 Thread Giancarlo Razzolini
Date: Monday, March 27, 2017 @ 18:29:08
  Author: grazzolini
Revision: 219401

archrelease: copy trunk to community-any

Added:
  terminator/repos/community-any/PKGBUILD
(from rev 219400, terminator/trunk/PKGBUILD)
Deleted:
  terminator/repos/community-any/0001-wayland-fix.patch
  terminator/repos/community-any/PKGBUILD

+
 0001-wayland-fix.patch |   35 ---
 PKGBUILD   |  106 ++-
 2 files changed, 50 insertions(+), 91 deletions(-)

Deleted: 0001-wayland-fix.patch
===
--- 0001-wayland-fix.patch  2017-03-27 18:28:26 UTC (rev 219400)
+++ 0001-wayland-fix.patch  2017-03-27 18:29:08 UTC (rev 219401)
@@ -1,35 +0,0 @@
-=== modified file 'terminatorlib/terminator.py'
 terminatorlib/terminator.py2017-02-26 16:15:11 +
-+++ terminatorlib/terminator.py2017-02-28 16:04:37 +
-@@ -401,7 +401,7 @@
- window.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(window.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- window.get_window().focus(t)
- 
-@@ -417,7 +417,7 @@
- window.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(window.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- window.get_window().focus(t)
- 
-
-=== modified file 'terminatorlib/window.py'
 terminatorlib/window.py2017-02-13 16:30:37 +
-+++ terminatorlib/window.py2017-02-28 16:07:28 +
-@@ -311,7 +311,7 @@
- self.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(self.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- self.get_window().focus(t)
- else:
-

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 18:28:26 UTC (rev 219400)
+++ PKGBUILD2017-03-27 18:29:08 UTC (rev 219401)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Guillaume ALAUX 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=terminator
-pkgver=1.91
-pkgrel=4
-pkgdesc='Terminal emulator that supports tabs and grids'
-arch=('any')
-url='https://gnometerminator.blogspot.com/p/introduction.html'
-license=('GPL2')
-depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 
'xdg-utils')
-makedepends=('intltool')
-source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname^}-${pkgver}.tar.gz";
-
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname^}-${pkgver}.tar.gz.asc";
-
"0001-wayland-fix.patch::https://launchpadlibrarian.net/309178299/wayland_fix.diff";)
-md5sums=('44e6be581abc9b52fe2e665cbb572201'
- 'SKIP'
- '32281658b0cacef023c8020106952b31')
-sha512sums=('7037077680475164011e19bb5ff16b55a5b4f0b71941d6bfb2ba00af8289eff6f9bf62dded3a6f4f21f199e9e070d0731b19a4ac60fdd429815d708e7fdc3edd'
-'SKIP'
-
'66db2930bd2c1eafcd0e6e33be9478137d08643205ffb3ff12ad07318e2f465a889d894b6d580d3d4480ea263caca69d7174b6627c52296ab94a42fb6cda1a27')
-validpgpkeys=('FE67C001C72200A71DE9EFA5DB69E1780B95EF32')
-
-prepare() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-# python2 fix
-for file in terminatorlib/{,plugins/}*.py; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-# fix run without gconf
-sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py
-
-# Fix for https://bugs.archlinux.org/task/53106
-patch -Np0 -i "$srcdir/0001-wayland-fix.patch"
-}
-
-build() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-python2 setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-
-rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
-}

Copied: terminator/repos/community-any/PKGBUILD (from rev 219400, 
terminator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-27 18:29:08 UTC (rev 219401)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Guillaume ALAUX 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J Griffiths 
+
+pkgname=terminator
+pkgver=1.91
+pkgrel=5
+pkgdesc='Terminal emulator that supports tabs and grids'
+arch=('any')
+url='https://gnometerminator.blogspot

[arch-commits] Commit in terminator/trunk (0001-wayland-fix.patch PKGBUILD)

2017-03-27 Thread Giancarlo Razzolini
Date: Monday, March 27, 2017 @ 18:28:26
  Author: grazzolini
Revision: 219400

upgpkg: terminator 1.91-5

Upstream changed the tarball filename to all lowercase, without creating
a new version. They also included source code from this bug:

https://bugs.launchpad.net/terminator/+bug/1668481

Changed the name back and also removed the unnecessary patch.

Modified:
  terminator/trunk/PKGBUILD
Deleted:
  terminator/trunk/0001-wayland-fix.patch

+
 0001-wayland-fix.patch |   35 ---
 PKGBUILD   |   26 ++
 2 files changed, 10 insertions(+), 51 deletions(-)

Deleted: 0001-wayland-fix.patch
===
--- 0001-wayland-fix.patch  2017-03-27 18:24:52 UTC (rev 219399)
+++ 0001-wayland-fix.patch  2017-03-27 18:28:26 UTC (rev 219400)
@@ -1,35 +0,0 @@
-=== modified file 'terminatorlib/terminator.py'
 terminatorlib/terminator.py2017-02-26 16:15:11 +
-+++ terminatorlib/terminator.py2017-02-28 16:04:37 +
-@@ -401,7 +401,7 @@
- window.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(window.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- window.get_window().focus(t)
- 
-@@ -417,7 +417,7 @@
- window.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(window.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- window.get_window().focus(t)
- 
-
-=== modified file 'terminatorlib/window.py'
 terminatorlib/window.py2017-02-13 16:30:37 +
-+++ terminatorlib/window.py2017-02-28 16:07:28 +
-@@ -311,7 +311,7 @@
- self.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(self.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- self.get_window().focus(t)
- else:
-

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 18:24:52 UTC (rev 219399)
+++ PKGBUILD2017-03-27 18:28:26 UTC (rev 219400)
@@ -7,7 +7,7 @@
 
 pkgname=terminator
 pkgver=1.91
-pkgrel=4
+pkgrel=5
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
 url='https://gnometerminator.blogspot.com/p/introduction.html'
@@ -14,19 +14,16 @@
 license=('GPL2')
 depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 
'xdg-utils')
 makedepends=('intltool')
-source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname^}-${pkgver}.tar.gz";
-
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname^}-${pkgver}.tar.gz.asc";
-
"0001-wayland-fix.patch::https://launchpadlibrarian.net/309178299/wayland_fix.diff";)
-md5sums=('44e6be581abc9b52fe2e665cbb572201'
- 'SKIP'
- '32281658b0cacef023c8020106952b31')
-sha512sums=('7037077680475164011e19bb5ff16b55a5b4f0b71941d6bfb2ba00af8289eff6f9bf62dded3a6f4f21f199e9e070d0731b19a4ac60fdd429815d708e7fdc3edd'
-'SKIP'
-
'66db2930bd2c1eafcd0e6e33be9478137d08643205ffb3ff12ad07318e2f465a889d894b6d580d3d4480ea263caca69d7174b6627c52296ab94a42fb6cda1a27')
+source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";
+
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc";)
+md5sums=('2eed999d7a41f2e18eaa511bbbf80f58'
+ 'SKIP')
+sha512sums=('6feee96cda08f913601d3b01e51632bed87712ddb5ce577df1daa8a5fe4e8dc39075d5e21f87b865d1f007c7e1070ee2c0c814540c9c7786f0f24fbee762a03d'
+'SKIP')
 validpgpkeys=('FE67C001C72200A71DE9EFA5DB69E1780B95EF32')
 
 prepare() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
+cd "${srcdir}/${pkgname}-${pkgver}"
 
 # python2 fix
 for file in terminatorlib/{,plugins/}*.py; do
@@ -36,19 +33,16 @@
 
 # fix run without gconf
 sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py
-
-# Fix for https://bugs.archlinux.org/task/53106
-patch -Np0 -i "$srcdir/0001-wayland-fix.patch"
 }
 
 build() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
+cd "${srcdir}/${pkgname}-${pkgver}"
 
 python2 setup.py build
 }
 
 package() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
+cd "${srcdir}/${pkgname}-${pkgver}"
 
 python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
 


  1   2   3   >