[arch-commits] Commit in perl-dbd-mysql/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:16:32
  Author: felixonmars
Revision: 316530

upgpkg: perl-dbd-mysql 4.046-1

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:14:41 UTC (rev 316529)
+++ PKGBUILD2018-02-09 18:16:32 UTC (rev 316530)
@@ -5,8 +5,8 @@
 # Contributor: Eric Johnson 
 
 pkgname=perl-dbd-mysql
-pkgver=4.043
-pkgrel=3
+pkgver=4.046
+pkgrel=1
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('x86_64')
 license=('GPL' 'PerlArtistic')
@@ -15,8 +15,8 @@
 makedepends=('perl-devel-checklib')
 checkdepends=('mariadb' 'perl-test-deep')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-sha512sums=('ef845052caabba7060e2e21d81f0791003509ec56741d92ff3a82196b528f81245ce1562539d89bc6e12584769739012325046b5e1c4e56febef108a7d2ae9ba')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
+sha512sums=('57b3243a724ac21a11b6eea10aa1cfc821f295cb5bf44f9eaabeb979d3f8e1f7f5e00d40b144a16688d0a358c82c2bb00f630e925e176f29a9ca84b8ee7fb9cc')
 
 build() {
   cd DBD-mysql-$pkgver


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:17:11
  Author: felixonmars
Revision: 290493

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 18:16:45 UTC (rev 290492)
+++ PKGBUILD2018-02-09 18:17:11 UTC (rev 290493)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-webcolors
-pkgname=(python-webcolors python2-webcolors)
-pkgver=1.7
-pkgrel=1
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('0541b0cd4871f36adb09bcdf345797916ef27364e83ac0e87f5b41e891801c5f4354dcf8ca7dd3e10407d6c867cdfc0aa59dacc508a4fec0407e78a0b435697e')
-
-prepare() {
-  cp -a webcolors-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/webcolors-$pkgver
-  py.test
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  py.test2
-}
-
-package_python-webcolors() {
-  depends=('python')
-
-  cd webcolors-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-webcolors() {
-  depends=('python2')
-
-  cd webcolors-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 290492, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 18:17:11 UTC (rev 290493)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-webcolors
+pkgname=(python-webcolors python2-webcolors)
+pkgver=1.8
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('ea762580bbf9d01c52b078e151ad44069a73bfd03b7280ead6d163756fdc3188d5eb993e4e847ac9081e25affa0270b4f9f9902b1b7c3f4fd6e9ed5081fa8d82')
+
+prepare() {
+  cp -a webcolors-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/webcolors-$pkgver
+  py.test
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  py.test2
+}
+
+package_python-webcolors() {
+  depends=('python')
+
+  cd webcolors-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-webcolors() {
+  depends=('python2')
+
+  cd webcolors-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in perl-dbd-mysql/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:16:57
  Author: felixonmars
Revision: 316531

archrelease: copy trunk to extra-x86_64

Added:
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 316530, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 18:16:32 UTC (rev 316530)
+++ PKGBUILD2018-02-09 18:16:57 UTC (rev 316531)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.043
-pkgrel=3
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/;
-depends=('libmariadbclient' 'perl-dbi')
-makedepends=('perl-devel-checklib')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-sha512sums=('ef845052caabba7060e2e21d81f0791003509ec56741d92ff3a82196b528f81245ce1562539d89bc6e12584769739012325046b5e1c4e56febef108a7d2ae9ba')
-
-build() {
-  cd DBD-mysql-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd DBD-mysql-$pkgver
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test &
-  sleep 10
-  DAEMON_PORT=$!
-  make test
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd DBD-mysql-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-mysql/repos/extra-x86_64/PKGBUILD (from rev 316530, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 18:16:57 UTC (rev 316531)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+pkgver=4.046
+pkgrel=1
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/DBD-mysql/;
+depends=('libmariadbclient' 'perl-dbi')
+makedepends=('perl-devel-checklib')
+checkdepends=('mariadb' 'perl-test-deep')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
+sha512sums=('57b3243a724ac21a11b6eea10aa1cfc821f295cb5bf44f9eaabeb979d3f8e1f7f5e00d40b144a16688d0a358c82c2bb00f630e925e176f29a9ca84b8ee7fb9cc')
+
+build() {
+  cd DBD-mysql-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd DBD-mysql-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd DBD-mysql-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 18:24:41
  Author: arojas
Revision: 290498

Update to 1.20

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:23:22 UTC (rev 290497)
+++ PKGBUILD2018-02-09 18:24:41 UTC (rev 290498)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-screensaver
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc='Screensaver for MATE'
 url="https://mate-desktop.org;
@@ -15,7 +15,7 @@
 conflicts=('mate-screensaver-gtk3')
 replaces=('mate-screensaver-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('57f820c1b2898f65fc73b0d8003b372fe558620358a9bc12892501ceb53eea0f')
+sha256sums=('69927e32b49b9723ab26a9cc0005f84ff904103d9eb71e926dc44d5311302899')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 18:25:06
  Author: arojas
Revision: 290499

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-screensaver/repos/community-staging-x86_64/
  mate-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 290498, mate-screensaver/trunk/PKGBUILD)

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

Copied: mate-screensaver/repos/community-staging-x86_64/PKGBUILD (from rev 
290498, mate-screensaver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:25:06 UTC (rev 290499)
@@ -0,0 +1,38 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-screensaver
+pkgver=1.20.0
+pkgrel=1
+pkgdesc='Screensaver for MATE'
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 
'mate-session-manager')
+makedepends=('intltool' 'systemd')
+optdepends=('rss-glx: Really slick screensavers')
+groups=('mate-extra')
+conflicts=('mate-screensaver-gtk3')
+replaces=('mate-screensaver-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('69927e32b49b9723ab26a9cc0005f84ff904103d9eb71e926dc44d5311302899')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--without-console-kit
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:32:38
  Author: felixonmars
Revision: 290504

upgpkg: haskell-hspec-wai 0.9.0-17

rebuild with streaming-commons,0.1.19

Modified:
  haskell-hspec-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:31:05 UTC (rev 290503)
+++ PKGBUILD2018-02-09 18:32:38 UTC (rev 290504)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai
 pkgname=haskell-hspec-wai
 pkgver=0.9.0
-pkgrel=16
+pkgrel=17
 pkgdesc="Experimental Hspec support for testing WAI applications"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:39:49
  Author: felixonmars
Revision: 290516

upgpkg: haskell-wai-app-static 3.1.6.1-134

rebuild with streaming-commons,0.1.19

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:39:12 UTC (rev 290515)
+++ PKGBUILD2018-02-09 18:39:49 UTC (rev 290516)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.1
-pkgrel=133
+pkgrel=134
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


[arch-commits] Commit in kmymoney/repos/community-x86_64 (4 files)

2018-02-09 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, February 9, 2018 @ 18:39:12
  Author: jlichtblau
Revision: 290515

archrelease: copy trunk to community-x86_64

Added:
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 290514, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 290514, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog

+
 PKGBUILD   |   94 +++
 kmymoney.changelog |  153 ++-
 2 files changed, 125 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 18:38:43 UTC (rev 290514)
+++ PKGBUILD2018-02-09 18:39:12 UTC (rev 290515)
@@ -1,47 +0,0 @@
- #$Id$
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('x86_64')
-url="https://kmymoney.org/;
-license=('GPL')
-depends=('aqbanking' 'boost-libs' 'libalkimia' 'sqlcipher' 'qt5-base' 'qgpgme' 
'karchive'
- 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils'
- 'kitemmodels' 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 
'kxmlgui'
- 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 
'kcontacts'
- 'akonadiconsole' 'kross' 'kqtquickcharts' 'kdiagram' 'kdewebkit' 
'shared-mime-info')
-makedepends=('boost' 'extra-cmake-modules' 'doxygen')
-changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
-sha256sums=('984f5866aa7d7bf53d2ef9bbfbb6e5de0d69972f225031ebfd86b46df131f5ba'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=RELEASE \
--DCMAKE_SKIP_RPATH=YES \
--Wno-dev
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 290514, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 18:39:12 UTC (rev 290515)
@@ -0,0 +1,47 @@
+ #$Id$
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=5.0.0
+pkgrel=2
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('x86_64')
+url="https://kmymoney.org/;
+license=('GPL')
+depends=('aqbanking' 'boost-libs' 'libalkimia' 'sqlcipher' 'qt5-base' 'qgpgme' 
'karchive'
+ 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
+ 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
+ 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
+ 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'libical' 'akonadi' 
'shared-mime-info')
+makedepends=('boost' 'extra-cmake-modules' 'doxygen' 'kcontacts')
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
+sha256sums=('984f5866aa7d7bf53d2ef9bbfbb6e5de0d69972f225031ebfd86b46df131f5ba'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DCMAKE_SKIP_RPATH=YES \
+-Wno-dev
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kmymoney.changelog
===
--- kmymoney.changelog  2018-02-09 18:38:43 UTC (rev 290514)
+++ kmymoney.changelog  2018-02-09 18:39:12 UTC (rev 290515)
@@ -1,75 +0,0 @@
-2018-02-07 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-1
-
-2017-12-27 Jaroslav Lichtblau 
-   * kmymoney 4.8.1.1-1
-
-2017-10-18 Jaroslav Lichtblau 
-   * 

[arch-commits] Commit in python-peewee/repos/community-testing-x86_64 (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:45:54
  Author: felixonmars
Revision: 290527

archrelease: copy trunk to community-testing-x86_64

Added:
  python-peewee/repos/community-testing-x86_64/PKGBUILD
(from rev 290526, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 18:45:24 UTC (rev 290526)
+++ PKGBUILD2018-02-09 18:45:54 UTC (rev 290527)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.0.15
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
- # 'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('c344b094942b9303c457aa6bf9ab20be5862d79adefdccaa5e649fd3c63eb1f17f1a91f390501b375337f96e571d4d1165991828e2e907738348ce53319e')
-
-prepare() {
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-}

Copied: python-peewee/repos/community-testing-x86_64/PKGBUILD (from rev 290526, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 18:45:54 UTC (rev 290527)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.0.16
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
+ # 'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('40251820a4505b514e2a740c075b6d058ea4ffe5dfe00bd91d66b9af1914791082bb77cffe30cd6740a0b4bf4904bd6ee15855dd03894220dc76a93de70263f3')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:46:11
  Author: felixonmars
Revision: 290528

upgpkg: hledger-api 1.5-43

rebuild with streaming-commons,0.1.19

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:45:54 UTC (rev 290527)
+++ PKGBUILD2018-02-09 18:46:11 UTC (rev 290528)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.5
-pkgrel=42
+pkgrel=43
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:45:24
  Author: felixonmars
Revision: 290526

upgpkg: python-peewee 3.0.16-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:45:08 UTC (rev 290525)
+++ PKGBUILD2018-02-09 18:45:24 UTC (rev 290526)
@@ -6,7 +6,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.0.15
+pkgver=3.0.16
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -16,7 +16,7 @@
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
  # 'python-psycopg2' 'python2-psycopg2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('c344b094942b9303c457aa6bf9ab20be5862d79adefdccaa5e649fd3c63eb1f17f1a91f390501b375337f96e571d4d1165991828e2e907738348ce53319e')
+sha512sums=('40251820a4505b514e2a740c075b6d058ea4ffe5dfe00bd91d66b9af1914791082bb77cffe30cd6740a0b4bf4904bd6ee15855dd03894220dc76a93de70263f3')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:51:36
  Author: felixonmars
Revision: 290541

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 290540, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:51:36 UTC (rev 290541)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.3
+pkgrel=52
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d609ed1f49d11936fb162eb643006b0e2bebe707a1d94e595d38b568769b30bb507f368fbf2801330f34824609e60e9230db3a24b7ca51b6a13f29b6cbd9af9b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+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"
+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-persistent/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:51:16
  Author: felixonmars
Revision: 290540

upgpkg: haskell-yesod-persistent 1.4.3-52

rebuild with streaming-commons,0.1.19

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:50:22 UTC (rev 290539)
+++ PKGBUILD2018-02-09 18:51:16 UTC (rev 290540)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.3
-pkgrel=51
+pkgrel=52
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in tamarin-prover/repos (3 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:59:01
  Author: felixonmars
Revision: 290547

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 290546, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch
(from rev 290546, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)

--+
 PKGBUILD |   54 +
 binary-orphans-0.1.8.0.patch |   16 
 2 files changed, 70 insertions(+)

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
290546, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:59:01 UTC (rev 290547)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=75
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' "haskell-hunit" "haskell-binary-orphans"
+ "haskell-blaze-builder" "haskell-blaze-html" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-fclabels" "haskell-file-embed" "haskell-gitrev" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-mtl" "haskell-resourcet" "haskell-safe"
+ "haskell-shakespeare" "haskell-text" "haskell-threads" "haskell-wai" 
"haskell-warp"
+ "haskell-yesod-core" "haskell-yesod-static" 
"haskell-tamarin-prover-utils"
+ "haskell-tamarin-prover-term" "haskell-tamarin-prover-theory")
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+binary-orphans-0.1.8.0.patch)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de'
+'d2f700f4d5b0a3aaf239139bc4abba85acdc2ab86ae3ff7fe345b95679998011')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+patch -p1 -i ../binary-orphans-0.1.8.0.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: 
tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch 
(from rev 290546, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)
===
--- community-staging-x86_64/binary-orphans-0.1.8.0.patch   
(rev 0)
+++ community-staging-x86_64/binary-orphans-0.1.8.0.patch   2018-02-09 
18:59:01 UTC (rev 290547)
@@ -0,0 +1,16 @@
+diff --git a/src/Web/Types.hs b/src/Web/Types.hs
+index 8efe669..95e75f3 100644
+--- a/src/Web/Types.hs
 b/src/Web/Types.hs
+@@ -79,11 +79,6 @@ import   Yesod.Static
+ import   Theory
+ 
+ 
+--- | Derived Instances to fix things
+-instance Bin.Binary ZonedTime where
+-  get = liftM2 ZonedTime Bin.get Bin.get
+-  put (ZonedTime d tod) = Bin.put d >> Bin.put tod
+-
+ --
+ -- Types
+ --


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:58:39
  Author: felixonmars
Revision: 290546

upgpkg: tamarin-prover 1.2.2-75

rebuild with streaming-commons,0.1.19

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:56:56 UTC (rev 290545)
+++ PKGBUILD2018-02-09 18:58:39 UTC (rev 290546)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=74
+pkgrel=75
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


[arch-commits] Commit in mate-user-guide/trunk (PKGBUILD)

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 19:05:41
  Author: arojas
Revision: 290554

Update to 1.20

Modified:
  mate-user-guide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:03:27 UTC (rev 290553)
+++ PKGBUILD2018-02-09 19:05:41 UTC (rev 290554)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-user-guide
-pkgver=1.18.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="MATE User Guide"
 groups=('mate')
@@ -11,7 +11,7 @@
 depends=('yelp')
 makedepends=('itstool' 'intltool')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8de19c7c5a98041f15219c814cc72ab94d79b0a1')
+sha1sums=('31e43207d7173653a39941994ede98db2265c093')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-user-guide/repos (2 files)

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 19:06:06
  Author: arojas
Revision: 290555

archrelease: copy trunk to community-staging-any

Added:
  mate-user-guide/repos/community-staging-any/
  mate-user-guide/repos/community-staging-any/PKGBUILD
(from rev 290554, mate-user-guide/trunk/PKGBUILD)

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

Copied: mate-user-guide/repos/community-staging-any/PKGBUILD (from rev 290554, 
mate-user-guide/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-02-09 19:06:06 UTC (rev 290555)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-user-guide
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="MATE User Guide"
+groups=('mate')
+url="http://mate-desktop.org;
+arch=('any')
+license=('FDL')
+depends=('yelp')
+makedepends=('itstool' 'intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('31e43207d7173653a39941994ede98db2265c093')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 19:11:17
  Author: arojas
Revision: 290561

Update to 1.20

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:10:50 UTC (rev 290560)
+++ PKGBUILD2018-02-09 19:11:17 UTC (rev 290561)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-utils
-pkgver=1.18.3
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('mate-utils-gtk3')
 replaces=('mate-utils-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('dfcd364d624a4482d7fc980cd43537e4cf28b2f99f105fd938fb983e30cb88db')
+sha256sums=('f4c2ca4fe533538976412c0fab282a1c8e61f4987bc920d7a452b1131f9a4681')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 19:11:36
  Author: arojas
Revision: 290563

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-utils/repos/community-staging-x86_64/
  mate-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 290562, mate-utils/trunk/PKGBUILD)

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

Copied: mate-utils/repos/community-staging-x86_64/PKGBUILD (from rev 290562, 
mate-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 19:11:36 UTC (rev 290563)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-utils
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('f4c2ca4fe533538976412c0fab282a1c8e61f4987bc920d7a452b1131f9a4681')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:11:18
  Author: felixonmars
Revision: 290562

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-authenticate/repos/community-staging-x86_64/
  haskell-authenticate/repos/community-staging-x86_64/PKGBUILD
(from rev 290560, haskell-authenticate/trunk/PKGBUILD)

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
290560, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 19:11:18 UTC (rev 290562)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.4
+pkgrel=29
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+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"
+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-authenticate/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:10:50
  Author: felixonmars
Revision: 290560

upgpkg: haskell-authenticate 1.3.4-29

rebuild with streaming-commons,0.1.19

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:09:41 UTC (rev 290559)
+++ PKGBUILD2018-02-09 19:10:50 UTC (rev 290560)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=28
+pkgrel=29
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 19:19:35
  Author: arojas
Revision: 290567

archrelease: copy trunk to community-staging-any

Added:
  mozo/repos/community-staging-any/
  mozo/repos/community-staging-any/PKGBUILD
(from rev 290566, mozo/trunk/PKGBUILD)

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

Copied: mozo/repos/community-staging-any/PKGBUILD (from rev 290566, 
mozo/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-02-09 19:19:35 UTC (rev 290567)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mozo
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="MATE menu editing tool"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'mate-menus' 'python2-gobject')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mozo-gtk3')
+replaces=('mozo-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bd03a195abd0641e15437160ffecf6a6a42b0420')
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 19:19:12
  Author: arojas
Revision: 290566

Update to 1.20

Modified:
  mozo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:13:58 UTC (rev 290565)
+++ PKGBUILD2018-02-09 19:19:12 UTC (rev 290566)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mozo
-pkgver=1.18.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="MATE menu editing tool"
 url="http://mate-desktop.org;
@@ -13,7 +13,7 @@
 conflicts=('mozo-gtk3')
 replaces=('mozo-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b490e8be26e0ec49ff4f89aa0113c8a80c80c080')
+sha1sums=('bd03a195abd0641e15437160ffecf6a6a42b0420')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:47:37
  Author: felixonmars
Revision: 290627

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 290626, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 19:47:37 UTC (rev 290627)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180112
+pkgrel=50
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' '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-memory'
+ '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-split' 'haskell-stm' 'haskell-stm-chans' 
'haskell-tagsoup'
+ '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-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-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 GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:47:16
  Author: felixonmars
Revision: 290626

upgpkg: git-annex 6.20180112-50

rebuild with streaming-commons,0.1.19

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:41:19 UTC (rev 290625)
+++ PKGBUILD2018-02-09 19:47:16 UTC (rev 290626)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180112
-pkgrel=49
+pkgrel=50
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:55:06
  Author: felixonmars
Revision: 290633

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
290632, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 19:55:06 UTC (rev 290633)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=60
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "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-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+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"
+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-http-client-tls/repos (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 17:49:37
  Author: felixonmars
Revision: 290475

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 290474, haskell-http-client-tls/trunk/PKGBUILD)

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

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 290474, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 17:49:37 UTC (rev 290475)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.5.3
+pkgrel=2
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('df4fff9fbd6736a52d54bf04669107b24e3d31c22b0f7882310204ca4ef1a895e9f79cea289423341aa575759a2667ff9ca86b889567605ad3daec266a1bbb14')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-dav/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 17:50:38
  Author: felixonmars
Revision: 290476

upgpkg: haskell-dav 1.3.1-212

rebuild with streaming-commons,0.1.19

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 17:49:37 UTC (rev 290475)
+++ PKGBUILD2018-02-09 17:50:38 UTC (rev 290476)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=211
+pkgrel=212
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:11:10
  Author: felixonmars
Revision: 290491

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cheapskate/repos/community-staging-x86_64/
  haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD
(from rev 290490, haskell-cheapskate/trunk/PKGBUILD)

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

Copied: haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
290490, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:11:10 UTC (rev 290491)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.1
+pkgrel=31
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default" "haskell-http-types"
+ "haskell-mtl" "haskell-syb" "haskell-text" "haskell-uniplate" 
"haskell-wai"
+ "haskell-wai-extra" "haskell-xss-sanitize")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e06c8683031e8e7946e10a49ba2fedfedb4b8c5940272d8095ab3ff94c3b77169175b492d15f07fb486efd8fccd0850062174a63d88d2ae69c864eeaffc7a59f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fdingus
+runhaskell Setup build
+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"
+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-wai-extra/repos (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:09:41
  Author: felixonmars
Revision: 290487

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-extra/repos/community-staging-x86_64/
  haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 290486, haskell-wai-extra/trunk/PKGBUILD)

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

Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
290486, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:09:41 UTC (rev 290487)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.22.0
+pkgrel=5
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-cookie'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-http-types'
+ 'haskell-iproute' 'haskell-lifted-base' 'haskell-network' 
'haskell-old-locale'
+ 'haskell-resourcet' 'haskell-streaming-commons' 'haskell-stringsearch'
+ 'haskell-text' 'haskell-unix-compat' 'haskell-vault' 'haskell-void' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-word8' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7058bbd79236cb26735a968622f021ac668c780260563ed5d56a82d3a7844de2bc38e7505efcbc8985996d2e1918feb227d91a787c33e1e8f5799ce973806389')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-example
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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 deepin-qt5dxcb-plugin/repos (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:10:12
  Author: felixonmars
Revision: 290489

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-qt5dxcb-plugin/repos/community-testing-x86_64/
  deepin-qt5dxcb-plugin/repos/community-testing-x86_64/PKGBUILD
(from rev 290488, deepin-qt5dxcb-plugin/trunk/PKGBUILD)

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

Copied: deepin-qt5dxcb-plugin/repos/community-testing-x86_64/PKGBUILD (from rev 
290488, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-09 18:10:12 UTC (rev 290489)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5dxcb-plugin
+pkgver=1.1.8
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5dxcb-plugin;
+license=('GPL3')
+depends=('cairo' 'qt5-x11extras')
+makedepends=('qt5-xcb-private-headers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;)
+sha512sums=('e9ee2d3ca79ba5879b283dae9b256b47b6f7867a376e873c064e8a1f43dd5cdabe0ba36801e19d185af80bd92b9aea19121dd004bd7e997dd0b8c5973b06')
+
+prepare() {
+  cd qt5dxcb-plugin-$pkgver
+
+  rm -r platformplugin/libqt5xcbqpa-dev
+  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
+}
+
+build() {
+  cd qt5dxcb-plugin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:09:51
  Author: felixonmars
Revision: 290488

upgpkg: deepin-qt5dxcb-plugin 1.1.8-1

Modified:
  deepin-qt5dxcb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:09:41 UTC (rev 290487)
+++ PKGBUILD2018-02-09 18:09:51 UTC (rev 290488)
@@ -2,17 +2,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5dxcb-plugin
-pkgver=1.1.6
+pkgver=1.1.8
 pkgrel=1
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5dxcb-plugin;
 license=('GPL3')
-depends=('qt5-x11extras')
+depends=('cairo' 'qt5-x11extras')
 makedepends=('qt5-xcb-private-headers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;)
-sha512sums=('c1863f4dd1242e8b78f63e6fbb0d9897bfbc48275a1924600b1ba6a7365a7b04199880789aaf05393d5d02714f665ee40361cb96f905733a3a27023904230434')
+sha512sums=('e9ee2d3ca79ba5879b283dae9b256b47b6f7867a376e873c064e8a1f43dd5cdabe0ba36801e19d185af80bd92b9aea19121dd004bd7e997dd0b8c5973b06')
 
 prepare() {
   cd qt5dxcb-plugin-$pkgver


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:10:46
  Author: felixonmars
Revision: 290490

upgpkg: haskell-cheapskate 0.1.1-31

rebuild with streaming-commons,0.1.19

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:10:12 UTC (rev 290489)
+++ PKGBUILD2018-02-09 18:10:46 UTC (rev 290490)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.1
-pkgrel=30
+pkgrel=31
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


[arch-commits] Commit in mate-settings-daemon/trunk (PKGBUILD)

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 18:38:18
  Author: arojas
Revision: 290513

Update to 1.20

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:38:04 UTC (rev 290512)
+++ PKGBUILD2018-02-09 18:38:18 UTC (rev 290513)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-settings-daemon
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="The MATE Settings daemon"
 url="https://mate-desktop.org;
@@ -17,7 +17,7 @@
 conflicts=('mate-settings-daemon-gtk3')
 replaces=('mate-settings-daemon-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('4481ac7f266f97a8e38ed057abf4790379ae66d5bedb9ee956006357dd6f536c')
+sha256sums=('c5e9918ce1623953f7cf807c659406b401316b4fa7f8366bd692c9f9b4c88e5c')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-settings-daemon/repos (2 files)

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 18:38:43
  Author: arojas
Revision: 290514

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-settings-daemon/repos/community-staging-x86_64/
  mate-settings-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 290513, mate-settings-daemon/trunk/PKGBUILD)

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

Copied: mate-settings-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 
290513, mate-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:38:43 UTC (rev 290514)
@@ -0,0 +1,40 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-settings-daemon
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="The MATE Settings daemon"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
+ 'mate-desktop' 'nss' 'polkit')
+makedepends=('intltool' 'python')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate')
+conflicts=('mate-settings-daemon-gtk3')
+replaces=('mate-settings-daemon-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('c5e9918ce1623953f7cf807c659406b401316b4fa7f8366bd692c9f9b4c88e5c')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-pulse
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kmymoney/trunk (PKGBUILD kmymoney.changelog)

2018-02-09 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, February 9, 2018 @ 18:38:04
  Author: jlichtblau
Revision: 290512

upgpkg: kmymoney 5.0.0-2 - some dependency changes

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog

+
 PKGBUILD   |   12 ++--
 kmymoney.changelog |3 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:36:28 UTC (rev 290511)
+++ PKGBUILD2018-02-09 18:38:04 UTC (rev 290512)
@@ -8,17 +8,17 @@
 
 pkgname=kmymoney
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('x86_64')
 url="https://kmymoney.org/;
 license=('GPL')
 depends=('aqbanking' 'boost-libs' 'libalkimia' 'sqlcipher' 'qt5-base' 'qgpgme' 
'karchive'
- 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils'
- 'kitemmodels' 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 
'kxmlgui'
- 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 
'kcontacts'
- 'akonadiconsole' 'kross' 'kqtquickcharts' 'kdiagram' 'kdewebkit' 
'shared-mime-info')
-makedepends=('boost' 'extra-cmake-modules' 'doxygen')
+ 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
+ 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
+ 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
+ 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'libical' 'akonadi' 
'shared-mime-info')
+makedepends=('boost' 'extra-cmake-modules' 'doxygen' 'kcontacts')
 changelog=$pkgname.changelog
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2018-02-09 18:36:28 UTC (rev 290511)
+++ kmymoney.changelog  2018-02-09 18:38:04 UTC (rev 290512)
@@ -1,3 +1,6 @@
+2018-02-09 Jaroslav Lichtblau 
+   * kmymoney 5.0.0-2 dependencies ammended
+
 2018-02-07 Jaroslav Lichtblau 
* kmymoney 5.0.0-1
 


[arch-commits] Commit in mate-system-monitor/trunk (PKGBUILD)

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 18:44:40
  Author: arojas
Revision: 290524

Update to 1.20

Modified:
  mate-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:43:16 UTC (rev 290523)
+++ PKGBUILD2018-02-09 18:44:40 UTC (rev 290524)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-system-monitor
-pkgver=1.18.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="A system monitor for MATE"
 url="https://mate-desktop.org;
@@ -13,7 +13,7 @@
 replaces=('mate-system-monitor-gtk3')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('7a2aa5c6364d5deb9e9c3ff0ece65f9485a6039c47d81c0681ae1702523b1ff6')
+sha256sums=('c5f2ab0884b338cad0819b5e5f3b869e5039e16455db140e8b9afc07a4cf2a15')
 
 build() {
 cd ${pkgname}-${pkgver}
@@ -20,7 +20,8 @@
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
---localstatedir=/var
+--localstatedir=/var \
+--enable-systemd
 make
 }
 


[arch-commits] Commit in mate-system-monitor/repos (2 files)

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 18:45:08
  Author: arojas
Revision: 290525

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-system-monitor/repos/community-staging-x86_64/
  mate-system-monitor/repos/community-staging-x86_64/PKGBUILD
(from rev 290524, mate-system-monitor/trunk/PKGBUILD)

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

Copied: mate-system-monitor/repos/community-staging-x86_64/PKGBUILD (from rev 
290524, mate-system-monitor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:45:08 UTC (rev 290525)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-system-monitor
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="A system monitor for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtkmm3' 'libgtop' 'libwnck3')
+makedepends=('intltool' 'itstool' 'python')
+conflicts=('mate-system-monitor-gtk3')
+replaces=('mate-system-monitor-gtk3')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('c5f2ab0884b338cad0819b5e5f3b869e5039e16455db140e8b9afc07a4cf2a15')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var \
+--enable-systemd
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 18:48:21
  Author: arojas
Revision: 290534

Update to 1.20

Modified:
  mate-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:47:42 UTC (rev 290533)
+++ PKGBUILD2018-02-09 18:48:21 UTC (rev 290534)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-terminal
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="The MATE Terminal Emulator"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('mate-terminal-gtk3')
 replaces=('mate-terminal-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('ec9172fd1bd41938f79f2c4def4db31596eb74216151bc1dc18c7baa246b7214')
+sha256sums=('5f81ac98793880c03fea143c49b997c4c616d6bc77146faab15ff57a3434660c')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in haskell-wai-handler-launch/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:47:23
  Author: felixonmars
Revision: 290532

upgpkg: haskell-wai-handler-launch 3.0.2.3-14

rebuild with streaming-commons,0.1.19

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:47:16 UTC (rev 290531)
+++ PKGBUILD2018-02-09 18:47:23 UTC (rev 290532)
@@ -5,7 +5,7 @@
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
 pkgver=3.0.2.3
-pkgrel=13
+pkgrel=14
 pkgdesc="Launch a web app in the default browser."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


[arch-commits] Commit in haskell-wai-handler-launch/repos (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:47:42
  Author: felixonmars
Revision: 290533

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-handler-launch/repos/community-staging-x86_64/
  haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD
(from rev 290532, haskell-wai-handler-launch/trunk/PKGBUILD)

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

Copied: haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD 
(from rev 290532, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:47:42 UTC (rev 290533)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.3
+pkgrel=14
+pkgdesc="Launch a web app in the default browser."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-wai" "haskell-warp" 
"haskell-http-types"
+ "haskell-streaming-commons" "haskell-async")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a962352c95fbb93aa6827ff0e65fd3df7719e5c1157578130edb3c8af0a1091ced838afe05f771efe6cc0f6f1fb08227cfa1547bf97f171ef8907a18ad90441c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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 mate-terminal/repos (2 files)

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 18:48:52
  Author: arojas
Revision: 290535

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-terminal/repos/community-staging-x86_64/
  mate-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 290534, mate-terminal/trunk/PKGBUILD)

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

Copied: mate-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 290534, 
mate-terminal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 18:48:52 UTC (rev 290535)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-terminal
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libsm' 'mate-desktop' 'vte3')
+makedepends=('intltool' 'itstool' 'python')
+groups=('mate-extra')
+conflicts=('mate-terminal-gtk3')
+replaces=('mate-terminal-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('5f81ac98793880c03fea143c49b997c4c616d6bc77146faab15ff57a3434660c')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:33:42
  Author: felixonmars
Revision: 290614

upgpkg: haskell-hakyll 4.10.0.0-59

rebuild with streaming-commons,0.1.19

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:31:28 UTC (rev 290613)
+++ PKGBUILD2018-02-09 19:33:42 UTC (rev 290614)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.10.0.0
-pkgrel=58
+pkgrel=59
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:37:13
  Author: felixonmars
Revision: 290619

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-websockets/repos/community-staging-x86_64/
  haskell-websockets/repos/community-staging-x86_64/PKGBUILD
(from rev 290618, haskell-websockets/trunk/PKGBUILD)

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

Copied: haskell-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
290618, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 19:37:13 UTC (rev 290619)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.12.3.1
+pkgrel=6
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
+ "haskell-sha" "haskell-streaming-commons" "haskell-text")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('62a08ae9e257fad836be0bdfb0e652da807985416a9a298e9bbfe1750252016aaaf0d793e28b5ee4cf51ee9e2dac716a1ed773d5bf9433f9089d106d52fccb5d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-Example
+runhaskell Setup build
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:37:52
  Author: felixonmars
Revision: 290620

upgpkg: haskell-wai-websockets 3.0.1.1-41

rebuild with streaming-commons,0.1.19

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:37:13 UTC (rev 290619)
+++ PKGBUILD2018-02-09 19:37:52 UTC (rev 290620)
@@ -5,7 +5,7 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:49:35
  Author: felixonmars
Revision: 290629

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 290628, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 290628, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 19:49:35 UTC (rev 290629)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.5
+pkgrel=47
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3ba0b9e7d03a9d813e41f7f36ca0fa34decf6f04163abea850cb5ff6e322387b60952bfb30f46be817f52b2c79641fba03e62a5d6483b78a7e094c91fbb273a6')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 19:49:13
  Author: felixonmars
Revision: 290628

upgpkg: hledger-web 1.5-47

rebuild with streaming-commons,0.1.19

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:47:37 UTC (rev 290627)
+++ PKGBUILD2018-02-09 19:49:13 UTC (rev 290628)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.5
-pkgrel=46
+pkgrel=47
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-02-09 Thread Andreas Radke via arch-commits
Date: Friday, February 9, 2018 @ 19:50:05
  Author: andyrtr
Revision: 316536

upgpkg: ding-libs 0.6.1-1

upstream update 0.6.1

Modified:
  ding-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:43:08 UTC (rev 316535)
+++ PKGBUILD2018-02-09 19:50:05 UTC (rev 316536)
@@ -4,7 +4,7 @@
 # Contributor: Mantas M. 
 
 pkgname=ding-libs
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="'D is not GLib' utility libraries"
 arch=('x86_64')
@@ -14,10 +14,11 @@
 makedepends=('doxygen')
 checkdepends=('check')
 
source=(https://releases.pagure.org/SSSD//$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-sha1sums=('c8ec86cb93a26e013a13b12a7b0b3fbc1bca16c1'
+sha1sums=('dab4c855b065bd728021437af81ae726c31c5272'
   'SKIP')
 validpgpkeys=('7B54CAE8A03D66F3D70A5B516F5A90EB44FBC7C7'  # "Pavel Reichl 
"
-  'E4E366758CA0716AAB8048671EC6AB7532E7BC25') # "Jakub Hrozek 
"
+  'E4E366758CA0716AAB8048671EC6AB7532E7BC25'  # "Jakub Hrozek 
"
+  '16F24229488E736048952737BA88000FE6398272') # "Michal Židek 
(rh_work) "
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gssproxy/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-02-09 Thread Andreas Radke via arch-commits
Date: Friday, February 9, 2018 @ 19:58:50
  Author: andyrtr
Revision: 316539

archrelease: copy trunk to testing-x86_64

Added:
  gssproxy/repos/testing-x86_64/
  gssproxy/repos/testing-x86_64/PKGBUILD
(from rev 316538, gssproxy/trunk/PKGBUILD)

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

Copied: gssproxy/repos/testing-x86_64/PKGBUILD (from rev 316538, 
gssproxy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-09 19:58:50 UTC (rev 316539)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Mantas MikulÄ—nas 
+
+pkgname=gssproxy
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="GSSAPI Proxy"
+arch=(x86_64)
+url="https://pagure.io/gssproxy;
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+options=('emptydirs' 'makeflags')
+backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
+etc/gss/mech.d/gssproxy.conf)
+source=(https://releases.pagure.org/gssproxy/$pkgname-$pkgver.tar.gz)
+sha512sums=('f3b8f053d6750d7ee6ab2bfb6bfc4dc1ac2e2f354f923590340bb3c522f57cc881df5a2850750bc00c0dcacf2ae173549dc3bb9ece4512cf2f39869527afc2ec')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" 
systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec 
creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" 
systemd/gssproxy.service.in
+
+#  autoreconf -vfi
+}
+
+build() {
+  cd gssproxy-$pkgver
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc  \
+--with-pubconf-path=/etc/gssproxy \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--without-selinux \
+--with-initscript=systemd \
+--with-gpp-default-behavior=REMOTE_FIRST
+
+#LOCAL_FIRST|LOCAL_ONLY|REMOTE_FIRST|REMOTE_ONLY
+#  Which default behavior the gssproxy interposer
+#  plugin should use [LOCAL_FIRST]
+#--help
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test_proxymech
+}
+
+
+package() {
+  cd gssproxy-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # cleanup empty directories
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/share/doc
+
+  # install default config files
+  install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
+  # nfs services
+  install -m644 examples/24-nfs-server.conf 
$pkgdir/etc/gssproxy/24-nfs-server.conf
+  install -m644 examples/99-nfs-client.conf 
$pkgdir/etc/gssproxy/99-nfs-client.conf
+  # httpd service / use Arch UID/GID http/33 (by pkg filesystem)
+  install -m644 examples/80-httpd.conf $pkgdir/etc/gssproxy/80-httpd.conf
+  sed -i -e "s:euid = apache:euid = http:" $pkgdir/etc/gssproxy/80-httpd.conf
+
+  install -Dm644 examples/mech  $pkgdir/etc/gss/mech.d/gssproxy.conf
+  
+  # FS#51574
+  install -m700 -d ${pkgdir}/var/lib/gssproxy/rcache
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}


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

2018-02-09 Thread Andreas Radke via arch-commits
Date: Friday, February 9, 2018 @ 19:58:37
  Author: andyrtr
Revision: 316538

upgpkg: gssproxy 0.8.0-1

upstream update 0.8.0

Modified:
  gssproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:50:25 UTC (rev 316537)
+++ PKGBUILD2018-02-09 19:58:37 UTC (rev 316538)
@@ -3,7 +3,7 @@
 # Contributor: Mantas MikulÄ—nas 
 
 pkgname=gssproxy
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="GSSAPI Proxy"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
 etc/gss/mech.d/gssproxy.conf)
 source=(https://releases.pagure.org/gssproxy/$pkgname-$pkgver.tar.gz)
-sha512sums=('00cd1d05e12f93f81c11062ccf4950e521960f752a6121f2055e47294a51894eda2415c558d3bc0d4c496146ab8f82a1162328acfb5eb3405c7b116774fa9f89')
+sha512sums=('f3b8f053d6750d7ee6ab2bfb6bfc4dc1ac2e2f354f923590340bb3c522f57cc881df5a2850750bc00c0dcacf2ae173549dc3bb9ece4512cf2f39869527afc2ec')
 
 prepare() {
   cd "$srcdir/gssproxy-$pkgver"


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:53:02
  Author: felixonmars
Revision: 290459

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 290458, haskell-project-template/trunk/PKGBUILD)

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

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 290458, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 15:53:02 UTC (rev 290459)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0.1
+pkgrel=4
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-mtl' 'haskell-resourcet' 'haskell-text')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bc5824086ba8dfaff4ff64c5115d37ea5e496d7692f1120b11c2a878e522119d362c7d119ccf7b9cc064c58f9ce6382b5e24a69cdac5ac5d683c4d616e2c66ea')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-xml-conduit/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:54:06
  Author: felixonmars
Revision: 290460

upgpkg: haskell-xml-conduit 1.7.1.2-4

rebuild with streaming-commons,0.1.19

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 15:53:02 UTC (rev 290459)
+++ PKGBUILD2018-02-09 15:54:06 UTC (rev 290460)
@@ -5,7 +5,7 @@
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
 pkgver=1.7.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="https://github.com/snoyberg/xml;
 license=("MIT")


[arch-commits] Commit in haskell-html-conduit/repos (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:59:27
  Author: felixonmars
Revision: 290467

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-html-conduit/repos/community-staging-x86_64/
  haskell-html-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 290466, haskell-html-conduit/trunk/PKGBUILD)

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

Copied: haskell-html-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
290466, haskell-html-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 15:59:27 UTC (rev 290467)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=html-conduit
+pkgname=haskell-html-conduit
+pkgver=1.2.1.2
+pkgrel=13
+pkgdesc="Parse HTML documents using xml-conduit datatypes"
+url="https://github.com/snoyberg/xml;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-text' 'haskell-resourcet' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-xml-conduit' 'haskell-tagstream-conduit' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('73d66bc08dae94940485c1da27cb75ef008cde4832203bc3d10c7307af597bbad5e717d19a0ab328a6e7b716275d3f4f2e8a17dec8b5c84016921e1c2f3ce8a2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-html-conduit/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:59:04
  Author: felixonmars
Revision: 290466

upgpkg: haskell-html-conduit 1.2.1.2-13

rebuild with streaming-commons,0.1.19

Modified:
  haskell-html-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 15:58:11 UTC (rev 290465)
+++ PKGBUILD2018-02-09 15:59:04 UTC (rev 290466)
@@ -4,7 +4,7 @@
 _hkgname=html-conduit
 pkgname=haskell-html-conduit
 pkgver=1.2.1.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Parse HTML documents using xml-conduit datatypes"
 url="https://github.com/snoyberg/xml;
 license=('MIT')


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:54:27
  Author: felixonmars
Revision: 290461

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xml-conduit/repos/community-staging-x86_64/
  haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 290460, haskell-xml-conduit/trunk/PKGBUILD)

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

Copied: haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
290460, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 15:54:27 UTC (rev 290461)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.7.1.2
+pkgrel=4
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="https://github.com/snoyberg/xml;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-text'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra'
+ 'haskell-data-default-class' 'haskell-monad-control' 
'haskell-resourcet'
+ 'haskell-blaze-html' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('da9d8af3f3f8cc0a88557d42edce1aa5cf965d3a87a1dcf8db3fc2dd8bee8ccdf574f9a7b091b94f6831f824b56e2598c5a0ba94d0d16edff47f2d7e9217448c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-xml-hamlet/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 16:00:26
  Author: felixonmars
Revision: 290468

upgpkg: haskell-xml-hamlet 0.4.1.1-25

rebuild with streaming-commons,0.1.19

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 15:59:27 UTC (rev 290467)
+++ PKGBUILD2018-02-09 16:00:26 UTC (rev 290468)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.1.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/;
 license=("custom:BSD3")


[arch-commits] Commit in systemd/repos/testing-x86_64 (26 files)

2018-02-09 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 15:58:46
  Author: eworm
Revision: 316523

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 316522, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 316522, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 316522, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 316522, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 316522, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 316522, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 316522, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 316522, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 316522, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 316522, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 316522, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 316522, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 316522, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hwdb.hook
  systemd/repos/testing-x86_64/systemd-sysusers.hook
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/systemd-update.hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

--+
 PKGBUILD |  528 ++---
 arch.conf|   14 -
 initcpio-hook-udev   |   44 +--
 initcpio-install-systemd |  396 -
 initcpio-install-udev|   58 ++--
 loader.conf  |2 
 systemd-hwdb.hook|   22 -
 systemd-sysusers.hook|   22 -
 systemd-tmpfiles.hook|   22 -
 systemd-update.hook  |   22 -
 systemd-user.pam |   10 
 systemd.install  |  198 
 12 files changed, 668 insertions(+), 670 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 15:58:35 UTC (rev 316522)
+++ PKGBUILD2018-02-09 15:58:46 UTC (rev 316523)
@@ -1,265 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgbase=systemd
-pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-# latest commit on stable branch
-_commit='46659f7deb962f55c728e70597e37c2a3ab6326d'
-# Bump this to latest major release for signed tag verification,
-# the commit count is handled by pkgver() function.
-pkgver=237.0
-pkgrel=3
-arch=('x86_64')
-url="https://www.github.com/systemd/systemd;
-makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
- 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
- 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
- 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git'
- 'meson' 'libseccomp' 'pcre2')
-options=('strip')
-validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4')  # Lennart 
Poettering 
-source=('git://github.com/systemd/systemd-stable.git'
-'git://github.com/systemd/systemd.git' # pull in for tags, backports & 
reverts
-'initcpio-hook-udev'
-'initcpio-install-systemd'
-'initcpio-install-udev'
-'arch.conf'
-'loader.conf'
-'splash-arch.bmp'
-'systemd-user.pam'
-'systemd-hwdb.hook'
-'systemd-sysusers.hook'
-'systemd-tmpfiles.hook'
-'systemd-update.hook')
-sha512sums=('SKIP'
-'SKIP'
-
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'86d7cacd7536b1069c8208de7ec81e7f0f18a19fc2b06fabe90db4700623eb3540b75121080d325672d92e26912632ae4f93fd3c0bb48eb3e5eedd88352c'
-
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
-
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
-   

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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:58:11
  Author: felixonmars
Revision: 290465

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tagstream-conduit/repos/community-staging-x86_64/
  haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 290464, haskell-tagstream-conduit/trunk/PKGBUILD)

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

Copied: haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 290464, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 15:58:11 UTC (rev 290465)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5.5.3
+pkgrel=117
+pkgdesc="Streamlined html tag parser"
+url="https://github.com/yihuang/tagstream-conduit;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-data-default" 
"haskell-resourcet"
+ "haskell-text" "haskell-xml-conduit")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e39333ea7ff6cbcf154')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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 systemd/trunk (PKGBUILD)

2018-02-09 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 15:58:35
  Author: eworm
Revision: 316522

upgpkg: systemd 237.25-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 15:52:21 UTC (rev 316521)
+++ PKGBUILD2018-02-09 15:58:35 UTC (rev 316522)
@@ -6,11 +6,11 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 # latest commit on stable branch
-_commit='46659f7deb962f55c728e70597e37c2a3ab6326d'
+_commit='04a361e18f1574098d33dbdb2e030f4a44de59ee'
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
-pkgver=237.0
-pkgrel=3
+pkgver=237.25
+pkgrel=1
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -48,8 +48,6 @@
 
'10190fba9f39a8f4b620a0829e0ba8ed63bb4dbeca712966011ee7807880d01ab2abff1a80baafeb6674db70526a473fe585db8190e864f318fc4d6068552618')
 
 _backports=(
-  # socket-util: fix getpeergroups() assert(fd) (#8080)
-  '75f40779607ea79f20441c7fb46744d04ee2c7ae'
 )
 
 _reverts=(


[arch-commits] Commit in libreoffice-fresh/repos (5 files)

2018-02-09 Thread Andreas Radke via arch-commits
Date: Friday, February 9, 2018 @ 15:36:00
  Author: andyrtr
Revision: 316519

archrelease: copy trunk to testing-x86_64

Added:
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 316518, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 316518, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 316518, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 316518, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

--+
 PKGBUILD |  331 +
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 4 files changed, 361 insertions(+)

Copied: libreoffice-fresh/repos/testing-x86_64/PKGBUILD (from rev 316518, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-09 15:36:00 UTC (rev 316519)
@@ -0,0 +1,331 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.0.1.1
+pkgver=6.0.1
+pkgrel=1
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_65_1.tar.bz2
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2017-08-15.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/pdfium-3235.tar.bz2
+
${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
+   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
+   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar
  # for test suite
+   
${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+   

[arch-commits] Commit in libreoffice-fresh/trunk (3 files)

2018-02-09 Thread Andreas Radke via arch-commits
Date: Friday, February 9, 2018 @ 15:35:39
  Author: andyrtr
Revision: 316518

upgpkg: libreoffice-fresh 6.0.1-1

upstream update 6.0.1

Added:
  libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff
Modified:
  libreoffice-fresh/trunk/PKGBUILD
Deleted:
  libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff

--+
 PKGBUILD |   10 ++--
 make-pyuno-work-with-system-wide-module-install.diff |   36 -
 2 files changed, 23 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 12:56:49 UTC (rev 316517)
+++ PKGBUILD2018-02-09 15:35:39 UTC (rev 316518)
@@ -11,8 +11,8 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.0.0.3
-pkgver=6.0.0
+_LOver=6.0.1.1
+pkgver=6.0.1
 pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
@@ -73,11 +73,11 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('dc2171845ec19d5a0cece2c0052172011b2ec435cac80cb47637f2af94e19e3d'
+sha256sums=('8f802a9c6ed645218a07b34530113f357b694f2653d734fe8a9003068b5670a9'
 'SKIP'
-'9f4750a5dc087c1b700dc200ffe614932e4f854c185084207b79f5a8e2968442'
+'4466ffc014f5dd3bc7b2676c18e25687c95b00f0379b61c8db988091a4a5d647'
 'SKIP'
-'8afeb5cbb608e451a9b1acaef87601323faf403b490bd188edb5ddeedd60587e'
+'52a2ce93d87f0c248d08685f9eb37fd11c8e0196f8795fe516dd156ecdd21047'
 'SKIP'
 '9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'

Deleted: make-pyuno-work-with-system-wide-module-install.diff
===
--- make-pyuno-work-with-system-wide-module-install.diff2018-02-09 
12:56:49 UTC (rev 316517)
+++ make-pyuno-work-with-system-wide-module-install.diff2018-02-09 
15:35:39 UTC (rev 316518)
@@ -1,18 +0,0 @@
 a/pyuno/source/module/uno.py   2017-05-03 18:46:29.0 +0200
-+++ b/pyuno/source/module/uno.py.new   2017-06-06 17:11:27.585959637 +0200
-@@ -16,8 +16,14 @@
- #   except in compliance with the License. You may obtain a copy of
- #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- #
--import pyuno
-+
-+# Special modification to make uno load on Arch
-+import os
- import sys
-+sys.path.append("/usr/lib/libreoffice/program/")
-+os.putenv("URE_BOOTSTRAP", 
"vnd.sun.star.pathname:/usr/lib/libreoffice/program/fundamentalrc")
-+
-+import pyuno
- import traceback
- import warnings
- 

Added: make-pyuno-work-with-system-wide-module-install.diff
===
--- make-pyuno-work-with-system-wide-module-install.diff
(rev 0)
+++ make-pyuno-work-with-system-wide-module-install.diff2018-02-09 
15:35:39 UTC (rev 316518)
@@ -0,0 +1,18 @@
+--- a/pyuno/source/module/uno.py   2017-05-03 18:46:29.0 +0200
 b/pyuno/source/module/uno.py.new   2017-06-06 17:11:27.585959637 +0200
+@@ -16,8 +16,14 @@
+ #   except in compliance with the License. You may obtain a copy of
+ #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ #
+-import pyuno
++
++# Special modification to make uno load on Arch
++import os
+ import sys
++sys.path.append("/usr/lib/libreoffice/program/")
++os.putenv("URE_BOOTSTRAP", 
"vnd.sun.star.pathname:/usr/lib/libreoffice/program/fundamentalrc")
++
++import pyuno
+ import traceback
+ import warnings
+ 


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:57:35
  Author: felixonmars
Revision: 290464

upgpkg: haskell-tagstream-conduit 0.5.5.3-117

rebuild with streaming-commons,0.1.19

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 15:56:39 UTC (rev 290463)
+++ PKGBUILD2018-02-09 15:57:35 UTC (rev 290464)
@@ -5,7 +5,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=116
+pkgrel=117
 pkgdesc="Streamlined html tag parser"
 url="https://github.com/yihuang/tagstream-conduit;
 license=("custom:BSD3")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:56:39
  Author: felixonmars
Revision: 290463

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-feed/repos/community-staging-x86_64/
  haskell-feed/repos/community-staging-x86_64/PKGBUILD
(from rev 290462, haskell-feed/trunk/PKGBUILD)

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

Copied: haskell-feed/repos/community-staging-x86_64/PKGBUILD (from rev 290462, 
haskell-feed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 15:56:39 UTC (rev 290463)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=feed
+pkgname=haskell-feed
+pkgver=1.0.0.0
+pkgrel=23
+pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
+url="https://github.com/bergmark/feed;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-old-locale' 
'haskell-old-time' 'haskell-safe'
+ 'haskell-text' 'haskell-time-locale-compat' 'haskell-utf8-string' 
'haskell-xml-types'
+ 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('dfda1387e2af46fa703634ae3988c243c59bf0c00eefe5ed193c51d5c18131221fa20cfb83404e7c227a2962e4d621186579f7c2d9353d19c01d9277de13ae4d')
+
+prepare() {
+sed -i 's/, xml-conduit >= 1.3 && < 1.6/, xml-conduit >= 1.3/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-feed/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:56:03
  Author: felixonmars
Revision: 290462

upgpkg: haskell-feed 1.0.0.0-23

rebuild with streaming-commons,0.1.19

Modified:
  haskell-feed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 15:54:27 UTC (rev 290461)
+++ PKGBUILD2018-02-09 15:56:03 UTC (rev 290462)
@@ -5,7 +5,7 @@
 _hkgname=feed
 pkgname=haskell-feed
 pkgver=1.0.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed;
 license=("custom:BSD3")


[arch-commits] Commit in nss-pam-ldapd/repos/community-x86_64 (8 files)

2018-02-09 Thread Johannes Löthberg via arch-commits
Date: Friday, February 9, 2018 @ 16:50:19
  Author: demize
Revision: 290473

archrelease: copy trunk to community-x86_64

Added:
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 290472, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 290472, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.sysusers
(from rev 290472, nss-pam-ldapd/trunk/nslcd.sysusers)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 290472, nss-pam-ldapd/trunk/nslcd.tmpfiles)
Deleted:
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.sysusers
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles

+
 PKGBUILD   |  130 +++
 nslcd.service  |   21 +++-
 nslcd.sysusers |2 
 nslcd.tmpfiles |2 
 4 files changed, 76 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 16:50:05 UTC (rev 290472)
+++ PKGBUILD2018-02-09 16:50:19 UTC (rev 290473)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.8
-pkgrel=2
-
-pkgdesc='LDAP module for NSS and PAM'
-url="https://arthurdejong.org/nss-pam-ldapd/;
-arch=('x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-provides=('nslcd')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-
-source=("https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
-"nslcd.service"
-"nslcd.sysusers"
-"nslcd.tmpfiles")
-
-md5sums=('8c99fdc54f4bf9aca8c5f53fdb1403ff'
- 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'f7a52c4e0eae1a5d525d0e2f374f9114'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-"$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-"$pkgver"
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-"$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.sysusers" 
"$pkgdir/usr/lib/sysusers.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-x86_64/PKGBUILD (from rev 290472, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 16:50:19 UTC (rev 290473)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.8
+pkgrel=3
+
+pkgdesc='LDAP module for NSS and PAM'
+url="https://arthurdejong.org/nss-pam-ldapd/;
+arch=('x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+
+source=("https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
+"nslcd.service"
+"nslcd.sysusers"
+"nslcd.tmpfiles")
+
+md5sums=('8c99fdc54f4bf9aca8c5f53fdb1403ff'
+ 'SKIP'
+ 'c0d4921737bdbb38924e6774cd1d3bb1'
+ 'f7a52c4e0eae1a5d525d0e2f374f9114'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
+
+build() {
+  cd nss-pam-ldapd-"$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security
+
+  make
+}
+
+check() {
+  cd nss-pam-ldapd-"$pkgver"
+  PYTHON=python2 make check
+}
+
+package() {
+  cd nss-pam-ldapd-"$pkgver"
+
+  install -Dm644 "$srcdir/nslcd.sysusers" 
"$pkgdir/usr/lib/sysusers.d/nslcd.conf"
+  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
+  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: nslcd.service
===
--- nslcd.service   2018-02-09 16:50:05 UTC (rev 290472)
+++ nslcd.service   2018-02-09 16:50:19 UTC (rev 290473)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Naming services LDAP client daemon.

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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:51:59
  Author: felixonmars
Revision: 290457

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 290456, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 15:51:59 UTC (rev 290457)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.4
+pkgrel=30
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' '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')
+makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f8ae4f0b501505b839306c283a8a4c854c62c8b325b25219b890339f4b0b4e6d669176e79b7e35fb9d4cf5fd4627117d464aa141840c7fade8ceac669ca86aa5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-persistent-sqlite/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 15:51:40
  Author: felixonmars
Revision: 290456

upgpkg: haskell-persistent-sqlite 2.6.4-30

rebuild with streaming-commons,0.1.19

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 15:50:48 UTC (rev 290455)
+++ PKGBUILD2018-02-09 15:51:40 UTC (rev 290456)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.4
-pkgrel=29
+pkgrel=30
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 16:02:04
  Author: felixonmars
Revision: 290470

upgpkg: haskell-http-client 0.5.10-3

rebuild with streaming-commons,0.1.19

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 16:00:59 UTC (rev 290469)
+++ PKGBUILD2018-02-09 16:02:04 UTC (rev 290470)
@@ -5,7 +5,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.5.10
-pkgrel=2
+pkgrel=3
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 16:00:59
  Author: felixonmars
Revision: 290469

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xml-hamlet/repos/community-staging-x86_64/
  haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD
(from rev 290468, haskell-xml-hamlet/trunk/PKGBUILD)

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

Copied: haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
290468, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 16:00:59 UTC (rev 290469)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.1.1
+pkgrel=25
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8f4281ffc7a9ac3639719ed4bdfa71cd5a1045fcbe733224446eeead02881ddf3325dc3b638f2e422be8503ad0ff230f01ce0cc91a4a48bf2a0432dda2973687')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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 lib32-systemd/repos (2 files)

2018-02-09 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 21:05:47
  Author: eworm
Revision: 290635

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 290634, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 290634, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-02-09 21:05:47 UTC (rev 290635)
@@ -0,0 +1,141 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+# latest commit on stable branch
+_commit='78bd76934d74556054ed4cb69929d4318ae82a2d'
+# Bump this to latest major release for signed tag verification,
+# the commit count is handled by pkgver() function.
+pkgver=237.31
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="https://www.github.com/systemd/systemd;
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' 
'systemd')
+makedepends=('gcc-multilib' 'git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn' 'lib32-pcre2'
+ 'libxslt' 'meson')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4')  # Lennart 
Poettering 
+source=('git://github.com/systemd/systemd-stable.git'
+'git://github.com/systemd/systemd.git') # pull in for tags, backports 
& reverts
+sha256sums=('SKIP'
+ 'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+_validate_tag() {
+  local success fingerprint trusted status tag=v${pkgver%.*}
+
+  parse_gpg_statusfile /dev/stdin < <(git verify-tag --raw "$tag" 2>&1)
+
+  if (( ! success )); then
+error 'failed to validate tag %s\n' "$tag"
+return 1
+  fi
+
+  if ! in_array "$fingerprint" "${validpgpkeys[@]}" && (( ! trusted )); then
+error 'unknown or untrusted public key: %s\n' "$fingerprint"
+return 1
+  fi
+
+  case $status in
+'expired')
+  warning 'the signature has expired'
+  ;;
+'expiredkey')
+  warning 'the key has expired'
+  ;;
+  esac
+
+  return 0
+}
+
+pkgver() {
+  local version count
+
+  cd "$_pkgbasename-stable"
+
+  version="$(git describe --abbrev=0 --tags)"
+  count="$(git rev-list --count ${version}..)"
+  printf '%s.%s' "${version#v}" "${count}"
+}
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  git remote add upstream ../systemd/
+  git fetch --all
+
+  git checkout "${_commit}"
+
+  _validate_tag || return
+
+  local _commit
+  for _commit in "${_backports[@]}"; do
+git cherry-pick -n "$_commit"
+  done
+  for _commit in "${_reverts[@]}"; do
+git revert -n "$_commit"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local timeservers=({0..3}.arch.pool.ntp.org)
+
+  local meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+-Daudit=false
+-Dgnuefi=false
+-Dima=false
+-Dlz4=false
+-Dblkid=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibiptc=false
+-Dmanpages=false
+-Dnetworkd=false
+-Dpam=false
+-Dpython=false
+-Dseccomp=false
+-Dman=false
+-Dhtml=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-dnssec=no
+# TODO(dreisner): consider changing this to unified
+-Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
+-Dfallback-hostname='archlinux'
+-Dntp-servers="${timeservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${meson_options[@]}"
+
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}


[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-02-09 Thread Andrew Crerar via arch-commits
Date: Friday, February 9, 2018 @ 22:52:51
  Author: andrewsc
Revision: 290647

upgpkg: firefox-developer-edition 59.0b8-1

firefox-developer-edition: Updating to 59.0b8

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 21:52:50 UTC (rev 290646)
+++ PKGBUILD2018-02-09 22:52:51 UTC (rev 290647)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=59.0b7
+pkgver=59.0b8
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 21:11:55
  Author: arojas
Revision: 290637

archrelease: copy trunk to community-x86_64

Added:
  gwenhywfar/repos/community-x86_64/PKGBUILD
(from rev 290636, gwenhywfar/trunk/PKGBUILD)
Deleted:
  gwenhywfar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 21:11:20 UTC (rev 290636)
+++ PKGBUILD2018-02-09 21:11:55 UTC (rev 290637)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gwenhywfar
-pkgver=4.18.0
-_dnrel=206
-pkgrel=2
-pkgdesc="OS abstraction functions for various projects"
-arch=(x86_64)
-url="http://www.aquamaniac.de;
-license=("LGPL")
-depends=('openssl' 'gnutls' 'libgcrypt' 'libice' 'libsm')
-makedepends=('gtk2' 'qt4' 'qt5-base')
-optdepends=('gtk2: for the GTK2 UI' 'qt4: for the Qt4 UI' 'qt5-base: for the 
Qt5 UI')
-source=(gwenhywfar-$pkgver.tar.gz::"http://www2.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz;
-  
$pkgname-$pkgver.tar.gz.asc::"https://www.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=02=gwenhywfar-$pkgver.tar.gz.asc;)
-sha256sums=('6915bba42d8b7f0213cee186a944296e5e5e97cdbde5b539a924261af03086ca'
-'SKIP')
-validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl 
--enable-system-certs --with-guis="gtk2 qt4 qt5"
-  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gwenhywfar/repos/community-x86_64/PKGBUILD (from rev 290636, 
gwenhywfar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 21:11:55 UTC (rev 290637)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gwenhywfar
+pkgver=4.18.0
+_dnrel=206
+pkgrel=3
+pkgdesc="OS abstraction functions for various projects"
+arch=(x86_64)
+url="http://www.aquamaniac.de;
+license=("LGPL")
+depends=('openssl' 'gnutls' 'libgcrypt' 'libice' 'libsm')
+makedepends=('gtk2' 'qt5-base')
+optdepends=('gtk2: for the GTK2 UI' 'qt5-base: for the Qt5 UI')
+source=(gwenhywfar-$pkgver.tar.gz::"http://www2.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz;
+  
$pkgname-$pkgver.tar.gz.asc::"https://www.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=02=gwenhywfar-$pkgver.tar.gz.asc;)
+sha256sums=('6915bba42d8b7f0213cee186a944296e5e5e97cdbde5b539a924261af03086ca'
+'SKIP')
+validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl 
--enable-system-certs --with-guis="gtk2 qt5"
+  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-09 Thread Jelle van der Waa via arch-commits
Date: Friday, February 9, 2018 @ 21:52:50
  Author: jelle
Revision: 290646

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 21:52:34 UTC (rev 290645)
+++ PKGBUILD2018-02-09 21:52:50 UTC (rev 290646)
@@ -1,57 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Maintainer: Jelle van der Waa 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2017.3
-pkgrel=1
-arch=('any')
-url="http://pypi.python.org/pypi/pytz;
-license=("MIT")
-makedepends=('python' 'python2')
-source=(https://pypi.python.org/packages/60/88/d3152c234da4b2a1f7a989f89609ea488225eaea015bc16fbde2b3fdfefa/pytz-2017.3.zip{,.asc})
-md5sums=('7006b56c0d68a162d9fe57d4249c3171'
- 'SKIP')
-validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-
-build(){
-cd $srcdir
-cp -rf pytz-$pkgver pytz2-$pkgver
-}
-
-check(){
-cd $srcdir/pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-python2 test_tzinfo.py
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc="Cross platform time zone library for Python"
-
-cd $srcdir/pytz-$pkgver
-
-# Fix locale https://github.com/ipython/ipython/issues/2057
-export LC_ALL=en_US.UTF-8
-
-python3 setup.py install --root=$pkgdir/
-
-install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc="Cross platform time zone library for Python"
-
-cd $srcdir/pytz2-$pkgver
-
-# python 2 fix
-#sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
-
-python2 setup.py install --root="$pkgdir/"
-
-install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 290645, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 21:52:50 UTC (rev 290646)
@@ -0,0 +1,56 @@
+# Maintainer: Stefan Husmann 
+# Maintainer: Jelle van der Waa 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2018.3
+pkgrel=1
+arch=('any')
+url="http://pypi.python.org/pypi/pytz;
+license=("MIT")
+makedepends=('python' 'python2')
+source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
+md5sums=('abb07c09c79f78d7c04f222a550c99ef')
+validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
+
+build(){
+cd $srcdir
+cp -rf pytz-$pkgver pytz2-$pkgver
+}
+
+check(){
+cd $srcdir/pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+python2 test_tzinfo.py
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc="Cross platform time zone library for Python"
+
+cd $srcdir/pytz-$pkgver
+
+# Fix locale https://github.com/ipython/ipython/issues/2057
+export LC_ALL=en_US.UTF-8
+
+python3 setup.py install --root=$pkgdir/
+
+install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc="Cross platform time zone library for Python"
+
+cd $srcdir/pytz2-$pkgver
+
+# python 2 fix
+#sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
+
+python2 setup.py install --root="$pkgdir/"
+
+install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-02-09 Thread Jelle van der Waa via arch-commits
Date: Friday, February 9, 2018 @ 21:52:34
  Author: jelle
Revision: 290645

upgpkg: python-pytz 2018.3-1

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 21:22:18 UTC (rev 290644)
+++ PKGBUILD2018-02-09 21:52:34 UTC (rev 290645)
@@ -4,15 +4,14 @@
 # Contributor: William Rea 
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2017.3
+pkgver=2018.3
 pkgrel=1
 arch=('any')
 url="http://pypi.python.org/pypi/pytz;
 license=("MIT")
 makedepends=('python' 'python2')
-source=(https://pypi.python.org/packages/60/88/d3152c234da4b2a1f7a989f89609ea488225eaea015bc16fbde2b3fdfefa/pytz-2017.3.zip{,.asc})
-md5sums=('7006b56c0d68a162d9fe57d4249c3171'
- 'SKIP')
+source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
+md5sums=('abb07c09c79f78d7c04f222a550c99ef')
 validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
 
 build(){


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 21:11:20
  Author: arojas
Revision: 290636

Drop Qt4

Modified:
  gwenhywfar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 21:05:47 UTC (rev 290635)
+++ PKGBUILD2018-02-09 21:11:20 UTC (rev 290636)
@@ -5,14 +5,14 @@
 pkgname=gwenhywfar
 pkgver=4.18.0
 _dnrel=206
-pkgrel=2
+pkgrel=3
 pkgdesc="OS abstraction functions for various projects"
 arch=(x86_64)
 url="http://www.aquamaniac.de;
 license=("LGPL")
 depends=('openssl' 'gnutls' 'libgcrypt' 'libice' 'libsm')
-makedepends=('gtk2' 'qt4' 'qt5-base')
-optdepends=('gtk2: for the GTK2 UI' 'qt4: for the Qt4 UI' 'qt5-base: for the 
Qt5 UI')
+makedepends=('gtk2' 'qt5-base')
+optdepends=('gtk2: for the GTK2 UI' 'qt5-base: for the Qt5 UI')
 
source=(gwenhywfar-$pkgver.tar.gz::"http://www2.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz;
   
$pkgname-$pkgver.tar.gz.asc::"https://www.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=02=gwenhywfar-$pkgver.tar.gz.asc;)
 sha256sums=('6915bba42d8b7f0213cee186a944296e5e5e97cdbde5b539a924261af03086ca'
@@ -21,7 +21,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl 
--enable-system-certs --with-guis="gtk2 qt4 qt5"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl 
--enable-system-certs --with-guis="gtk2 qt5"
   sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
   make
 }


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-02-09 Thread Andrew Crerar via arch-commits
Date: Friday, February 9, 2018 @ 22:53:30
  Author: andrewsc
Revision: 290648

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 290647, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 290647, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 290647, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 290647, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  356 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 595 insertions(+), 595 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 22:52:51 UTC (rev 290647)
+++ PKGBUILD2018-02-09 22:53:30 UTC (rev 290648)
@@ -1,178 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=59.0b7
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 
'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
-ac_add_options 

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

2018-02-09 Thread Evangelos Foutras via arch-commits
Date: Friday, February 9, 2018 @ 23:10:34
  Author: foutrelis
Revision: 290652

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 290651, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 23:10:25 UTC (rev 290651)
+++ PKGBUILD2018-02-09 23:10:34 UTC (rev 290652)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.11.2
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('349ce8a5081994e611165521010d38c2326e4f1b036c9bd07034e6e7e0cee038'
-'SKIP'
-'16d1dbc56667dcf7a11aae2d404cde12014f5c5b7df5f3b02fbdc5d7e775e5e4'
-'SKIP'
-'053d17922491e10d8b9a3df498e9d3f53ea2e566ce234874f54abc636b489a4e'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,arprules,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 290651, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 23:10:34 UTC (rev 290652)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.1.12.1
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('dfcfc73994d00389b29661d3470114a22d41f49d55542dba419394bf099c0cc0'
+'SKIP'
+'d00ca941f851713695a027d734d0bf591b089846203d6a7e94dc1d01171e2afc'
+'SKIP'
+

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

2018-02-09 Thread Evangelos Foutras via arch-commits
Date: Friday, February 9, 2018 @ 23:10:25
  Author: foutrelis
Revision: 290651

upgpkg: shorewall 5.1.12.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 22:59:09 UTC (rev 290650)
+++ PKGBUILD2018-02-09 23:10:25 UTC (rev 290651)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.11.2
+pkgver=5.1.12.1
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('349ce8a5081994e611165521010d38c2326e4f1b036c9bd07034e6e7e0cee038'
+sha256sums=('dfcfc73994d00389b29661d3470114a22d41f49d55542dba419394bf099c0cc0'
 'SKIP'
-'16d1dbc56667dcf7a11aae2d404cde12014f5c5b7df5f3b02fbdc5d7e775e5e4'
+'d00ca941f851713695a027d734d0bf591b089846203d6a7e94dc1d01171e2afc'
 'SKIP'
-'053d17922491e10d8b9a3df498e9d3f53ea2e566ce234874f54abc636b489a4e'
+'bf91725b18a40aa31b0d6bd7adf61209d27f55f13598565d06dc7ab163adff6f'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


[arch-commits] Commit in systemd/repos/testing-x86_64 (26 files)

2018-02-09 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 21:04:50
  Author: eworm
Revision: 316541

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 316540, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 316540, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 316540, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 316540, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 316540, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 316540, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 316540, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 316540, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 316540, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 316540, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 316540, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 316540, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 316540, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hwdb.hook
  systemd/repos/testing-x86_64/systemd-sysusers.hook
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/systemd-update.hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

--+
 PKGBUILD |  526 ++---
 arch.conf|   14 -
 initcpio-hook-udev   |   44 +--
 initcpio-install-systemd |  396 -
 initcpio-install-udev|   58 ++--
 loader.conf  |2 
 systemd-hwdb.hook|   22 -
 systemd-sysusers.hook|   22 -
 systemd-tmpfiles.hook|   22 -
 systemd-update.hook  |   22 -
 systemd-user.pam |   10 
 systemd.install  |  198 
 12 files changed, 668 insertions(+), 668 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 21:04:34 UTC (rev 316540)
+++ PKGBUILD2018-02-09 21:04:50 UTC (rev 316541)
@@ -1,263 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgbase=systemd
-pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-# latest commit on stable branch
-_commit='04a361e18f1574098d33dbdb2e030f4a44de59ee'
-# Bump this to latest major release for signed tag verification,
-# the commit count is handled by pkgver() function.
-pkgver=237.25
-pkgrel=1
-arch=('x86_64')
-url="https://www.github.com/systemd/systemd;
-makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
- 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
- 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
- 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git'
- 'meson' 'libseccomp' 'pcre2')
-options=('strip')
-validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4')  # Lennart 
Poettering 
-source=('git://github.com/systemd/systemd-stable.git'
-'git://github.com/systemd/systemd.git' # pull in for tags, backports & 
reverts
-'initcpio-hook-udev'
-'initcpio-install-systemd'
-'initcpio-install-udev'
-'arch.conf'
-'loader.conf'
-'splash-arch.bmp'
-'systemd-user.pam'
-'systemd-hwdb.hook'
-'systemd-sysusers.hook'
-'systemd-tmpfiles.hook'
-'systemd-update.hook')
-sha512sums=('SKIP'
-'SKIP'
-
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'86d7cacd7536b1069c8208de7ec81e7f0f18a19fc2b06fabe90db4700623eb3540b75121080d325672d92e26912632ae4f93fd3c0bb48eb3e5eedd88352c'
-
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
-
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
-  

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

2018-02-09 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 21:05:10
  Author: eworm
Revision: 290634

upgpkg: lib32-systemd 237.31-1

new commits in upstream stable repository

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:55:06 UTC (rev 290633)
+++ PKGBUILD2018-02-09 21:05:10 UTC (rev 290634)
@@ -6,10 +6,10 @@
 pkgname=lib32-systemd
 _pkgbasename=systemd
 # latest commit on stable branch
-_commit='46659f7deb962f55c728e70597e37c2a3ab6326d'
+_commit='78bd76934d74556054ed4cb69929d4318ae82a2d'
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
-pkgver=237.0
+pkgver=237.31
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')


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

2018-02-09 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 21:04:34
  Author: eworm
Revision: 316540

upgpkg: systemd 237.31-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 19:58:50 UTC (rev 316539)
+++ PKGBUILD2018-02-09 21:04:34 UTC (rev 316540)
@@ -6,10 +6,10 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 # latest commit on stable branch
-_commit='04a361e18f1574098d33dbdb2e030f4a44de59ee'
+_commit='78bd76934d74556054ed4cb69929d4318ae82a2d'
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
-pkgver=237.25
+pkgver=237.31
 pkgrel=1
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd;


[arch-commits] Commit in attica-qt4/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Saturday, February 10, 2018 @ 01:04:11
  Author: arojas
Revision: 316579

archrelease: copy trunk to extra-x86_64

Added:
  attica-qt4/repos/extra-x86_64/PKGBUILD
(from rev 316578, attica-qt4/trunk/PKGBUILD)
Deleted:
  attica-qt4/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-10 01:03:30 UTC (rev 316578)
+++ PKGBUILD2018-02-10 01:04:11 UTC (rev 316579)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=attica-qt4
-pkgver=0.4.2
-pkgrel=3
-pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/attica'
-license=('LGPL')
-depends=('qt4')
-makedepends=('cmake')
-provides=('attica')
-replaces=('attica')
-conflicts=('attica')
-source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2;)
-md5sums=('d62c5c9489a68432e8d990dde7680c24')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../attica-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: attica-qt4/repos/extra-x86_64/PKGBUILD (from rev 316578, 
attica-qt4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-10 01:04:11 UTC (rev 316579)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+
+pkgname=attica-qt4
+pkgver=0.4.2
+pkgrel=4
+pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
+arch=('x86_64')
+url='https://projects.kde.org/projects/frameworks/attica'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2;)
+md5sums=('d62c5c9489a68432e8d990dde7680c24')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../attica-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Saturday, February 10, 2018 @ 01:03:30
  Author: arojas
Revision: 316578

Drop old conflicts/replaces

Modified:
  attica-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 21:21:11 UTC (rev 316577)
+++ PKGBUILD2018-02-10 01:03:30 UTC (rev 316578)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer:
+# Contributor: Andrea Scarpino 
 
 pkgname=attica-qt4
 pkgver=0.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
 arch=('x86_64')
 url='https://projects.kde.org/projects/frameworks/attica'
@@ -10,9 +11,6 @@
 license=('LGPL')
 depends=('qt4')
 makedepends=('cmake')
-provides=('attica')
-replaces=('attica')
-conflicts=('attica')
 source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2;)
 md5sums=('d62c5c9489a68432e8d990dde7680c24')
 


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 06:55:53
  Author: felixonmars
Revision: 290715

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
290714, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 06:55:53 UTC (rev 290715)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.37.3
+pkgrel=6
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ae7fe47302edccae5172fd9326f0a3851b00e96424b98d8af91438a6fca726eaf90bc8461f71f0d9dbe02c4c5a9c4efcb6be851d738641c998d4898a3e6fc482')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-shakespeare/repos (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 06:54:16
  Author: felixonmars
Revision: 290713

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-shakespeare/repos/community-staging-x86_64/
  haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD
(from rev 290712, haskell-shakespeare/trunk/PKGBUILD)

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

Copied: haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
290712, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 06:54:16 UTC (rev 290713)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.15
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 
'haskell-blaze-markup' 'haskell-exceptions'
+ 'haskell-parsec' 'haskell-scientific' 'haskell-text' 
'haskell-unordered-containers'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('88177223352e08b9009e2d1d037cb94f3ae88d3da698cca3226a8b8118358eae282ad2afbfb32153ffa81eb461a28bdc73b7b5f36d4824dfdf02560952be45cb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-persistent/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 06:56:51
  Author: felixonmars
Revision: 290716

upgpkg: haskell-yesod-persistent 1.4.3-53

rebuild with shakespeare,2.0.15.1

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-10 06:55:53 UTC (rev 290715)
+++ PKGBUILD2018-02-10 06:56:51 UTC (rev 290716)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.3
-pkgrel=52
+pkgrel=53
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 06:55:31
  Author: felixonmars
Revision: 290714

upgpkg: haskell-yesod-core 1.4.37.3-6

rebuild with shakespeare,2.0.15.1

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-10 06:54:16 UTC (rev 290713)
+++ PKGBUILD2018-02-10 06:55:31 UTC (rev 290714)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.37.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:02:59
  Author: felixonmars
Revision: 290724

upgpkg: haskell-yesod-test 1.5.9.1-35

rebuild with shakespeare,2.0.15.1

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-10 07:01:52 UTC (rev 290723)
+++ PKGBUILD2018-02-10 07:02:59 UTC (rev 290724)
@@ -4,7 +4,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.5.9.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:03:18
  Author: felixonmars
Revision: 290725

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
290724, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 07:03:18 UTC (rev 290725)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.5.9.1
+pkgrel=35
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cookie'
+ 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-lifted-base' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9b33af1df7cdc526e4be9339f2ff84f1b2f748d5516f1a851fcd537df2500961a3ac07c74db6311d499cb233ddb802e425efc16f10c1dedb16239fac8b767bed')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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 hledger/repos (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:01:52
  Author: felixonmars
Revision: 290723

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger/repos/community-staging-x86_64/
  hledger/repos/community-staging-x86_64/PKGBUILD
(from rev 290722, hledger/trunk/PKGBUILD)

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 290722, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 07:01:52 UTC (rev 290723)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.5
+pkgrel=16
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-cmdargs'
+ 'haskell-decimal' 'haskell-diff' 'haskell-file-embed' 'haskell-here' 
'haskell-pretty-show'
+ 'haskell-temporary' 'haskell-tabular' 'haskell-hledger-lib' 
'haskell-unordered-containers'
+ 'haskell-csv' 'haskell-data-default' 'haskell-hashable' 
'haskell-hunit' 'haskell-mtl'
+ 'haskell-old-time' 'haskell-megaparsec' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-shakespeare' 'haskell-split' 'haskell-text' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('252c515c1cec094266888ae6ba8ebc166abbfe0b2681b4f0cca07e3b21488f6ce36a2ac5ffa4a7629414c1720c73016b8a45921c4c336923b21bb15352630c39')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:08:33
  Author: felixonmars
Revision: 290732

upgpkg: tamarin-prover 1.2.2-76

rebuild with shakespeare,2.0.15.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-10 07:06:59 UTC (rev 290731)
+++ PKGBUILD2018-02-10 07:08:33 UTC (rev 290732)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=75
+pkgrel=76
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


[arch-commits] Commit in tamarin-prover/repos (3 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:08:53
  Author: felixonmars
Revision: 290733

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 290732, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch
(from rev 290732, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)

--+
 PKGBUILD |   54 +
 binary-orphans-0.1.8.0.patch |   16 
 2 files changed, 70 insertions(+)

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
290732, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 07:08:53 UTC (rev 290733)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=76
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' "haskell-hunit" "haskell-binary-orphans"
+ "haskell-blaze-builder" "haskell-blaze-html" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-fclabels" "haskell-file-embed" "haskell-gitrev" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-mtl" "haskell-resourcet" "haskell-safe"
+ "haskell-shakespeare" "haskell-text" "haskell-threads" "haskell-wai" 
"haskell-warp"
+ "haskell-yesod-core" "haskell-yesod-static" 
"haskell-tamarin-prover-utils"
+ "haskell-tamarin-prover-term" "haskell-tamarin-prover-theory")
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+binary-orphans-0.1.8.0.patch)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de'
+'d2f700f4d5b0a3aaf239139bc4abba85acdc2ab86ae3ff7fe345b95679998011')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+patch -p1 -i ../binary-orphans-0.1.8.0.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: 
tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch 
(from rev 290732, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)
===
--- community-staging-x86_64/binary-orphans-0.1.8.0.patch   
(rev 0)
+++ community-staging-x86_64/binary-orphans-0.1.8.0.patch   2018-02-10 
07:08:53 UTC (rev 290733)
@@ -0,0 +1,16 @@
+diff --git a/src/Web/Types.hs b/src/Web/Types.hs
+index 8efe669..95e75f3 100644
+--- a/src/Web/Types.hs
 b/src/Web/Types.hs
+@@ -79,11 +79,6 @@ import   Yesod.Static
+ import   Theory
+ 
+ 
+--- | Derived Instances to fix things
+-instance Bin.Binary ZonedTime where
+-  get = liftM2 ZonedTime Bin.get Bin.get
+-  put (ZonedTime d tod) = Bin.put d >> Bin.put tod
+-
+ --
+ -- Types
+ --


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:06:59
  Author: felixonmars
Revision: 290731

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 290730, haskell-dav/trunk/PKGBUILD)

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 290730, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 07:06:59 UTC (rev 290731)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=213
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+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"
+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-auth/repos (2 files)

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:16:15
  Author: felixonmars
Revision: 290743

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
290742, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 07:16:15 UTC (rev 290743)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=61
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "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-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+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"
+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-auth/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:15:52
  Author: felixonmars
Revision: 290742

upgpkg: haskell-yesod-auth 1.4.21-61

rebuild with shakespeare,2.0.15.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-10 07:14:40 UTC (rev 290741)
+++ PKGBUILD2018-02-10 07:15:52 UTC (rev 290742)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=60
+pkgrel=61
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:47:35
  Author: felixonmars
Revision: 290772

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vault/repos/community-staging-x86_64/
  haskell-vault/repos/community-staging-x86_64/PKGBUILD
(from rev 290771, haskell-vault/trunk/PKGBUILD)

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

Copied: haskell-vault/repos/community-staging-x86_64/PKGBUILD (from rev 290771, 
haskell-vault/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 07:47:35 UTC (rev 290772)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vault
+pkgname=haskell-vault
+pkgver=0.3.0.7
+pkgrel=9
+pkgdesc="A persistent store for values of arbitrary types"
+url="https://github.com/HeinrichApfelmus/vault;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hashable" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b71ab16a0c0291d91ce082c85171207736a75cf2a25aa60104e66d1e657ff46ba7b389f6dc3a7f0033dcbdfa4af32f5901a97028d898a4a60127725afdffa548')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fuseghc
+runhaskell Setup build
+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"
+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-vault/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:47:15
  Author: felixonmars
Revision: 290771

upgpkg: haskell-vault 0.3.0.7-9

rebuild with unordered-containers,0.2.9.0

Modified:
  haskell-vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-10 07:46:36 UTC (rev 290770)
+++ PKGBUILD2018-02-10 07:47:15 UTC (rev 290771)
@@ -5,7 +5,7 @@
 _hkgname=vault
 pkgname=haskell-vault
 pkgver=0.3.0.7
-pkgrel=8
+pkgrel=9
 pkgdesc="A persistent store for values of arbitrary types"
 url="https://github.com/HeinrichApfelmus/vault;
 license=("custom:BSD3")


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:46:02
  Author: felixonmars
Revision: 290768

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-10 07:45:39 UTC (rev 290767)
+++ PKGBUILD2018-02-10 07:46:02 UTC (rev 290768)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-braintree
-pkgname=(python-braintree python2-braintree)
-pkgver=3.40.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a braintree_python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/braintree_python
-  python setup.py build
-
-  cd "$srcdir"/braintree_python-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/braintree_python
-  nosetests3 tests/unit
-
-  cd "$srcdir"/braintree_python-py2
-  nosetests2 tests/unit
-}
-
-package_python-braintree() {
-  depends=('python-requests')
-
-  cd braintree_python
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-braintree() {
-  depends=('python2-requests')
-
-  cd braintree_python-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 290767, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-10 07:46:02 UTC (rev 290768)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-braintree
+pkgname=(python-braintree python2-braintree)
+pkgver=3.41.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a braintree_python{,-py2}
+}
+
+build() {
+  cd "$srcdir"/braintree_python
+  python setup.py build
+
+  cd "$srcdir"/braintree_python-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/braintree_python
+  nosetests3 tests/unit
+
+  cd "$srcdir"/braintree_python-py2
+  nosetests2 tests/unit
+}
+
+package_python-braintree() {
+  depends=('python-requests')
+
+  cd braintree_python
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-braintree() {
+  depends=('python2-requests')
+
+  cd braintree_python-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:45:39
  Author: felixonmars
Revision: 290767

upgpkg: python-braintree 3.41.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-10 07:45:14 UTC (rev 290766)
+++ PKGBUILD2018-02-10 07:45:39 UTC (rev 290767)
@@ -3,7 +3,7 @@
 
 pkgbase=python-braintree
 pkgname=(python-braintree python2-braintree)
-pkgver=3.40.0
+pkgver=3.41.0
 pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Saturday, February 10, 2018 @ 07:53:26
  Author: felixonmars
Revision: 290782

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-free/repos/community-staging-x86_64/
  haskell-free/repos/community-staging-x86_64/PKGBUILD
(from rev 290781, haskell-free/trunk/PKGBUILD)

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

Copied: haskell-free/repos/community-staging-x86_64/PKGBUILD (from rev 290781, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-10 07:53:26 UTC (rev 290782)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=47
+pkgdesc="Monads for free"
+url="https://github.com/ekmett/free/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive" "haskell-exceptions"
+ "haskell-mtl" "haskell-prelude-extras" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-transformers-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('208175008782349b7c9f94f9b2a818f59020ab7ef62421881127847428f28819f5d3f2f0a2ee9ac9be8a08f9f4d4f3349e666cac13098035fcbef14136043a60')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


<    1   2   3   >