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

2017-02-25 Thread Felix Yan
Date: Sunday, February 26, 2017 @ 01:47:04
  Author: felixonmars
Revision: 213844

upgpkg: python-faker 0.7.8-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 01:36:51 UTC (rev 213843)
+++ PKGBUILD2017-02-26 01:47:04 UTC (rev 213844)
@@ -5,9 +5,8 @@
 
 pkgbase=python-faker
 pkgname=(python-faker python2-faker)
-pkgver=0.7.7
-_commit=3764f7bdf0d630bfcc6538bac195e7580d4b178d
-pkgrel=2
+pkgver=0.7.8
+pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
 url='http://www.joke2k.net/faker/'
@@ -16,7 +15,7 @@
 checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
   'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
   'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#commit=$_commit;)
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
 sha256sums=('SKIP')
 
 prepare() {


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

2017-02-25 Thread Felix Yan
Date: Sunday, February 26, 2017 @ 01:47:25
  Author: felixonmars
Revision: 213845

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-26 01:47:04 UTC (rev 213844)
+++ PKGBUILD2017-02-26 01:47:25 UTC (rev 213845)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-faker
-pkgname=(python-faker python2-faker)
-pkgver=0.7.7
-_commit=3764f7bdf0d630bfcc6538bac195e7580d4b178d
-pkgrel=2
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a faker{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker
-  python setup.py build
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker
-  nosetests3
-
-  cd "$srcdir"/faker-py2
-  nosetests2
-}
-
-package_python-faker() {
-  depends=('python-setuptools' 'python-dateutil')
-  provides=("python-fake-factory=$pkgver")
-  conflicts=('python-fake-factory')
-  replaces=('python-fake-factory')
-
-  cd "$srcdir"/faker
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-faker() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-  provides=("python2-fake-factory=$pkgver")
-  conflicts=('python2-fake-factory')
-  replaces=('python2-fake-factory')
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-faker/repos/community-any/PKGBUILD (from rev 213844, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-26 01:47:25 UTC (rev 213845)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-faker
+pkgname=(python-faker python2-faker)
+pkgver=0.7.8
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker
+  python setup.py build
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker
+  nosetests3
+
+  cd "$srcdir"/faker-py2
+  nosetests2
+}
+
+package_python-faker() {
+  depends=('python-setuptools' 'python-dateutil')
+  provides=("python-fake-factory=$pkgver")
+  conflicts=('python-fake-factory')
+  replaces=('python-fake-factory')
+
+  cd "$srcdir"/faker
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-faker() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+  provides=("python2-fake-factory=$pkgver")
+  conflicts=('python2-fake-factory')
+  replaces=('python2-fake-factory')
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-02-25 Thread Levente Polyak
Date: Sunday, February 26, 2017 @ 00:44:14
  Author: anthraxx
Revision: 213829

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

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

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

Copied: httping/repos/community-staging-i686/PKGBUILD (from rev 213828, 
httping/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-26 00:44:14 UTC (rev 213829)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: brent s. 
+# Contributor: Joris Steyn 
+# Contributor: Ondrej Kucera 
+
+pkgname=httping
+pkgver=2.5
+pkgrel=2
+pkgdesc='A ping-like tool for http-requests'
+url='https://www.vanheusden.com/httping/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl' 'ncurses' 'fftw')
+source=(${pkgname}-${pkgver}.tgz::https://www.vanheusden.com/httping/${pkgname}-${pkgver}.tgz)
+sha512sums=('397ce2eac91c9aede0eb19823bfca4e7f98c263937f5954c8a48d5248a251d2030e31f18decb7f7f8b0118ec0e16ec0a84ea4c943ccde7056b80de162954c355')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --with-tfo
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: httping/repos/community-staging-x86_64/PKGBUILD (from rev 213828, 
httping/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-26 00:44:14 UTC (rev 213829)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: brent s. 
+# Contributor: Joris Steyn 
+# Contributor: Ondrej Kucera 
+
+pkgname=httping
+pkgver=2.5
+pkgrel=2
+pkgdesc='A ping-like tool for http-requests'
+url='https://www.vanheusden.com/httping/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl' 'ncurses' 'fftw')
+source=(${pkgname}-${pkgver}.tgz::https://www.vanheusden.com/httping/${pkgname}-${pkgver}.tgz)
+sha512sums=('397ce2eac91c9aede0eb19823bfca4e7f98c263937f5954c8a48d5248a251d2030e31f18decb7f7f8b0118ec0e16ec0a84ea4c943ccde7056b80de162954c355')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --with-tfo
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-02-25 Thread Levente Polyak
Date: Sunday, February 26, 2017 @ 00:44:05
  Author: anthraxx
Revision: 213828

upgpkg: httping 2.5-2 (openssl rebuild)

Modified:
  httping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 00:41:52 UTC (rev 213827)
+++ PKGBUILD2017-02-26 00:44:05 UTC (rev 213828)
@@ -5,7 +5,7 @@
 
 pkgname=httping
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A ping-like tool for http-requests'
 url='https://www.vanheusden.com/httping/'
 arch=('i686' 'x86_64')


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

2017-02-25 Thread Massimiliano Torromeo
Date: Sunday, February 26, 2017 @ 00:41:52
  Author: mtorromeo
Revision: 213827

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

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

-+
 /PKGBUILD   |   86 ++
 /sysdig.install |   42 ++
 community-i686/PKGBUILD |   44 ---
 community-i686/sysdig.install   |   21 -
 community-x86_64/PKGBUILD   |   44 ---
 community-x86_64/sysdig.install |   21 -
 6 files changed, 128 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-26 00:41:26 UTC (rev 213826)
+++ community-i686/PKGBUILD 2017-02-26 00:41:52 UTC (rev 213827)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e6a856fee9f7b00e3a46f176bf39fa737c20e684eeb38d34c1636684c3259e93')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-  -i scripts/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DUSE_BUNDLED_B64=ON \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 213826, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-26 00:41:52 UTC (rev 213827)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('824bfd44c89d60e56a5a7a81a505ec91b6afcb3fd3962bf5697a9afe7ebe5723')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
+  -i scripts/CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/sysdig.install
===
--- community-i686/sysdig.install   2017-02-26 00:41:26 UTC (rev 213826)
+++ community-i686/sysdig.install   2017-02-26 00:41:52 UTC (rev 213827)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove "$2"
-}
-
-post_upgrade() {
-post_install "$1"
-}
-
-pre_remove() {
-[ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}

Copied: sysdig/repos/community-i686/sysdig.install (from rev 213826, 
sysdig/trunk/sysdig.install)

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

2017-02-25 Thread Massimiliano Torromeo
Date: Sunday, February 26, 2017 @ 00:41:26
  Author: mtorromeo
Revision: 213826

upgpkg: sysdig 0.15.0-1

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 00:36:20 UTC (rev 213825)
+++ PKGBUILD2017-02-26 00:41:26 UTC (rev 213826)
@@ -4,16 +4,16 @@
 # Contribuitor: Christian Babeux 
 
 pkgname=sysdig
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
 url="http://www.sysdig.org/;
 license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
 makedepends=('cmake' 'pandoc')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e6a856fee9f7b00e3a46f176bf39fa737c20e684eeb38d34c1636684c3259e93')
+sha256sums=('824bfd44c89d60e56a5a7a81a505ec91b6afcb3fd3962bf5697a9afe7ebe5723')
 install=$pkgname.install
 
 prepare() {
@@ -32,7 +32,6 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DSYSDIG_VERSION=$pkgver \
 -DUSE_BUNDLED_DEPS=OFF \
--DUSE_BUNDLED_B64=ON \
 -DBUILD_DRIVER=OFF
   make
 }


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

2017-02-25 Thread Levente Polyak
Date: Sunday, February 26, 2017 @ 00:38:52
  Author: anthraxx
Revision: 289557

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

Added:
  irssi/repos/staging-i686/
  irssi/repos/staging-i686/PKGBUILD
(from rev 289556, irssi/trunk/PKGBUILD)
  irssi/repos/staging-x86_64/
  irssi/repos/staging-x86_64/PKGBUILD
(from rev 289556, irssi/trunk/PKGBUILD)

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

Copied: irssi/repos/staging-i686/PKGBUILD (from rev 289556, 
irssi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-26 00:38:52 UTC (rev 289557)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Modular text mode IRC client with Perl scripting'
+url='https://irssi.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('cfd315c9bf780ffb0a7582d0fc66381ca0b4c8f7eb9e9e27b82f9dd4b962f46a16865afd4f7f10dbec2681e04a252a1160bbcff2bb824133a8f6979e9933f176'
+'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-proxy \
+--with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: irssi/repos/staging-x86_64/PKGBUILD (from rev 289556, 
irssi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-26 00:38:52 UTC (rev 289557)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Modular text mode IRC client with Perl scripting'
+url='https://irssi.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('cfd315c9bf780ffb0a7582d0fc66381ca0b4c8f7eb9e9e27b82f9dd4b962f46a16865afd4f7f10dbec2681e04a252a1160bbcff2bb824133a8f6979e9933f176'
+'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-proxy \
+--with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-02-25 Thread Levente Polyak
Date: Sunday, February 26, 2017 @ 00:38:42
  Author: anthraxx
Revision: 289556

upgpkg: irssi 1.0.1-2 (openssl rebuild)

Modified:
  irssi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 22:40:13 UTC (rev 289555)
+++ PKGBUILD2017-02-26 00:38:42 UTC (rev 289556)
@@ -1,26 +1,24 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
 # Contributor: Dan McGee 
 
 pkgname=irssi
 pkgver=1.0.1
-pkgrel=1
-pkgdesc="Modular text mode IRC client with Perl scripting"
+pkgrel=2
+pkgdesc='Modular text mode IRC client with Perl scripting'
+url='https://irssi.org/'
 arch=('i686' 'x86_64')
-url="https://irssi.org/;
 license=('GPL')
 depends=('glib2' 'openssl')
 optdepends=('perl-libwww: for the scriptassist script')
 backup=('etc/irssi.conf')
-source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-
"https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;)
-md5sums=('f6bed196cef63ea089f5cce089784445'
- 'SKIP')
-validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1')
+source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('cfd315c9bf780ffb0a7582d0fc66381ca0b4c8f7eb9e9e27b82f9dd4b962f46a16865afd4f7f10dbec2681e04a252a1160bbcff2bb824133a8f6979e9933f176'
+'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
+  cd ${pkgname}-${pkgver}
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -30,7 +28,8 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libb64 (5 files)

2017-02-25 Thread Massimiliano Torromeo
Date: Sunday, February 26, 2017 @ 00:36:20
  Author: mtorromeo
Revision: 213825

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

Added:
  libb64/repos/
  libb64/repos/community-i686/
  libb64/repos/community-i686/PKGBUILD
(from rev 213824, libb64/trunk/PKGBUILD)
  libb64/repos/community-x86_64/
  libb64/repos/community-x86_64/PKGBUILD
(from rev 213824, libb64/trunk/PKGBUILD)

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

Copied: libb64/repos/community-i686/PKGBUILD (from rev 213824, 
libb64/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-02-26 00:36:20 UTC (rev 213825)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino 
+
+pkgname=libb64
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Base64 Encoding/Decoding Routines'
+url='http://libb64.sourceforge.net/'
+depends=('glibc')
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.zip;)
+md5sums=('8a5dc72eb7e32f074605260bc127c764')
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  export CFLAGS="${CFLAGS} -fPIC"
+  make
+
+  export CFLAGS="${CFLAGS} -shared -Wl,-soname,${pkgname}.so.0"
+  gcc ${LDFLAGS} ${CFLAGS} *.o -o ${pkgname}.so.0
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/lib"
+  install src/libb64.so.0 "${pkgdir}/usr/lib"
+  ln -sf /usr/lib/libb64.so.0 "${pkgdir}/usr/lib/libb64.so"
+
+  cp -r include "${pkgdir}/usr"
+
+  install -Dm644 LICENSE \
+  "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libb64/repos/community-x86_64/PKGBUILD (from rev 213824, 
libb64/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-02-26 00:36:20 UTC (rev 213825)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino 
+
+pkgname=libb64
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Base64 Encoding/Decoding Routines'
+url='http://libb64.sourceforge.net/'
+depends=('glibc')
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.zip;)
+md5sums=('8a5dc72eb7e32f074605260bc127c764')
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  export CFLAGS="${CFLAGS} -fPIC"
+  make
+
+  export CFLAGS="${CFLAGS} -shared -Wl,-soname,${pkgname}.so.0"
+  gcc ${LDFLAGS} ${CFLAGS} *.o -o ${pkgname}.so.0
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/lib"
+  install src/libb64.so.0 "${pkgdir}/usr/lib"
+  ln -sf /usr/lib/libb64.so.0 "${pkgdir}/usr/lib/libb64.so"
+
+  cp -r include "${pkgdir}/usr"
+
+  install -Dm644 LICENSE \
+  "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-02-25 Thread Massimiliano Torromeo
Date: Sunday, February 26, 2017 @ 00:35:43
  Author: mtorromeo
Revision: 213824

Added libb64

Added:
  libb64/
  libb64/trunk/
  libb64/trunk/PKGBUILD

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

Added: libb64/trunk/PKGBUILD
===
--- libb64/trunk/PKGBUILD   (rev 0)
+++ libb64/trunk/PKGBUILD   2017-02-26 00:35:43 UTC (rev 213824)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino 
+
+pkgname=libb64
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Base64 Encoding/Decoding Routines'
+url='http://libb64.sourceforge.net/'
+depends=('glibc')
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.zip;)
+md5sums=('8a5dc72eb7e32f074605260bc127c764')
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  export CFLAGS="${CFLAGS} -fPIC"
+  make
+
+  export CFLAGS="${CFLAGS} -shared -Wl,-soname,${pkgname}.so.0"
+  gcc ${LDFLAGS} ${CFLAGS} *.o -o ${pkgname}.so.0
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/lib"
+  install src/libb64.so.0 "${pkgdir}/usr/lib"
+  ln -sf /usr/lib/libb64.so.0 "${pkgdir}/usr/lib/libb64.so"
+
+  cp -r include "${pkgdir}/usr"
+
+  install -Dm644 LICENSE \
+  "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in openfire/repos/community-any (10 files)

2017-02-25 Thread Massimiliano Torromeo
Date: Sunday, February 26, 2017 @ 00:30:23
  Author: mtorromeo
Revision: 213823

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 213822, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 213822, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.service
(from rev 213822, openfire/trunk/openfire.service)
  openfire/repos/community-any/tmpfile.conf
(from rev 213822, openfire/trunk/tmpfile.conf)
  openfire/repos/community-any/user.conf
(from rev 213822, openfire/trunk/user.conf)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.service
  openfire/repos/community-any/tmpfile.conf
  openfire/repos/community-any/user.conf

--+
 PKGBUILD |  116 ++---
 openfire.conf|6 +-
 openfire.service |   28 ++--
 tmpfile.conf |4 -
 user.conf|2 
 5 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-26 00:30:00 UTC (rev 213822)
+++ PKGBUILD2017-02-26 00:30:23 UTC (rev 213823)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Pierre Schmitz 
-
-pkgname=openfire
-pkgver=4.1.2
-pkgrel=1
-pkgdesc="High performance XMPP (Jabber) server."
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-backup=(
-   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-   'etc/openfire/security/client.truststore')
-source=("http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
-   'openfire.conf'
-  'openfire.service'
-  'user.conf'
-  'tmpfile.conf')
-
-build() {
-   cd "$srcdir"/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-}
-
-package() {
-   cd "$pkgdir"
-   install -dm755 usr/lib usr/share/openfire/resources etc/openfire 
var/log/openfire
-
-   cd "$srcdir"
-   install -Dm644 openfire.conf "$pkgdir"/etc/conf.d/openfire
-   install -Dm644 openfire.service 
"$pkgdir"/usr/lib/systemd/system/openfire.service
-   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/openfire.conf
-  install -Dm644 tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/openfire.conf
-
-   cd openfire_src/target/openfire
-   rm -rf bin logs lib/tray.dll
-
-   cp -R conf/* "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire "$pkgdir"/usr/share/openfire/conf
-
-   cp -R resources/security "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire/security 
"$pkgdir"/usr/share/openfire/resources/security
-
-   cp -R plugins "$pkgdir"/usr/share/openfire/
-   cp -R resources/{database,spank} "$pkgdir"/usr/share/openfire/resources/
-   cp -R lib "$pkgdir"/usr/lib/openfire
-}
-
-sha256sums=('0478bad379359452f1fca38ad52ceddfb259a3816954da9bc7cc4b782c13aa7d'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c'
-'743d07158d40f3690684a078d5f35c53c819e45d4ff0c2016b0f33662363614f'
-'020333e30c121dc1ec1e4aac669fdb3bcff9b2fdca94f8a114bf33abdac91992')

Copied: openfire/repos/community-any/PKGBUILD (from rev 213822, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-26 00:30:23 UTC (rev 213823)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Pierre Schmitz 
+
+pkgname=openfire
+pkgver=4.1.3
+pkgrel=1
+pkgdesc="High performance XMPP (Jabber) server."
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+backup=(
+   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+   'etc/openfire/security/client.truststore')
+source=("http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
+   'openfire.conf'
+  'openfire.service'
+  'user.conf'
+  'tmpfile.conf')
+
+build() {
+   cd "$srcdir"/openfire_src/build
+   rm -rf ../src/resources/nativeAuth/
+   ant openfire
+}
+
+package() {
+   cd "$pkgdir"
+   install -dm755 usr/lib usr/share/openfire/resources etc/openfire 
var/log/openfire
+
+   

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

2017-02-25 Thread Massimiliano Torromeo
Date: Sunday, February 26, 2017 @ 00:30:00
  Author: mtorromeo
Revision: 213822

upgpkg: openfire 4.1.3-1

Modified:
  openfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 20:42:25 UTC (rev 213821)
+++ PKGBUILD2017-02-26 00:30:00 UTC (rev 213822)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=openfire
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc="High performance XMPP (Jabber) server."
 arch=('any')
@@ -51,7 +51,7 @@
cp -R lib "$pkgdir"/usr/lib/openfire
 }
 
-sha256sums=('0478bad379359452f1fca38ad52ceddfb259a3816954da9bc7cc4b782c13aa7d'
+sha256sums=('35c9f56f47109605157846730a54238e3d6faabd2a5ed865eebc27a3bbb36423'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c'
 '743d07158d40f3690684a078d5f35c53c819e45d4ff0c2016b0f33662363614f'


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

2017-02-25 Thread Jan de Groot
Date: Saturday, February 25, 2017 @ 22:40:07
  Author: jgc
Revision: 289554

upgpkg: ptlib 2.10.11-5

Build with OpenSSL 1.0 package

Modified:
  ptlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 22:36:21 UTC (rev 289553)
+++ PKGBUILD2017-02-25 22:40:07 UTC (rev 289554)
@@ -26,7 +26,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc --localstatedir=/var \
   --enable-opal --enable-plugins \


[arch-commits] Commit in qca/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2017-02-25 Thread Jan de Groot
Date: Saturday, February 25, 2017 @ 22:36:21
  Author: jgc
Revision: 289553

archrelease: copy trunk to staging-x86_64

Added:
  qca/repos/staging-x86_64/PKGBUILD
(from rev 289552, qca/trunk/PKGBUILD)
Deleted:
  qca/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-25 22:36:14 UTC (rev 289552)
+++ PKGBUILD2017-02-25 22:36:21 UTC (rev 289553)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=qca
-pkgname=(qca-qt4 qca-qt5)
-pkgver=2.1.3
-pkgrel=2
-pkgdesc="Qt Cryptographic Architecture"
-arch=(i686 x86_64)
-url="http://delta.affinix.com/qca/;
-license=(LGPL)
-makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
-source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-md5sums=('5019cc29efcf828681cd93164238ce26')
-
-prepare() {
-  mkdir -p build{4,5}
-}
-
-build() {
-  cd build4
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQCA_LIBRARY_INSTALL_DIR=/usr/lib \
--DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \
--DQT4_BUILD=ON
-  make
-
-  cd ../build5
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQCA_INSTALL_IN_QT_PREFIX=ON \
--DQCA_MAN_INSTALL_DIR=/usr/share/man
-  make
-}
-
-package_qca-qt4() {
-  depends=(qt4 nss)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
-  conflicts=(qca qca-gnupg qca-ossl)
-  provides=(qca qca-gnupg qca-ossl)
-  replaces=(qca qca-gnupg qca-ossl)
-
-  cd build4
-  make DESTDIR="$pkgdir" install
-}
-
-package_qca-qt5() {
-  depends=(qt5-base nss ca-certificates)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
-
-  cd build5
-  make DESTDIR="$pkgdir" install
-}
-
-

Copied: qca/repos/staging-x86_64/PKGBUILD (from rev 289552, qca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-25 22:36:21 UTC (rev 289553)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qca
+pkgname=(qca-qt4 qca-qt5)
+pkgver=2.1.3
+pkgrel=2
+pkgdesc="Qt Cryptographic Architecture"
+arch=(i686 x86_64)
+url="http://delta.affinix.com/qca/;
+license=(LGPL)
+makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
+source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+md5sums=('5019cc29efcf828681cd93164238ce26')
+
+prepare() {
+  mkdir -p build{4,5}
+}
+
+build() {
+  cd build4
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_LIBRARY_INSTALL_DIR=/usr/lib \
+-DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \
+-DQT4_BUILD=ON
+  make
+
+  cd ../build5
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_INSTALL_IN_QT_PREFIX=ON \
+-DQCA_MAN_INSTALL_DIR=/usr/share/man
+  make
+}
+
+package_qca-qt4() {
+  depends=(qt4 nss)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
+  conflicts=(qca qca-gnupg qca-ossl)
+  provides=(qca qca-gnupg qca-ossl)
+  replaces=(qca qca-gnupg qca-ossl)
+
+  cd build4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qca-qt5() {
+  depends=(qt5-base nss ca-certificates)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
+
+  cd build5
+  make DESTDIR="$pkgdir" install
+}
+
+


[arch-commits] Commit in qca/repos/staging-i686 (PKGBUILD PKGBUILD)

2017-02-25 Thread Jan de Groot
Date: Saturday, February 25, 2017 @ 22:36:14
  Author: jgc
Revision: 289552

archrelease: copy trunk to staging-i686

Added:
  qca/repos/staging-i686/PKGBUILD
(from rev 289551, qca/trunk/PKGBUILD)
Deleted:
  qca/repos/staging-i686/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-25 22:36:04 UTC (rev 289551)
+++ PKGBUILD2017-02-25 22:36:14 UTC (rev 289552)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=qca
-pkgname=(qca-qt4 qca-qt5)
-pkgver=2.1.3
-pkgrel=2
-pkgdesc="Qt Cryptographic Architecture"
-arch=(i686 x86_64)
-url="http://delta.affinix.com/qca/;
-license=(LGPL)
-makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
-source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-md5sums=('5019cc29efcf828681cd93164238ce26')
-
-prepare() {
-  mkdir -p build{4,5}
-}
-
-build() {
-  cd build4
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQCA_LIBRARY_INSTALL_DIR=/usr/lib \
--DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \
--DQT4_BUILD=ON
-  make
-
-  cd ../build5
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQCA_INSTALL_IN_QT_PREFIX=ON \
--DQCA_MAN_INSTALL_DIR=/usr/share/man
-  make
-}
-
-package_qca-qt4() {
-  depends=(qt4 nss)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
-  conflicts=(qca qca-gnupg qca-ossl)
-  provides=(qca qca-gnupg qca-ossl)
-  replaces=(qca qca-gnupg qca-ossl)
-
-  cd build4
-  make DESTDIR="$pkgdir" install
-}
-
-package_qca-qt5() {
-  depends=(qt5-base nss ca-certificates)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
-
-  cd build5
-  make DESTDIR="$pkgdir" install
-}
-
-

Copied: qca/repos/staging-i686/PKGBUILD (from rev 289551, qca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-25 22:36:14 UTC (rev 289552)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qca
+pkgname=(qca-qt4 qca-qt5)
+pkgver=2.1.3
+pkgrel=2
+pkgdesc="Qt Cryptographic Architecture"
+arch=(i686 x86_64)
+url="http://delta.affinix.com/qca/;
+license=(LGPL)
+makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
+source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+md5sums=('5019cc29efcf828681cd93164238ce26')
+
+prepare() {
+  mkdir -p build{4,5}
+}
+
+build() {
+  cd build4
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_LIBRARY_INSTALL_DIR=/usr/lib \
+-DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \
+-DQT4_BUILD=ON
+  make
+
+  cd ../build5
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_INSTALL_IN_QT_PREFIX=ON \
+-DQCA_MAN_INSTALL_DIR=/usr/share/man
+  make
+}
+
+package_qca-qt4() {
+  depends=(qt4 nss)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
+  conflicts=(qca qca-gnupg qca-ossl)
+  provides=(qca qca-gnupg qca-ossl)
+  replaces=(qca qca-gnupg qca-ossl)
+
+  cd build4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qca-qt5() {
+  depends=(qt5-base nss ca-certificates)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
+
+  cd build5
+  make DESTDIR="$pkgdir" install
+}
+
+


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

2017-02-25 Thread Jan de Groot
Date: Saturday, February 25, 2017 @ 22:36:04
  Author: jgc
Revision: 289551

Change pkgconfig path for OpenSSL 1.0

Modified:
  qca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 22:33:20 UTC (rev 289550)
+++ PKGBUILD2017-02-25 22:36:04 UTC (rev 289551)
@@ -21,7 +21,7 @@
 
 build() {
   cd build4
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   cmake ../$pkgbase-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \


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

2017-02-25 Thread Jan de Groot
Date: Saturday, February 25, 2017 @ 22:33:20
  Author: jgc
Revision: 289550

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

Added:
  openssl-1.0/repos/staging-i686/PKGBUILD
(from rev 289549, openssl-1.0/trunk/PKGBUILD)
  openssl-1.0/repos/staging-i686/no-rpath.patch
(from rev 289549, openssl-1.0/trunk/no-rpath.patch)
  openssl-1.0/repos/staging-i686/ssl3-test-failure.patch
(from rev 289549, openssl-1.0/trunk/ssl3-test-failure.patch)
  openssl-1.0/repos/staging-x86_64/PKGBUILD
(from rev 289549, openssl-1.0/trunk/PKGBUILD)
  openssl-1.0/repos/staging-x86_64/no-rpath.patch
(from rev 289549, openssl-1.0/trunk/no-rpath.patch)
  openssl-1.0/repos/staging-x86_64/ssl3-test-failure.patch
(from rev 289549, openssl-1.0/trunk/ssl3-test-failure.patch)
Deleted:
  openssl-1.0/repos/staging-i686/PKGBUILD
  openssl-1.0/repos/staging-i686/no-rpath.patch
  openssl-1.0/repos/staging-i686/ssl3-test-failure.patch
  openssl-1.0/repos/staging-x86_64/PKGBUILD
  openssl-1.0/repos/staging-x86_64/no-rpath.patch
  openssl-1.0/repos/staging-x86_64/ssl3-test-failure.patch

+
 /PKGBUILD  |  166 +++
 /no-rpath.patch|   22 
 /ssl3-test-failure.patch   |   52 +
 staging-i686/PKGBUILD  |   70 -
 staging-i686/no-rpath.patch|   11 --
 staging-i686/ssl3-test-failure.patch   |   26 
 staging-x86_64/PKGBUILD|   70 -
 staging-x86_64/no-rpath.patch  |   11 --
 staging-x86_64/ssl3-test-failure.patch |   26 
 9 files changed, 240 insertions(+), 214 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-02-25 22:33:14 UTC (rev 289549)
+++ staging-i686/PKGBUILD   2017-02-25 22:33:20 UTC (rev 289550)
@@ -1,70 +0,0 @@
-# $Id: PKGBUILD 287592 2017-01-28 07:20:49Z pierre $
-# Maintainer: Pierre Schmitz 
-
-pkgname=openssl-1.0
-_ver=1.0.2k
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
-arch=('i686' 'x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('perl')
-optdepends=('ca-certificates')
-options=('!makeflags')
-source=("https://www.openssl.org/source/openssl-${_ver}.tar.gz;
-"https://www.openssl.org/source/openssl-${_ver}.tar.gz.asc;
-'no-rpath.patch'
-'ssl3-test-failure.patch')
-md5sums=('f965fc0bf01bf882b31314b61391ae65'
- 'SKIP'
- 'dc78d3d06baffc16217519242ce92478'
- '62fc492252edd3283871632bb77fadbe')
-validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
-
-prepare() {
-   cd $srcdir/openssl-$_ver
-
-   # remove rpath: http://bugs.archlinux.org/task/14367
-   patch -p0 -i $srcdir/no-rpath.patch
-
-   # disable a test that fails when ssl3 is disabled
-   patch -p1 -i $srcdir/ssl3-test-failure.patch
-}
-
-build() {
-   cd $srcdir/openssl-$_ver
-
-   if [ "${CARCH}" == 'x86_64' ]; then
-   openssltarget='linux-x86_64'
-   optflags='enable-ec_nistp_64_gcc_128'
-   elif [ "${CARCH}" == 'i686' ]; then
-   openssltarget='linux-elf'
-   optflags=''
-   fi
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr/lib/$pkgname --openssldir=/etc/ssl 
--libdir=lib \
-   shared no-ssl3-method ${optflags} \
-   "${openssltarget}" \
-   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-
-   make depend
-   make
-}
-
-check() {
-   cd $srcdir/openssl-$_ver
-
-   make test
-}
-
-package() {
-   cd $srcdir/openssl-$_ver
-
-   make INSTALL_PREFIX=$pkgdir install_sw
-   rm -rf $pkgdir/{usr/lib/${pkgname}/{bin,ssl},etc}
-   install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: openssl-1.0/repos/staging-i686/PKGBUILD (from rev 289549, 
openssl-1.0/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-25 22:33:20 UTC (rev 289550)
@@ -0,0 +1,83 @@
+# $Id: PKGBUILD 287592 2017-01-28 07:20:49Z pierre $
+# Maintainer: Pierre Schmitz 
+
+pkgname=openssl-1.0
+_ver=1.0.2k
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=2
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+source=("https://www.openssl.org/source/openssl-${_ver}.tar.gz;
+

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

2017-02-25 Thread Jan de Groot
Date: Saturday, February 25, 2017 @ 22:33:14
  Author: jgc
Revision: 289549

upgpkg: openssl-1.0 1.0.2.k-2

Move files to where they belong. Only exception here is the pkgconfig files: 
either we rename them or we put them in an alternative location, both will 
require adjustments to software

Modified:
  openssl-1.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 22:07:27 UTC (rev 289548)
+++ PKGBUILD2017-02-25 22:33:14 UTC (rev 289549)
@@ -6,7 +6,7 @@
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=1
+pkgrel=2
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('i686' 'x86_64')
 url='https://www.openssl.org'
@@ -35,7 +35,7 @@
 }
 
 build() {
-   cd $srcdir/openssl-$_ver
+   cd "$srcdir/openssl-$_ver"
 
if [ "${CARCH}" == 'x86_64' ]; then
openssltarget='linux-x86_64'
@@ -46,7 +46,7 @@
fi
 
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr/lib/$pkgname --openssldir=/etc/ssl 
--libdir=lib \
+   ./Configure --prefix=/usr --openssldir=/etc/ssl 
--libdir=lib/openssl-1.0 \
shared no-ssl3-method ${optflags} \
"${openssltarget}" \
"-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
@@ -56,15 +56,28 @@
 }
 
 check() {
-   cd $srcdir/openssl-$_ver
-
+   cd "$srcdir/openssl-$_ver"
make test
 }
 
 package() {
-   cd $srcdir/openssl-$_ver
+   cd "$srcdir/openssl-$_ver"
 
-   make INSTALL_PREFIX=$pkgdir install_sw
-   rm -rf $pkgdir/{usr/lib/${pkgname}/{bin,ssl},etc}
+   make INSTALL_PREFIX="$pkgdir" install_sw
+
+   # Move some files around
+   install -m755 -d "$pkgdir/usr/include/openssl-1.0"
+   mv "$pkgdir/usr/include/openssl" "$pkgdir/usr/include/openssl-1.0/"
+   mv "$pkgdir/usr/lib/openssl-1.0/libcrypto.so.1.0.0" "$pkgdir/usr/lib/"
+   mv "$pkgdir/usr/lib/openssl-1.0/libssl.so.1.0.0" "$pkgdir/usr/lib/"
+   ln -sf ../libssl.so.1.0.0 "$pkgdir/usr/lib/openssl-1.0/libssl.so"
+ln -sf ../libcrypto.so.1.0.0 "$pkgdir/usr/lib/openssl-1.0/libcrypto.so"
+   mv "$pkgdir/usr/bin/openssl" "$pkgdir/usr/bin/openssl-1.0"
+
+   # Update includedir in .pc files
+   sed -e 's|/include$|/include/openssl-1.0|' -i 
"$pkgdir"/usr/lib/openssl-1.0/pkgconfig/*.pc
+
+   rm -rf "$pkgdir"/{etc,usr/bin/c_rehash}
+
install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
 }


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

2017-02-25 Thread Jan Steffens
Date: Saturday, February 25, 2017 @ 22:07:27
  Author: heftig
Revision: 289548

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 289547, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
(from rev 289547, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-i686/fix-wifi-scanner.diff
(from rev 289547, thunderbird/trunk/fix-wifi-scanner.diff)
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
(from rev 289547, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-i686/mozilla-1228540.patch
(from rev 289547, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 289547, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 289547, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 289547, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
(from rev 289547, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-x86_64/fix-wifi-scanner.diff
(from rev 289547, thunderbird/trunk/fix-wifi-scanner.diff)
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
(from rev 289547, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
(from rev 289547, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 289547, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 289547, thunderbird/trunk/thunderbird.desktop)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
  thunderbird/repos/extra-i686/firefox-gtk3-20.patch
  thunderbird/repos/extra-i686/fix-wifi-scanner.diff
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
  thunderbird/repos/extra-i686/mozilla-1228540.patch
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
  thunderbird/repos/extra-x86_64/firefox-gtk3-20.patch
  thunderbird/repos/extra-x86_64/fix-wifi-scanner.diff
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop

+
 /PKGBUILD  |  318 
 /firefox-gcc-6.0.patch |   52 
 /fix-wifi-scanner.diff |   32 
 /mozilla-1228540-1.patch   |  168 
 /mozilla-1228540.patch |12064 +++
 /thunderbird-install-dir.patch |   24 
 /thunderbird.desktop   |  346 
 extra-i686/PKGBUILD|  164 
 extra-i686/firefox-gcc-6.0.patch   |   26 
 extra-i686/firefox-gtk3-20.patch   | 1638 ---
 extra-i686/fix-wifi-scanner.diff   |   16 
 extra-i686/mozilla-1228540-1.patch |   84 
 extra-i686/mozilla-1228540.patch   | 6032 -
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 
 extra-x86_64/PKGBUILD  |  164 
 extra-x86_64/firefox-gcc-6.0.patch |   26 
 extra-x86_64/firefox-gtk3-20.patch | 1638 ---
 extra-x86_64/fix-wifi-scanner.diff |   16 
 extra-x86_64/mozilla-1228540-1.patch   |   84 
 extra-x86_64/mozilla-1228540.patch | 6032 -
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 
 23 files changed, 13004 insertions(+), 16290 deletions(-)

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


[arch-commits] Commit in thunderbird/trunk (PKGBUILD firefox-gtk3-20.patch)

2017-02-25 Thread Jan Steffens
Date: Saturday, February 25, 2017 @ 21:59:48
  Author: heftig
Revision: 289547

45.7.1-3: FS#53074 Revert to GTK2

Modified:
  thunderbird/trunk/PKGBUILD
Deleted:
  thunderbird/trunk/firefox-gtk3-20.patch

---+
 PKGBUILD  |   11 
 firefox-gtk3-20.patch | 1638 
 2 files changed, 3 insertions(+), 1646 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 21:14:30 UTC (rev 289546)
+++ PKGBUILD2017-02-25 21:59:48 UTC (rev 289547)
@@ -7,12 +7,12 @@
 
 pkgname=thunderbird
 pkgver=45.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=(i686 x86_64)
 license=(MPL GPL LGPL)
 url="https://www.mozilla.org/thunderbird/;
-depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
+depends=(gtk2 mozilla-common libxt startup-notification mime-types dbus-glib 
alsa-lib
  libvpx libevent nss hunspell sqlite ttf-font icu)
 makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils)
 optdepends=('libcanberra: for sound support')
@@ -19,13 +19,12 @@
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
 thunderbird.desktop
-thunderbird-install-dir.patch fix-wifi-scanner.diff 
firefox-gtk3-20.patch
+thunderbird-install-dir.patch fix-wifi-scanner.diff
 firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch)
 sha256sums=('5fc7a39c6a1baacfa37d6a52c9384f70c171dd0bb581576d370bdb29c84b9ffb'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
 '9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8'
-'2e355a477f1df792cd7f9d1e3a56030543e0cf2d09051dd293ba495a7edb54fd'
 '4d1e1ddabc9e975ed39f49e134559a29e01cd49439e358233f1ede43bf5a52bf'
 '3a3e84c702ee31450a3e84698441aceb11cf44e64c9fedcaddb8cb50db759417'
 'd1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19')
@@ -53,9 +52,6 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
   patch -d mozilla -Np1 < ../fix-wifi-scanner.diff
 
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1234158
-  patch -d mozilla -Np1 < ../firefox-gtk3-20.patch
-
   # Required for GCC 6
   patch -d mozilla -Np1 < ../firefox-gcc-6.0.patch
   patch -d mozilla -Np1 < ../mozilla-1228540.patch
@@ -94,7 +90,6 @@
 ac_add_options --enable-system-pixman
 
 # Features
-ac_add_options --enable-default-toolkit=cairo-gtk3
 ac_add_options --enable-startup-notification
 ac_add_options --disable-gstreamer
 ac_add_options --disable-crashreporter

Deleted: firefox-gtk3-20.patch
===
--- firefox-gtk3-20.patch   2017-02-25 21:14:30 UTC (rev 289546)
+++ firefox-gtk3-20.patch   2017-02-25 21:59:48 UTC (rev 289547)
@@ -1,1638 +0,0 @@
- widget/gtk/gtk3drawing.c| 653 +++-
- widget/gtk/gtkdrawing.h |  17 ++
- widget/gtk/mozgtk/mozgtk.c  |  13 +
- widget/gtk/nsLookAndFeel.cpp|  99 +++---
- widget/gtk/nsNativeThemeGTK.cpp |  18 +-
- 5 files changed, 545 insertions(+), 255 deletions(-)
-
-diff --git c/widget/gtk/gtk3drawing.c i/widget/gtk/gtk3drawing.c
-index a716b8d..d7ee658 100644
 c/widget/gtk/gtk3drawing.c
-+++ i/widget/gtk/gtk3drawing.c
-@@ -17,32 +17,78 @@
- 
- #include 
- 
-+#define MOZ_WIDGET_STYLES 4
-+
-+typedef struct {
-+GtkWidget*widget;
-+
-+union {
-+struct {
-+GtkStyleContext*  style;
-+GtkStyleContext*  styleSelection;
-+} entry;
-+
-+struct {
-+GtkStyleContext*  style;
-+} button;
-+
-+struct {
-+GtkStyleContext*  style;
-+GtkStyleContext*  styleTrough;
-+GtkStyleContext*  styleSlider;
-+} scroll;
-+
-+struct {
-+GtkStyleContext*  style;
-+GtkStyleContext*  styleCheck;
-+GtkStyleContext*  styleLabel;
-+} check;
-+
-+struct {
-+GtkStyleContext*  style;
-+GtkStyleContext*  styleTrough;
-+GtkStyleContext*  styleProgress;
-+} progress;
-+
-+struct {
-+GtkStyleContext*  style;
-+GtkStyleContext*  styleEntry;
-+GtkStyleContext*  styleButtonUp;
-+GtkStyleContext*  styleButtonDown;
-+} spin;
-+
-+struct {
-+GtkStyleContext*  style[MOZ_WIDGET_STYLES];
-+} all;
-+};
-+} MozGtkWidget;
-+
- static GtkWidget* gProtoWindow;
- static GtkWidget* gProtoLayout;
--static GtkWidget* gButtonWidget;
-+static MozGtkWidget gButton;
- static GtkWidget* gToggleButtonWidget;
- static 

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

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 21:14:24
  Author: eworm
Revision: 289545

upgpkg: libarchive 3.3.1-2

openssl 1.1.0 rebuild

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 21:11:48 UTC (rev 289544)
+++ PKGBUILD2017-02-25 21:14:24 UTC (rev 289545)
@@ -3,7 +3,7 @@
 
 pkgname=libarchive
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="library that can create and read several streaming archive formats"
 arch=('i686' 'x86_64')
 url="http://libarchive.org/;


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

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 21:14:30
  Author: eworm
Revision: 289546

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

Added:
  libarchive/repos/staging-i686/PKGBUILD
(from rev 289545, libarchive/trunk/PKGBUILD)
  libarchive/repos/staging-x86_64/PKGBUILD
(from rev 289545, libarchive/trunk/PKGBUILD)
Deleted:
  libarchive/repos/staging-i686/PKGBUILD
  libarchive/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-02-25 21:14:24 UTC (rev 289545)
+++ staging-i686/PKGBUILD   2017-02-25 21:14:30 UTC (rev 289546)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=libarchive
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="library that can create and read several streaming archive formats"
-arch=('i686' 'x86_64')
-url="http://libarchive.org/;
-license=('BSD')
-depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' 'lzo' 'openssl' 'xz' 'zlib')
-options=('strip' 'debug' 'libtool')
-provides=('libarchive.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('046045c5d52413579e7dadb2f8464b2ca3feadb9f68380bf535b4885cf32eaee')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -fi
-  ./configure \
-  --prefix=/usr \
-  --without-xml2 \
-  --without-nettle
-
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  # bsdcpio_test fails
-  #make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
-}

Copied: libarchive/repos/staging-i686/PKGBUILD (from rev 289545, 
libarchive/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-25 21:14:30 UTC (rev 289546)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=libarchive
+pkgver=3.3.1
+pkgrel=2
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.org/;
+license=('BSD')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' 'openssl' 'xz' 'zlib')
+options=('strip' 'debug' 'libtool')
+provides=('libarchive.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('ff138120fe7fca1bd02bed6f06d6869c7497658904a2f8916947f9a3f3257377')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+  ./configure \
+  --prefix=/usr \
+  --without-xml2 \
+  --without-nettle
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  # bsdcpio_test fails
+  #make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2017-02-25 21:14:24 UTC (rev 289545)
+++ staging-x86_64/PKGBUILD 2017-02-25 21:14:30 UTC (rev 289546)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=libarchive
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="library that can create and read several streaming archive formats"
-arch=('i686' 'x86_64')
-url="http://libarchive.org/;
-license=('BSD')
-depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' 'lzo' 'openssl' 'xz' 'zlib')
-options=('strip' 'debug' 'libtool')
-provides=('libarchive.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('046045c5d52413579e7dadb2f8464b2ca3feadb9f68380bf535b4885cf32eaee')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -fi
-  ./configure \
-  --prefix=/usr \
-  --without-xml2 \
-  --without-nettle
-
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  # bsdcpio_test fails
-  #make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
-}

Copied: libarchive/repos/staging-x86_64/PKGBUILD (from rev 289545, 
libarchive/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-25 21:14:30 UTC (rev 289546)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=libarchive
+pkgver=3.3.1
+pkgrel=2
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.org/;
+license=('BSD')
+depends=('acl' 'attr' 'bzip2' 

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

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 21:11:48
  Author: eworm
Revision: 289544

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

Added:
  libarchive/repos/testing-i686/
  libarchive/repos/testing-i686/PKGBUILD
(from rev 289543, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-x86_64/
  libarchive/repos/testing-x86_64/PKGBUILD
(from rev 289543, libarchive/trunk/PKGBUILD)

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

Copied: libarchive/repos/testing-i686/PKGBUILD (from rev 289543, 
libarchive/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-25 21:11:48 UTC (rev 289544)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=libarchive
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.org/;
+license=('BSD')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' 'openssl' 'xz' 'zlib')
+options=('strip' 'debug' 'libtool')
+provides=('libarchive.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('ff138120fe7fca1bd02bed6f06d6869c7497658904a2f8916947f9a3f3257377')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+  ./configure \
+  --prefix=/usr \
+  --without-xml2 \
+  --without-nettle
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  # bsdcpio_test fails
+  #make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
+}

Copied: libarchive/repos/testing-x86_64/PKGBUILD (from rev 289543, 
libarchive/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-25 21:11:48 UTC (rev 289544)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=libarchive
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.org/;
+license=('BSD')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' 'openssl' 'xz' 'zlib')
+options=('strip' 'debug' 'libtool')
+provides=('libarchive.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('ff138120fe7fca1bd02bed6f06d6869c7497658904a2f8916947f9a3f3257377')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+  ./configure \
+  --prefix=/usr \
+  --without-xml2 \
+  --without-nettle
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  # bsdcpio_test fails
+  #make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
+}


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

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 21:11:38
  Author: eworm
Revision: 289543

upgpkg: libarchive 3.3.1-1

* upstream update
* drop dependency to lzo (FS#53057, [0])

[0] 
https://github.com/libarchive/libarchive/commit/6a509898d71ad4b31e4e4a00f42f7e8b00b7f03a

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 18:43:54 UTC (rev 289542)
+++ PKGBUILD2017-02-25 21:11:38 UTC (rev 289543)
@@ -2,17 +2,17 @@
 # Maintainer: Dan McGee 
 
 pkgname=libarchive
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="library that can create and read several streaming archive formats"
 arch=('i686' 'x86_64')
 url="http://libarchive.org/;
 license=('BSD')
-depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' 'lzo' 'openssl' 'xz' 'zlib')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' 'openssl' 'xz' 'zlib')
 options=('strip' 'debug' 'libtool')
 provides=('libarchive.so')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('046045c5d52413579e7dadb2f8464b2ca3feadb9f68380bf535b4885cf32eaee')
+sha256sums=('ff138120fe7fca1bd02bed6f06d6869c7497658904a2f8916947f9a3f3257377')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (4 files)

2017-02-25 Thread Alexander Rødseth
Date: Saturday, February 25, 2017 @ 20:42:25
  Author: arodseth
Revision: 213821

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

Added:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
(from rev 213820, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 213820, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-25 20:42:11 UTC (rev 213820)
+++ community-i686/PKGBUILD 2017-02-25 20:42:25 UTC (rev 213821)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url='http://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake' 'ninja')
-#source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
-sha256sums=('7b40cf5eca6a6dd4838648507901ae12f6f6c19389551ceac53b6428eb90b8a7')
-
-build() {
-  mkdir -p build
-  cd build
-
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD (from rev 
213820, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-25 20:42:25 UTC (rev 213821)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Alternate menu for Xfce4'
+arch=('x86_64' 'i686')
+url='http://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake' 'ninja')
+#source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
+sha256sums=('c6ef8ab93829c51244951796d792dce71c4f0f43e31ce4427029337fa1623024')
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-25 20:42:11 UTC (rev 213820)
+++ community-x86_64/PKGBUILD   2017-02-25 20:42:25 UTC (rev 213821)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url='http://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake' 'ninja')
-#source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
-sha256sums=('7b40cf5eca6a6dd4838648507901ae12f6f6c19389551ceac53b6428eb90b8a7')
-
-build() {
-  mkdir -p build
-  cd build
-
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 
213820, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)

[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)

2017-02-25 Thread Alexander Rødseth
Date: Saturday, February 25, 2017 @ 20:42:11
  Author: arodseth
Revision: 213820

upgpkg: xfce4-whiskermenu-plugin 1.7.0-1

Modified:
  xfce4-whiskermenu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 20:23:18 UTC (rev 213819)
+++ PKGBUILD2017-02-25 20:42:11 UTC (rev 213820)
@@ -3,7 +3,7 @@
 # Contributor: Graeme Gott 
 
 pkgname=xfce4-whiskermenu-plugin
-pkgver=1.6.2
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Alternate menu for Xfce4'
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'ninja')
 #source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
 
source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
-sha256sums=('7b40cf5eca6a6dd4838648507901ae12f6f6c19389551ceac53b6428eb90b8a7')
+sha256sums=('c6ef8ab93829c51244951796d792dce71c4f0f43e31ce4427029337fa1623024')
 
 build() {
   mkdir -p build


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

2017-02-25 Thread Alexander Rødseth
Date: Saturday, February 25, 2017 @ 20:23:18
  Author: arodseth
Revision: 213819

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-25 20:21:57 UTC (rev 213818)
+++ community-i686/PKGBUILD 2017-02-25 20:23:18 UTC (rev 213819)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.2.4
-_rev=0256
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-makedepends=('gendesk' 'java-openjfx' 'java-environment=8' 'apache-ant' 
'rsync')
-depends=('libgl' 'java-runtime=8')
-options=('!strip')
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz;)
-sha256sums=('e45c86d2058090fd2042e710ac6550debb7e0850f696aac8df2f79946c73a28d')
-
-prepare() {
-  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-
-  # Use the font's built-in hinting instructions
-  sed 's|  java|  _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp" java|g' \
--i "$pkgname-$pkgname-$_rev-$pkgver/build/linux/processing"
-}
-
-build() {
-  cd "$pkgname-$pkgname-$_rev-$pkgver/build"
-
-  ant run
-}
-
-package() {
-  cd "$pkgname-$pkgname-$_rev-$pkgver"
-
-  install -d "$pkgdir/usr/"{bin/,share/$pkgname/}
-  cp -r build/linux/work/* "$pkgdir/usr/share/$pkgname/"
-
-  # Desktop shortcut
-  install -Dm644 "build/shared/lib/icons/pde-256.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # Symbolic links in /usr/bin
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
-}
-
-# getver: 
https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 213818, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-25 20:23:18 UTC (rev 213819)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=processing
+pkgver=3.3
+_rev=0257
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+makedepends=('gendesk' 'java-openjfx' 'java-environment=8' 'apache-ant' 
'rsync')
+depends=('libgl' 'java-runtime=8')
+options=('!strip')
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz;)
+sha256sums=('6d70045b77425dd9c13b39b7a0b2a690a4f3e79df332511d07f791882ce254f5')
+
+prepare() {
+  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
+
+  # Use the font's built-in hinting instructions
+  sed 's|  java|  _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp" java|g' \
+-i "$pkgname-$pkgname-$_rev-$pkgver/build/linux/processing"
+}
+
+build() {
+  cd "$pkgname-$pkgname-$_rev-$pkgver/build"
+
+  ant run
+}
+
+package() {
+  cd "$pkgname-$pkgname-$_rev-$pkgver"
+
+  install -d "$pkgdir/usr/"{bin/,share/$pkgname/}
+  cp -r build/linux/work/* "$pkgdir/usr/share/$pkgname/"
+
+  # Desktop shortcut
+  install -Dm644 "build/shared/lib/icons/pde-256.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # Symbolic links in /usr/bin
+  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
+}
+
+# getver: 
https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-25 20:21:57 UTC (rev 213818)
+++ community-x86_64/PKGBUILD   2017-02-25 20:23:18 UTC (rev 213819)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.2.4
-_rev=0256
-pkgrel=2
-arch=('x86_64' 'i686')

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

2017-02-25 Thread Alexander Rødseth
Date: Saturday, February 25, 2017 @ 20:21:57
  Author: arodseth
Revision: 213818

upgpkg: processing 3.3-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 17:03:06 UTC (rev 213817)
+++ PKGBUILD2017-02-25 20:21:57 UTC (rev 213818)
@@ -2,9 +2,9 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=processing
-pkgver=3.2.4
-_rev=0256
-pkgrel=2
+pkgver=3.3
+_rev=0257
+pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Programming environment for creating images, animations and 
interactions'
 url='http://www.processing.org/'
@@ -13,7 +13,7 @@
 depends=('libgl' 'java-runtime=8')
 options=('!strip')
 
source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz;)
-sha256sums=('e45c86d2058090fd2042e710ac6550debb7e0850f696aac8df2f79946c73a28d')
+sha256sums=('6d70045b77425dd9c13b39b7a0b2a690a4f3e79df332511d07f791882ce254f5')
 
 prepare() {
   gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"


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

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 18:43:54
  Author: eworm
Revision: 289542

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

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

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

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

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 289541, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-25 18:43:54 UTC (rev 289542)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgbase=iproute2
+pkgname=(iproute2 iproute2-doc)
+pkgver=4.10.0
+pkgrel=2
+pkgdesc='IP Routing Utilities'
+arch=('i686' 'x86_64')

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

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 18:43:44
  Author: eworm
Revision: 289541

upgpkg: iproute2 4.10.0-2

add dependency on libelf

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:47:34 UTC (rev 289540)
+++ PKGBUILD2017-02-25 18:43:44 UTC (rev 289541)
@@ -6,7 +6,7 @@
 pkgbase=iproute2
 pkgname=(iproute2 iproute2-doc)
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IP Routing Utilities'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -43,7 +43,7 @@
 }
 
 package_iproute2() {
-  depends=('glibc' 'iptables')
+  depends=('glibc' 'iptables' 'libelf')
   optdepends=('linux-atm: ATM support')
   groups=('base')
   provides=('iproute')


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

2017-02-25 Thread Jaroslav Lichtblau
Date: Saturday, February 25, 2017 @ 17:02:53
  Author: jlichtblau
Revision: 213816

upgpkg: moneymanagerex 1.3.2-1 - new upstream release

Modified:
  moneymanagerex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:45:15 UTC (rev 213815)
+++ PKGBUILD2017-02-25 17:02:53 UTC (rev 213816)
@@ -3,7 +3,7 @@
 # Contributor: TDY 
 
 pkgname=moneymanagerex
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('git' 'boost' 'gettext')
 optdepends=('cups: for printing support')
 replaces=('mmex')
-_commit=('52159cdb7362ba9b4714c64ff0b2d988c6256d6f')
+_commit=('8880422f30e12dd8a1ed762a8abdeb204c5a951d')
 
source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
 sha256sums=('SKIP')
 


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

2017-02-25 Thread Jaroslav Lichtblau
Date: Saturday, February 25, 2017 @ 17:03:06
  Author: jlichtblau
Revision: 213817

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-25 17:02:53 UTC (rev 213816)
+++ community-i686/PKGBUILD 2017-02-25 17:03:06 UTC (rev 213817)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-_commit=('52159cdb7362ba9b4714c64ff0b2d988c6256d6f')
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 213816, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-25 17:03:06 UTC (rev 213817)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+_commit=('8880422f30e12dd8a1ed762a8abdeb204c5a951d')
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-25 17:02:53 UTC (rev 213816)
+++ community-x86_64/PKGBUILD   2017-02-25 17:03:06 UTC (rev 213817)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-_commit=('52159cdb7362ba9b4714c64ff0b2d988c6256d6f')
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-x86_64/PKGBUILD (from rev 213816, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-25 17:03:06 UTC (rev 213817)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')

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

2017-02-25 Thread Alexander Rødseth
Date: Saturday, February 25, 2017 @ 16:45:15
  Author: arodseth
Revision: 213815

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

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

--+
 /PKGBUILD|   84 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   42 --
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/moosefs.install |   11 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-25 16:45:00 UTC (rev 213814)
+++ community-i686/PKGBUILD 2017-02-25 16:45:15 UTC (rev 213815)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.86_1
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='http://moosefs.com/'
-replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('fuse2' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz;)
-sha256sums=('2d6a8ecbe5d30c2a0d33648f9569bf6d5d0ca64a40bebdc3e1352c309688bde1')
-
-build() {
-  cd "moosefs-${pkgver%_*}"
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---with-default-user=mfs \
---with-default-group=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-
-  # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 213814, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-25 16:45:15 UTC (rev 213815)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.88_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('fuse2' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz;)
+sha256sums=('5fae4eab7725df82fe4f82390111e872e107ec4db0f0bbd244b4acb1b0d6d533')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2017-02-25 16:45:00 UTC (rev 213814)
+++ community-i686/moosefs.install  2017-02-25 16:45:15 UTC (rev 213815)
@@ -1,11 +0,0 @@
-post_install() {
-  echo
-  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
-  echo 'be used as a basis for writing the corresponding .cfg files.'
-  echo
-  echo 'For troubleshooting a service, like "mfschunkserver", just running'
-  echo '"/usr/bin/mfschunkserver start" can be helpful.'
-  echo
-}
-
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 213814, 
moosefs/trunk/moosefs.install)

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

2017-02-25 Thread Alexander Rødseth
Date: Saturday, February 25, 2017 @ 16:45:00
  Author: arodseth
Revision: 213814

upgpkg: moosefs 3.0.88_1-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:36:34 UTC (rev 213813)
+++ PKGBUILD2017-02-25 16:45:00 UTC (rev 213814)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=moosefs
-pkgver=3.0.86_1
+pkgver=3.0.88_1
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='http://moosefs.com/'
@@ -13,7 +13,7 @@
 depends=('fuse2' 'python2' 'bash' 'xfsprogs')
 install="$pkgname.install"
 source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz;)
-sha256sums=('2d6a8ecbe5d30c2a0d33648f9569bf6d5d0ca64a40bebdc3e1352c309688bde1')
+sha256sums=('5fae4eab7725df82fe4f82390111e872e107ec4db0f0bbd244b4acb1b0d6d533')
 
 build() {
   cd "moosefs-${pkgver%_*}"


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:36:34
  Author: felixonmars
Revision: 213813

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

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

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 213812, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 16:36:34 UTC (rev 213813)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170214
+pkgrel=8
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" 

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:36:07
  Author: felixonmars
Revision: 213812

upgpkg: git-annex 6.20170214-8

rebuild with warp,3.2.11.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:28:27 UTC (rev 213811)
+++ PKGBUILD2017-02-25 16:36:07 UTC (rev 213812)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170214
-pkgrel=7
+pkgrel=8
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-02-25 Thread Jaroslav Lichtblau
Date: Saturday, February 25, 2017 @ 16:28:27
  Author: jlichtblau
Revision: 213811

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 213810, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-25 16:28:18 UTC (rev 213810)
+++ PKGBUILD2017-02-25 16:28:27 UTC (rev 213811)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.02.22
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('51f45723f1e39eb2c780bf1b490ec9150efdac9db86d3010f8fcc53400c87129'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 213810, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-25 16:28:27 UTC (rev 213811)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.02.24
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('591f8e8de95f1da39fc153631333801555ac700f85add65d48aa616e0da83003'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-02-25 Thread Jaroslav Lichtblau
Date: Saturday, February 25, 2017 @ 16:28:18
  Author: jlichtblau
Revision: 213810

upgpkg: youtube-dl 2017.02.24-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:21:07 UTC (rev 213809)
+++ PKGBUILD2017-02-25 16:28:18 UTC (rev 213810)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.02.22
+pkgver=2017.02.24
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('51f45723f1e39eb2c780bf1b490ec9150efdac9db86d3010f8fcc53400c87129'
+sha256sums=('591f8e8de95f1da39fc153631333801555ac700f85add65d48aa616e0da83003'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:21:07
  Author: felixonmars
Revision: 213809

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

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

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
213808, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 16:21:07 UTC (rev 213809)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=42
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:20:39
  Author: felixonmars
Revision: 213808

upgpkg: haskell-yesod-static 1.5.1.1-42

rebuild with warp,3.2.11.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:17:20 UTC (rev 213807)
+++ PKGBUILD2017-02-25 16:20:39 UTC (rev 213808)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.1.1
-pkgrel=41
+pkgrel=42
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:17:20
  Author: felixonmars
Revision: 213807

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

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
213806, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 16:17:20 UTC (rev 213807)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=18
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:16:53
  Author: felixonmars
Revision: 213806

upgpkg: haskell-yesod-auth 1.4.16-18

rebuild with warp,3.2.11.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:11:06 UTC (rev 213805)
+++ PKGBUILD2017-02-25 16:16:53 UTC (rev 213806)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.16
-pkgrel=17
+pkgrel=18
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:11:06
  Author: felixonmars
Revision: 213805

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

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

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 213804, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 16:11:06 UTC (rev 213805)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=23
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+  

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:10:39
  Author: felixonmars
Revision: 213804

upgpkg: haskell-yesod 1.4.4-23

rebuild with warp,3.2.11.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:07:44 UTC (rev 213803)
+++ PKGBUILD2017-02-25 16:10:39 UTC (rev 213804)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.4
-pkgrel=22
+pkgrel=23
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:07:44
  Author: felixonmars
Revision: 213803

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

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

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
213802, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 16:07:44 UTC (rev 213803)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.10
+pkgrel=10
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddeb72988e1dffb1c3766c35941520aa6ff6a8b09d6bdeb453d9c75d11ad8e43')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:07:16
  Author: felixonmars
Revision: 213802

upgpkg: haskell-yesod-form 1.4.10-10

rebuild with warp,3.2.11.1

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:03:11 UTC (rev 213801)
+++ PKGBUILD2017-02-25 16:07:16 UTC (rev 213802)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.10
-pkgrel=9
+pkgrel=10
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:03:11
  Author: felixonmars
Revision: 213801

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

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

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

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

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

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:02:43
  Author: felixonmars
Revision: 213800

upgpkg: haskell-yesod-persistent 1.4.1.1-28

rebuild with warp,3.2.11.1

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 16:00:33 UTC (rev 213799)
+++ PKGBUILD2017-02-25 16:02:43 UTC (rev 213800)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.1.1
-pkgrel=27
+pkgrel=28
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:00:33
  Author: felixonmars
Revision: 213799

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

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

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

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

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

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 16:00:06
  Author: felixonmars
Revision: 213798

upgpkg: haskell-yesod-default 1.2.0-111

rebuild with warp,3.2.11.1

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:57:44 UTC (rev 213797)
+++ PKGBUILD2017-02-25 16:00:06 UTC (rev 213798)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=110
+pkgrel=111
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:57:44
  Author: felixonmars
Revision: 213797

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

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

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

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
213796, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:57:44 UTC (rev 213797)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.31
+pkgrel=12
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:57:17
  Author: felixonmars
Revision: 213796

upgpkg: haskell-yesod-core 1.4.31-12

rebuild with warp,3.2.11.1

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:51:29 UTC (rev 213795)
+++ PKGBUILD2017-02-25 15:57:17 UTC (rev 213796)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.31
-pkgrel=11
+pkgrel=12
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:51:02
  Author: felixonmars
Revision: 213794

upgpkg: hoogle 5.0.9-16

rebuild with warp,3.2.11.1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:47:10 UTC (rev 213793)
+++ PKGBUILD2017-02-25 15:51:02 UTC (rev 213794)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.9
-pkgrel=15
+pkgrel=16
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:51:29
  Author: felixonmars
Revision: 213795

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 213794, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:51:29 UTC (rev 213795)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=16
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 213794, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:51:29 UTC (rev 213795)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=16
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:47:10
  Author: felixonmars
Revision: 213793

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 213792, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 213792, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
213792, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:47:10 UTC (rev 213793)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.3
+pkgrel=4
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
213792, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:47:10 UTC (rev 213793)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.3
+pkgrel=4
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup 

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:46:43
  Author: felixonmars
Revision: 213792

upgpkg: haskell-warp-tls 3.2.3-4

rebuild with warp,3.2.11.1

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:45:45 UTC (rev 213791)
+++ PKGBUILD2017-02-25 15:46:43 UTC (rev 213792)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:45:45
  Author: lfleischer
Revision: 213791

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

Added:
  tor/repos/community-staging-i686/
  tor/repos/community-staging-i686/PKGBUILD
(from rev 213790, tor/trunk/PKGBUILD)
  tor/repos/community-staging-i686/tor.install
(from rev 213790, tor/trunk/tor.install)
  tor/repos/community-staging-i686/tor.service
(from rev 213790, tor/trunk/tor.service)
  tor/repos/community-staging-i686/torrc
(from rev 213790, tor/trunk/torrc)
  tor/repos/community-staging-x86_64/
  tor/repos/community-staging-x86_64/PKGBUILD
(from rev 213790, tor/trunk/PKGBUILD)
  tor/repos/community-staging-x86_64/tor.install
(from rev 213790, tor/trunk/tor.install)
  tor/repos/community-staging-x86_64/tor.service
(from rev 213790, tor/trunk/tor.service)
  tor/repos/community-staging-x86_64/torrc
(from rev 213790, tor/trunk/torrc)

--+
 community-staging-i686/PKGBUILD  |   47 
 community-staging-i686/tor.install   |4 
 community-staging-i686/tor.service   |   15 ++
 community-staging-i686/torrc |  189 +
 community-staging-x86_64/PKGBUILD|   47 
 community-staging-x86_64/tor.install |4 
 community-staging-x86_64/tor.service |   15 ++
 community-staging-x86_64/torrc   |  189 +
 8 files changed, 510 insertions(+)

Copied: tor/repos/community-staging-i686/PKGBUILD (from rev 213790, 
tor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:45:45 UTC (rev 213791)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.2.9.9
+pkgrel=2
+pkgdesc='Anonymizing overlay network.'
+arch=('i686' 'x86_64')
+url='http://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+install='tor.install'
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service')
+md5sums=('d9d8a2d1f65c151eb2b448f6a93fc326'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74')
+validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB') # Nick Mathewson
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
+
+  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
+  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
+  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
+
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: tor/repos/community-staging-i686/tor.install (from rev 213790, 
tor/trunk/tor.install)
===
--- community-staging-i686/tor.install  (rev 0)
+++ community-staging-i686/tor.install  2017-02-25 15:45:45 UTC (rev 213791)
@@ -0,0 +1,4 @@
+post_install() {
+  groupadd -g 43 tor &>/dev/null
+  useradd -u 43 -g tor -d /var/lib/tor -s /bin/false tor &> /dev/null
+}

Copied: tor/repos/community-staging-i686/tor.service (from rev 213790, 
tor/trunk/tor.service)
===
--- community-staging-i686/tor.service  (rev 0)
+++ community-staging-i686/tor.service  2017-02-25 15:45:45 UTC (rev 213791)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Anonymizing Overlay Network
+After=network.target
+
+[Service]
+User=tor
+Type=simple
+ExecStart=/usr/bin/tor -f /etc/tor/torrc
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillSignal=SIGINT
+LimitNOFILE=8192
+PrivateDevices=yes
+
+[Install]
+WantedBy=multi-user.target

Copied: tor/repos/community-staging-i686/torrc (from rev 213790, 
tor/trunk/torrc)
===
--- community-staging-i686/torrc(rev 0)
+++ community-staging-i686/torrc2017-02-25 15:45:45 UTC (rev 213791)
@@ -0,0 +1,189 @@
+## Configuration file for a typical Tor user
+## Last updated 22 April 2012 for Tor 0.2.3.14-alpha.
+## (may or may not work for much older or much newer versions of Tor.)
+##
+## Lines that begin with "## " try to explain what's going on. Lines
+## that begin with just "#" are disabled commands: you can enable them

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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:45:38
  Author: lfleischer
Revision: 213790

upgpkg: tor 0.2.9.9-2

OpenSSL 1.1.0 rebuild.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:44:32 UTC (rev 213789)
+++ PKGBUILD2017-02-25 15:45:38 UTC (rev 213790)
@@ -5,7 +5,7 @@
 
 pkgname=tor
 pkgver=0.2.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:44:05
  Author: felixonmars
Revision: 213788

upgpkg: haskell-hakyll 4.9.5.1-10

rebuild with warp,3.2.11.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:43:03 UTC (rev 213787)
+++ PKGBUILD2017-02-25 15:44:05 UTC (rev 213788)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:44:32
  Author: felixonmars
Revision: 213789

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 213788, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:44:32 UTC (rev 213789)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=10
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
213788, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:44:32 UTC (rev 213789)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=10
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:43:03
  Author: lfleischer
Revision: 213787

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

Added:
  stunnel/repos/community-staging-i686/
  stunnel/repos/community-staging-i686/Makefile.patch
(from rev 213786, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-staging-i686/PKGBUILD
(from rev 213786, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-staging-i686/stunnel.install
(from rev 213786, stunnel/trunk/stunnel.install)
  stunnel/repos/community-staging-i686/stunnel.tmpfiles.conf
(from rev 213786, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-staging-x86_64/
  stunnel/repos/community-staging-x86_64/Makefile.patch
(from rev 213786, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-staging-x86_64/PKGBUILD
(from rev 213786, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-staging-x86_64/stunnel.install
(from rev 213786, stunnel/trunk/stunnel.install)
  stunnel/repos/community-staging-x86_64/stunnel.tmpfiles.conf
(from rev 213786, stunnel/trunk/stunnel.tmpfiles.conf)

+
 community-staging-i686/Makefile.patch  |   12 +
 community-staging-i686/PKGBUILD|   52 +++
 community-staging-i686/stunnel.install |   20 
 community-staging-i686/stunnel.tmpfiles.conf   |1 
 community-staging-x86_64/Makefile.patch|   12 +
 community-staging-x86_64/PKGBUILD  |   52 +++
 community-staging-x86_64/stunnel.install   |   20 
 community-staging-x86_64/stunnel.tmpfiles.conf |1 
 8 files changed, 170 insertions(+)

Copied: stunnel/repos/community-staging-i686/Makefile.patch (from rev 213786, 
stunnel/trunk/Makefile.patch)
===
--- community-staging-i686/Makefile.patch   (rev 0)
+++ community-staging-i686/Makefile.patch   2017-02-25 15:43:03 UTC (rev 
213787)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Copied: stunnel/repos/community-staging-i686/PKGBUILD (from rev 213786, 
stunnel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:43:03 UTC (rev 213787)
@@ -0,0 +1,52 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Daniel J Griffiths 
+# Contributor: Kevin Piche 
+
+pkgname=stunnel
+pkgver=5.40
+pkgrel=2
+pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
+arch=('i686' 'x86_64')
+url="https://www.stunnel.org/;
+license=('GPL')
+depends=('openssl')
+makedepends=('systemd')
+install=$pkgname.install
+source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
+'Makefile.patch'
+'stunnel.tmpfiles.conf')
+md5sums=('4125b7c7f0f8c46266b4fa245ee8cda6'
+ 'SKIP'
+ '579f198ecb90a42fcbfd8a4e48006264'
+ '2e065a39998e57727ee79887bbd1751e')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # don't create a certificate...
+  patch -p0 <"$srcdir/Makefile.patch"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-ipv6 \
+--disable-libwrap
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
+  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
+
+  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
+  -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
+  -e "s:no\(body\|group\):stunnel:g" \
+  -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
+}

Copied: stunnel/repos/community-staging-i686/stunnel.install (from rev 213786, 
stunnel/trunk/stunnel.install)
===
--- community-staging-i686/stunnel.install  (rev 0)
+++ community-staging-i686/stunnel.install  2017-02-25 15:43:03 UTC (rev 
213787)
@@ -0,0 +1,20 @@
+post_install() {
+  # add stunnel group
+  if ! getent group stunnel >/dev/null 2>&1; then
+groupadd -g 16 stunnel
+  fi
+
+  # add stunnel user
+  if ! getent passwd stunnel >/dev/null 2>&1; then
+useradd -u 16 -g stunnel -d /var/run/stunnel -s /bin/false 

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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:42:55
  Author: lfleischer
Revision: 213786

upgpkg: stunnel 5.40-2

OpenSSL 1.1.0 rebuild.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:38:05 UTC (rev 213785)
+++ PKGBUILD2017-02-25 15:42:55 UTC (rev 213786)
@@ -5,7 +5,7 @@
 
 pkgname=stunnel
 pkgver=5.40
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
 url="https://www.stunnel.org/;


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:40:09
  Author: lfleischer
Revision: 289539

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

Added:
  ntp/repos/staging-i686/
  ntp/repos/staging-i686/PKGBUILD
(from rev 289538, ntp/trunk/PKGBUILD)
  ntp/repos/staging-i686/ntp.conf
(from rev 289538, ntp/trunk/ntp.conf)
  ntp/repos/staging-i686/ntp.install
(from rev 289538, ntp/trunk/ntp.install)
  ntp/repos/staging-i686/ntpd.service
(from rev 289538, ntp/trunk/ntpd.service)
  ntp/repos/staging-i686/ntpdate.service
(from rev 289538, ntp/trunk/ntpdate.service)
  ntp/repos/staging-x86_64/
  ntp/repos/staging-x86_64/PKGBUILD
(from rev 289538, ntp/trunk/PKGBUILD)
  ntp/repos/staging-x86_64/ntp.conf
(from rev 289538, ntp/trunk/ntp.conf)
  ntp/repos/staging-x86_64/ntp.install
(from rev 289538, ntp/trunk/ntp.install)
  ntp/repos/staging-x86_64/ntpd.service
(from rev 289538, ntp/trunk/ntpd.service)
  ntp/repos/staging-x86_64/ntpdate.service
(from rev 289538, ntp/trunk/ntpdate.service)

+
 staging-i686/PKGBUILD  |   47 +++
 staging-i686/ntp.conf  |   24 +++
 staging-i686/ntp.install   |5 
 staging-i686/ntpd.service  |   13 ++
 staging-i686/ntpdate.service   |   12 +
 staging-x86_64/PKGBUILD|   47 +++
 staging-x86_64/ntp.conf|   24 +++
 staging-x86_64/ntp.install |5 
 staging-x86_64/ntpd.service|   13 ++
 staging-x86_64/ntpdate.service |   12 +
 10 files changed, 202 insertions(+)

Copied: ntp/repos/staging-i686/PKGBUILD (from rev 289538, ntp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-25 15:40:09 UTC (rev 289539)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Gaetan Bisson 
+# Contributor: kevin 
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p9
+pkgver=${_pkgver/p/.p}
+pkgrel=2
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz;
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('032e58e7e416ffa1cbdcbb81021785fce4ed4d4b'
+  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+  '0a872385e0142888ab48d273fec0669b30a8'
+  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
+
+options=('!emptydirs')
+install=ntp.install
+
+build() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+   ./configure --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps 
--enable-ntp-signd
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
+   install -Dm644 ../ntpd.service 
"${pkgdir}"/usr/lib/systemd/system/ntpd.service
+   install -Dm644 ../ntpdate.service 
"${pkgdir}"/usr/lib/systemd/system/ntpdate.service
+   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   install -d -o 87 "${pkgdir}"/var/lib/ntp
+   echo > "${pkgdir}/var/lib/ntp/.placeholder"
+}

Copied: ntp/repos/staging-i686/ntp.conf (from rev 289538, ntp/trunk/ntp.conf)
===
--- staging-i686/ntp.conf   (rev 0)
+++ staging-i686/ntp.conf   2017-02-25 15:40:09 UTC (rev 289539)
@@ -0,0 +1,24 @@
+# Please consider joining the pool:
+#
+# http://www.pool.ntp.org/join.html
+#
+# For additional information see:
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
+# - http://support.ntp.org/bin/view/Support/GettingStarted
+# - the ntp.conf man page
+
+# Associate to Arch's NTP pool
+server 0.arch.pool.ntp.org
+server 1.arch.pool.ntp.org
+server 2.arch.pool.ntp.org
+server 3.arch.pool.ntp.org
+
+# By default, the server allows:
+# - all queries from the local host
+# - only time queries from remote hosts, protected by rate limiting and kod
+restrict default kod limited nomodify nopeer noquery notrap
+restrict 127.0.0.1
+restrict ::1
+
+# Location of drift file
+driftfile /var/lib/ntp/ntp.drift

Copied: ntp/repos/staging-i686/ntp.install (from rev 289538, 
ntp/trunk/ntp.install)
===
--- staging-i686/ntp.install(rev 0)
+++ staging-i686/ntp.install2017-02-25 15:40:09 UTC (rev 289539)
@@ -0,0 +1,5 @@
+post_install() {
+   getent group ntp &>/dev/null || groupadd -g 87 ntp >/dev/null
+   getent passwd ntp &>/dev/null || 

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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:40:00
  Author: lfleischer
Revision: 289538

upgpkg: ntp 4.2.8.p9-2

OpenSSL 1.1.0 rebuild.

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:18:31 UTC (rev 289537)
+++ PKGBUILD2017-02-25 15:40:00 UTC (rev 289538)
@@ -6,7 +6,7 @@
 _pkgname=ntp #-dev
 _pkgver=4.2.8p9
 pkgver=${_pkgver/p/.p}
-pkgrel=1
+pkgrel=2
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:38:05
  Author: felixonmars
Revision: 213785

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

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

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

Copied: haskell-wai-app-static/repos/community-staging-i686/PKGBUILD (from rev 
213784, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:38:05 UTC (rev 213785)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=33
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 213784, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:38:05 UTC (rev 213785)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=33
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+

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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:37:11
  Author: lfleischer
Revision: 213783

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

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

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

Copied: libesmtp/repos/community-staging-i686/PKGBUILD (from rev 213782, 
libesmtp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:37:11 UTC (rev 213783)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Roman Kyrylych 
+# Contributor: Tom Newsom 
+
+pkgname=libesmtp
+pkgver=1.0.6
+pkgrel=5
+pkgdesc='A library to manage posting mail to a preconfigured MTA.'
+arch=('i686' 'x86_64')
+url='http://www.stafford.uklinux.net/libesmtp/'
+license=('LGPL')
+depends=('openssl')
+source=("http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$pkgname-$pkgver.tar.bz2;)
+md5sums=('bf3915e627fd8f35524a8fdfeed979c8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libesmtp/repos/community-staging-x86_64/PKGBUILD (from rev 213782, 
libesmtp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:37:11 UTC (rev 213783)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Roman Kyrylych 
+# Contributor: Tom Newsom 
+
+pkgname=libesmtp
+pkgver=1.0.6
+pkgrel=5
+pkgdesc='A library to manage posting mail to a preconfigured MTA.'
+arch=('i686' 'x86_64')
+url='http://www.stafford.uklinux.net/libesmtp/'
+license=('LGPL')
+depends=('openssl')
+source=("http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$pkgname-$pkgver.tar.bz2;)
+md5sums=('bf3915e627fd8f35524a8fdfeed979c8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:37:36
  Author: felixonmars
Revision: 213784

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

rebuild with warp,3.2.11.1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:37:11 UTC (rev 213783)
+++ PKGBUILD2017-02-25 15:37:36 UTC (rev 213784)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.1
-pkgrel=32
+pkgrel=33
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:37:05
  Author: lfleischer
Revision: 213782

upgpkg: libesmtp 1.0.6-5

* Fix upstream sources.
* OpenSSL 1.1.0 rebuild.

Modified:
  libesmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:33:19 UTC (rev 213781)
+++ PKGBUILD2017-02-25 15:37:05 UTC (rev 213782)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Contributor: Roman Kyrylych 
 # Contributor: Tom Newsom 
@@ -5,13 +4,13 @@
 
 pkgname=libesmtp
 pkgver=1.0.6
-pkgrel=4
+pkgrel=5
 pkgdesc='A library to manage posting mail to a preconfigured MTA.'
 arch=('i686' 'x86_64')
 url='http://www.stafford.uklinux.net/libesmtp/'
 license=('LGPL')
 depends=('openssl')
-source=("http://www.stafford.uklinux.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+source=("http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$pkgname-$pkgver.tar.bz2;)
 md5sums=('bf3915e627fd8f35524a8fdfeed979c8')
 
 build() {


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:33:19
  Author: felixonmars
Revision: 213781

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

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 213780, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-i686/http-client-0.5.patch
(from rev 213780, purescript/trunk/http-client-0.5.patch)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 213780, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/http-client-0.5.patch
(from rev 213780, purescript/trunk/http-client-0.5.patch)

+
 community-staging-i686/PKGBUILD|   57 ++
 community-staging-i686/http-client-0.5.patch   |   90 +++
 community-staging-x86_64/PKGBUILD  |   57 ++
 community-staging-x86_64/http-client-0.5.patch |   90 +++
 4 files changed, 294 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 213780, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:33:19 UTC (rev 213781)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.10.7
+pkgrel=4
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-foldl" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-client" "haskell-http-types" 
"haskell-language-javascript"
+ "haskell-lens" "haskell-lifted-base" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-parallel" 
"haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-system-filepath"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-turtle" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" 
"haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+http-client-0.5.patch)
+sha256sums=('85dff2f4b6916e9d45b6a1b2674dc6c91c56ac6c1597f627d5f1cbee9d0b3a9d'
+'2e8ac0165d8dfde7f2ec27f4b77fb4139a435cf2148d3853ec95455334601b03')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../http-client-0.5.patch
+
+sed -e 's/pipes >= 4.0.0 && < 4.3.0,/pipes >= 4.0.0 \&\& < 4.4.0,/' \
+-e 's/websockets >= 0.9 && <0.10/websockets >= 0.9 \&\& <0.11/' \
+-e 's/aeson >= 0.8 && < 1.0,/aeson >= 0.8,/' \
+-i purescript.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-i686/http-client-0.5.patch (from rev 
213780, purescript/trunk/http-client-0.5.patch)
===
--- community-staging-i686/http-client-0.5.patch
(rev 0)
+++ community-staging-i686/http-client-0.5.patch2017-02-25 15:33:19 UTC 
(rev 213781)
@@ -0,0 +1,90 @@
+From e0527fb7f10721870014d7c08b1a2f8f5bf2edcf Mon Sep 17 00:00:00 2001
+From: Oleg Grenrus 
+Date: Mon, 22 Aug 2016 17:51:42 +0300
+Subject: [PATCH] Support http-client-0.5
+
+---
+ purescript.cabal   |  2 +-
+ src/Language/PureScript/Ide/Pursuit.hs | 44 --
+ 

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:32:51
  Author: felixonmars
Revision: 213780

upgpkg: purescript 0.10.7-4

rebuild with warp,3.2.11.1

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:31:25 UTC (rev 213779)
+++ PKGBUILD2017-02-25 15:32:51 UTC (rev 213780)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.10.7
-pkgrel=3
+pkgrel=4
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:31:17
  Author: lfleischer
Revision: 213778

upgpkg: tcsh 6.20.00-1

Upstream update.

Modified:
  tcsh/trunk/PKGBUILD
Deleted:
  tcsh/trunk/0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch
  tcsh/trunk/0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch
  tcsh/trunk/tcsh-6.17.00-ls-colors-var.patch

-+
 0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch |   32 
--
 0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch |   26 
 PKGBUILD|   16 -
 tcsh-6.17.00-ls-colors-var.patch|   13 
 4 files changed, 3 insertions(+), 84 deletions(-)

Deleted: 0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch
===
--- 0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch 
2017-02-25 15:26:05 UTC (rev 213777)
+++ 0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch 
2017-02-25 15:31:17 UTC (rev 213778)
@@ -1,32 +0,0 @@
-From 624d3aebb6e6afadb4f35e894d11b5ebe290cd87 Mon Sep 17 00:00:00 2001
-From: christos 
-Date: Thu, 28 May 2015 11:47:03 +
-Subject: [PATCH] avoid gcc-5 optimization malloc + memset = calloc (Fridolin
- Pokorny)
-

- tc.alloc.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/tc.alloc.c b/tc.alloc.c
-index b9aec63..c1cb330 100644
 a/tc.alloc.c
-+++ b/tc.alloc.c
-@@ -348,10 +348,13 @@ calloc(size_t i, size_t j)
- {
- #ifndef lint
- char *cp;
-+size_t k;
- 
- i *= j;
- cp = xmalloc(i);
--memset(cp, 0, i);
-+/* Stop gcc 5.x from optimizing malloc+memset = calloc */
-+k = i;
-+memset(cp, 0, k);
- 
- return ((memalign_t) cp);
- #else
--- 
-2.4.5
-

Deleted: 0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch
===
--- 0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch 
2017-02-25 15:26:05 UTC (rev 213777)
+++ 0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch 
2017-02-25 15:31:17 UTC (rev 213778)
@@ -1,26 +0,0 @@
-From 05e7406049bd2686dee0ee8d819dcd38eb131f6f Mon Sep 17 00:00:00 2001
-From: christos 
-Date: Tue, 7 Jul 2015 12:24:54 +
-Subject: [PATCH] make k volatile to prevent gcc-5 memset() optimization
- (Fridolin Pokorny)
-

- tc.alloc.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tc.alloc.c b/tc.alloc.c
-index c1cb330..f68a8c5 100644
 a/tc.alloc.c
-+++ b/tc.alloc.c
-@@ -348,7 +348,7 @@ calloc(size_t i, size_t j)
- {
- #ifndef lint
- char *cp;
--size_t k;
-+volatile size_t k;
- 
- i *= j;
- cp = xmalloc(i);
--- 
-2.4.5
-

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:26:05 UTC (rev 213777)
+++ PKGBUILD2017-02-25 15:31:17 UTC (rev 213778)
@@ -3,8 +3,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=tcsh
-pkgver=6.19.00
-pkgrel=3
+pkgver=6.20.00
+pkgrel=1
 pkgdesc='Enhanced version of the Berkeley C shell.'
 arch=('i686' 'x86_64')
 url='http://www.tcsh.org/Welcome'
@@ -14,22 +14,12 @@
 'etc/csh.login')
 install='tcsh.install'
 source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch'
-'0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch'
 'csh.cshrc'
 'csh.login')
-md5sums=('f5f854833578647795bc906dd4bcb5d5'
- '2a28679d1cc9db48720f69ea55e19cdb'
- '8b63b83ae940706cce8db7ecda023441'
+md5sums=('59d40ef40a68e790d95e182069431834'
  '7ca0fe6d1a1b9a0093f632499d4fb112'
  '4869b9da87c79854e2cc97241f125853')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 -i 
../0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch
-  patch -p1 -i 
../0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: tcsh-6.17.00-ls-colors-var.patch
===
--- tcsh-6.17.00-ls-colors-var.patch2017-02-25 15:26:05 UTC (rev 213777)
+++ tcsh-6.17.00-ls-colors-var.patch2017-02-25 15:31:17 UTC (rev 213778)
@@ -1,13 +0,0 @@
 tw.color.c.orig2008-10-17 16:57:33.0 -0300
-+++ tw.color.c 2010-10-18 23:34:36.764372377 -0300
-@@ -86,6 +86,10 @@
- VAR(NOS, "ow", ""),   /* Other writable dir (o+w) but not 
sticky */
- VAR(NOS, "st", ""),   /* Sticky dir (+t) but not other 
writable */
- VAR(NOS, "rs", "0"),  /* Reset to normal color */
-+VAR(NOS, "hl", ""),   /* Regular file with more than one link 
*/
-+VAR(NOS, "ca", ""),   /* File with capability 

[arch-commits] Commit in tcsh/repos (22 files)

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:31:25
  Author: lfleischer
Revision: 213779

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

Added:
  tcsh/repos/community-i686/PKGBUILD
(from rev 213778, tcsh/trunk/PKGBUILD)
  tcsh/repos/community-i686/csh.cshrc
(from rev 213778, tcsh/trunk/csh.cshrc)
  tcsh/repos/community-i686/csh.login
(from rev 213778, tcsh/trunk/csh.login)
  tcsh/repos/community-i686/tcsh.install
(from rev 213778, tcsh/trunk/tcsh.install)
  tcsh/repos/community-x86_64/PKGBUILD
(from rev 213778, tcsh/trunk/PKGBUILD)
  tcsh/repos/community-x86_64/csh.cshrc
(from rev 213778, tcsh/trunk/csh.cshrc)
  tcsh/repos/community-x86_64/csh.login
(from rev 213778, tcsh/trunk/csh.login)
  tcsh/repos/community-x86_64/tcsh.install
(from rev 213778, tcsh/trunk/tcsh.install)
Deleted:
  
tcsh/repos/community-i686/0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch
  
tcsh/repos/community-i686/0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch
  tcsh/repos/community-i686/PKGBUILD
  tcsh/repos/community-i686/csh.cshrc
  tcsh/repos/community-i686/csh.login
  tcsh/repos/community-i686/tcsh-6.17.00-ls-colors-var.patch
  tcsh/repos/community-i686/tcsh.install
  
tcsh/repos/community-x86_64/0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch
  
tcsh/repos/community-x86_64/0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch
  tcsh/repos/community-x86_64/PKGBUILD
  tcsh/repos/community-x86_64/csh.cshrc
  tcsh/repos/community-x86_64/csh.login
  tcsh/repos/community-x86_64/tcsh-6.17.00-ls-colors-var.patch
  tcsh/repos/community-x86_64/tcsh.install

--+
 /PKGBUILD  
  |   80 
 /csh.cshrc 
  |  192 ++
 /csh.login 
  |  142 +++
 /tcsh.install  
  |   26 +
 community-i686/0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch 
  |   32 -
 community-i686/0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch 
  |   26 -
 community-i686/PKGBUILD
  |   50 --
 community-i686/csh.cshrc   
  |   96 -
 community-i686/csh.login   
  |   71 ---
 community-i686/tcsh-6.17.00-ls-colors-var.patch
  |   13 
 community-i686/tcsh.install
  |   23 -
 
community-x86_64/0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch
 |   32 -
 
community-x86_64/0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch
 |   26 -
 community-x86_64/PKGBUILD  
  |   50 --
 community-x86_64/csh.cshrc 
  |   96 -
 community-x86_64/csh.login 
  |   71 ---
 community-x86_64/tcsh-6.17.00-ls-colors-var.patch  
  |   13 
 community-x86_64/tcsh.install  
  |   23 -
 18 files changed, 440 insertions(+), 622 deletions(-)

Deleted: 
community-i686/0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch
===
--- 
community-i686/0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch  
2017-02-25 15:31:17 UTC (rev 213778)
+++ 
community-i686/0001-avoid-gcc-5-optimization-malloc-memset-calloc-Fridol.patch  
2017-02-25 15:31:25 UTC (rev 213779)
@@ -1,32 +0,0 @@
-From 624d3aebb6e6afadb4f35e894d11b5ebe290cd87 Mon Sep 17 00:00:00 2001
-From: christos 
-Date: Thu, 28 May 2015 11:47:03 +
-Subject: [PATCH] avoid gcc-5 optimization malloc + memset = calloc (Fridolin
- Pokorny)
-

- tc.alloc.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/tc.alloc.c b/tc.alloc.c
-index b9aec63..c1cb330 100644
 a/tc.alloc.c
-+++ b/tc.alloc.c
-@@ -348,10 +348,13 @@ calloc(size_t i, size_t j)
- {
- #ifndef lint
- char *cp;
-+size_t k;
- 
- i *= j;
- cp = xmalloc(i);
--memset(cp, 0, i);
-+/* Stop gcc 5.x from optimizing malloc+memset = calloc */
-+k = i;
-+memset(cp, 0, k);
- 
- return ((memalign_t) cp);
- #else
--- 
-2.4.5
-

Deleted: 
community-i686/0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch
===
--- 
community-i686/0002-make-k-volatile-to-prevent-gcc-5-memset-optimization.patch  
2017-02-25 15:31:17 UTC (rev 213778)
+++ 

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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:26:00
  Author: lfleischer
Revision: 213776

upgpkg: geany-plugins 1.29-4

libgit2 0.25 rebuild.

Modified:
  geany-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:22:01 UTC (rev 213775)
+++ PKGBUILD2017-02-25 15:26:00 UTC (rev 213776)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.29
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:26:05
  Author: lfleischer
Revision: 213777

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

Added:
  geany-plugins/repos/community-staging-i686/
  geany-plugins/repos/community-staging-i686/PKGBUILD
(from rev 213776, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-staging-x86_64/
  geany-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 213776, geany-plugins/trunk/PKGBUILD)

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

Copied: geany-plugins/repos/community-staging-i686/PKGBUILD (from rev 213776, 
geany-plugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:26:05 UTC (rev 213777)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.29
+pkgrel=4
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: plugins.geany.org/downloads.html
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 213776, 
geany-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:26:05 UTC (rev 213777)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.29
+pkgrel=4
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: plugins.geany.org/downloads.html
+# vim:set ts=2 sw=2 et:


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:21:55
  Author: lfleischer
Revision: 213774

upgpkg: python-pygit2 0.25.0-1

* Upstream update.
* libgit2 0.25 rebuild.

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:07:03 UTC (rev 213773)
+++ PKGBUILD2017-02-25 15:21:55 UTC (rev 213774)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Maintainer: Daniel Micay 
 # Maintainer: Jaroslav Lichtblau 
@@ -5,8 +4,8 @@
 
 pkgbase=python-pygit2
 pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.24.2
-pkgrel=2
+pkgver=0.25.0
+pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('i686' 'x86_64')
 url="https://github.com/libgit2/pygit2;
@@ -14,7 +13,7 @@
 depends=('libgit2>=1:0.24.0')
 makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('8a779484728e5036a366bcc9f46746a27700f2587dfef066c59c58bdc49fffc8')
+sha256sums=('488dff456921b2763d68b6e8df3101b0c54dc00822548b090b6ee6e05c909416')
 
 package_python-pygit2() {
   depends+=('python-cffi' 'python-six')


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:22:01
  Author: lfleischer
Revision: 213775

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

Added:
  python-pygit2/repos/community-staging-i686/
  python-pygit2/repos/community-staging-i686/PKGBUILD
(from rev 213774, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 213774, python-pygit2/trunk/PKGBUILD)

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

Copied: python-pygit2/repos/community-staging-i686/PKGBUILD (from rev 213774, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:22:01 UTC (rev 213775)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Daniel Micay 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.25.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('i686' 'x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.24.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('488dff456921b2763d68b6e8df3101b0c54dc00822548b090b6ee6e05c909416')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 213774, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:22:01 UTC (rev 213775)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Daniel Micay 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.25.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('i686' 'x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.24.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('488dff456921b2763d68b6e8df3101b0c54dc00822548b090b6ee6e05c909416')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:18:31
  Author: lfleischer
Revision: 289537

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

Added:
  libgit2-glib/repos/staging-i686/
  libgit2-glib/repos/staging-i686/PKGBUILD
(from rev 289536, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/staging-x86_64/
  libgit2-glib/repos/staging-x86_64/PKGBUILD
(from rev 289536, libgit2-glib/trunk/PKGBUILD)

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

Copied: libgit2-glib/repos/staging-i686/PKGBUILD (from rev 289536, 
libgit2-glib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-25 15:18:31 UTC (rev 289537)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala gtk-doc)
+source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('4a256b9acfb93ea70d37213a4083e2310e59b05f2c7595242fe3c239327bc565')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgit2-glib/repos/staging-x86_64/PKGBUILD (from rev 289536, 
libgit2-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-25 15:18:31 UTC (rev 289537)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala gtk-doc)
+source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('4a256b9acfb93ea70d37213a4083e2310e59b05f2c7595242fe3c239327bc565')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:18:26
  Author: lfleischer
Revision: 289536

upgpkg: libgit2-glib 0.25.0-1

* Upstream update.
* libgit2 0.25 rebuild.

Modified:
  libgit2-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:13:47 UTC (rev 289535)
+++ PKGBUILD2017-02-25 15:18:26 UTC (rev 289536)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libgit2-glib
-pkgver=0.24.4
+pkgver=0.25.0
 pkgrel=1
 pkgdesc="GLib wrapper for libgit2"
 url="http://wiki.gnome.org/Projects/Libgit2-glib;
@@ -11,7 +11,7 @@
 depends=(glib2 libgit2)
 makedepends=(gobject-introspection python2 vala gtk-doc)
 
source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3a211f756f250042f352b3070e7314a048c88e785dba9d118b851253a7c60220')
+sha256sums=('4a256b9acfb93ea70d37213a4083e2310e59b05f2c7595242fe3c239327bc565')
 
 build() {
   cd "$pkgname-$pkgver"


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:13:38
  Author: lfleischer
Revision: 289534

upgpkg: libgit2 1:0.25.1-1

* Upstream update.
* Rebuild against OpenSSL 1.1.0.

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 14:25:36 UTC (rev 289533)
+++ PKGBUILD2017-02-25 15:13:38 UTC (rev 289534)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner 
 
 pkgname=libgit2
-pkgver=0.24.6
+pkgver=0.25.1
 pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
@@ -13,7 +13,7 @@
 makedepends=(cmake python)
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-sha1sums=('259d7ccdf716b273f239810bdd567195c3e02d0d')
+sha1sums=('c65238d0e0a698b202a3a886d003228cac6dacc3')
 
 build() {
   cd "$pkgname-$pkgver"


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:13:47
  Author: lfleischer
Revision: 289535

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

Added:
  libgit2/repos/staging-i686/
  libgit2/repos/staging-i686/PKGBUILD
(from rev 289534, libgit2/trunk/PKGBUILD)
  libgit2/repos/staging-x86_64/
  libgit2/repos/staging-x86_64/PKGBUILD
(from rev 289534, libgit2/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libgit2/repos/staging-i686/PKGBUILD (from rev 289534, 
libgit2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-25 15:13:47 UTC (rev 289535)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.25.1
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2 curl)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('c65238d0e0a698b202a3a886d003228cac6dacc3')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgit2/repos/staging-x86_64/PKGBUILD (from rev 289534, 
libgit2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-25 15:13:47 UTC (rev 289535)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.25.1
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2 curl)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('c65238d0e0a698b202a3a886d003228cac6dacc3')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:07:03
  Author: felixonmars
Revision: 213773

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

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

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

Copied: haskell-warp/repos/community-staging-i686/PKGBUILD (from rev 213772, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 15:07:03 UTC (rev 213773)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.11.1
+pkgrel=1
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('853f672c48893936902a0c6b3e4711f58c0fd02f36e8badb46a0c8b58067e5fe')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 213772, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:07:03 UTC (rev 213773)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.11.1
+pkgrel=1
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('853f672c48893936902a0c6b3e4711f58c0fd02f36e8badb46a0c8b58067e5fe')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-warp-debug 

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

2017-02-25 Thread Felix Yan
Date: Saturday, February 25, 2017 @ 15:06:33
  Author: felixonmars
Revision: 213772

upgpkg: haskell-warp 3.2.11.1-1

rebuild with warp,3.2.11.1

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 13:20:40 UTC (rev 213771)
+++ PKGBUILD2017-02-25 15:06:33 UTC (rev 213772)
@@ -4,8 +4,8 @@
 
 _hkgname=warp
 pkgname=haskell-warp
-pkgver=3.2.11
-pkgrel=4
+pkgver=3.2.11.1
+pkgrel=1
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai;
 license=("MIT")
@@ -17,7 +17,7 @@
  "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
  "haskell-word8")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('193e6cd899c09850819c09ae4a4368f569ee65559eef3f440be83b6c2b2cffac')
+sha256sums=('853f672c48893936902a0c6b3e4711f58c0fd02f36e8badb46a0c8b58067e5fe')
 
 prepare() {
 sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal


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

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 14:25:28
  Author: eworm
Revision: 289532

upgpkg: openvpn 2.4.0-3

openssl 1.1.0 rebuild

Modified:
  openvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 14:17:42 UTC (rev 289531)
+++ PKGBUILD2017-02-25 14:25:28 UTC (rev 289532)
@@ -3,7 +3,7 @@
 
 pkgname=openvpn
 pkgver=2.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private 
Network)'
 arch=('i686' 'x86_64')
 url='http://openvpn.net/index.php/open-source.html'


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

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 14:25:36
  Author: eworm
Revision: 289533

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

Added:
  openvpn/repos/staging-i686/
  openvpn/repos/staging-i686/0001-Clean-up-plugin-path-handling.patch
(from rev 289532, openvpn/trunk/0001-Clean-up-plugin-path-handling.patch)
  openvpn/repos/staging-i686/0002-do-not-race-on-RuntimeDirectory.patch
(from rev 289532, openvpn/trunk/0002-do-not-race-on-RuntimeDirectory.patch)
  
openvpn/repos/staging-i686/0003-systemd-Move-the-READY-1-signalling-to-an-earlier-po.patch
(from rev 289532, 
openvpn/trunk/0003-systemd-Move-the-READY-1-signalling-to-an-earlier-po.patch)
  openvpn/repos/staging-i686/0004-openssl-1-1-0.patch
(from rev 289532, openvpn/trunk/0004-openssl-1-1-0.patch)
  openvpn/repos/staging-i686/PKGBUILD
(from rev 289532, openvpn/trunk/PKGBUILD)
  openvpn/repos/staging-i686/openvpn.install
(from rev 289532, openvpn/trunk/openvpn.install)
  openvpn/repos/staging-x86_64/
  openvpn/repos/staging-x86_64/0001-Clean-up-plugin-path-handling.patch
(from rev 289532, openvpn/trunk/0001-Clean-up-plugin-path-handling.patch)
  openvpn/repos/staging-x86_64/0002-do-not-race-on-RuntimeDirectory.patch
(from rev 289532, openvpn/trunk/0002-do-not-race-on-RuntimeDirectory.patch)
  
openvpn/repos/staging-x86_64/0003-systemd-Move-the-READY-1-signalling-to-an-earlier-po.patch
(from rev 289532, 
openvpn/trunk/0003-systemd-Move-the-READY-1-signalling-to-an-earlier-po.patch)
  openvpn/repos/staging-x86_64/0004-openssl-1-1-0.patch
(from rev 289532, openvpn/trunk/0004-openssl-1-1-0.patch)
  openvpn/repos/staging-x86_64/PKGBUILD
(from rev 289532, openvpn/trunk/PKGBUILD)
  openvpn/repos/staging-x86_64/openvpn.install
(from rev 289532, openvpn/trunk/openvpn.install)

+
 staging-i686/0001-Clean-up-plugin-path-handling.patch  
|  217 
 staging-i686/0002-do-not-race-on-RuntimeDirectory.patch
|  262 +
 staging-i686/0003-systemd-Move-the-READY-1-signalling-to-an-earlier-po.patch   
|  124 
 staging-i686/0004-openssl-1-1-0.patch  
| 2620 ++
 staging-i686/PKGBUILD  
|   93 
 staging-i686/openvpn.install   
|   24 
 staging-x86_64/0001-Clean-up-plugin-path-handling.patch
|  217 
 staging-x86_64/0002-do-not-race-on-RuntimeDirectory.patch  
|  262 +
 staging-x86_64/0003-systemd-Move-the-READY-1-signalling-to-an-earlier-po.patch 
|  124 
 staging-x86_64/0004-openssl-1-1-0.patch
| 2620 ++
 staging-x86_64/PKGBUILD
|   93 
 staging-x86_64/openvpn.install 
|   24 
 12 files changed, 6680 insertions(+)

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


[arch-commits] Commit in openvpn/trunk (0004-openssl-1-1-0.patch PKGBUILD)

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 14:17:42
  Author: eworm
Revision: 289531

allow to build against openssl 1.1.0

Added:
  openvpn/trunk/0004-openssl-1-1-0.patch
Modified:
  openvpn/trunk/PKGBUILD

--+
 0004-openssl-1-1-0.patch | 2620 +
 PKGBUILD |9 
 2 files changed, 2627 insertions(+), 2 deletions(-)

Added: 0004-openssl-1-1-0.patch
===
--- 0004-openssl-1-1-0.patch(rev 0)
+++ 0004-openssl-1-1-0.patch2017-02-25 14:17:42 UTC (rev 289531)
@@ -0,0 +1,2620 @@
+From 5b48e8c9f85442936f744c3c550d9d41fe8c7b60 Mon Sep 17 00:00:00 2001
+From: Steffan Karger 
+Date: Sun, 22 Jan 2017 17:04:41 +0100
+Subject: [PATCH 01/20] Use SHA256 for the internal digest, instead of MD5
+
+Our internal options digest uses MD5 hashes to store the state, instead of
+storing the full options string.  There's nothing wrong with that, but it
+would still be better to use SHA256 because:
+ * That makes it easier to make OpenVPN "FIPS-compliant" (forbids MD5)
+ * We don't have to explain anymore that MD5 is fine too
+
+The slightly less bytes for the digest (16 instead of 32) and operations
+per connection setup are not worth sticking to MD5.
+
+Note that might SHA256 not be available in de crypto lib, OpenVPN will
+refuse to start and shout "Message hash algorithm 'SHA256' not found".
+
+Signed-off-by: Steffan Karger 
+Acked-by: David Sommerseth 
+Message-Id: <1485101081-9784-1-git-send-email-stef...@karger.me>
+URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13926.html
+Signed-off-by: David Sommerseth 
+Signed-off-by: Christian Hesse 
+---
+ src/openvpn/crypto.h |  6 +++---
+ src/openvpn/crypto_mbedtls.h |  1 +
+ src/openvpn/crypto_openssl.h |  1 +
+ src/openvpn/init.c   | 10 +-
+ src/openvpn/openvpn.h|  6 +++---
+ src/openvpn/push.c   |  8 
+ 6 files changed, 17 insertions(+), 15 deletions(-)
+
+diff --git a/src/openvpn/crypto.h b/src/openvpn/crypto.h
+index 42a46d9..afd6fe5 100644
+--- a/src/openvpn/crypto.h
 b/src/openvpn/crypto.h
+@@ -131,9 +131,9 @@
+ #include "packet_id.h"
+ #include "mtu.h"
+ 
+-/** Wrapper struct to pass around MD5 digests */
+-struct md5_digest {
+-uint8_t digest[MD5_DIGEST_LENGTH];
++/** Wrapper struct to pass around SHA256 digests */
++struct sha256_digest {
++uint8_t digest[SHA256_DIGEST_LENGTH];
+ };
+ 
+ /*
+diff --git a/src/openvpn/crypto_mbedtls.h b/src/openvpn/crypto_mbedtls.h
+index 525b256..da2db16 100644
+--- a/src/openvpn/crypto_mbedtls.h
 b/src/openvpn/crypto_mbedtls.h
+@@ -73,6 +73,7 @@ typedef mbedtls_md_context_t hmac_ctx_t;
+ #define MD4_DIGEST_LENGTH   16
+ #define MD5_DIGEST_LENGTH   16
+ #define SHA_DIGEST_LENGTH   20
++#define SHA256_DIGEST_LENGTH32
+ #define DES_KEY_LENGTH 8
+ 
+ /**
+diff --git a/src/openvpn/crypto_openssl.h b/src/openvpn/crypto_openssl.h
+index 56ec6e1..f8ddbc8 100644
+--- a/src/openvpn/crypto_openssl.h
 b/src/openvpn/crypto_openssl.h
+@@ -33,6 +33,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ /** Generic cipher key type %context. */
+ typedef EVP_CIPHER cipher_kt_t;
+diff --git a/src/openvpn/init.c b/src/openvpn/init.c
+index f2e75c8..756bf36 100644
+--- a/src/openvpn/init.c
 b/src/openvpn/init.c
+@@ -1919,12 +1919,12 @@ tun_abort()
+  * equal, or either one is all-zeroes.
+  */
+ static bool
+-options_hash_changed_or_zero(const struct md5_digest *a,
+- const struct md5_digest *b)
++options_hash_changed_or_zero(const struct sha256_digest *a,
++ const struct sha256_digest *b)
+ {
+-const struct md5_digest zero = {{0}};
+-return memcmp(a, b, sizeof(struct md5_digest))
+-   || !memcmp(a, , sizeof(struct md5_digest));
++const struct sha256_digest zero = {{0}};
++return memcmp(a, b, sizeof(struct sha256_digest))
++   || !memcmp(a, , sizeof(struct sha256_digest));
+ }
+ #endif /* P2MP */
+ 
+diff --git a/src/openvpn/openvpn.h b/src/openvpn/openvpn.h
+index 37edec4..893296e 100644
+--- a/src/openvpn/openvpn.h
 b/src/openvpn/openvpn.h
+@@ -202,7 +202,7 @@ struct context_1
+ #endif
+ 
+ /* if client mode, hash of option strings we pulled from server */
+-struct md5_digest pulled_options_digest_save;
++struct sha256_digest pulled_options_digest_save;
+ /**< Hash of option strings received from the
+  *   remote OpenVPN server.  Only used in
+  *   client-mode. */
+@@ -471,9 +471,9 @@ struct context_2
+ bool did_pre_pull_restore;
+ 
+ /* hash of pulled options, so we can compare when options change */
+-bool pulled_options_md5_init_done;
++bool pulled_options_digest_init_done;
+ md_ctx_t pulled_options_state;
+-struct md5_digest 

[arch-commits] Commit in openvpn/trunk (6 files)

2017-02-25 Thread Christian Hesse
Date: Saturday, February 25, 2017 @ 14:12:40
  Author: eworm
Revision: 289530

replace own with upstream patches

Added:
  openvpn/trunk/0001-Clean-up-plugin-path-handling.patch
  openvpn/trunk/0003-systemd-Move-the-READY-1-signalling-to-an-earlier-po.patch
Modified:
  openvpn/trunk/0002-do-not-race-on-RuntimeDirectory.patch
  openvpn/trunk/PKGBUILD
Deleted:
  openvpn/trunk/0001-plugin.patch
  openvpn/trunk/0003-fix-timeout-in-non-TLS-mode-with-systemd.patch

-+
 0001-Clean-up-plugin-path-handling.patch|  217 
 0001-plugin.patch   |   46 -
 0002-do-not-race-on-RuntimeDirectory.patch  |  249 
+-
 0003-fix-timeout-in-non-TLS-mode-with-systemd.patch |   59 --
 0003-systemd-Move-the-READY-1-signalling-to-an-earlier-po.patch |  124 
 PKGBUILD|   24 
 6 files changed, 576 insertions(+), 143 deletions(-)

Added: 0001-Clean-up-plugin-path-handling.patch
===
--- 0001-Clean-up-plugin-path-handling.patch(rev 0)
+++ 0001-Clean-up-plugin-path-handling.patch2017-02-25 14:12:40 UTC (rev 
289530)
@@ -0,0 +1,217 @@
+From 4590c3831d0400096fab08aa1ed7f909da870ced Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 25 Jan 2017 21:19:47 +0100
+Subject: [PATCH 1/2] Clean up plugin path handling
+
+Drop --with-plugindir, instead use an environment variable PLUGINDIR
+to specify the plugin directory.
+
+This puts a define into include/openvpn-plugin.h.in which has the plugin
+directory.
+
+The configure script does not know about the final plugin path. Thus we
+have to make Make generate the final header file for us.
+
+As the path is always available remove the compile time condition (and
+dead code) from src/openvpn/plugin.c.
+
+v2: The configure script can not evaluate the final $libdir path. So
+use make to create a header file on the containing the final path.
+
+v3: Fix whitespace errors and gitignore location.
+
+v4: No extra header file, generate src/openvpn/plugin.h on the fly.
+Remove condition and dead code.
+
+v5: Move the define to include/openvpn-plugin.h.in and let make generate
+the final header file.
+
+Signed-off-by: Christian Hesse 
+Acked-by: David Sommerseth 
+Message-Id: <20170125201947.17197-1-l...@eworm.de>
+URL: 
http://www.mail-archive.com/search?l=mid=20170125201947.17197-1-l...@eworm.de
+Signed-off-by: David Sommerseth 
+---
+ configure.ac| 16 +++-
+ include/Makefile.am |  7 +++
+ include/openvpn-plugin.h.in |  2 ++
+ src/openvpn/plugin.c| 10 +-
+ 4 files changed, 17 insertions(+), 18 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 79fb1ba..f305c54 100644
+--- a/configure.ac
 b/configure.ac
+@@ -38,7 +38,7 @@ AC_DEFINE([OPENVPN_VERSION_MINOR], [PRODUCT_VERSION_MINOR], 
[OpenVPN minor versi
+ AC_DEFINE([OPENVPN_VERSION_PATCH], ["PRODUCT_VERSION_PATCH"], [OpenVPN patch 
level - may be a string or integer])
+ 
+ AC_CONFIG_AUX_DIR([.])
+-AC_CONFIG_HEADERS([config.h include/openvpn-plugin.h])
++AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_SRCDIR([src/openvpn/syshead.h])
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+@@ -301,13 +301,12 @@ AC_ARG_WITH(
+   [with_crypto_library="openssl"]
+ )
+ 
+-AC_ARG_WITH(
+-  [plugindir],
+-  [AS_HELP_STRING([--with-plugindir], [plugin directory 
@<:@default=LIBDIR/openvpn@:>@])],
+-  ,
+-  [with_plugindir="\$(libdir)/openvpn/plugins"]
+-)
+-
++AC_ARG_VAR([PLUGINDIR], [Path of plug-in directory 
@<:@default=LIBDIR/openvpn/plugins@:>@])
++if test -n "${PLUGINDIR}"; then
++  plugindir="${PLUGINDIR}"
++else
++  plugindir="\${libdir}/openvpn/plugins"
++fi
+ 
+ AC_DEFINE_UNQUOTED([TARGET_ALIAS], ["${host}"], [A string representing our 
host])
+ case "$host" in
+@@ -1284,7 +1283,6 @@ AM_CONDITIONAL([ENABLE_PLUGIN_DOWN_ROOT], [test 
"${enable_plugin_down_root}" = "
+ AM_CONDITIONAL([ENABLE_CRYPTO], [test "${enable_crypto}" = "yes"])
+ AM_CONDITIONAL([HAVE_LD_WRAP_SUPPORT], [test "${have_ld_wrap_support}" = 
"yes"])
+ 
+-plugindir="${with_plugindir}"
+ sampledir="\$(docdir)/sample"
+ AC_SUBST([plugindir])
+ AC_SUBST([sampledir])
+diff --git a/include/Makefile.am b/include/Makefile.am
+index a52c427..37962a6 100644
+--- a/include/Makefile.am
 b/include/Makefile.am
+@@ -16,3 +16,10 @@ MAINTAINERCLEANFILES = \
+ include_HEADERS = \
+   openvpn-plugin.h \
+   openvpn-msg.h
++
++openvpn-plugin.h: openvpn-plugin.h.in Makefile
++  $(AM_V_GEN)sed -e 's|\@PLUGINDIR\@|$(plugindir)|' \
++  -e 's|\@OPENVPN_VERSION_MAJOR\@|$(OPENVPN_VERSION_MAJOR)|' \
++  -e 's|\@OPENVPN_VERSION_MINOR\@|$(OPENVPN_VERSION_MINOR)|' \
++  -e 

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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 13:19:12
  Author: arojas
Revision: 289528

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

Added:
  octave/repos/testing-i686/
  octave/repos/testing-i686/PKGBUILD
(from rev 289527, octave/trunk/PKGBUILD)
  octave/repos/testing-x86_64/
  octave/repos/testing-x86_64/PKGBUILD
(from rev 289527, octave/trunk/PKGBUILD)

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

Copied: octave/repos/testing-i686/PKGBUILD (from rev 289527, 
octave/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-25 13:19:12 UTC (rev 289528)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.2.1
+pkgrel=2
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/testing-x86_64/PKGBUILD (from rev 289527, 
octave/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-25 13:19:12 UTC (rev 289528)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.2.1
+pkgrel=2
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}


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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 13:18:27
  Author: arojas
Revision: 289527

qscintilla 2.10 rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 12:23:25 UTC (rev 289526)
+++ PKGBUILD2017-02-25 13:18:27 UTC (rev 289527)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org;


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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 12:23:25
  Author: arojas
Revision: 289526

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

Added:
  qt5-webengine/repos/extra-i686/PKGBUILD
(from rev 289525, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/extra-i686/qt5-webengine-nss.patch
(from rev 289525, qt5-webengine/trunk/qt5-webengine-nss.patch)
  qt5-webengine/repos/extra-i686/qtwebengine-5.7.0-icu58.patch
(from rev 289525, qt5-webengine/trunk/qtwebengine-5.7.0-icu58.patch)
  qt5-webengine/repos/extra-x86_64/PKGBUILD
(from rev 289525, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/extra-x86_64/qt5-webengine-nss.patch
(from rev 289525, qt5-webengine/trunk/qt5-webengine-nss.patch)
  qt5-webengine/repos/extra-x86_64/qtwebengine-5.7.0-icu58.patch
(from rev 289525, qt5-webengine/trunk/qtwebengine-5.7.0-icu58.patch)
Deleted:
  qt5-webengine/repos/extra-i686/PKGBUILD
  qt5-webengine/repos/extra-i686/qt5-webengine-nss.patch
  qt5-webengine/repos/extra-i686/qtwebengine-5.7.0-icu58.patch
  qt5-webengine/repos/extra-x86_64/PKGBUILD
  qt5-webengine/repos/extra-x86_64/qt5-webengine-nss.patch
  qt5-webengine/repos/extra-x86_64/qtwebengine-5.7.0-icu58.patch

+
 /PKGBUILD  |  124 +++
 /qt5-webengine-nss.patch   |   62 +++
 /qtwebengine-5.7.0-icu58.patch |  210 +++
 extra-i686/PKGBUILD|   57 ---
 extra-i686/qt5-webengine-nss.patch |   31 ---
 extra-i686/qtwebengine-5.7.0-icu58.patch   |  105 -
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/qt5-webengine-nss.patch   |   31 ---
 extra-x86_64/qtwebengine-5.7.0-icu58.patch |  105 -
 9 files changed, 396 insertions(+), 386 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-25 12:22:49 UTC (rev 289525)
+++ extra-i686/PKGBUILD 2017-02-25 12:23:25 UTC (rev 289526)
@@ -1,57 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.8.0
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx'
- 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 
'ffmpeg')
-makedepends=('python2' 'git' 'gperf' 'jsoncpp')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
 qt5-webengine-nss.patch
-qtwebengine-5.7.0-icu58.patch)
-
-md5sums=('6e7fb2be161c6db4d988a4f5b329672f'
- '2a1610b34204102938a24154a52e5571'
- '9d225d1bf83ea45dbf6556d30d35fcb8')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
-  cd ${_pkgfqn}
- # patch -p1 -i ../qt5-webengine-nss.patch
-
-  # Fix build with ICU 58 (gentoo)
-  patch -p1 -i "$srcdir"/qtwebengine-5.7.0-icu58.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg use_system_icu" ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/extra-i686/PKGBUILD (from rev 289525, 
qt5-webengine/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-25 12:23:25 UTC (rev 289526)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.8.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx' 
+ 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
+ # 

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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 12:22:49
  Author: arojas
Revision: 289525

Backport fix for popup menus focus issue, add libxdamage dependency (FS#53080)

Modified:
  qt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 11:07:48 UTC (rev 289524)
+++ PKGBUILD2017-02-25 12:22:49 UTC (rev 289525)
@@ -5,22 +5,24 @@
 pkgname=qt5-webengine
 _qtver=5.8.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')
 pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx'
- 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 
'ffmpeg')
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx' 
+ 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
+ # namcap note: libxdamage is needed for nvidia users
 makedepends=('python2' 'git' 'gperf' 'jsoncpp')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
 qt5-webengine-nss.patch
-qtwebengine-5.7.0-icu58.patch)
+qtwebengine-5.7.0-icu58.patch 
qtbug-58488.patch::"https://github.com/qt/qtwebengine/commit/7e7dd262.patch;)
 
 md5sums=('6e7fb2be161c6db4d988a4f5b329672f'
  '2a1610b34204102938a24154a52e5571'
- '9d225d1bf83ea45dbf6556d30d35fcb8')
+ '9d225d1bf83ea45dbf6556d30d35fcb8'
+ '3762cbdbc6a752e4d876e048e5e16de6')
 
 prepare() {
   mkdir -p build
@@ -35,6 +37,9 @@
 
   # Fix build with ICU 58 (gentoo)
   patch -p1 -i "$srcdir"/qtwebengine-5.7.0-icu58.patch
+
+  # Prevent drop-down popups form stealing focus 
https://bugreports.qt.io/browse/QTBUG-58488
+  patch -p1 -i ../qtbug-58488.patch
 }
 
 build() {


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

2017-02-25 Thread Daniel Micay
Date: Saturday, February 25, 2017 @ 12:13:33
  Author: thestinger
Revision: 213769

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

Added:
  linux-grsec/repos/community-i686/99-linux.hook
(from rev 213768, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 213768, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 213768, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 213768, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 213768, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 213768, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 213768, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/99-linux.hook
(from rev 213768, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 213768, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 213768, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 213768, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 213768, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 213768, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 213768, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/99-linux.hook
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/99-linux.hook
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16540 +++
 /config.x86_64 |15964 ++
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-i686/99-linux.hook   |   11 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8270 ---
 community-i686/config.x86_64   | 7982 ---
 community-i686/linux-grsec.install |   27 
 community-i686/linux.preset|   14 
 community-x86_64/99-linux.hook |   11 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8270 ---
 community-x86_64/config.x86_64 | 7982 ---
 community-x86_64/linux-grsec.install   |   27 
 community-x86_64/linux.preset  |   14 
 21 files changed, 33268 insertions(+), 33268 deletions(-)

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


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

2017-02-25 Thread Daniel Micay
Date: Saturday, February 25, 2017 @ 12:12:25
  Author: thestinger
Revision: 213768

upgpkg: linux-grsec 1:4.9.12.r201702231830-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 12:07:12 UTC (rev 213767)
+++ PKGBUILD2017-02-25 12:12:25 UTC (rev 213768)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.9
-_pkgver=4.9.11
+_pkgver=4.9.12
 _grsecver=3.1
-_timestamp=20170257
+_timestamp=201702231830
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -36,9 +36,9 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'23e773a670f3cac11a92c4e442405dea6d2c28fea0f914ea2ba4bea313c26541'
+'afd1995f7415cd85f55d7118c1a994973a77a83ae84ac1810fed774b3c126373'
 'SKIP'
-'8eff790e818996394170cc746cab7c4aad928c336ab065cafae21b51e11945a1'
+'096a71db063610c9d06120fc57166a2ff14cdb5f3b2e31def9b2176f6b906626'
 'SKIP'
 '569cc42785315fa0ae96fd566dccb0640044e4b149f55d07277900f63c846d91'
 '9be4a343b99e3afc2873151601c052cd1d1ecff7122c8c38f2bf37cc7344ac15'


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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 12:07:12
  Author: arojas
Revision: 213767

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

Added:
  sqliteman/repos/community-staging-i686/
  sqliteman/repos/community-staging-i686/PKGBUILD
(from rev 213766, sqliteman/trunk/PKGBUILD)
  sqliteman/repos/community-staging-i686/sqliteman-qscintilla-2.10.patch
(from rev 213766, sqliteman/trunk/sqliteman-qscintilla-2.10.patch)
  sqliteman/repos/community-staging-x86_64/
  sqliteman/repos/community-staging-x86_64/PKGBUILD
(from rev 213766, sqliteman/trunk/PKGBUILD)
  sqliteman/repos/community-staging-x86_64/sqliteman-qscintilla-2.10.patch
(from rev 213766, sqliteman/trunk/sqliteman-qscintilla-2.10.patch)

--+
 community-staging-i686/PKGBUILD  |   39 +
 community-staging-i686/sqliteman-qscintilla-2.10.patch   |   11 +++
 community-staging-x86_64/PKGBUILD|   39 +
 community-staging-x86_64/sqliteman-qscintilla-2.10.patch |   11 +++
 4 files changed, 100 insertions(+)

Copied: sqliteman/repos/community-staging-i686/PKGBUILD (from rev 213766, 
sqliteman/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 12:07:12 UTC (rev 213767)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Roman Porizka 
+# Contributor: Daniel J Griffiths 
+
+pkgname=sqliteman
+pkgver=1.2.2
+pkgrel=11
+pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+arch=('i686' 'x86_64')
+url="http://sqliteman.com/;
+license=('GPL')
+depends=('qscintilla-qt4')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 sqliteman-qscintilla-2.10.patch)
+md5sums=('5ecdf710e23606e1b924f740ea69306d'
+ '9922a1f404f2381564abfb9096973911')
+
+prepare() {
+  mkdir build
+
+# Fix qscintilla 2.10 detection
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sqliteman-qscintilla-2.10.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sqliteman/repos/community-staging-i686/sqliteman-qscintilla-2.10.patch 
(from rev 213766, sqliteman/trunk/sqliteman-qscintilla-2.10.patch)
===
--- community-staging-i686/sqliteman-qscintilla-2.10.patch  
(rev 0)
+++ community-staging-i686/sqliteman-qscintilla-2.10.patch  2017-02-25 
12:07:12 UTC (rev 213767)
@@ -0,0 +1,11 @@
+--- sqliteman-1.2.2/cmake/modules/FindQScintilla.cmake.orig2017-02-25 
12:02:29.500716404 +
 sqliteman-1.2.2/cmake/modules/FindQScintilla.cmake 2017-02-25 
12:02:55.167341296 +
+@@ -21,7 +21,7 @@
+ "${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
+ )
+ 
+-SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
++SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2 
qscintilla2_qt4 libqscintilla2_qt4)
+ FIND_LIBRARY(QSCINTILLA_LIBRARY
+ NAMES ${QSCINTILLA_NAMES}
+ PATHS ${QT_LIBRARY_DIR}

Copied: sqliteman/repos/community-staging-x86_64/PKGBUILD (from rev 213766, 
sqliteman/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 12:07:12 UTC (rev 213767)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Roman Porizka 
+# Contributor: Daniel J Griffiths 
+
+pkgname=sqliteman
+pkgver=1.2.2
+pkgrel=11
+pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+arch=('i686' 'x86_64')
+url="http://sqliteman.com/;
+license=('GPL')
+depends=('qscintilla-qt4')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 sqliteman-qscintilla-2.10.patch)
+md5sums=('5ecdf710e23606e1b924f740ea69306d'
+ '9922a1f404f2381564abfb9096973911')
+
+prepare() {
+  mkdir build
+
+# Fix qscintilla 2.10 detection
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sqliteman-qscintilla-2.10.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
sqliteman/repos/community-staging-x86_64/sqliteman-qscintilla-2.10.patch (from 
rev 213766, 

[arch-commits] Commit in sqliteman/trunk (PKGBUILD sqliteman-qscintilla-2.10.patch)

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 12:06:49
  Author: arojas
Revision: 213766

qscintilla 2.10 rebuild

Added:
  sqliteman/trunk/sqliteman-qscintilla-2.10.patch
Modified:
  sqliteman/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 sqliteman-qscintilla-2.10.patch |   11 +++
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 11:56:50 UTC (rev 213765)
+++ PKGBUILD2017-02-25 12:06:49 UTC (rev 213766)
@@ -6,18 +6,23 @@
 
 pkgname=sqliteman
 pkgver=1.2.2
-pkgrel=10
+pkgrel=11
 pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
 arch=('i686' 'x86_64')
 url="http://sqliteman.com/;
 license=('GPL')
-depends=('qscintilla')
+depends=('qscintilla-qt4')
 makedepends=('cmake')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5ecdf710e23606e1b924f740ea69306d')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 sqliteman-qscintilla-2.10.patch)
+md5sums=('5ecdf710e23606e1b924f740ea69306d'
+ '9922a1f404f2381564abfb9096973911')
 
 prepare() {
   mkdir build
+
+# Fix qscintilla 2.10 detection
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sqliteman-qscintilla-2.10.patch
 }
 
 build() {

Added: sqliteman-qscintilla-2.10.patch
===
--- sqliteman-qscintilla-2.10.patch (rev 0)
+++ sqliteman-qscintilla-2.10.patch 2017-02-25 12:06:49 UTC (rev 213766)
@@ -0,0 +1,11 @@
+--- sqliteman-1.2.2/cmake/modules/FindQScintilla.cmake.orig2017-02-25 
12:02:29.500716404 +
 sqliteman-1.2.2/cmake/modules/FindQScintilla.cmake 2017-02-25 
12:02:55.167341296 +
+@@ -21,7 +21,7 @@
+ "${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
+ )
+ 
+-SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
++SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2 
qscintilla2_qt4 libqscintilla2_qt4)
+ FIND_LIBRARY(QSCINTILLA_LIBRARY
+ NAMES ${QSCINTILLA_NAMES}
+ PATHS ${QT_LIBRARY_DIR}


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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 11:56:50
  Author: arojas
Revision: 213765

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

Added:
  openscad/repos/community-staging-i686/
  openscad/repos/community-staging-i686/CHANGELOG
(from rev 213764, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
(from rev 213764, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 213764, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 213764, openscad/trunk/PKGBUILD)

+
 community-staging-i686/CHANGELOG   |  119 +++
 community-staging-i686/PKGBUILD|   54 +++
 community-staging-x86_64/CHANGELOG |  119 +++
 community-staging-x86_64/PKGBUILD  |   54 +++
 4 files changed, 346 insertions(+)

Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 213764, 
openscad/trunk/CHANGELOG)
===
--- community-staging-i686/CHANGELOG(rev 0)
+++ community-staging-i686/CHANGELOG2017-02-25 11:56:50 UTC (rev 213765)
@@ -0,0 +1,119 @@
+2016-10-08 Kyle Keen 
+   * 2015.03.03-7
+   - Rebuild for boost 1.62
+
+2016-09-20 Kyle Keen 
+   * 2015.03.03-6
+   - Rebuild for cgal 4.9
+
+2016-08-24 Kyle Keen 
+   * 2015.03.03-5
+   - Rebuild for boost 1.61
+
+2016-08-01 Kyle Keen 
+   * 2015.03.03-4
+   - Rebuild for glew
+
+2016-05-12 Kyle Keen 
+   * 2015.03.03-3
+   - Rebuild for boost-1.60.0-5
+
+2016-04-28 Kyle Keen 
+   * 2015.03.03-2
+   - Rebuild for install hooks
+
+2015-04-18 Kyle Keen 
+   * 2015.03.03-1
+   - Update to latest release
+   - Rebuild for cgal-4.8
+
+2015-11-16 Kyle Keen 
+   * 2015.03.02-1
+   - Bugfix release
+
+2015-10-19 Kyle Keen 
+   * 2015.03.01-5
+   - No changes
+   - Rebuild for cgal-4.7
+
+2015-10-02 foutrelis
+   * 2015.03.01-4
+   - No changes
+
+2015-04-29 Kyle Keen 
+   * 2015.03.01-3
+   - No changes
+   - Rebuild for qscintilla-2.9-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-2
+   - No changes
+   - Rebuild for boost-1.58.0-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-1
+   - Bugfix release
+
+2015-04-11 Kyle Keen 
+   * 2015.03-2
+   - No changes
+   - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen 
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen 
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen 
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen 
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen 
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote 
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote 
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote 
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote 
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 213764, 
openscad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 11:56:50 UTC (rev 213765)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Chirantan Ekbote 
+# Contributor: Eric Anderson 
+# Contributor: Pierre DOUCET 
+pkgname=openscad
+pkgver=2015.03.03
+_ver=2015.03-3  # hopefully -X is temporary
+pkgrel=9
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+changelog=CHANGELOG
+depends=('qt4' 

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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 11:56:22
  Author: arojas
Revision: 213764

qscintilla 2.10 rebuild

Modified:
  openscad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 11:12:55 UTC (rev 213763)
+++ PKGBUILD2017-02-25 11:56:22 UTC (rev 213764)
@@ -6,13 +6,13 @@
 pkgname=openscad
 pkgver=2015.03.03
 _ver=2015.03-3  # hopefully -X is temporary
-pkgrel=8
+pkgrel=9
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
 changelog=CHANGELOG
-depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+depends=('qt4' 'qscintilla-qt4' 'cgal' 'opencsg' 'boost-libs' 
'shared-mime-info')
 makedepends=('eigen' 'boost' 'imagemagick')
 # full tests need imagemagick and an X11 or framebuffer session
 checkdepends=('cmake' 'xproto' 'libx11' 'python2')


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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 11:12:55
  Author: arojas
Revision: 213763

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-25 11:12:30 UTC (rev 213762)
+++ community-i686/PKGBUILD 2017-02-25 11:12:55 UTC (rev 213763)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=rsibreak
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
-url="https://userbase.kde.org/RSIBreak;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(knotifyconfig kidletime hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('630f559dc5b1b6dee0c487965d240a95')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: rsibreak/repos/community-i686/PKGBUILD (from rev 213762, 
rsibreak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-25 11:12:55 UTC (rev 213763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=rsibreak
+pkgver=0.12.6
+pkgrel=1
+pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
+url="https://userbase.kde.org/RSIBreak;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(knotifyconfig kidletime hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('ed9a86719ffbaa2a21f585b62c6c8b54')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-25 11:12:30 UTC (rev 213762)
+++ community-x86_64/PKGBUILD   2017-02-25 11:12:55 UTC (rev 213763)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=rsibreak
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
-url="https://userbase.kde.org/RSIBreak;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(knotifyconfig kidletime hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('630f559dc5b1b6dee0c487965d240a95')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: rsibreak/repos/community-x86_64/PKGBUILD (from rev 213762, 
rsibreak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-25 11:12:55 UTC (rev 213763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=rsibreak
+pkgver=0.12.6
+pkgrel=1
+pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
+url="https://userbase.kde.org/RSIBreak;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(knotifyconfig kidletime hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('ed9a86719ffbaa2a21f585b62c6c8b54')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 11:12:30
  Author: arojas
Revision: 213762

Update to 0.12.6

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 10:29:41 UTC (rev 213761)
+++ PKGBUILD2017-02-25 11:12:30 UTC (rev 213762)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('630f559dc5b1b6dee0c487965d240a95')
+md5sums=('ed9a86719ffbaa2a21f585b62c6c8b54')
 
 prepare() {
   mkdir -p build


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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 11:07:48
  Author: arojas
Revision: 289524

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

Added:
  qscintilla/repos/staging-i686/
  qscintilla/repos/staging-i686/PKGBUILD
(from rev 289523, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/staging-i686/QScintilla_gpl-2.9.2-qt5.patch
(from rev 289523, qscintilla/trunk/QScintilla_gpl-2.9.2-qt5.patch)
  qscintilla/repos/staging-i686/configure.py-objdir-support.diff
(from rev 289523, qscintilla/trunk/configure.py-objdir-support.diff)
  qscintilla/repos/staging-i686/qscintilla-python-infinite-loop.patch
(from rev 289523, qscintilla/trunk/qscintilla-python-infinite-loop.patch)
  qscintilla/repos/staging-x86_64/
  qscintilla/repos/staging-x86_64/PKGBUILD
(from rev 289523, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/staging-x86_64/QScintilla_gpl-2.9.2-qt5.patch
(from rev 289523, qscintilla/trunk/QScintilla_gpl-2.9.2-qt5.patch)
  qscintilla/repos/staging-x86_64/configure.py-objdir-support.diff
(from rev 289523, qscintilla/trunk/configure.py-objdir-support.diff)
  qscintilla/repos/staging-x86_64/qscintilla-python-infinite-loop.patch
(from rev 289523, qscintilla/trunk/qscintilla-python-infinite-loop.patch)

--+
 staging-i686/PKGBUILD|  168 +
 staging-i686/QScintilla_gpl-2.9.2-qt5.patch  |   36 +++
 staging-i686/configure.py-objdir-support.diff|   32 +++
 staging-i686/qscintilla-python-infinite-loop.patch   |   11 +
 staging-x86_64/PKGBUILD  |  168 +
 staging-x86_64/QScintilla_gpl-2.9.2-qt5.patch|   36 +++
 staging-x86_64/configure.py-objdir-support.diff  |   32 +++
 staging-x86_64/qscintilla-python-infinite-loop.patch |   11 +
 8 files changed, 494 insertions(+)

Copied: qscintilla/repos/staging-i686/PKGBUILD (from rev 289523, 
qscintilla/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-25 11:07:48 UTC (rev 289524)
@@ -0,0 +1,168 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt4' 'python-qscintilla-qt4' 'python2-qscintilla-qt4'
+ 'python-qscintilla-qt4-common'
+ 'qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'python-qscintilla-qt5-common')
+pkgver=2.10
+pkgrel=1
+license=('GPL')
+arch=('i686' 'x86_64')
+url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
+makedepends=('python-pyqt4' 'python2-pyqt4' 'python-pyqt5' 'python2-pyqt5' 
'qt5-tools')
+options=('!buildflags') # Fix Qt Designer plugin
+source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz;
 'qscintilla-python-infinite-loop.patch')
+md5sums=('a61eb0d598b6787de18450574c2ad3b4'
+ '18892160a8a430e6921ba3014fc619e8')
+
+prepare() {
+# Fix infinite loop
+  (cd QScintilla_gpl-${pkgver}; patch -p1 -i 
"${srcdir}"/qscintilla-python-infinite-loop.patch)
+
+  cp -a QScintilla_gpl-${pkgver}{,-qt4}
+}
+
+build() {
+cd "$srcdir"/QScintilla_gpl-${pkgver}
+export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+cd Qt4Qt5
+qmake-qt5 qscintilla.pro
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt5 designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
+make
+
+cd ../Python2
+python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
+make
+
+cd "$srcdir"/QScintilla_gpl-${pkgver}-qt4/Qt4Qt5
+qmake-qt4 qscintilla.pro
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt4 designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+python configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4
+make
+
+cd ../Python2
+python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4
+make
+}
+
+package_qscintilla-qt5() {
+pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+depends=('qt5-base')
+
+cd QScintilla_gpl-${pkgver}/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+cd ../designer-Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5-common() {
+pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
+depends=('qscintilla-qt5')
+
+cd QScintilla_gpl-${pkgver}/Python
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+# Provided by 

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

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 11:07:22
  Author: arojas
Revision: 289523

Update to 2.10

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 10:57:26 UTC (rev 289522)
+++ PKGBUILD2017-02-25 11:07:22 UTC (rev 289523)
@@ -8,7 +8,7 @@
  'python-qscintilla-qt4-common'
  'qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'python-qscintilla-qt5-common')
-pkgver=2.9.4
+pkgver=2.10
 pkgrel=1
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -15,23 +15,15 @@
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
 makedepends=('python-pyqt4' 'python2-pyqt4' 'python-pyqt5' 'python2-pyqt5' 
'qt5-tools')
 options=('!buildflags') # Fix Qt Designer plugin
-source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz;
-'configure.py-objdir-support.diff' 'QScintilla_gpl-2.9.2-qt5.patch' 
'qscintilla-python-infinite-loop.patch')
-md5sums=('e60d61ca1ee1dca8df25fe15d8ca7112'
- '21d3b42ab64a46dd88c252b0e4c7ff00'
- 'd7b1504fc0c61042a85e44792e462b37'
+source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz;
 'qscintilla-python-infinite-loop.patch')
+md5sums=('a61eb0d598b6787de18450574c2ad3b4'
  '18892160a8a430e6921ba3014fc619e8')
 
 prepare() {
-  (cd QScintilla_gpl-${pkgver}; patch -p1 -i 
"${srcdir}"/configure.py-objdir-support.diff)
-
 # Fix infinite loop
   (cd QScintilla_gpl-${pkgver}; patch -p1 -i 
"${srcdir}"/qscintilla-python-infinite-loop.patch)
 
   cp -a QScintilla_gpl-${pkgver}{,-qt4}
-
-  # Patch from Fedora
-  (cd QScintilla_gpl-${pkgver}; patch -p1 -i 
"${srcdir}"/QScintilla_gpl-2.9.2-qt5.patch)
 }
 
 build() {


  1   2   >