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

2017-11-09 Thread Christian Hesse
Date: Friday, November 10, 2017 @ 07:07:43
  Author: eworm
Revision: 266102

archrelease: copy trunk to community-testing-x86_64

Added:
  qtpass/repos/community-testing-x86_64/
  qtpass/repos/community-testing-x86_64/PKGBUILD
(from rev 266101, qtpass/trunk/PKGBUILD)

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

Copied: qtpass/repos/community-testing-x86_64/PKGBUILD (from rev 266101, 
qtpass/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-10 07:07:43 UTC (rev 266102)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtpass
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A multi-platform GUI for pass'
+url='https://qtpass.org/'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('qt5-base' 'pass' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+validpgpkeys=('DF7FEF8DFBA721E320B18F5615B63ADCA0034B9E') # Anne Jan Brouwer 
(JinX) 
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/IJHack/${pkgname}/archive/v${pkgver}.tar.gz";
+   
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/IJHack/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc";)
+sha256sums=('10e620f0abc839f84c41932019140d4bb8d5842d5472dc40e5a23fb351963081'
+   'SKIP')
+
+prepare() {
+  cd "${srcdir}/QtPass-${pkgver}"
+
+  sed -i 's|qtpass-icon|qtpass|' ${pkgname}.desktop
+}
+
+build() {
+  cd "${srcdir}/QtPass-${pkgver}"
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd "${srcdir}/QtPass-${pkgver}"
+
+  install -D -m0755 main/qtpass "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m0644 artwork/icon.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  install -D -m0644 ${pkgname}.desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m0644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2017-11-09 Thread Christian Hesse
Date: Friday, November 10, 2017 @ 07:07:40
  Author: eworm
Revision: 266101

upgpkg: qtpass 1.2.0-1

new upstream release

Modified:
  qtpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 06:17:36 UTC (rev 266100)
+++ PKGBUILD2017-11-10 07:07:40 UTC (rev 266101)
@@ -3,7 +3,7 @@
 # Contributor: Kevin MacMartin 
 
 pkgname=qtpass
-pkgver=1.1.6
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='A multi-platform GUI for pass'
 url='https://qtpass.org/'
@@ -14,7 +14,7 @@
 validpgpkeys=('DF7FEF8DFBA721E320B18F5615B63ADCA0034B9E') # Anne Jan Brouwer 
(JinX) 
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/IJHack/${pkgname}/archive/v${pkgver}.tar.gz";

"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/IJHack/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc";)
-sha256sums=('d24d95de129ce716b9b0fde6114407f860ce8c77106bd0ee6a12e8e4e0deb42b'
+sha256sums=('10e620f0abc839f84c41932019140d4bb8d5842d5472dc40e5a23fb351963081'
'SKIP')
 
 prepare() {
@@ -33,7 +33,7 @@
 package() {
   cd "${srcdir}/QtPass-${pkgver}"
 
-  install -D -m0755 qtpass "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m0755 main/qtpass "${pkgdir}/usr/bin/${pkgname}"
   install -D -m0644 artwork/icon.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
   install -D -m0644 ${pkgname}.desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
   install -D -m0644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"


[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 06:17:36
  Author: felixonmars
Revision: 266100

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 266099, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 06:17:13 UTC (rev 266099)
+++ PKGBUILD2017-11-10 06:17:36 UTC (rev 266100)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'dtkwidget' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon' 
'xorg-server'
- 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('49338dc106b120cd82849dbf39125f4406479054aa687b732b724332103a9602e5f536c0355d1290c5a273b22a13ec2285be933d30187f95b03ad423bb05eaf4')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 266099, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 06:17:36 UTC (rev 266100)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.1.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'dtkwidget' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon' 
'xorg-server'
+ 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
+sha512sums=('3b04d887d6ae2dab5606333b0eea85634e233c0c7455e16446ab9851999a24359fdc25b7f792719cbf30fe2ecb2de1b189b9c01a9b6740297ecd555434b3e94e')
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 06:17:13
  Author: felixonmars
Revision: 266099

upgpkg: deepin-session-ui 4.1.2-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 04:39:49 UTC (rev 266098)
+++ PKGBUILD2017-11-10 06:17:13 UTC (rev 266099)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('49338dc106b120cd82849dbf39125f4406479054aa687b732b724332103a9602e5f536c0355d1290c5a273b22a13ec2285be933d30187f95b03ad423bb05eaf4')
+sha512sums=('3b04d887d6ae2dab5606333b0eea85634e233c0c7455e16446ab9851999a24359fdc25b7f792719cbf30fe2ecb2de1b189b9c01a9b6740297ecd555434b3e94e')
 
 build() {
   cd dde-session-ui-$pkgver


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:20:12
  Author: felixonmars
Revision: 266095

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-gtk/repos/community-staging-x86_64/PKGBUILD (from rev 266094, 
haskell-gtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 04:20:12 UTC (rev 266095)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk
+pkgver=0.14.6
+pkgrel=6
+pkgdesc="Binding to the gtk library for Gtk2Hs."
+url="https://hackage.haskell.org/package/gtk3";
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'gtk3' "haskell-pango" 'haskell-mtl' 'haskell-text')
+makedepends=('ghc' 'haskell-gtk2hs-buildtools')
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+source=("https://github.com/gtk2hs/gtk2hs/archive/843d83548bd076975f1869e6768768b5ed24b268.tar.gz";)
+sha512sums=('610a080ddf8ad8511176a7fd5ed5457aa26b5ce48539b7eb46563d86db1ffab6501f8b4deac4152f7d9cea84093de34e1bd1bb9467f558f1c202026337e1c708')
+
+prepare() {
+mv gtk2hs-843d83548bd076975f1869e6768768b5ed24b268/gtk gtk3-$pkgver
+}
+
+build() {
+cd "${srcdir}/gtk3-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/gtk3-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:19:53
  Author: felixonmars
Revision: 266094

upgpkg: haskell-gtk 0.14.6-6

rebuild with cairo,0.13.4.1

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 04:16:58 UTC (rev 266093)
+++ PKGBUILD2017-11-10 04:19:53 UTC (rev 266094)
@@ -3,11 +3,11 @@
 
 pkgname=haskell-gtk
 pkgver=0.14.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Binding to the gtk library for Gtk2Hs."
 url="https://hackage.haskell.org/package/gtk3";
 license=('LGPL2.1')
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('ghc-libs' 'gtk3' "haskell-pango" 'haskell-mtl' 'haskell-text')
 makedepends=('ghc' 'haskell-gtk2hs-buildtools')
 provides=('gtk2hs-gtk')


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:16:58
  Author: felixonmars
Revision: 266093

archrelease: copy trunk to community-x86_64

Added:
  python-coverage/repos/community-x86_64/PKGBUILD
(from rev 266092, python-coverage/trunk/PKGBUILD)
Deleted:
  python-coverage/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 04:16:36 UTC (rev 266092)
+++ PKGBUILD2017-11-10 04:16:58 UTC (rev 266093)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Clément Démoulins 
-# Contributor: Fazlul Shahriar 
-
-pkgbase=python-coverage
-pkgname=(python-coverage python2-coverage)
-pkgver=4.4.1
-pkgrel=1
-pkgdesc="A tool for measuring code coverage of Python programs"
-arch=('i686' 'x86_64')
-url="http://nedbatchelder.com/code/coverage/";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-pycontracts' 'python2-pycontracts' 'python-greenlet' 
'python2-greenlet'
-  'python-virtualenv' 'python2-virtualenv' 'python-pyenchant' 
'python2-pyenchant'
-  'python-pylint' 'python2-pylint' 'python-unittest-mixins' 
'python2-unittest-mixins'
-  'python-flaky' 'python2-flaky')
-source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/ned/coveragepy/get/coverage-$pkgver.tar.gz";)
-sha512sums=('c2729123f4aa8af0b1cb1f123fc5359075c66a7a6a26c32d883adbc24c81a39cd81b281db3a92019f4189f098eb12ab0f07b25dd3a120f4b0f5d5e899d8a78ee')
-
-prepare() {
-  mv ned-coveragepy-* coveragepy-$pkgver
-  cp -a coveragepy-$pkgver{,-py2}
-}
-
-check() {
-  # Hack entry points by installing it
-
-  export LC_CTYPE=en_US.UTF-8
-
-  (
-cd "$srcdir/coveragepy-$pkgver"
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-export PYTHONPATH="$PYTHONPATH:/usr/lib/python3.6/site-packages"
-python setup.py --quiet develop
-python igor.py zip_mods install_egg remove_extension
-python igor.py test_with_tracer py
-python setup.py --quiet build_ext --inplace
-python igor.py test_with_tracer c
-  )
-
-  (
-cd "$srcdir/coveragepy-$pkgver-py2"
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/site-packages"
-python setup.py --quiet develop
-python igor.py zip_mods install_egg remove_extension
-python igor.py test_with_tracer py
-python setup.py --quiet build_ext --inplace
-python igor.py test_with_tracer c
-  ) || warning "Python 2 tests failed"
-}
-
-package_python-coverage() {
-  depends=('python')
-
-  cd coveragepy-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-coverage() {
-  depends=('python2')
-
-  cd coveragepy-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir/usr/bin/coverage" "$pkgdir/usr/bin/coverage2"
-}

Copied: python-coverage/repos/community-x86_64/PKGBUILD (from rev 266092, 
python-coverage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 04:16:58 UTC (rev 266093)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Clément Démoulins 
+# Contributor: Fazlul Shahriar 
+
+pkgbase=python-coverage
+pkgname=(python-coverage python2-coverage)
+pkgver=4.4.2
+pkgrel=1
+pkgdesc="A tool for measuring code coverage of Python programs"
+arch=('x86_64')
+url="http://nedbatchelder.com/code/coverage/";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-pycontracts' 'python2-pycontracts' 'python-greenlet' 
'python2-greenlet'
+  'python-virtualenv' 'python2-virtualenv' 'python-pyenchant' 
'python2-pyenchant'
+  'python-pylint' 'python2-pylint' 'python-unittest-mixins' 
'python2-unittest-mixins'
+  'python-flaky' 'python2-flaky')
+source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/ned/coveragepy/get/coverage-$pkgver.tar.gz";)
+sha512sums=('6a860880b7c81edae958f822727a30e7bd07416db29c25057e9bb036b688dc2a2e5113901e069dbebe7de0d025f423bdbb8e3eb0bfdadc8e0f971d5a628fae3f')
+
+prepare() {
+  mv ned-coveragepy-* coveragepy-$pkgver
+  cp -a coveragepy-$pkgver{,-py2}
+}
+
+check() {
+  # Hack entry points by installing it
+
+  export LC_CTYPE=en_US.UTF-8
+
+  (
+cd "$srcdir/coveragepy-$pkgver"
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+export PYTHONPATH="$PYTHONPATH:/usr/lib/python3.6/site-packages"
+python setup.py --quiet develop
+pyth

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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:16:36
  Author: felixonmars
Revision: 266092

upgpkg: python-coverage 4.4.2-1

Modified:
  python-coverage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 04:15:21 UTC (rev 266091)
+++ PKGBUILD2017-11-10 04:16:36 UTC (rev 266092)
@@ -5,10 +5,10 @@
 
 pkgbase=python-coverage
 pkgname=(python-coverage python2-coverage)
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc="A tool for measuring code coverage of Python programs"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://nedbatchelder.com/code/coverage/";
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -18,7 +18,7 @@
   'python-pylint' 'python2-pylint' 'python-unittest-mixins' 
'python2-unittest-mixins'
   'python-flaky' 'python2-flaky')
 
source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/ned/coveragepy/get/coverage-$pkgver.tar.gz";)
-sha512sums=('c2729123f4aa8af0b1cb1f123fc5359075c66a7a6a26c32d883adbc24c81a39cd81b281db3a92019f4189f098eb12ab0f07b25dd3a120f4b0f5d5e899d8a78ee')
+sha512sums=('6a860880b7c81edae958f822727a30e7bd07416db29c25057e9bb036b688dc2a2e5113901e069dbebe7de0d025f423bdbb8e3eb0bfdadc8e0f971d5a628fae3f')
 
 prepare() {
   mv ned-coveragepy-* coveragepy-$pkgver


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:15:21
  Author: felixonmars
Revision: 266091

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pango/repos/community-staging-x86_64/PKGBUILD (from rev 266090, 
haskell-pango/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 04:15:21 UTC (rev 266091)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=pango
+pkgname=haskell-pango
+pkgver=0.13.4.0
+pkgrel=2
+pkgdesc="Binding to the pango library for Gtk2Hs."
+url="https://hackage.haskell.org/package/pango";
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=('ghc' "haskell-gtk2hs-buildtools" "mesa")
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('3edc7ca5ef81444ea9559d33a95b3ef6a38118ac614c6e69dd9babf11e69ce1a44a69f1c13ffd5ebe4bb0a98520c909d89517a9eb4b94c77a5f9d75f579d8789')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:14:59
  Author: felixonmars
Revision: 266090

upgpkg: haskell-pango 0.13.4.0-2

rebuild with cairo,0.13.4.1

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 04:14:00 UTC (rev 266089)
+++ PKGBUILD2017-11-10 04:14:59 UTC (rev 266090)
@@ -4,11 +4,11 @@
 _hkgname=pango
 pkgname=haskell-pango
 pkgver=0.13.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Binding to the pango library for Gtk2Hs."
 url="https://hackage.haskell.org/package/pango";
 license=('LGPL2.1')
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('ghc-libs' 'pango' 'haskell-glib' 'haskell-cairo')
 makedepends=('ghc' "haskell-gtk2hs-buildtools" "mesa")
 provides=('gtk2hs-pango')


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:14:00
  Author: felixonmars
Revision: 266089

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cairo/repos/community-staging-x86_64/PKGBUILD (from rev 266088, 
haskell-cairo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 04:14:00 UTC (rev 266089)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-cairo
+pkgver=0.13.4.1
+pkgrel=1
+pkgdesc="Binding to the cairo library for Gtk2Hs."
+url="https://hackage.haskell.org/package/cairo";
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
+makedepends=("haskell-gtk2hs-buildtools" "mesa" 'ghc')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')
+source=("https://hackage.haskell.org/packages/archive/cairo/${pkgver}/cairo-${pkgver}.tar.gz";)
+sha512sums=('d7570190ee637a637f8612ef3cc5e6a6ee7f093329180cac5f818e75119549a63ca99af7a0bfabd7445a9de1ae1c69dea0baa6620920ffd3dd92c7d062bc4d02')
+
+build() {
+cd "${srcdir}/cairo-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/cairo-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:13:37
  Author: felixonmars
Revision: 266088

upgpkg: haskell-cairo 0.13.4.1-1

rebuild with cairo,0.13.4.1

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 04:11:05 UTC (rev 266087)
+++ PKGBUILD2017-11-10 04:13:37 UTC (rev 266088)
@@ -2,24 +2,20 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-cairo
-pkgver=0.13.3.1
-pkgrel=5
+pkgver=0.13.4.1
+pkgrel=1
 pkgdesc="Binding to the cairo library for Gtk2Hs."
 url="https://hackage.haskell.org/package/cairo";
 license=('LGPL2.1')
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('ghc-libs' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
 makedepends=("haskell-gtk2hs-buildtools" "mesa" 'ghc')
 conflicts=('gtk2hs-cairo')
 provides=('gtk2hs-cairo')
 replaces=('gtk2hs-cairo')
-source=("https://github.com/gtk2hs/gtk2hs/archive/843d83548bd076975f1869e6768768b5ed24b268.tar.gz";)
-sha512sums=('610a080ddf8ad8511176a7fd5ed5457aa26b5ce48539b7eb46563d86db1ffab6501f8b4deac4152f7d9cea84093de34e1bd1bb9467f558f1c202026337e1c708')
+source=("https://hackage.haskell.org/packages/archive/cairo/${pkgver}/cairo-${pkgver}.tar.gz";)
+sha512sums=('d7570190ee637a637f8612ef3cc5e6a6ee7f093329180cac5f818e75119549a63ca99af7a0bfabd7445a9de1ae1c69dea0baa6620920ffd3dd92c7d062bc4d02')
 
-prepare() {
-mv gtk2hs-843d83548bd076975f1869e6768768b5ed24b268/cairo cairo-$pkgver
-}
-
 build() {
 cd "${srcdir}/cairo-${pkgver}"
 


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:07:26
  Author: felixonmars
Revision: 266085

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
266084, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 04:07:26 UTC (rev 266085)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=75
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "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" "pandoc" "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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
+
https://github.com/rlpowell/hakyll/commit/5c26faf2d867d9c644f8110f2c9bd6bd8c32986a.patch)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487'
+
'06c71fe3e99315c969b694020457af585124179bcc5b62afafafaf179132d88ac23d375ba948984565deab936f378cd6351e19b798125c010bde873c704d15ef')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../5c26faf2d867d9c644f8110f2c9bd6bd8c32986a.patch
+sed -e 's/pandoc-citeproc  >= 0.10.5 && < 0.11,/pandoc-citeproc  
>= 0.10.5,/' \
+-e 's/process  >= 1.0&& < 1.6,/process  >= 
1.0,/' \
+-e 's/time >= 1.4&& < 1.8,/time >= 
1.4,/' \
+-i $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:07:04
  Author: felixonmars
Revision: 266084

upgpkg: haskell-hakyll 4.9.8.0-75

rebuild with pandoc-citeproc,0.12.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 04:05:12 UTC (rev 266083)
+++ PKGBUILD2017-11-10 04:07:04 UTC (rev 266084)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=74
+pkgrel=75
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:04:51
  Author: felixonmars
Revision: 266082

upgpkg: pandoc-citeproc 0.12.1-1

rebuild with pandoc-citeproc,0.12.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 01:00:38 UTC (rev 266081)
+++ PKGBUILD2017-11-10 04:04:51 UTC (rev 266082)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc-citeproc
-pkgver=0.11.1.3
-pkgrel=4
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("custom:BSD3")
@@ -18,7 +18,7 @@
 replaces=('haskell-pandoc-citeproc')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
-sha512sums=('efb5f70f4bf4b9530c9c19697a5596c9abcc6ed1125139bf052f940777b939ffb30238acef514ce685451c5a01e6b43e0eab01e0a68ddc9a46799c6455d2cea2')
+sha512sums=('74ab07cc8a62523079195c6b9e2283b992ef496782d58c9e4ee84f4343f6d69f1f4229eab27b594c5bf0d52536976fb42f1c9848d034dff7034d27d334492b06')
 
 build() {
 cd "${srcdir}/$pkgname-${pkgver}"


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

2017-11-09 Thread Felix Yan
Date: Friday, November 10, 2017 @ 04:05:12
  Author: felixonmars
Revision: 266083

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 266082, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
266082, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-10 04:05:12 UTC (rev 266083)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('74ab07cc8a62523079195c6b9e2283b992ef496782d58c9e4ee84f4343f6d69f1f4229eab27b594c5bf0d52536976fb42f1c9848d034dff7034d27d334492b06')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2017-11-09 Thread Kyle Keen
Date: Friday, November 10, 2017 @ 01:00:38
  Author: kkeen
Revision: 266081

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-10 00:58:59 UTC (rev 266080)
+++ community-i686/PKGBUILD 2017-11-10 01:00:38 UTC (rev 266081)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Matthias Blankertz 
-# Contributor: Egon Geerardyn 
-# Contributor: kfgz 
-# Contributor: Gaetan Bisson 
-# Contributor: Jared Casper 
-# Contributor: Stefan Husmann 
-
-pkgname=pcb
-epoch=1
-# switched from MMDD to I.J.K
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Interactive printed circuit board editor'
-url='http://pcb.geda-project.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gtkglext' 'gd')
-optdepends=('tk: additional tools'
-'tcl: additional tools'
-'perl: additional tools'
-   'desktop-file-utils: desktop integration')
-makedepends=('intltool' 'tk')
-source=("http://downloads.sourceforge.net/pcb/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('3b0f01d9aa85f613c2994c91b7152086e1b5d5ea')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
-  --prefix=/usr \
-  --enable-dbus \
-  --disable-update-mime-database \
-  --disable-update-desktop-database
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 prefix="$pkgdir/usr" install
-
-  rm "$pkgdir/usr/share/info/dir"
-}

Copied: pcb/repos/community-i686/PKGBUILD (from rev 266080, pcb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-10 01:00:38 UTC (rev 266081)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Matthias Blankertz 
+# Contributor: Egon Geerardyn 
+# Contributor: kfgz 
+# Contributor: Gaetan Bisson 
+# Contributor: Jared Casper 
+# Contributor: Stefan Husmann 
+
+pkgname=pcb
+epoch=1
+# switched from MMDD to I.J.K
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Interactive printed circuit board editor'
+url='http://pcb.geda-project.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gtkglext' 'gd')
+optdepends=('tk: additional tools'
+'tcl: additional tools'
+'perl: additional tools'
+   'desktop-file-utils: desktop integration')
+makedepends=('intltool' 'tk')
+source=("http://downloads.sourceforge.net/pcb/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('1933b92d0c8b1dbce8fb584dd47c5b8d009d9cfe')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+  --prefix=/usr \
+  --enable-dbus \
+  --disable-update-mime-database \
+  --disable-update-desktop-database
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 prefix="$pkgdir/usr" install
+
+  rm "$pkgdir/usr/share/info/dir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-10 00:58:59 UTC (rev 266080)
+++ community-x86_64/PKGBUILD   2017-11-10 01:00:38 UTC (rev 266081)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Matthias Blankertz 
-# Contributor: Egon Geerardyn 
-# Contributor: kfgz 
-# Contributor: Gaetan Bisson 
-# Contributor: Jared Casper 
-# Contributor: Stefan Husmann 
-
-pkgname=pcb
-epoch=1
-# switched from MMDD to I.J.K
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Interactive printed circuit board editor'
-url='http://pcb.geda-project.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gtkglext' 'gd')
-optdepends=('tk: additional tools'
-'tcl: additional tools'
-'perl: additional tools'
-   'desktop-file-utils: desktop integration')
-makedepends=('intltool' 'tk')
-source=("http://downloads.sourceforge.net/pcb/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('3b0f01d9aa85f613c2994c91b7152086e1b5d5ea')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
-  --prefix=/usr \
-  --enable-dbus \
-  --disable-update-mime-database \
-  --disable-update-desktop-database
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 prefix="$pkgdir/usr" install
-
-  rm "$pkgdir/usr/share/info/dir"
-}

Copied: pcb/repos/community-x86_64/PKGBUILD (from rev 266080, 
pcb/trunk/PKGBUILD)
===
--- community-x86_6

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

2017-11-09 Thread Kyle Keen
Date: Friday, November 10, 2017 @ 00:58:59
  Author: kkeen
Revision: 266080

upgpkg: pcb 1:4.0.2-1

Modified:
  pcb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 00:36:36 UTC (rev 266079)
+++ PKGBUILD2017-11-10 00:58:59 UTC (rev 266080)
@@ -10,7 +10,7 @@
 pkgname=pcb
 epoch=1
 # switched from MMDD to I.J.K
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='Interactive printed circuit board editor'
 url='http://pcb.geda-project.org/'
@@ -23,7 +23,7 @@
'desktop-file-utils: desktop integration')
 makedepends=('intltool' 'tk')
 source=("http://downloads.sourceforge.net/pcb/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('3b0f01d9aa85f613c2994c91b7152086e1b5d5ea')
+sha1sums=('1933b92d0c8b1dbce8fb584dd47c5b8d009d9cfe')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-11-09 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 00:36:27
  Author: anthraxx
Revision: 266078

upgpkg: gradle 4.3.1-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 23:58:40 UTC (rev 266077)
+++ PKGBUILD2017-11-10 00:36:27 UTC (rev 266078)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.3
+pkgver=4.3.1
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -14,9 +14,9 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha256sums=('b3afcc2d5aaf4d23eeab2409d64c54046147322d05acc7fb5a63f84d8a2b8bd7'
+sha256sums=('c5b67330a8a211539d713852c56a6a80fdea365d8902df92d1759d913d18fa2d'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('b8989e0f05b53fef9acd5325caea2f9810c837031558c76bf8bba1f551c14c2d8aaeb8b638714f668afab560eca1578f19ed130fe983fdca581e01ad9a962c6a'
+sha512sums=('579e4516e53b0ed3ac51f115ba1aa46afec02b7f7839a572f67c464e11ee6ba892b6b1747b90288ce40869f1d7997468fb96c4e6c227ab51820a3d080fc70a06'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


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

2017-11-09 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 00:36:36
  Author: anthraxx
Revision: 266079

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 266078, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 266078, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  150 ++--
 gradle.sh |4 -
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 00:36:27 UTC (rev 266078)
+++ PKGBUILD2017-11-10 00:36:36 UTC (rev 266079)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.3
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha256sums=('b3afcc2d5aaf4d23eeab2409d64c54046147322d05acc7fb5a63f84d8a2b8bd7'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('b8989e0f05b53fef9acd5325caea2f9810c837031558c76bf8bba1f551c14c2d8aaeb8b638714f668afab560eca1578f19ed130fe983fdca581e01ad9a962c6a'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 266078, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 00:36:36 UTC (rev 266079)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha256sums=('c5b67330a8a211539d713852c56a6a80fdea365d8902df92d1759d913d18fa2d'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('579e4516e53b0ed3ac51f115ba1aa46afec02b7f7839a572f67c464e11ee6ba892b6b1747b90288ce40869f1d7997468fb96c4e6c227ab51820a3d080fc70a06'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary 

[arch-commits] Commit in postgresql-old-upgrade/repos/testing-x86_64 (2 files)

2017-11-09 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 00:33:17
  Author: anthraxx
Revision: 309372

archrelease: copy trunk to testing-x86_64

Added:
  postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD
(from rev 309371, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 00:33:08 UTC (rev 309371)
+++ PKGBUILD2017-11-10 00:33:17 UTC (rev 309372)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.6.5
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
-url='https://www.postgresql.org/'
-arch=('i686' 'x86_64')
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c')
-sha512sums=('ad35c27ea55b18005ea61b49d6994718df86519b3f99addd0ecb17ece1f1c34764eb5194f8961c45cfa75703d810baf54433f8538cfd43a70bd908e1e5878df9')
-
-build() {
-  cd postgresql-${pkgver}
-
-  ./configure \
---prefix=/opt/pgsql-${_majorver} \
---with-gssapi \
---with-libxml \
---with-openssl \
---with-perl \
---with-python PYTHON=/usr/bin/python2 \
---with-tcl \
---with-pam \
---without-readline \
---with-system-tzdata=/usr/share/zoneinfo \
---with-uuid=e2fs \
---disable-nls \
---enable-thread-safety
-
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd postgresql-${pkgver}
-
-  # install
-  make -C src DESTDIR="${pkgdir}" install
-  make -C contrib DESTDIR="${pkgdir}" install
-
-  # install license
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # clean up unneeded installed items
-  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include"
-}
-
-# vim: ts=2 sw=2 et:

Copied: postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD (from rev 309371, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-10 00:33:17 UTC (rev 309372)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.6.6
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam' 
'zlib')
+makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('399cdffcb872f785ba67e25d275463d74521566318cfef8fe219050d063c8154')
+sha512sums=('ac2f0fe6ef7c4e14f85cd7592d1306d9657b7f35efa6f43a089d7785ab970b8c25aa1e66d83df056c23513d6dbac0a9f54717b3d85758560d02e7f8141914ebc')
+
+build() {
+  cd postgresql-${pkgver}
+  ./configure \
+--prefix=/opt/pgsql-${_majorver} \
+--with-gssapi \
+--with-libxml \
+--with-openssl \
+--with-perl \
+--with-python PYTHON=/usr/bin/python2 \
+--with-tcl \
+--with-pam \
+--without-readline \
+--with-system-tzdata=/usr/share/zoneinfo \
+--with-uuid=e2fs \
+--disable-nls \
+--enable-thread-safety
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd postgresql-${pkgver}
+
+  # install
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install license
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2017-11-09 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 00:33:08
  Author: anthraxx
Revision: 309371

upgpkg: postgresql-old-upgrade 9.6.6-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 00:29:05 UTC (rev 309370)
+++ PKGBUILD2017-11-10 00:33:08 UTC (rev 309371)
@@ -2,22 +2,21 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=9.6.5
+pkgver=9.6.6
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam' 
'zlib')
 makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c')
-sha512sums=('ad35c27ea55b18005ea61b49d6994718df86519b3f99addd0ecb17ece1f1c34764eb5194f8961c45cfa75703d810baf54433f8538cfd43a70bd908e1e5878df9')
+sha256sums=('399cdffcb872f785ba67e25d275463d74521566318cfef8fe219050d063c8154')
+sha512sums=('ac2f0fe6ef7c4e14f85cd7592d1306d9657b7f35efa6f43a089d7785ab970b8c25aa1e66d83df056c23513d6dbac0a9f54717b3d85758560d02e7f8141914ebc')
 
 build() {
   cd postgresql-${pkgver}
-
   ./configure \
 --prefix=/opt/pgsql-${_majorver} \
 --with-gssapi \
@@ -32,7 +31,6 @@
 --with-uuid=e2fs \
 --disable-nls \
 --enable-thread-safety
-
   make -C src all
   make -C contrib all
 }
@@ -45,7 +43,7 @@
   make -C contrib DESTDIR="${pkgdir}" install
 
   # install license
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
 
   # clean up unneeded installed items
   rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include"


[arch-commits] Commit in postgresql/repos/testing-x86_64 (14 files)

2017-11-09 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 00:29:05
  Author: anthraxx
Revision: 309370

archrelease: copy trunk to testing-x86_64

Added:
  postgresql/repos/testing-x86_64/PKGBUILD
(from rev 309369, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
(from rev 309369, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
(from rev 309369, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-x86_64/postgresql.install
(from rev 309369, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-x86_64/postgresql.logrotate
(from rev 309369, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-x86_64/postgresql.pam
(from rev 309369, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-x86_64/postgresql.service
(from rev 309369, postgresql/trunk/postgresql.service)
Deleted:
  postgresql/repos/testing-x86_64/PKGBUILD
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
  postgresql/repos/testing-x86_64/postgresql.install
  postgresql/repos/testing-x86_64/postgresql.logrotate
  postgresql/repos/testing-x86_64/postgresql.pam
  postgresql/repos/testing-x86_64/postgresql.service

-+
 PKGBUILD|  321 --
 postgresql-check-db-dir |   98 ++--
 postgresql-run-socket.patch |   24 +--
 postgresql.install  |   50 +++---
 postgresql.logrotate|8 -
 postgresql.pam  |6 
 postgresql.service  |   68 
 7 files changed, 285 insertions(+), 290 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-10 00:28:39 UTC (rev 309369)
+++ PKGBUILD2017-11-10 00:29:05 UTC (rev 309370)
@@ -1,163 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=10.0
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc='Sophisticated object-relational DBMS'
-url='https://www.postgresql.org/'
-arch=('i686' 'x86_64')
-license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0' 
'pam')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql-run-socket.patch
-postgresql.pam
-postgresql.logrotate
-postgresql.service
-postgresql-check-db-dir)
-sha256sums=('712f5592e27b81c5b454df96b258c14d94b6b03836831e015c65d6deeae57fd1'
-'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
-'888a1d44f03fccfa4bf344ee45824fefb846ae3c1c0c40113ad6020b4be3b0cf')
-sha512sums=('88295af13db77a85a604c925aa627d383fdac62c1185119bba87753ce4167a13aed0f055a7a1329b3051f8757c6ba7529baed00a564ef0cfbee685720f282678'
-
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
-
'ec2625c3ccfb6c142ea12ef4392b00f3d4cb0a5411d603b98157d55cd162ed3b422dbbd42e8b13211063db94a42f6d1f3febd4acaadde69ea17bfd8eccae3539'
-
'56974ef34a8d94596068413154b1a7ed5a71f5a3942bd79427f05e6f6b7853036874dedd8d988bb94306023f2a675996d500b075eaf8a192ef5c24026eb28eb0')
-
-build() {
-  cd postgresql-${pkgver}
-
-  patch -Np1 < ../postgresql-run-socket.patch
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---datadir=/usr/share/postgresql \
---sysconfdir=/etc \
---with-gssapi \
---with-libxml \
---with-openssl \
---with-perl \
---with-python PYTHON=/usr/bin/python2 \
---with-tcl \
---with-pam \
---with-system-tzdata=/usr/share/zoneinfo \
---with-uuid=e2fs \
---enable-nls \
---enable-thread-safety
-
-  make world
-}
-
-package_postgresql-libs() {
-  pkgdesc="Libraries for use with PostgreSQL"
-  depends=('krb5' 'openssl>=1.0.0' 'readline>=6.0')
-  provides=('postgresql-client')
-  conflicts=('postgresql-client')
-
-  cd postgresql-${pkgver}
-
-  # install license
-  install -Dm 644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/postgresql-libs/LICENSE"
-
-  # install libs and non-server binaries
-  for dir in src/interfaces src/bin/pg_config src/bin/pg_dump src/bin/psql 
src/bin/scripts; do
-make -C ${dir} DESTDIR="${pkgdir}" install
-  done
-
-  

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

2017-11-09 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 00:28:39
  Author: anthraxx
Revision: 309369

upgpkg: postgresql 10.1-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:57:00 UTC (rev 309368)
+++ PKGBUILD2017-11-10 00:28:39 UTC (rev 309369)
@@ -3,14 +3,14 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=10.0
+pkgver=10.1
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0' 
'pam')
+makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0' 
'pam' 'zlib')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
 postgresql-run-socket.patch
 postgresql.pam
@@ -17,13 +17,13 @@
 postgresql.logrotate
 postgresql.service
 postgresql-check-db-dir)
-sha256sums=('712f5592e27b81c5b454df96b258c14d94b6b03836831e015c65d6deeae57fd1'
+sha256sums=('3ccb4e25fe7a7ea6308dea103cac202963e6b746697366d72ec2900449a5e713'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
 'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
 '888a1d44f03fccfa4bf344ee45824fefb846ae3c1c0c40113ad6020b4be3b0cf')
-sha512sums=('88295af13db77a85a604c925aa627d383fdac62c1185119bba87753ce4167a13aed0f055a7a1329b3051f8757c6ba7529baed00a564ef0cfbee685720f282678'
+sha512sums=('06050d353aa43f32e0de0199d833d8a4652aff893b718b1c40ed31837838f73fe4d977ac0f2164ab97b3eeff4aae3409f440601740898a893877d96bc0ed1882'
 
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
 
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
@@ -30,11 +30,13 @@
 
'ec2625c3ccfb6c142ea12ef4392b00f3d4cb0a5411d603b98157d55cd162ed3b422dbbd42e8b13211063db94a42f6d1f3febd4acaadde69ea17bfd8eccae3539'
 
'56974ef34a8d94596068413154b1a7ed5a71f5a3942bd79427f05e6f6b7853036874dedd8d988bb94306023f2a675996d500b075eaf8a192ef5c24026eb28eb0')
 
+prepare() {
+  cd postgresql-${pkgver}
+  patch -p1 < ../postgresql-run-socket.patch
+}
+
 build() {
   cd postgresql-${pkgver}
-
-  patch -Np1 < ../postgresql-run-socket.patch
-
   ./configure \
 --prefix=/usr \
 --mandir=/usr/share/man \
@@ -51,13 +53,12 @@
 --with-uuid=e2fs \
 --enable-nls \
 --enable-thread-safety
-
   make world
 }
 
 package_postgresql-libs() {
   pkgdesc="Libraries for use with PostgreSQL"
-  depends=('krb5' 'openssl>=1.0.0' 'readline>=6.0')
+  depends=('krb5' 'openssl>=1.0.0' 'readline>=6.0' 'zlib')
   provides=('postgresql-client')
   conflicts=('postgresql-client')
 
@@ -64,7 +65,7 @@
   cd postgresql-${pkgver}
 
   # install license
-  install -Dm 644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/postgresql-libs/LICENSE"
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
 
   # install libs and non-server binaries
   for dir in src/interfaces src/bin/pg_config src/bin/pg_dump src/bin/psql 
src/bin/scripts; do
@@ -99,10 +100,9 @@
   pkgdesc="HTML documentation for PostgreSQL"
   options=('docs')
 
-  cd "${srcdir}/postgresql-${pkgver}"
+  cd postgresql-${pkgver}
 
-  # install license
-  install -Dm 644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/postgresql-docs/LICENSE"
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
 
   make -C doc/src/sgml DESTDIR="${pkgdir}" install-html
   chown -R root:root "${pkgdir}/usr/share/doc/postgresql/html"
@@ -140,7 +140,7 @@
   done
 
   # install license
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
 
   # clean up unneeded installed items
   rm -rf "${pkgdir}/usr/include/postgresql/internal"
@@ -148,16 +148,11 @@
   find "${pkgdir}/usr/include" -maxdepth 1 -type f -execdir rm {} +
   rmdir "${pkgdir}/usr/share/doc/postgresql/html"
 
-  install -Dm 644 "${srcdir}/postgresql.service" \
-"${pkgdir}/usr/lib/systemd/system/postgresql.service"
-  install -Dm 755 "${srcdir}/postgresql-check-db-dir" \
-"${pkgdir}/usr/bin/postgresql-check-db-dir"
+  install -Dm 644 "${srcdir}/postgresql.service" -t 
"${pkgdir}/usr/

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

2017-11-09 Thread Bruno Pagani
Date: Thursday, November 9, 2017 @ 23:58:40
  Author: archange
Revision: 266077

archrelease: copy trunk to community-any

Added:
  arc-kde/repos/community-any/PKGBUILD
(from rev 266076, arc-kde/trunk/PKGBUILD)
Deleted:
  arc-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 23:58:26 UTC (rev 266076)
+++ PKGBUILD2017-11-09 23:58:40 UTC (rev 266077)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=arc-kde
-pkgname=('arc-kde' 'kvantum-theme-arc')
-pkgver=20170925
-pkgrel=1
-pkgdesc="Arc theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase}";
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ff16c8addcbb319fda1cdcf645e22d7e3dbf3b79b5cfc480d406d6509a535287')
-
-package_arc-kde() {
-optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
- 
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-package_kvantum-theme-arc() {
-pkgdesc="Arc theme for Kvantum"
-depends=('kvantum-qt5')
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: arc-kde/repos/community-any/PKGBUILD (from rev 266076, 
arc-kde/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2017-11-09 23:58:40 UTC (rev 266077)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=arc-kde
+pkgname=('arc-kde' 'kvantum-theme-arc')
+pkgver=20171109
+pkgrel=1
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase}";
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('e767169e088498b1430bd42d0152b6c159000e89f4442aebec7869f8d4157a03')
+
+package_arc-kde() {
+optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+ 
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-arc() {
+pkgdesc="Arc theme for Kvantum"
+depends=('kvantum-qt5')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2017-11-09 Thread Bruno Pagani
Date: Thursday, November 9, 2017 @ 23:58:26
  Author: archange
Revision: 266076

upgpkg: arc-kde 20171109-1

Modified:
  arc-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 23:27:24 UTC (rev 266075)
+++ PKGBUILD2017-11-09 23:58:26 UTC (rev 266076)
@@ -2,7 +2,7 @@
 
 pkgbase=arc-kde
 pkgname=('arc-kde' 'kvantum-theme-arc')
-pkgver=20170925
+pkgver=20171109
 pkgrel=1
 pkgdesc="Arc theme for KDE Plasma 5"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL3')
 options=('!strip')
 source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ff16c8addcbb319fda1cdcf645e22d7e3dbf3b79b5cfc480d406d6509a535287')
+sha256sums=('e767169e088498b1430bd42d0152b6c159000e89f4442aebec7869f8d4157a03')
 
 package_arc-kde() {
 optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')


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

2017-11-09 Thread Bruno Pagani
Date: Thursday, November 9, 2017 @ 23:27:24
  Author: archange
Revision: 266075

archrelease: copy trunk to community-any

Added:
  adapta-kde/repos/community-any/PKGBUILD
(from rev 266074, adapta-kde/trunk/PKGBUILD)
Deleted:
  adapta-kde/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 23:27:09 UTC (rev 266074)
+++ PKGBUILD2017-11-09 23:27:24 UTC (rev 266075)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=adapta-kde
-pkgname=('adapta-kde' 'kvantum-theme-adapta')
-pkgver=20171014
-pkgrel=1
-pkgdesc="Adapta theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase}";
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('21dffc84b62eb19a732d3af5a75031e246dfffecbdecf071d5c86f395b162104')
-
-package_adapta-kde() {
-optdepends=('adapta-gtk-theme: Matching GTK theme'
-'kvantum-theme-adapta: Adapta theme for Kvantum Qt style 
(recommended)')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-package_kvantum-theme-adapta() {
-pkgdesc="Adapta theme for KDE Plasma 5"
-depends=('kvantum-qt5')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: adapta-kde/repos/community-any/PKGBUILD (from rev 266074, 
adapta-kde/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2017-11-09 23:27:24 UTC (rev 266075)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=adapta-kde
+pkgname=('adapta-kde' 'kvantum-theme-adapta')
+pkgver=20171109
+pkgrel=1
+pkgdesc="Adapta theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase}";
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('35d8f314ecbb9a44e23b88d18ec953e871e21fb5c7f13e80ad4d0d1a18b1e969')
+
+package_adapta-kde() {
+optdepends=('adapta-gtk-theme: Matching GTK theme'
+'kvantum-theme-adapta: Adapta theme for Kvantum Qt style 
(recommended)')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-adapta() {
+pkgdesc="Adapta theme for KDE Plasma 5"
+depends=('kvantum-qt5')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2017-11-09 Thread Bruno Pagani
Date: Thursday, November 9, 2017 @ 23:27:09
  Author: archange
Revision: 266074

upgpkg: adapta-kde 20171109-1

Modified:
  adapta-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:27:18 UTC (rev 266073)
+++ PKGBUILD2017-11-09 23:27:09 UTC (rev 266074)
@@ -2,7 +2,7 @@
 
 pkgbase=adapta-kde
 pkgname=('adapta-kde' 'kvantum-theme-adapta')
-pkgver=20171014
+pkgver=20171109
 pkgrel=1
 pkgdesc="Adapta theme for KDE Plasma 5"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL3')
 options=('!strip')
 source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('21dffc84b62eb19a732d3af5a75031e246dfffecbdecf071d5c86f395b162104')
+sha256sums=('35d8f314ecbb9a44e23b88d18ec953e871e21fb5c7f13e80ad4d0d1a18b1e969')
 
 package_adapta-kde() {
 optdepends=('adapta-gtk-theme: Matching GTK theme'


[arch-commits] Commit in syslog-ng/repos/testing-x86_64 (6 files)

2017-11-09 Thread Antonio Rojas
Date: Thursday, November 9, 2017 @ 22:57:00
  Author: arojas
Revision: 309368

archrelease: copy trunk to testing-x86_64

Added:
  syslog-ng/repos/testing-x86_64/PKGBUILD
(from rev 309367, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
(from rev 309367, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate
(from rev 309367, syslog-ng/trunk/syslog-ng.logrotate)
Deleted:
  syslog-ng/repos/testing-x86_64/PKGBUILD
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate

-+
 PKGBUILD|  116 +++
 syslog-ng.conf  |  184 +-
 syslog-ng.logrotate |   14 +--
 3 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 22:56:38 UTC (rev 309367)
+++ PKGBUILD2017-11-09 22:57:00 UTC (rev 309368)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=syslog-ng
-pkgver=3.12.1
-pkgrel=2
-pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
-arch=('i686' 'x86_64')
-url="http://www.balabit.com/network-security/syslog-ng/";
-license=('GPL2' 'LGPL2.1')
-depends=('awk' 'eventlog' 'systemd' 'glib2' 'libdbi')
-makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c')
-checkdepends=('python-nose' 'python-ply')
-optdepends=('logrotate: for rotating log files'
-   'json-c: for json-plugin'
-'curl: for the HTTP module'
-'librabbitmq-c: for the AMQP plugin'
-'libmongoc: for the MongoDB plugin')
-conflicts=('eventlog')
-replaces=('eventlog')
-backup=('etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/logrotate.d/syslog-ng')
-source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
-syslog-ng.conf syslog-ng.logrotate)
-sha256sums=('12d2acb8e292d16068debae7f9a699e791ca497540d28833a694a9a1ccd78f43'
-'7c760108faf56cb645b1102e3a3363cc5943ff03d19021ae7ac623d268e7471a'
-'93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng@.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
---sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share 
\
---with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
---enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-manpages --with-jsonc=system --with-mongoc=system 
--with-librabbitmq-client=system
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check || /bin/true # python test requires pep8
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
-  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
-  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
-
-# See http://lists.balabit.hu/pipermail/syslog-ng/2016-February/022667.html
-  rm -r "$pkgdir"/usr/share/syslog-ng/include/scl/cim
-}

Copied: syslog-ng/repos/testing-x86_64/PKGBUILD (from rev 309367, 
syslog-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 22:57:00 UTC (rev 309368)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=syslog-ng
+pkgver=3.12.1
+pkgrel=3
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('i686' 'x86_64')
+url="http://www.balabit.com/network-security/syslog-ng/";
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'systemd' 'glib2' 'libdbi')
+makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c')
+checkdepends=('python-nose' 'python-ply')
+optdepends=('logrotate: for rotating log files'
+   'json-c: for json-plugin'
+'curl: for the HTTP module'
+'librabbitmq-c: for the AMQP plugin'
+'libmongoc: for the MongoDB plugin')
+conflicts=('eventlog')
+replaces=('eventlog')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng')
+source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
+syslog-ng.conf syslog-ng.logrotate)
+sha256sums=('12d2acb8e292d16068debae7f9a699e791ca497540d28833a694a9a1ccd78f43'
+'7c760108faf56cb645b1102e3a3363cc5943ff03d19021ae7ac623d268e7471a'
+'93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed 

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

2017-11-09 Thread Antonio Rojas
Date: Thursday, November 9, 2017 @ 22:56:38
  Author: arojas
Revision: 309367

Don't depend on eventlog

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:49:59 UTC (rev 309366)
+++ PKGBUILD2017-11-09 22:56:38 UTC (rev 309367)
@@ -3,12 +3,12 @@
 
 pkgname=syslog-ng
 pkgver=3.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('i686' 'x86_64')
 url="http://www.balabit.com/network-security/syslog-ng/";
 license=('GPL2' 'LGPL2.1')
-depends=('awk' 'eventlog' 'systemd' 'glib2' 'libdbi')
+depends=('awk' 'systemd' 'glib2' 'libdbi')
 makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c')
 checkdepends=('python-nose' 'python-ply')
 optdepends=('logrotate: for rotating log files'


[arch-commits] Commit in mono/repos/testing-x86_64 (13 files)

2017-11-09 Thread Levente Polyak
Date: Thursday, November 9, 2017 @ 22:49:59
  Author: anthraxx
Revision: 309366

archrelease: copy trunk to testing-x86_64

Added:
  mono/repos/testing-x86_64/PKGBUILD
(from rev 309365, mono/trunk/PKGBUILD)
  mono/repos/testing-x86_64/mono.binfmt.d
(from rev 309365, mono/trunk/mono.binfmt.d)
  mono/repos/testing-x86_64/mono.install
(from rev 309365, mono/trunk/mono.install)
Deleted:
  mono/repos/testing-x86_64/Microsoft.Portable.Common.targets
  mono/repos/testing-x86_64/PKGBUILD
  mono/repos/testing-x86_64/bug434892.patch
  mono/repos/testing-x86_64/build_fix.patch
  mono/repos/testing-x86_64/fix-zlib-helper.patch
  mono/repos/testing-x86_64/mono.binfmt.d
  mono/repos/testing-x86_64/mono.install
  mono/repos/testing-x86_64/mono_context.patch
  mono/repos/testing-x86_64/sgen_fix.patch
  mono/repos/testing-x86_64/tls_fix.patch

---+
 Microsoft.Portable.Common.targets |4 
 PKGBUILD  |  220 +---
 bug434892.patch   |   11 -
 build_fix.patch   |   25 
 fix-zlib-helper.patch |   26 
 mono.binfmt.d |2 
 mono.install  |   14 +-
 mono_context.patch|   54 
 sgen_fix.patch|  112 --
 tls_fix.patch |   91 --
 10 files changed, 117 insertions(+), 442 deletions(-)

Deleted: Microsoft.Portable.Common.targets
===
--- Microsoft.Portable.Common.targets   2017-11-09 22:49:50 UTC (rev 309365)
+++ Microsoft.Portable.Common.targets   2017-11-09 22:49:59 UTC (rev 309366)
@@ -1,4 +0,0 @@
-http://schemas.microsoft.com/developer/msbuild/2003";>
-   
-   
-

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 22:49:50 UTC (rev 309365)
+++ PKGBUILD2017-11-09 22:49:59 UTC (rev 309366)
@@ -1,111 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Giancarlo Razzolinit 
-# Contributor: Daniel Isenmann 
-# Contributor: Brice Carpentier 
-
-pkgname=mono
-_gitcommit=e66d9abbb271c3d08589c09afce4afc80de2d3b6
-pkgver=5.4.1.7
-pkgrel=1
-pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
-url='http://www.mono-project.com/'
-arch=('x86_64')
-license=('GPL' 'LGPL2.1' 'MPL')
-depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
-makedepends=('cmake' 'git')
-provides=('monodoc')
-conflicts=('monodoc')
-install=mono.install
-source=(${pkgname}::"git+https://github.com/mono/mono#commit=${_gitcommit}";
-git+https://github.com/mono/aspnetwebstack
-git+https://github.com/mono/Newtonsoft.Json
-git+https://github.com/mono/cecil
-git+https://github.com/mono/rx
-git+https://github.com/mono/ikvm-fork
-git+https://github.com/mono/ikdasm
-git+https://github.com/mono/reference-assemblies
-git+https://github.com/mono/NUnitLite
-git+https://github.com/mono/NuGet.BuildTasks
-git+https://github.com/mono/boringssl
-git+https://github.com/mono/corefx
-git+https://github.com/mono/bockbuild
-git+https://github.com/mono/linker
-git+https://github.com/mono/roslyn-binaries
-git+https://github.com/mono/corert
-git+https://github.com/mono/xunit-binaries
-git+https://github.com/mono/api-doc-tools
-git+https://github.com/mono/api-snapshot
-mono.binfmt.d
-mono_context.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
-'9028f9c84bc035fb452712e92dbc62195fae1e8c5985c5ce45e75bc5e046f642')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/^mono-//;s/-/./g'
-}
-
-prepare() {
-  cd ${pkgname}
-  git submodule init
-  git config submodule."external/aspnetwebstack".url "${srcdir}/aspnetwebstack"
-  git config submodule."external/Newtonsoft.Json".url 
"${srcdir}/Newtonsoft.Json"
-  git config submodule."external/cecil".url "${srcdir}/cecil"
-  git config submodule."external/rx".url "${srcdir}/rx"
-  git config submodule."external/ikvm".url "${srcdir}/ikvm-fork"
-  git config submodule."external/ikdasm".url "${srcdir}/ikdasm"
-  git config submodule."external/reference-assemblies".url 
"${srcdir}/reference-assemblies"
-  git config submodule."external/nunit-lite".url "${srcdir}/NUnitLite"
-  git config submodule."external/nuget-buildtasks".url 
"${srcdir}/NuGet.BuildTasks"
-  git config submodule."external/cecil

[arch-commits] Commit in mono/trunk (8 files)

2017-11-09 Thread Levente Polyak
Date: Thursday, November 9, 2017 @ 22:49:50
  Author: anthraxx
Revision: 309365

upgpkg: mono 5.4.1.7-2 (remove old patch files)

Modified:
  mono/trunk/PKGBUILD
Deleted:
  mono/trunk/Microsoft.Portable.Common.targets
  mono/trunk/bug434892.patch
  mono/trunk/build_fix.patch
  mono/trunk/fix-zlib-helper.patch
  mono/trunk/mono_context.patch
  mono/trunk/sgen_fix.patch
  mono/trunk/tls_fix.patch

---+
 Microsoft.Portable.Common.targets |4 -
 PKGBUILD  |8 --
 bug434892.patch   |   11 ---
 build_fix.patch   |   25 
 fix-zlib-helper.patch |   26 
 mono_context.patch|   54 -
 sgen_fix.patch|  112 
 tls_fix.patch |   91 -
 8 files changed, 3 insertions(+), 328 deletions(-)

Deleted: Microsoft.Portable.Common.targets
===
--- Microsoft.Portable.Common.targets   2017-11-09 22:45:41 UTC (rev 309364)
+++ Microsoft.Portable.Common.targets   2017-11-09 22:49:50 UTC (rev 309365)
@@ -1,4 +0,0 @@
-http://schemas.microsoft.com/developer/msbuild/2003";>
-   
-   
-

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:45:41 UTC (rev 309364)
+++ PKGBUILD2017-11-09 22:49:50 UTC (rev 309365)
@@ -6,7 +6,7 @@
 pkgname=mono
 _gitcommit=e66d9abbb271c3d08589c09afce4afc80de2d3b6
 pkgver=5.4.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
 url='http://www.mono-project.com/'
 arch=('x86_64')
@@ -35,8 +35,7 @@
 git+https://github.com/mono/xunit-binaries
 git+https://github.com/mono/api-doc-tools
 git+https://github.com/mono/api-snapshot
-mono.binfmt.d
-mono_context.patch)
+mono.binfmt.d)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
@@ -56,8 +55,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
-'9028f9c84bc035fb452712e92dbc62195fae1e8c5985c5ce45e75bc5e046f642')
+'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425')
 
 pkgver() {
   cd ${pkgname}

Deleted: bug434892.patch
===
--- bug434892.patch 2017-11-09 22:45:41 UTC (rev 309364)
+++ bug434892.patch 2017-11-09 22:49:50 UTC (rev 309365)
@@ -1,11 +0,0 @@
 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/07/01 20:17:46 107006
-+++ 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/10/28 09:32:46 117243
-@@ -177,7 +177,7 @@
-   foreach (OperationMessage om in op.Messages) {
-   Message msg = ctx.Services.GetMessage 
(om.Message);
-   foreach (MessagePart part in msg.Parts)
--  parts.Add (part,part);
-+  parts [part] = part; // do not 
use Add() - there could be the same MessagePart instance.
-   }
-   }
-   

Deleted: build_fix.patch
===
--- build_fix.patch 2017-11-09 22:45:41 UTC (rev 309364)
+++ build_fix.patch 2017-11-09 22:49:50 UTC (rev 309365)
@@ -1,25 +0,0 @@
-From c68c72144d7b2a0516276137855d4508a3f59a17 Mon Sep 17 00:00:00 2001
-From: Michael Hutchinson 
-Date: Tue, 1 Apr 2014 17:21:51 -0400
-Subject: [PATCH] [xbuild] Include PCL common targets in tarball
-
-BXC18690 - Microsoft.Portable.Common.targets is missing in mono 3.4.0 tarball

- mcs/tools/xbuild/Makefile | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile
-index c3a5d6a..31d5329 100644
 a/mcs/tools/xbuild/Makefile
-+++ b/mcs/tools/xbuild/Makefile
-@@ -93,6 +93,7 @@ EXTRA_DISTFILES = \
-   frameworks/net_4.5.xml \
-   targets/Microsoft.Portable.CSharp_4.0.targets \
-   targets/Microsoft.Portable.CSharp_4.5.targets \
-+  targets/Microsoft.Portable.Common.targets \
-   targets/Microsoft.Portable.Core.targets \
-   targets/Microsoft.Portable.Core.props \
-   targets/Microsoft.WebApplication.targets \
--- 
-1.9.3
-

Deleted: fix-zlib-helper.patch
===
--- fix-zlib-helper.patch   2017-11-09 22:45:41 UTC (rev 309364)
+++ fix-zlib-helper.patch   2017-11-09 22:49:50 UTC (rev 309365)
@@ -1,26 +0,0 @@
-@@ -, +, @@ 

- support/zlib-helper.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
 a/support/zlib-helpe

[arch-commits] Commit in syslog-ng/repos/testing-x86_64 (6 files)

2017-11-09 Thread Antonio Rojas
Date: Thursday, November 9, 2017 @ 22:45:41
  Author: arojas
Revision: 309364

archrelease: copy trunk to testing-x86_64

Added:
  syslog-ng/repos/testing-x86_64/PKGBUILD
(from rev 309363, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
(from rev 309363, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate
(from rev 309363, syslog-ng/trunk/syslog-ng.logrotate)
Deleted:
  syslog-ng/repos/testing-x86_64/PKGBUILD
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate

-+
 PKGBUILD|  114 +++---
 syslog-ng.conf  |  184 +-
 syslog-ng.logrotate |   14 +--
 3 files changed, 157 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 22:45:14 UTC (rev 309363)
+++ PKGBUILD2017-11-09 22:45:41 UTC (rev 309364)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=syslog-ng
-pkgver=3.12.1
-pkgrel=1
-pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
-arch=('i686' 'x86_64')
-url="http://www.balabit.com/network-security/syslog-ng/";
-license=('GPL2' 'LGPL2.1')
-depends=('awk' 'eventlog' 'systemd' 'glib2' 'libdbi')
-makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c')
-checkdepends=('python-nose' 'python-ply')
-optdepends=('logrotate: for rotating log files'
-   'json-c: for json-plugin'
-'curl: for the HTTP module'
-'librabbitmq-c: for the AMQP plugin'
-'libmongoc: for the MongoDB plugin')
-backup=('etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/logrotate.d/syslog-ng')
-source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
-syslog-ng.conf syslog-ng.logrotate)
-sha256sums=('12d2acb8e292d16068debae7f9a699e791ca497540d28833a694a9a1ccd78f43'
-'7c760108faf56cb645b1102e3a3363cc5943ff03d19021ae7ac623d268e7471a'
-'93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng@.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
---sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share 
\
---with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
---enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-manpages --with-jsonc=system --with-mongoc=system 
--with-librabbitmq-client=system
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check || /bin/true # python test requires pep8
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
-  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
-  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
-
-# See http://lists.balabit.hu/pipermail/syslog-ng/2016-February/022667.html
-  rm -r "$pkgdir"/usr/share/syslog-ng/include/scl/cim
-}

Copied: syslog-ng/repos/testing-x86_64/PKGBUILD (from rev 309363, 
syslog-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 22:45:41 UTC (rev 309364)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=syslog-ng
+pkgver=3.12.1
+pkgrel=2
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('i686' 'x86_64')
+url="http://www.balabit.com/network-security/syslog-ng/";
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'eventlog' 'systemd' 'glib2' 'libdbi')
+makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c')
+checkdepends=('python-nose' 'python-ply')
+optdepends=('logrotate: for rotating log files'
+   'json-c: for json-plugin'
+'curl: for the HTTP module'
+'librabbitmq-c: for the AMQP plugin'
+'libmongoc: for the MongoDB plugin')
+conflicts=('eventlog')
+replaces=('eventlog')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng')
+source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
+syslog-ng.conf syslog-ng.logrotate)
+sha256sums=('12d2acb8e292d16068debae7f9a699e791ca497540d28833a694a9a1ccd78f43'
+'7c760108faf56cb645b1102e3a3363cc5943ff03d19021ae7ac623d268e7471a'
+'93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbi

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

2017-11-09 Thread Antonio Rojas
Date: Thursday, November 9, 2017 @ 22:45:14
  Author: arojas
Revision: 309363

Replace eventlog (FS#56285)

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:15:59 UTC (rev 309362)
+++ PKGBUILD2017-11-09 22:45:14 UTC (rev 309363)
@@ -3,7 +3,7 @@
 
 pkgname=syslog-ng
 pkgver=3.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('i686' 'x86_64')
 url="http://www.balabit.com/network-security/syslog-ng/";
@@ -16,6 +16,8 @@
 'curl: for the HTTP module'
 'librabbitmq-c: for the AMQP plugin'
 'libmongoc: for the MongoDB plugin')
+conflicts=('eventlog')
+replaces=('eventlog')
 backup=('etc/syslog-ng/scl.conf'
 'etc/syslog-ng/syslog-ng.conf'
 'etc/logrotate.d/syslog-ng')


[arch-commits] Commit in (erlang19-nox)

2017-11-09 Thread Bruno Pagani
Date: Thursday, November 9, 2017 @ 22:25:05
  Author: archange
Revision: 266072

Removed erlang19-nox

Deleted:
  erlang19-nox/


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:15:51
  Author: jgc
Revision: 309361

upgpkg: libpwquality 1.4.0-1

Modified:
  libpwquality/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:11:54 UTC (rev 309360)
+++ PKGBUILD2017-11-09 22:15:51 UTC (rev 309361)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libpwquality
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Library for password quality checking and generating random passwords"
 arch=('i686' 'x86_64')
 url="https://github.com/libpwquality/libpwquality";
@@ -12,7 +12,7 @@
 optdepends=('python2: Python bindings')
 makedepends=('python2' git)
 backup=('etc/security/pwquality.conf')
-_commit=6e95824d07660d3c3a8d11252cf5a033f2d189d5  # master
+_commit=ec03e45823965bbcfcbaec7497a1b47033c3b632  # tags/libpwquality-1.4.0
 source=("git+https://github.com/libpwquality/libpwquality.git#commit=$_commit";)
 md5sums=('SKIP')
 


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:15:59
  Author: jgc
Revision: 309362

archrelease: copy trunk to extra-x86_64

Added:
  libpwquality/repos/extra-x86_64/PKGBUILD
(from rev 309361, libpwquality/trunk/PKGBUILD)
Deleted:
  libpwquality/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 22:15:51 UTC (rev 309361)
+++ PKGBUILD2017-11-09 22:15:59 UTC (rev 309362)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libpwquality
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Library for password quality checking and generating random passwords"
-arch=('i686' 'x86_64')
-url="https://github.com/libpwquality/libpwquality";
-license=('GPL')
-depends=('cracklib' 'pam')
-optdepends=('python2: Python bindings')
-makedepends=('python2' git)
-backup=('etc/security/pwquality.conf')
-_commit=6e95824d07660d3c3a8d11252cf5a033f2d189d5  # master
-source=("git+https://github.com/libpwquality/libpwquality.git#commit=$_commit";)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libpwquality-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-  sed '/mr_IN/d' -i po/LINGUAS
-}
-
-build() {
-cd "$pkgname"
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-python-rev=2.7 \
---with-python-binary=python2
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-}
-
-package() {
-cd "$pkgname"
-make DESTDIR="$pkgdir" install
-install -m755 -d "$pkgdir"/etc/security/pwquality.conf.d
-}

Copied: libpwquality/repos/extra-x86_64/PKGBUILD (from rev 309361, 
libpwquality/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 22:15:59 UTC (rev 309362)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libpwquality
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Library for password quality checking and generating random passwords"
+arch=('i686' 'x86_64')
+url="https://github.com/libpwquality/libpwquality";
+license=('GPL')
+depends=('cracklib' 'pam')
+optdepends=('python2: Python bindings')
+makedepends=('python2' git)
+backup=('etc/security/pwquality.conf')
+_commit=ec03e45823965bbcfcbaec7497a1b47033c3b632  # tags/libpwquality-1.4.0
+source=("git+https://github.com/libpwquality/libpwquality.git#commit=$_commit";)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpwquality-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+  sed '/mr_IN/d' -i po/LINGUAS
+}
+
+build() {
+cd "$pkgname"
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-python-rev=2.7 \
+--with-python-binary=python2
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+package() {
+cd "$pkgname"
+make DESTDIR="$pkgdir" install
+install -m755 -d "$pkgdir"/etc/security/pwquality.conf.d
+}


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:11:54
  Author: jgc
Revision: 309360

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 309359, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 22:11:45 UTC (rev 309359)
+++ PKGBUILD2017-11-09 22:11:54 UTC (rev 309360)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.75
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://pkg-isocodes.alioth.debian.org/";
-license=('LGPL')
-makedepends=('python' git)
-_commit=a37f8c303d96cefcda4cac6f1e7311be8eaa64a3  # tags/iso-codes-3.75
-source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 309359, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 22:11:54 UTC (rev 309360)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.76
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://pkg-isocodes.alioth.debian.org/";
+license=('LGPL')
+makedepends=('python' git)
+_commit=466dd437f40ec20d328dc5bf9ac57b64c4f954ab  # tags/iso-codes-3.76
+source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:11:45
  Author: jgc
Revision: 309359

upgpkg: iso-codes 3.76-1

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:06:54 UTC (rev 309358)
+++ PKGBUILD2017-11-09 22:11:45 UTC (rev 309359)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=iso-codes
-pkgver=3.75
+pkgver=3.76
 pkgrel=1
 pkgdesc="Lists of the country, language, and currency names"
 arch=('any')
@@ -9,7 +9,7 @@
 url="https://pkg-isocodes.alioth.debian.org/";
 license=('LGPL')
 makedepends=('python' git)
-_commit=a37f8c303d96cefcda4cac6f1e7311be8eaa64a3  # tags/iso-codes-3.75
+_commit=466dd437f40ec20d328dc5bf9ac57b64c4f954ab  # tags/iso-codes-3.76
 
source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:06:39
  Author: jgc
Revision: 309357

upgpkg: python-cairo 1.15.4-1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:03:34 UTC (rev 309356)
+++ PKGBUILD2017-11-09 22:06:39 UTC (rev 309357)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.13.3
+pkgver=1.15.4
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="https://pycairo.readthedocs.io/en/latest/";
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=a636fc44d3c071dc6a3598f51f782202c61add9e  # tags/v1.13.3
+_commit=88478f2bb18537ef3e58f9ecb94c509f24e3300b  # tags/v1.15.4
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in python-cairo/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:06:54
  Author: jgc
Revision: 309358

archrelease: copy trunk to extra-x86_64

Added:
  python-cairo/repos/extra-x86_64/PKGBUILD
(from rev 309357, python-cairo/trunk/PKGBUILD)
Deleted:
  python-cairo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 22:06:39 UTC (rev 309357)
+++ PKGBUILD2017-11-09 22:06:54 UTC (rev 309358)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez   
-# Maintainer: Jan de Groot 
-
-pkgbase=python-cairo
-pkgname=(python-cairo python2-cairo)
-pkgver=1.13.3
-pkgrel=1
-pkgdesc="Python bindings for the cairo graphics library"
-arch=('i686' 'x86_64')
-url="https://pycairo.readthedocs.io/en/latest/";
-license=('LGPL2.1' 'MPL')
-makedepends=(python python2 cairo git)
-_commit=a636fc44d3c071dc6a3598f51f782202c61add9e  # tags/v1.13.3
-source=("git+https://github.com/pygobject/pycairo/#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pycairo
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-
-build() {
-  cd pycairo
-  python2 setup.py build
-  python setup.py build
-}
-
-package_python2-cairo() {
-  depends=('cairo' 'python2')
-  pkgdesc="Python2 bindings for the cairo graphics library"
-
-  cd pycairo
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1'
-}
-
-package_python-cairo() {
-  depends=('cairo' 'python')
-
-  cd pycairo
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
-}

Copied: python-cairo/repos/extra-x86_64/PKGBUILD (from rev 309357, 
python-cairo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 22:06:54 UTC (rev 309358)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Maintainer: Jan de Groot 
+
+pkgbase=python-cairo
+pkgname=(python-cairo python2-cairo)
+pkgver=1.15.4
+pkgrel=1
+pkgdesc="Python bindings for the cairo graphics library"
+arch=('i686' 'x86_64')
+url="https://pycairo.readthedocs.io/en/latest/";
+license=('LGPL2.1' 'MPL')
+makedepends=(python python2 cairo git)
+_commit=88478f2bb18537ef3e58f9ecb94c509f24e3300b  # tags/v1.15.4
+source=("git+https://github.com/pygobject/pycairo/#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pycairo
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+
+build() {
+  cd pycairo
+  python2 setup.py build
+  python setup.py build
+}
+
+package_python2-cairo() {
+  depends=('cairo' 'python2')
+  pkgdesc="Python2 bindings for the cairo graphics library"
+
+  cd pycairo
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1'
+}
+
+package_python-cairo() {
+  depends=('cairo' 'python')
+
+  cd pycairo
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
+}


[arch-commits] Commit in python-gdata/repos/extra-any (PKGBUILD PKGBUILD)

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:03:34
  Author: jgc
Revision: 309356

archrelease: copy trunk to extra-any

Added:
  python-gdata/repos/extra-any/PKGBUILD
(from rev 309355, python-gdata/trunk/PKGBUILD)
Deleted:
  python-gdata/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 22:02:49 UTC (rev 309355)
+++ PKGBUILD2017-11-09 22:03:34 UTC (rev 309356)
@@ -1,30 +0,0 @@
-#$Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Jan de Groot 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: Christophe Gueret 
-
-pkgbase=python-gdata
-pkgname=('python2-gdata')
-pkgver=2.0.18
-pkgrel=1
-pkgdesc="Python client library for Google data APIs"
-arch=('any')
-url="http://code.google.com/p/gdata-python-client/";
-license=('APACHE')
-depends=('python2')
-conflicts=('python-gdata<=2.0.17-1')
-replaces=('python-gdata<=2.0.17-1')
-source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
-sha1sums=('4cd6804f2af81697219307421996c6055c7c16e4')
-
-prepare() {
-  cd gdata-${pkgver}
-  find . -type f -exec sed -i -e 's@^#!/usr/bin/env python@#!/usr/bin/env 
python2@' \
--e 's@^#!/usr/.*bin/python.*@#!/usr/bin/python2@'  {} \;
-}
-
-package_python2-gdata() {
-  cd gdata-${pkgver}
-  python2 setup.py install --prefix=/usr --root "${pkgdir}" 
-}

Copied: python-gdata/repos/extra-any/PKGBUILD (from rev 309355, 
python-gdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 22:03:34 UTC (rev 309356)
@@ -0,0 +1,30 @@
+#$Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Jan de Groot 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: Christophe Gueret 
+
+pkgbase=python-gdata
+pkgname=('python2-gdata')
+pkgver=2.0.18
+pkgrel=2
+pkgdesc="Python client library for Google data APIs"
+arch=('any')
+url="https://github.com/google/gdata-python-client";
+license=('APACHE')
+depends=('python2')
+conflicts=('python-gdata<=2.0.17-1')
+replaces=('python-gdata<=2.0.17-1')
+source=(https://files.pythonhosted.org/packages/source/g/gdata/gdata-${pkgver}.tar.gz)
+sha1sums=('4cd6804f2af81697219307421996c6055c7c16e4')
+
+prepare() {
+  cd gdata-${pkgver}
+  find . -type f -exec sed -i -e 's@^#!/usr/bin/env python@#!/usr/bin/env 
python2@' \
+-e 's@^#!/usr/.*bin/python.*@#!/usr/bin/python2@'  {} \;
+}
+
+package_python2-gdata() {
+  cd gdata-${pkgver}
+  python2 setup.py install --prefix=/usr --root "${pkgdir}" 
+}


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:02:49
  Author: jgc
Revision: 309355

upgpkg: python-gdata 2.0.18-2

Modified:
  python-gdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:01:50 UTC (rev 309354)
+++ PKGBUILD2017-11-09 22:02:49 UTC (rev 309355)
@@ -7,15 +7,15 @@
 pkgbase=python-gdata
 pkgname=('python2-gdata')
 pkgver=2.0.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Python client library for Google data APIs"
 arch=('any')
-url="http://code.google.com/p/gdata-python-client/";
+url="https://github.com/google/gdata-python-client";
 license=('APACHE')
 depends=('python2')
 conflicts=('python-gdata<=2.0.17-1')
 replaces=('python-gdata<=2.0.17-1')
-source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/g/gdata/gdata-${pkgver}.tar.gz)
 sha1sums=('4cd6804f2af81697219307421996c6055c7c16e4')
 
 prepare() {


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:58:13
  Author: jgc
Revision: 309347

archrelease: copy trunk to extra-x86_64

Added:
  libthai/repos/extra-x86_64/PKGBUILD
(from rev 309346, libthai/trunk/PKGBUILD)
Deleted:
  libthai/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 21:57:59 UTC (rev 309346)
+++ PKGBUILD2017-11-09 21:58:13 UTC (rev 309347)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=libthai
-pkgver=0.1.26
-pkgrel=1
-pkgdesc="Thai language support routines"
-url="https://linux.thai.net/projects/libthai";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libdatrie')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('e79403961d538b56fc4af7670643844c')
-sha256sums=('8710112c836b272db1740a9ea3e6c7ebb65b64eee0e143fc2b2c60f99f6bfe2a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libthai/repos/extra-x86_64/PKGBUILD (from rev 309346, 
libthai/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 21:58:13 UTC (rev 309347)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=libthai
+pkgver=0.1.27
+pkgrel=1
+pkgdesc="Thai language support routines"
+url="https://linux.thai.net/projects/libthai";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('2f851d6bc940080e1af1d38504d4f564')
+sha256sums=('1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:57:59
  Author: jgc
Revision: 309346

upgpkg: libthai 0.1.27-1

Modified:
  libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:55:37 UTC (rev 309345)
+++ PKGBUILD2017-11-09 21:57:59 UTC (rev 309346)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul 
 
 pkgname=libthai
-pkgver=0.1.26
+pkgver=0.1.27
 pkgrel=1
 pkgdesc="Thai language support routines"
 url="https://linux.thai.net/projects/libthai";
@@ -13,8 +13,8 @@
 makedepends=('pkgconfig')
 options=('!emptydirs')
 
source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('e79403961d538b56fc4af7670643844c')
-sha256sums=('8710112c836b272db1740a9ea3e6c7ebb65b64eee0e143fc2b2c60f99f6bfe2a')
+md5sums=('2f851d6bc940080e1af1d38504d4f564')
+sha256sums=('1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:55:37
  Author: jgc
Revision: 309345

archrelease: copy trunk to extra-x86_64

Added:
  libpst/repos/extra-x86_64/PKGBUILD
(from rev 309344, libpst/trunk/PKGBUILD)
Deleted:
  libpst/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 21:55:11 UTC (rev 309344)
+++ PKGBUILD2017-11-09 21:55:37 UTC (rev 309345)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.70
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.five-ten-sg.com/libpst/";
-license=('GPL')
-makedepends=('python2' 'boost' 'libgsf')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('19981c0661305d093e7df8cf579662c6157ffb38a7873091cfc9e900fb4667d4')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_libpst() {
-  pkgdesc="Outlook .pst file converter"
-  depends=('gcc-libs' 'libgsf')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!docs')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libpst-docs() {
-  pkgdesc="Documentation for Outlook .pst file converter"
-  options=('docs')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="${pkgdir}" install-htmlDATA
-  cd html
-  make DESTDIR="${pkgdir}" install-htmldevelDATA
-}

Copied: libpst/repos/extra-x86_64/PKGBUILD (from rev 309344, 
libpst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 21:55:37 UTC (rev 309345)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.71
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('fb9208d21a39f103011fe09ee8d1a37596f679df5495a8c58071c4c7b39e168c')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd html
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:55:11
  Author: jgc
Revision: 309344

upgpkg: libpst 0.6.71-1

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:50:44 UTC (rev 309343)
+++ PKGBUILD2017-11-09 21:55:11 UTC (rev 309344)
@@ -3,14 +3,14 @@
 
 pkgbase=libpst
 pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.70
-pkgrel=3
+pkgver=0.6.71
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.five-ten-sg.com/libpst/";
 license=('GPL')
 makedepends=('python2' 'boost' 'libgsf')
 source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('19981c0661305d093e7df8cf579662c6157ffb38a7873091cfc9e900fb4667d4')
+sha256sums=('fb9208d21a39f103011fe09ee8d1a37596f679df5495a8c58071c4c7b39e168c')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in hicolor-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:50:44
  Author: jgc
Revision: 309343

archrelease: copy trunk to extra-any

Added:
  hicolor-icon-theme/repos/extra-any/PKGBUILD
(from rev 309342, hicolor-icon-theme/trunk/PKGBUILD)
Deleted:
  hicolor-icon-theme/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 21:50:26 UTC (rev 309342)
+++ PKGBUILD2017-11-09 21:50:44 UTC (rev 309343)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan De Groot 
-
-pkgname=hicolor-icon-theme
-pkgver=0.15
-pkgrel=1
-pkgdesc="Freedesktop.org Hicolor icon theme"
-arch=('any')
-url="http://www.freedesktop.org/wiki/Software/icon-theme/";
-license=('GPL2')
-source=("http://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('368ecc47521e1a2f72cef0171bee02aae876ff53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: hicolor-icon-theme/repos/extra-any/PKGBUILD (from rev 309342, 
hicolor-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 21:50:44 UTC (rev 309343)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan De Groot 
+
+pkgname=hicolor-icon-theme
+pkgver=0.17
+pkgrel=1
+pkgdesc="Freedesktop.org Hicolor icon theme"
+arch=('any')
+url="https://www.freedesktop.org/wiki/Software/icon-theme/";
+license=('GPL2')
+source=("https://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in hicolor-icon-theme/trunk (PKGBUILD)

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:50:26
  Author: jgc
Revision: 309342

upgpkg: hicolor-icon-theme 0.17-1

Modified:
  hicolor-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:47:22 UTC (rev 309341)
+++ PKGBUILD2017-11-09 21:50:26 UTC (rev 309342)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot 
 
 pkgname=hicolor-icon-theme
-pkgver=0.15
+pkgver=0.17
 pkgrel=1
 pkgdesc="Freedesktop.org Hicolor icon theme"
 arch=('any')
@@ -9,7 +9,7 @@
 url="https://www.freedesktop.org/wiki/Software/icon-theme/";
 license=('GPL2')
 
source=("https://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc')
+sha256sums=('317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8')
 
 build() {
   cd $pkgname-$pkgver


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:47:22
  Author: jgc
Revision: 309341

archrelease: copy trunk to testing-x86_64

Added:
  libxml2/repos/testing-x86_64/
  libxml2/repos/testing-x86_64/PKGBUILD
(from rev 309340, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch
(from rev 309340, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)

+
 PKGBUILD   |   65 +++
 libxml2-2.9.4-remove-pyverify_fd.patch |   12 +
 2 files changed, 77 insertions(+)

Copied: libxml2/repos/testing-x86_64/PKGBUILD (from rev 309340, 
libxml2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-09 21:47:22 UTC (rev 309341)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.7+4+g72182550
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz' 'icu')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/";
+_commit=72182550926d31ad17357bd3ed69e49d7e69df02  # master~7
+source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
+https://www.w3.org/XML/Test/xmlts20130923.tar.gz
+libxml2-2.9.4-remove-pyverify_fd.patch)
+sha256sums=('SKIP'
+'9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f'
+'c9cebff010bd99c5453847e87b9fa8fdd7f744f415bf680b3650877789460ca9')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-rc/rc/' -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+
+  patch -Np1 -i ../libxml2-2.9.4-remove-pyverify_fd.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2 --with-icu
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python --with-icu
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}

Copied: libxml2/repos/testing-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch 
(from rev 309340, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)
===
--- testing-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch   
(rev 0)
+++ testing-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch   2017-11-09 
21:47:22 UTC (rev 309341)
@@ -0,0 +1,12 @@
+diff -Nur libxml2-2.9.4.orig/python/types.c libxml2-2.9.4/python/types.c
+--- libxml2-2.9.4.orig/python/types.c  2016-02-09 03:17:33.0 -0700
 libxml2-2.9.4/python/types.c   2016-12-21 12:34:06.755650986 -0700
+@@ -31,8 +31,6 @@
+ const char *mode;
+ 
+ fd = PyObject_AsFileDescriptor(f);
+-if (!_PyVerify_fd(fd))
+-return(NULL);
+ /*
+  * Get the flags on the fd to understand how it was opened
+  */


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:47:16
  Author: jgc
Revision: 309340

upgpkg: libxml2 2.9.7+4+g72182550-1

Modified:
  libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:43:24 UTC (rev 309339)
+++ PKGBUILD2017-11-09 21:47:16 UTC (rev 309340)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor 
 
 pkgname=libxml2
-pkgver=2.9.6+3+g5af594d8
+pkgver=2.9.7+4+g72182550
 pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!makeflags)
 makedepends=('python2' 'python' 'git')
 url="http://www.xmlsoft.org/";
-_commit=5af594d8bc55121ae454cba4d05793d1db7ff612  # master
+_commit=72182550926d31ad17357bd3ed69e49d7e69df02  # master~7
 source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
 https://www.w3.org/XML/Test/xmlts20130923.tar.gz
 libxml2-2.9.4-remove-pyverify_fd.patch)


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

2017-11-09 Thread Rémy Oudompheng
Date: Thursday, November 9, 2017 @ 21:24:22
  Author: remy
Revision: 309336

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

Added:
  latex2rtf/repos/extra-i686/PKGBUILD
(from rev 309335, latex2rtf/trunk/PKGBUILD)
  latex2rtf/repos/extra-x86_64/PKGBUILD
(from rev 309335, latex2rtf/trunk/PKGBUILD)
Deleted:
  latex2rtf/repos/extra-i686/PKGBUILD
  latex2rtf/repos/extra-i686/texinfo-5-fix.patch
  latex2rtf/repos/extra-x86_64/PKGBUILD
  latex2rtf/repos/extra-x86_64/texinfo-5-fix.patch

--+
 /PKGBUILD|   72 +
 extra-i686/PKGBUILD  |   39 
 extra-i686/texinfo-5-fix.patch   |   46 ---
 extra-x86_64/PKGBUILD|   39 
 extra-x86_64/texinfo-5-fix.patch |   46 ---
 5 files changed, 72 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-09 21:23:24 UTC (rev 309335)
+++ extra-i686/PKGBUILD 2017-11-09 21:24:22 UTC (rev 309336)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: John Proctor 
-
-pkgname=latex2rtf
-pkgver=2.3.10
-pkgrel=1
-pkgdesc="LaTeX to RTF converter"
-arch=('i686' 'x86_64')
-url="http://latex2rtf.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'imagemagick' 'ghostscript')
-makedepends=('texinfo' 'texlive-bin' 'texlive-plainextra')
-checkdepends=('texlive-latexextra') # for a4wide package
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-"texinfo-5-fix.patch")
-sha1sums=('aa6adc7d6c25658aed1bc0bb70cf0274f7a770aa'
-  'e5f2020004ba2aa428eabdce07f4a68ea11f3882')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/texinfo-5-fix.patch"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=/usr latex2rtf
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/usr" install install-info
-  sed -i -e 's|error "no input file specified"| echo "error: no input file 
specified"|' "${pkgdir}/usr/bin/latex2png"
-}

Copied: latex2rtf/repos/extra-i686/PKGBUILD (from rev 309335, 
latex2rtf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-09 21:24:22 UTC (rev 309336)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: John Proctor 
+
+pkgname=latex2rtf
+pkgver=2.3.16
+pkgrel=1
+pkgdesc="LaTeX to RTF converter"
+arch=('i686' 'x86_64')
+url="http://latex2rtf.sourceforge.net/";
+license=('GPL')
+depends=('glibc' 'imagemagick' 'ghostscript')
+makedepends=('texinfo' 'texlive-bin' 'texlive-plainextra')
+checkdepends=('texlive-latexextra') # for a4wide package
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('79aff771ee014300606560f18fde74c9eb3a250d')
+md5sums=('a7e705af414753c01b04ff15bf4c0af6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=/usr latex2rtf
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's,s/,s/\\,' test/bracecheck
+  chmod u+x test/bracecheck
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/usr" install install-info
+  chmod 755 "${pkgdir}/usr/bin/latex2png"
+  sed -i -e 's|error "no input file specified"| echo "error: no input file 
specified"|' "${pkgdir}/usr/bin/latex2png"
+}

Deleted: extra-i686/texinfo-5-fix.patch
===
--- extra-i686/texinfo-5-fix.patch  2017-11-09 21:23:24 UTC (rev 309335)
+++ extra-i686/texinfo-5-fix.patch  2017-11-09 21:24:22 UTC (rev 309336)
@@ -1,46 +0,0 @@
 latex2rtf-2.3.5.orig/doc/latex2rtf.texi2013-11-12 11:24:58.0 
+0100
-+++ latex2rtf-2.3.5/doc/latex2rtf.texi 2014-12-21 09:17:30.224252473 +0100
-@@ -1,7 +1,3 @@
--\def\LaTeX{L\kern-.36em\raise.3ex\hbox{\sc a}\kern-.15em\TeX}
--\def\LaTeXe{\LaTeX\kern.15em 2$_\varepsilon$}
--\def\BibTeX{B\kern-.05em{\sc i\kern-.025em b}\kern-.08em\TeX}
--
- \input texinfo  
- @c -*-texinfo-*-
- @c %**start of header
-@@ -22,7 +18,7 @@
- LaTeX
- @end ifnottex
- @iftex
--@LaTeX{}
-+\\LaTeX{}
- @end iftex
- @end macro
- 
-@@ -31,7 +27,7 @@
- BibTeX
- @end ifnottex
- @iftex
--@BibTeX{}
-+\\BibTeX{}
- @end iftex
- @end macro
- 
-@@ -40,7 +36,7 @@
- LaTeX2e
- @end ifnottex
- @iftex
--@LaTeXe{}
-+\\LaTeXe{}
- @end iftex
- @end macro
- 
-@@ -49,7 +45,7 @@
- LaTeX2RTF
- @end ifnottex
- @iftex
--@LaTeX{}2RTF
-+\\LaTeX{}2RTF
- @end iftex
- @end macro
- 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-09 21:23:24 UTC (rev 309335)
+++ extra-x86_6

[arch-commits] Commit in latex2rtf/trunk (PKGBUILD texinfo-5-fix.patch)

2017-11-09 Thread Rémy Oudompheng
Date: Thursday, November 9, 2017 @ 21:23:24
  Author: remy
Revision: 309335

upgpkg: latex2rtf 2.3.16-1

Upstream update.

Modified:
  latex2rtf/trunk/PKGBUILD
Deleted:
  latex2rtf/trunk/texinfo-5-fix.patch

-+
 PKGBUILD|   19 ---
 texinfo-5-fix.patch |   46 --
 2 files changed, 8 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:19:52 UTC (rev 309334)
+++ PKGBUILD2017-11-09 21:23:24 UTC (rev 309335)
@@ -3,7 +3,7 @@
 # Contributor: John Proctor 
 
 pkgname=latex2rtf
-pkgver=2.3.10
+pkgver=2.3.16
 pkgrel=1
 pkgdesc="LaTeX to RTF converter"
 arch=('i686' 'x86_64')
@@ -12,16 +12,10 @@
 depends=('glibc' 'imagemagick' 'ghostscript')
 makedepends=('texinfo' 'texlive-bin' 'texlive-plainextra')
 checkdepends=('texlive-latexextra') # for a4wide package
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-"texinfo-5-fix.patch")
-sha1sums=('aa6adc7d6c25658aed1bc0bb70cf0274f7a770aa'
-  'e5f2020004ba2aa428eabdce07f4a68ea11f3882')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('79aff771ee014300606560f18fde74c9eb3a250d')
+md5sums=('a7e705af414753c01b04ff15bf4c0af6')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/texinfo-5-fix.patch"
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR=/usr latex2rtf
@@ -29,11 +23,14 @@
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
+  sed -i 's,s/,s/\\,' test/bracecheck
+  chmod u+x test/bracecheck
+  make check
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/usr" install install-info
+  chmod 755 "${pkgdir}/usr/bin/latex2png"
   sed -i -e 's|error "no input file specified"| echo "error: no input file 
specified"|' "${pkgdir}/usr/bin/latex2png"
 }

Deleted: texinfo-5-fix.patch
===
--- texinfo-5-fix.patch 2017-11-09 21:19:52 UTC (rev 309334)
+++ texinfo-5-fix.patch 2017-11-09 21:23:24 UTC (rev 309335)
@@ -1,46 +0,0 @@
 latex2rtf-2.3.5.orig/doc/latex2rtf.texi2013-11-12 11:24:58.0 
+0100
-+++ latex2rtf-2.3.5/doc/latex2rtf.texi 2014-12-21 09:17:30.224252473 +0100
-@@ -1,7 +1,3 @@
--\def\LaTeX{L\kern-.36em\raise.3ex\hbox{\sc a}\kern-.15em\TeX}
--\def\LaTeXe{\LaTeX\kern.15em 2$_\varepsilon$}
--\def\BibTeX{B\kern-.05em{\sc i\kern-.025em b}\kern-.08em\TeX}
--
- \input texinfo  
- @c -*-texinfo-*-
- @c %**start of header
-@@ -22,7 +18,7 @@
- LaTeX
- @end ifnottex
- @iftex
--@LaTeX{}
-+\\LaTeX{}
- @end iftex
- @end macro
- 
-@@ -31,7 +27,7 @@
- BibTeX
- @end ifnottex
- @iftex
--@BibTeX{}
-+\\BibTeX{}
- @end iftex
- @end macro
- 
-@@ -40,7 +36,7 @@
- LaTeX2e
- @end ifnottex
- @iftex
--@LaTeXe{}
-+\\LaTeXe{}
- @end iftex
- @end macro
- 
-@@ -49,7 +45,7 @@
- LaTeX2RTF
- @end ifnottex
- @iftex
--@LaTeX{}2RTF
-+\\LaTeX{}2RTF
- @end iftex
- @end macro
- 


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:19:52
  Author: jgc
Revision: 309334

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 309333, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 21:19:08 UTC (rev 309333)
+++ PKGBUILD2017-11-09 21:19:52 UTC (rev 309334)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.34
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=f69663fd852fff16cd52b85d98439acb8b186ad3  # tags/GOFFICE_0_10_34^0
-source=("git+https://git.gnome.org/browse/goffice#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 309333, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 21:19:52 UTC (rev 309334)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.35+8+gbb14b288
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=bb14b288be3dcce3a212dc364b2362a11e139dae  # master
+source=("git+https://git.gnome.org/browse/goffice#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:19:08
  Author: jgc
Revision: 309333

upgpkg: goffice 0.10.35+8+gbb14b288-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:13:28 UTC (rev 309332)
+++ PKGBUILD2017-11-09 21:19:08 UTC (rev 309333)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.34
+pkgver=0.10.35+8+gbb14b288
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice";
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=f69663fd852fff16cd52b85d98439acb8b186ad3  # tags/GOFFICE_0_10_34^0
+_commit=bb14b288be3dcce3a212dc364b2362a11e139dae  # master
 source=("git+https://git.gnome.org/browse/goffice#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:13:28
  Author: jgc
Revision: 309332

archrelease: copy trunk to extra-x86_64

Added:
  gdl/repos/extra-x86_64/PKGBUILD
(from rev 309331, gdl/trunk/PKGBUILD)
Deleted:
  gdl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 21:13:17 UTC (rev 309331)
+++ PKGBUILD2017-11-09 21:13:28 UTC (rev 309332)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gdl
-pkgver=3.22.0
-pkgrel=1
-pkgdesc="GNOME Docking Library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.gnome.org/";
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' gnome-common git)
-_commit=4d878257865371dfbb1662f4d17b12b3ed334cb6  # tags/GDL_3_22_0^0
-source=("git://git.gnome.org/gdl#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GDL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: gdl/repos/extra-x86_64/PKGBUILD (from rev 309331, gdl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 21:13:28 UTC (rev 309332)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gdl
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+arch=(x86_64)
+license=('GPL')
+url="http://www.gnome.org/";
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' gnome-common git)
+_commit=5299ee410b000e5f1c955c46a4a0b6acd822b906  # tags/GDL_3_26_0^0
+source=("git://git.gnome.org/gdl#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GDL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 21:13:17
  Author: jgc
Revision: 309331

upgpkg: gdl 3.26.0-1

Modified:
  gdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:08:31 UTC (rev 309330)
+++ PKGBUILD2017-11-09 21:13:17 UTC (rev 309331)
@@ -2,15 +2,15 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gdl
-pkgver=3.22.0
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="GNOME Docking Library"
-arch=(i686 x86_64)
+arch=(x86_64)
 license=('GPL')
 url="http://www.gnome.org/";
 depends=('gtk3')
 makedepends=('gtk-doc' 'intltool' 'gobject-introspection' gnome-common git)
-_commit=4d878257865371dfbb1662f4d17b12b3ed334cb6  # tags/GDL_3_22_0^0
+_commit=5299ee410b000e5f1c955c46a4a0b6acd822b906  # tags/GDL_3_26_0^0
 source=("git://git.gnome.org/gdl#commit=$_commit")
 sha256sums=('SKIP')
 


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

2017-11-09 Thread Andreas Radke
Date: Thursday, November 9, 2017 @ 21:08:31
  Author: andyrtr
Revision: 309330

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   72 +
 xf86-video-intel.install |   21 +
 2 files changed, 93 insertions(+)

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 309329, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-09 21:08:31 UTC (rev 309330)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=37a682aa8a420a75a920e0fa7cf8659f834ed60f # master
+pkgver=2.99.917+800+g37a682aa
+pkgrel=1
+epoch=1
+arch=(x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers')
+source=("git+https://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--with-default-dri=3
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install (from 
rev 309329, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-x86_64/xf86-video-intel.install (rev 0)
+++ testing-x86_64/xf86-video-intel.install 2017-11-09 21:08:31 UTC (rev 
309330)
@@ -0,0 +1,21 @@
+post_install() {
+  cat <>> This driver now uses DRI3 as the default Direct Rendering
+Infrastructure. You can try falling back to DRI2 if you run
+into trouble. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "DRI" "2" # DRI3 is now default 
+#Option  "AccelMethod"  "sna" # default
+#Option  "AccelMethod"  "uxa" # fallback
+  EndSection
+MSG
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
+post_install
+  fi
+}


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

2017-11-09 Thread Andreas Radke
Date: Thursday, November 9, 2017 @ 21:08:08
  Author: andyrtr
Revision: 309329

upgpkg: xf86-video-intel 1:2.99.917+800+g37a682aa-1

update to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:06:47 UTC (rev 309328)
+++ PKGBUILD2017-11-09 21:08:08 UTC (rev 309329)
@@ -3,11 +3,11 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=4798e18b2b2c8b0a05dc967e6140fd9962bc1a73 # master
-pkgver=2.99.917+797+g4798e18b
+_commit=37a682aa8a420a75a920e0fa7cf8659f834ed60f # master
+pkgver=2.99.917+800+g37a682aa
 pkgrel=1
 epoch=1
-arch=(i686 x86_64)
+arch=(x86_64)
 url="https://01.org/linuxgraphics";
 license=('custom')
 install=$pkgname.install


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

2017-11-09 Thread Andreas Radke
Date: Thursday, November 9, 2017 @ 21:06:47
  Author: andyrtr
Revision: 309328

drop duplicate clucene makedep; FS#56084

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:06:03 UTC (rev 309327)
+++ PKGBUILD2017-11-09 21:06:47 UTC (rev 309328)
@@ -21,7 +21,7 @@
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu'
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene'


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

2017-11-09 Thread Andreas Radke
Date: Thursday, November 9, 2017 @ 21:06:03
  Author: andyrtr
Revision: 309327

drop duplicate clucene makedep; FS#56084

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 21:01:23 UTC (rev 309326)
+++ PKGBUILD2017-11-09 21:06:03 UTC (rev 309327)
@@ -21,7 +21,7 @@
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 


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

2017-11-09 Thread Andreas Radke
Date: Thursday, November 9, 2017 @ 20:58:18
  Author: andyrtr
Revision: 266060

archrelease: copy trunk to community-staging-x86_64

Added:
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/0001-adapt-to-poppler-0.58.patch
(from rev 266059, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 266059, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/prefer-qt5.patch
(from rev 266059, gambas3/trunk/prefer-qt5.patch)
  gambas3/repos/community-staging-x86_64/sdl2_mixer.diff
(from rev 266059, gambas3/trunk/sdl2_mixer.diff)

--+
 0001-adapt-to-poppler-0.58.patch |  105 +++
 PKGBUILD | 1155 +
 prefer-qt5.patch |   57 +
 sdl2_mixer.diff  |   11 
 4 files changed, 1328 insertions(+)

Copied: gambas3/repos/community-staging-x86_64/0001-adapt-to-poppler-0.58.patch 
(from rev 266059, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
===
--- community-staging-x86_64/0001-adapt-to-poppler-0.58.patch   
(rev 0)
+++ community-staging-x86_64/0001-adapt-to-poppler-0.58.patch   2017-11-09 
20:58:18 UTC (rev 266060)
@@ -0,0 +1,105 @@
+From 6a4adabfd7e02e6fef99049e8e2373b12b559e69 Mon Sep 17 00:00:00 2001
+From: David Tardon 
+Date: Wed, 6 Sep 2017 12:58:12 +0200
+Subject: [PATCH] adapt to poppler 0.58
+
+---
+ gb.pdf/configure.ac |  2 ++
+ gb.pdf/src/CPdfDocument.cpp | 24 
+ 2 files changed, 26 insertions(+)
+
+diff --git a/gb.pdf/configure.ac b/gb.pdf/configure.ac
+index 25b344a9a..be4bf9557 100644
+--- a/gb.pdf/configure.ac
 b/gb.pdf/configure.ac
+@@ -29,6 +29,8 @@ if test "$have_poppler" = "yes"; then
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_17, $((1-$?)), Poppler version >= 0.17)
+   pkg-config --atleast-version=0.20.0 poppler
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_20, $((1-$?)), Poppler version >= 0.20)
++  pkg-config --atleast-version=0.58.0 poppler
++  AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_58, $((1-$?)), Poppler version >= 0.58)
+ fi
+ 
+ AC_OUTPUT( \
+diff --git a/gb.pdf/src/CPdfDocument.cpp b/gb.pdf/src/CPdfDocument.cpp
+index 43802c77b..80d2d97c5 100644
+--- a/gb.pdf/src/CPdfDocument.cpp
 b/gb.pdf/src/CPdfDocument.cpp
+@@ -132,11 +132,19 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   Dict *info_dict;
+   char *tmpstr;
+ 
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo (&obj);
++  #endif
+   if (!obj.isDict()) { GB.ReturnNewZeroString(""); return; }
+   
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, &dst);
++  #endif
+   if (!dst.isString ()) { GB.ReturnNewZeroString(""); }
+   else {
+   goo_value = dst.getString();
+@@ -149,8 +157,10 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   else
+   
GB.ReturnNewString(goo_value->getCString(),goo_value->getLength()); 
+   }
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free(); 
++  #endif
+ }
+ 
+ static void aux_return_date_info(void *_object, const char *key)
+@@ -167,11 +177,19 @@ static void aux_return_date_info(void *_object, const 
char *key)
+ 
+   GB.ReturnDate(NULL);
+   
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo (&obj);
++  #endif
+   if (!obj.isDict()) return;
+ 
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, &dst);
++  #endif
+   if (dst.isString ())
+   {
+   goo = dst.getString();
+@@ -197,8 +215,10 @@ static void aux_return_date_info(void *_object, const 
char *key)
+   }
+ 
+   if (tofree) GB.FreeString(&tofree);
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free();
++  #endif
+ }
+ 
+ static LinkDest *get_dest(LinkAction *act)
+@@ -426,8 +446,12 @@ int32_t open_document (void *_object, char *sfile, 
int32_t lfile)
+ 
+   if ( GB.LoadFile(sfile,lfile,&buf,&len) ) return -1;
+ 
++  #if POPPLER_VERSION_0_58
++  stream=new MemStream(buf,0,(Guint)len,std::move(obj));
++  #else
+   obj.initNull();
+   stream=new MemStream(buf,0,(Guint)len,&obj);
++  #endif
+   test=new PDFDoc (stream,0,0);
+ 
+   if (!test->isOk())
+-- 
+2.13.5
+

Copied: gambas3/repos/community-staging-x86_64/PKGBUILD (from rev 266059, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-x86_64/

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

2017-11-09 Thread Andreas Radke
Date: Thursday, November 9, 2017 @ 20:56:44
  Author: andyrtr
Revision: 266059

pkg has to go to community-staging

Deleted:
  gambas3/repos/staging-x86_64/


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

2017-11-09 Thread Andreas Radke
Date: Thursday, November 9, 2017 @ 20:51:54
  Author: andyrtr
Revision: 266058

archrelease: copy trunk to staging-x86_64

Added:
  gambas3/repos/staging-x86_64/
  gambas3/repos/staging-x86_64/0001-adapt-to-poppler-0.58.patch
(from rev 266057, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
  gambas3/repos/staging-x86_64/PKGBUILD
(from rev 266057, gambas3/trunk/PKGBUILD)
  gambas3/repos/staging-x86_64/prefer-qt5.patch
(from rev 266057, gambas3/trunk/prefer-qt5.patch)
  gambas3/repos/staging-x86_64/sdl2_mixer.diff
(from rev 266057, gambas3/trunk/sdl2_mixer.diff)

--+
 0001-adapt-to-poppler-0.58.patch |  105 +++
 PKGBUILD | 1155 +
 prefer-qt5.patch |   57 +
 sdl2_mixer.diff  |   11 
 4 files changed, 1328 insertions(+)

Copied: gambas3/repos/staging-x86_64/0001-adapt-to-poppler-0.58.patch (from rev 
266057, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
===
--- staging-x86_64/0001-adapt-to-poppler-0.58.patch 
(rev 0)
+++ staging-x86_64/0001-adapt-to-poppler-0.58.patch 2017-11-09 20:51:54 UTC 
(rev 266058)
@@ -0,0 +1,105 @@
+From 6a4adabfd7e02e6fef99049e8e2373b12b559e69 Mon Sep 17 00:00:00 2001
+From: David Tardon 
+Date: Wed, 6 Sep 2017 12:58:12 +0200
+Subject: [PATCH] adapt to poppler 0.58
+
+---
+ gb.pdf/configure.ac |  2 ++
+ gb.pdf/src/CPdfDocument.cpp | 24 
+ 2 files changed, 26 insertions(+)
+
+diff --git a/gb.pdf/configure.ac b/gb.pdf/configure.ac
+index 25b344a9a..be4bf9557 100644
+--- a/gb.pdf/configure.ac
 b/gb.pdf/configure.ac
+@@ -29,6 +29,8 @@ if test "$have_poppler" = "yes"; then
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_17, $((1-$?)), Poppler version >= 0.17)
+   pkg-config --atleast-version=0.20.0 poppler
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_20, $((1-$?)), Poppler version >= 0.20)
++  pkg-config --atleast-version=0.58.0 poppler
++  AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_58, $((1-$?)), Poppler version >= 0.58)
+ fi
+ 
+ AC_OUTPUT( \
+diff --git a/gb.pdf/src/CPdfDocument.cpp b/gb.pdf/src/CPdfDocument.cpp
+index 43802c77b..80d2d97c5 100644
+--- a/gb.pdf/src/CPdfDocument.cpp
 b/gb.pdf/src/CPdfDocument.cpp
+@@ -132,11 +132,19 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   Dict *info_dict;
+   char *tmpstr;
+ 
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo (&obj);
++  #endif
+   if (!obj.isDict()) { GB.ReturnNewZeroString(""); return; }
+   
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, &dst);
++  #endif
+   if (!dst.isString ()) { GB.ReturnNewZeroString(""); }
+   else {
+   goo_value = dst.getString();
+@@ -149,8 +157,10 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   else
+   
GB.ReturnNewString(goo_value->getCString(),goo_value->getLength()); 
+   }
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free(); 
++  #endif
+ }
+ 
+ static void aux_return_date_info(void *_object, const char *key)
+@@ -167,11 +177,19 @@ static void aux_return_date_info(void *_object, const 
char *key)
+ 
+   GB.ReturnDate(NULL);
+   
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo (&obj);
++  #endif
+   if (!obj.isDict()) return;
+ 
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, &dst);
++  #endif
+   if (dst.isString ())
+   {
+   goo = dst.getString();
+@@ -197,8 +215,10 @@ static void aux_return_date_info(void *_object, const 
char *key)
+   }
+ 
+   if (tofree) GB.FreeString(&tofree);
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free();
++  #endif
+ }
+ 
+ static LinkDest *get_dest(LinkAction *act)
+@@ -426,8 +446,12 @@ int32_t open_document (void *_object, char *sfile, 
int32_t lfile)
+ 
+   if ( GB.LoadFile(sfile,lfile,&buf,&len) ) return -1;
+ 
++  #if POPPLER_VERSION_0_58
++  stream=new MemStream(buf,0,(Guint)len,std::move(obj));
++  #else
+   obj.initNull();
+   stream=new MemStream(buf,0,(Guint)len,&obj);
++  #endif
+   test=new PDFDoc (stream,0,0);
+ 
+   if (!test->isOk())
+-- 
+2.13.5
+

Copied: gambas3/repos/staging-x86_64/PKGBUILD (from rev 266057, 
gambas3/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-11-09 20:51:54 UTC (rev 

[arch-commits] Commit in gambas3/trunk (PKGBUILD gambas3-gcc7.patch sdl2_mixer.diff)

2017-11-09 Thread Andreas Radke
Date: Thursday, November 9, 2017 @ 20:50:59
  Author: andyrtr
Revision: 266057

upgpkg: gambas3 3.10.0-4

poppler 0.61.0 rebuild; fix build with sdl2_mixer >=2.0.2

Added:
  gambas3/trunk/sdl2_mixer.diff
Modified:
  gambas3/trunk/PKGBUILD
Deleted:
  gambas3/trunk/gambas3-gcc7.patch

+
 PKGBUILD   |   18 ++
 gambas3-gcc7.patch |   11 ---
 sdl2_mixer.diff|   11 +++
 3 files changed, 21 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 20:36:31 UTC (rev 266056)
+++ PKGBUILD2017-11-09 20:50:59 UTC (rev 266057)
@@ -16,9 +16,9 @@
  'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'  
'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A free development environment based on a Basic interpreter."
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://gambas.sourceforge.net/";
 license=('GPL2')
 groups=('gambas3')
@@ -31,11 +31,11 @@
 'gmime')
 options=('!emptydirs' 'libtool')
 
source=("${pkgbase}-${pkgver}::https://gitlab.com/gambas/gambas/repository/v${pkgver}/archive.tar.bz2";
-'prefer-qt5.patch' 'gambas3-gcc7.patch' 
'0001-adapt-to-poppler-0.58.patch')
+'prefer-qt5.patch' '0001-adapt-to-poppler-0.58.patch' 
'sdl2_mixer.diff')
 md5sums=('ca2bd77b4a6b0b5f2b36de335e2d4384'
  '71131eb16bbdf27bf6d329f089602cf7'
- '97c31d0589c1fe0c5d35af11038f8362'
- 'f82c6633e79a07e2b6542ec1ceccfbff')
+ 'f82c6633e79a07e2b6542ec1ceccfbff'
+ '57c5a2125a526a6011f68a405480a3af')
 
 create_dirs() {
   install -dm755 ${pkgdir}/usr/lib/gambas3
@@ -45,9 +45,6 @@
 prepare() {
   cd ${srcdir}/gambas-v${pkgver}-*
 
-  # Fix build with GCC 7
-  #patch -p3 -i ../gambas3-gcc7.patch
-
   # Prefer Qt5 over Qt4 for the IDE (Qt4 will not work due to the QtWebkit 
removal)
   patch -Np1 -i ../prefer-qt5.patch
   
@@ -54,6 +51,11 @@
   # poppler 0.58 buildfix
   patch -Np1 -i ../0001-adapt-to-poppler-0.58.patch
 
+  # fix build with sdl2_mixer >= 2.0.2
+  # Flags MIX_INIT_MODPLUG was removed, and MIX_INIT_FLUIDSYNTH was
+  # renamed to MIX_INIT_MID.
+  patch -Np1 -i ../sdl2_mixer.diff
+  
   ./reconf-all
 }
 

Deleted: gambas3-gcc7.patch
===
--- gambas3-gcc7.patch  2017-11-09 20:36:31 UTC (rev 266056)
+++ gambas3-gcc7.patch  2017-11-09 20:50:59 UTC (rev 266057)
@@ -1,11 +0,0 @@
 a/gambas/trunk/gb.db.sqlite2/src/sqlitedataset.cpp
-+++ b/gambas/trunk/gb.db.sqlite2/src/sqlitedataset.cpp
-@@ -765,7 +765,7 @@
-   _right = (char *)rindex(Type, ')');
-   _left = (char *)index(Type, '(');
-if (_right){
--  _right = '\0';
-+  _right = NULL;
- rTypeLen = atoi(_left + 1);
-}
-else {

Added: sdl2_mixer.diff
===
--- sdl2_mixer.diff (rev 0)
+++ sdl2_mixer.diff 2017-11-09 20:50:59 UTC (rev 266057)
@@ -0,0 +1,11 @@
+--- a/gb.sdl2/src/audio/main.c 2017-07-18 17:48:44.0 +0200
 b/gb.sdl2/src/audio/main.c.new 2017-11-09 21:33:11.442013948 +0100
+@@ -58,7 +58,7 @@
+   init_mixer(MIX_INIT_OGG, "OGG");
+   init_mixer(MIX_INIT_MOD, "MOD");
+   init_mixer(MIX_INIT_FLAC, "FLAC");
+-  init_mixer(MIX_INIT_FLUIDSYNTH, "FLUIDSYNTH");
++  init_mixer(MIX_INIT_MID, "MID");
+ 
+   if (Mix_OpenAudio(AUDIO_frequency, MIX_DEFAULT_FORMAT, 2, 
AUDIO_buffer_size))
+   {


[arch-commits] Commit in mono/repos (11 files)

2017-11-09 Thread Levente Polyak
Date: Thursday, November 9, 2017 @ 20:42:58
  Author: anthraxx
Revision: 309324

archrelease: copy trunk to testing-x86_64

Added:
  mono/repos/testing-x86_64/
  mono/repos/testing-x86_64/Microsoft.Portable.Common.targets
(from rev 309323, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/testing-x86_64/PKGBUILD
(from rev 309323, mono/trunk/PKGBUILD)
  mono/repos/testing-x86_64/bug434892.patch
(from rev 309323, mono/trunk/bug434892.patch)
  mono/repos/testing-x86_64/build_fix.patch
(from rev 309323, mono/trunk/build_fix.patch)
  mono/repos/testing-x86_64/fix-zlib-helper.patch
(from rev 309323, mono/trunk/fix-zlib-helper.patch)
  mono/repos/testing-x86_64/mono.binfmt.d
(from rev 309323, mono/trunk/mono.binfmt.d)
  mono/repos/testing-x86_64/mono.install
(from rev 309323, mono/trunk/mono.install)
  mono/repos/testing-x86_64/mono_context.patch
(from rev 309323, mono/trunk/mono_context.patch)
  mono/repos/testing-x86_64/sgen_fix.patch
(from rev 309323, mono/trunk/sgen_fix.patch)
  mono/repos/testing-x86_64/tls_fix.patch
(from rev 309323, mono/trunk/tls_fix.patch)

---+
 Microsoft.Portable.Common.targets |4 +
 PKGBUILD  |  111 +++
 bug434892.patch   |   11 +++
 build_fix.patch   |   25 
 fix-zlib-helper.patch |   26 
 mono.binfmt.d |1 
 mono.install  |7 ++
 mono_context.patch|   54 +
 sgen_fix.patch|  112 
 tls_fix.patch |   91 +
 10 files changed, 442 insertions(+)

Copied: mono/repos/testing-x86_64/Microsoft.Portable.Common.targets (from rev 
309323, mono/trunk/Microsoft.Portable.Common.targets)
===
--- testing-x86_64/Microsoft.Portable.Common.targets
(rev 0)
+++ testing-x86_64/Microsoft.Portable.Common.targets2017-11-09 20:42:58 UTC 
(rev 309324)
@@ -0,0 +1,4 @@
+http://schemas.microsoft.com/developer/msbuild/2003";>
+   
+   
+

Copied: mono/repos/testing-x86_64/PKGBUILD (from rev 309323, 
mono/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-09 20:42:58 UTC (rev 309324)
@@ -0,0 +1,111 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Giancarlo Razzolinit 
+# Contributor: Daniel Isenmann 
+# Contributor: Brice Carpentier 
+
+pkgname=mono
+_gitcommit=e66d9abbb271c3d08589c09afce4afc80de2d3b6
+pkgver=5.4.1.7
+pkgrel=1
+pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
+url='http://www.mono-project.com/'
+arch=('x86_64')
+license=('GPL' 'LGPL2.1' 'MPL')
+depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
+makedepends=('cmake' 'git')
+provides=('monodoc')
+conflicts=('monodoc')
+install=mono.install
+source=(${pkgname}::"git+https://github.com/mono/mono#commit=${_gitcommit}";
+git+https://github.com/mono/aspnetwebstack
+git+https://github.com/mono/Newtonsoft.Json
+git+https://github.com/mono/cecil
+git+https://github.com/mono/rx
+git+https://github.com/mono/ikvm-fork
+git+https://github.com/mono/ikdasm
+git+https://github.com/mono/reference-assemblies
+git+https://github.com/mono/NUnitLite
+git+https://github.com/mono/NuGet.BuildTasks
+git+https://github.com/mono/boringssl
+git+https://github.com/mono/corefx
+git+https://github.com/mono/bockbuild
+git+https://github.com/mono/linker
+git+https://github.com/mono/roslyn-binaries
+git+https://github.com/mono/corert
+git+https://github.com/mono/xunit-binaries
+git+https://github.com/mono/api-doc-tools
+git+https://github.com/mono/api-snapshot
+mono.binfmt.d
+mono_context.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
+'9028f9c84bc035fb452712e92dbc62195fae1e8c5985c5ce45e75bc5e046f642')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/^mono-//;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."external/aspnetwebstack".url "${srcdir}/aspnetwebstack"
+  git config submodule."external/Newtonsoft.Json".url 
"${srcdir}/Newtonsoft.Json"
+  git config submodule

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

2017-11-09 Thread Levente Polyak
Date: Thursday, November 9, 2017 @ 20:42:33
  Author: anthraxx
Revision: 309323

upgpkg: mono 5.4.1.7-1

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 18:19:53 UTC (rev 309322)
+++ PKGBUILD2017-11-09 20:42:33 UTC (rev 309323)
@@ -1,57 +1,111 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
+# Maintainer: Levente Polyak 
+# Maintainer: Giancarlo Razzolinit 
+# Contributor: Daniel Isenmann 
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-pkgver=5.0.0.100
-_pkgver=5.0.0
-pkgrel=2
-pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
-arch=(i686 x86_64)
+_gitcommit=e66d9abbb271c3d08589c09afce4afc80de2d3b6
+pkgver=5.4.1.7
+pkgrel=1
+pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
+url='http://www.mono-project.com/'
+arch=('x86_64')
 license=('GPL' 'LGPL2.1' 'MPL')
-url="http://www.mono-project.com/";
 depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
 provides=('monodoc')
 conflicts=('monodoc')
-install="${pkgname}.install"
-source=(https://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
+install=mono.install
+source=(${pkgname}::"git+https://github.com/mono/mono#commit=${_gitcommit}";
+git+https://github.com/mono/aspnetwebstack
+git+https://github.com/mono/Newtonsoft.Json
+git+https://github.com/mono/cecil
+git+https://github.com/mono/rx
+git+https://github.com/mono/ikvm-fork
+git+https://github.com/mono/ikdasm
+git+https://github.com/mono/reference-assemblies
+git+https://github.com/mono/NUnitLite
+git+https://github.com/mono/NuGet.BuildTasks
+git+https://github.com/mono/boringssl
+git+https://github.com/mono/corefx
+git+https://github.com/mono/bockbuild
+git+https://github.com/mono/linker
+git+https://github.com/mono/roslyn-binaries
+git+https://github.com/mono/corert
+git+https://github.com/mono/xunit-binaries
+git+https://github.com/mono/api-doc-tools
+git+https://github.com/mono/api-snapshot
 mono.binfmt.d
-   mono_context.patch)
-sha256sums=('368da3ff9f42592920cd8cf6fa15c6c16558e967144c4d3df873352e5d2bb6df'
+mono_context.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
 '9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
 '9028f9c84bc035fb452712e92dbc62195fae1e8c5985c5ce45e75bc5e046f642')
 
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/^mono-//;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."external/aspnetwebstack".url "${srcdir}/aspnetwebstack"
+  git config submodule."external/Newtonsoft.Json".url 
"${srcdir}/Newtonsoft.Json"
+  git config submodule."external/cecil".url "${srcdir}/cecil"
+  git config submodule."external/rx".url "${srcdir}/rx"
+  git config submodule."external/ikvm".url "${srcdir}/ikvm-fork"
+  git config submodule."external/ikdasm".url "${srcdir}/ikdasm"
+  git config submodule."external/reference-assemblies".url 
"${srcdir}/reference-assemblies"
+  git config submodule."external/nunit-lite".url "${srcdir}/NUnitLite"
+  git config submodule."external/nuget-buildtasks".url 
"${srcdir}/NuGet.BuildTasks"
+  git config submodule."external/cecil-legacy".url "${srcdir}/cecil"
+  git config submodule."external/boringssl".url "${srcdir}/boringssl"
+  git config submodule."external/corefx".url "${srcdir}/corefx"
+  git config submodule."external/bockbuild".url "${srcdir}/bockbuild"
+  git config submodule."external/linker".url "${srcdir}/linker"
+  git config submodule."external/roslyn-binaries".url 
"${srcdir}/roslyn-binaries"
+  git config submodule."external/corert".url "${srcdir}/corert"
+  git config submodule."external/xunit-binaries".url "${srcdir}/xunit-binaries"
+  git config submodule."external/api-doc-tools".url "${srcdir}/api-doc-tools"
+  git config submodule."external/api-snapshot".url "${srcdir}/api-snapshot"
+  git submodule update --recursive
+}
+
 build() {
-  cd "${srcdir}"/${pkgname}-${_pkgver}
-   
-  # build mono
-  ./configure \
+  cd ${pkgname}
+  ./autogen.sh \
 --prefix=/usr \
 --sysconfdir=/etc \
 --bindir=/usr/bin \
 --sbindir=/usr/bin \
---with-mcs-docs=no 
+--with-mcs-docs=no
   make
-
-  # build jay
-  cd "${srcdir}"/${pkgname}-${_pkgve

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

2017-11-09 Thread Jaroslav Lichtblau
Date: Thursday, November 9, 2017 @ 20:36:31
  Author: jlichtblau
Revision: 266056

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 266055, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 266055, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 266055, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 266055, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 266055, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 266055, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 266055, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 266055, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 266055, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 266055, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  188 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   94 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   94 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 15 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-09 20:35:49 UTC (rev 266055)
+++ community-i686/PKGBUILD 2017-11-09 20:36:31 UTC (rev 266056)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.39
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/";
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('2ef169e75590032ef501789fdffb8142dd1d5e1f07df064a71e402bc47dbb91e'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -

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

2017-11-09 Thread Jaroslav Lichtblau
Date: Thursday, November 9, 2017 @ 20:35:49
  Author: jlichtblau
Revision: 266055

upgpkg: syncthing 0.14.40-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 20:27:13 UTC (rev 266054)
+++ PKGBUILD2017-11-09 20:35:49 UTC (rev 266055)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.39
+pkgver=0.14.40
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/";
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('2ef169e75590032ef501789fdffb8142dd1d5e1f07df064a71e402bc47dbb91e'
+sha256sums=('8e60ad0567230944cfb72c5587a4c37a6f7e2515c7bd3f975ef7b9d1c7979710'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2017-11-09 Thread Jaroslav Lichtblau
Date: Thursday, November 9, 2017 @ 20:27:13
  Author: jlichtblau
Revision: 266054

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

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 266053, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 266053, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 266053, skrooge/trunk/skrooge.install)
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 266053, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 266053, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 266053, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

+
 /PKGBUILD  |   80 +
 /skrooge.changelog |  214 +++
 /skrooge.install   |   22 +++
 community-i686/PKGBUILD|   40 --
 community-i686/skrooge.changelog   |  104 -
 community-i686/skrooge.install |   11 -
 community-x86_64/PKGBUILD  |   40 --
 community-x86_64/skrooge.changelog |  104 -
 community-x86_64/skrooge.install   |   11 -
 9 files changed, 316 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-09 20:26:47 UTC (rev 266053)
+++ community-i686/PKGBUILD 2017-11-09 20:27:13 UTC (rev 266054)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.10.3
-pkgrel=1
-pkgdesc="A personal finances manager for KDE"
-arch=('i686' 'x86_64')
-url="http://skrooge.org/";
-license=('GPL')
-depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx' 'grantlee'
- 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'sqlcipher')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 'qt5-tools')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('1bb973c4e21fd5614b5f2822d8405e5c2e3707ba9b9f0fc92c80995efbbe530f'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-#   export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DKDE_INSTALL_LIBDIR=/usr/lib \
-  -DSKG_DESIGNER=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 266053, 
skrooge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-09 20:27:13 UTC (rev 266054)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.10.5
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/";
+license=('GPL')
+depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx' 'grantlee'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 'qt5-tools')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('56a0124dec34e6e96a5e71ff0e825a7ec79f32a69ef0ccdc5f0f9b753d8c3eb0'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#   export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/skrooge.changelog
===
--- community-i686/skrooge.changelog2017-11-09 20:26:47 UTC (rev 266053)
+++ community-i686/skrooge.changelog2017-11-09 20:27:13 UTC (rev 266054)
@@ -1,104 +0,0 @@
-2017-11-05 Jaroslav Lichtblau 
-   * skrooge 2.10.3-1
-
-2017-10-11 Jaroslav Lichtblau 
-   * skrooge 2.9.0-1
-
-2017-07-11 Jaroslav Lichtblau 
-   * sk

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

2017-11-09 Thread Jaroslav Lichtblau
Date: Thursday, November 9, 2017 @ 20:26:47
  Author: jlichtblau
Revision: 266053

upgpkg: skrooge 2.10.5-1 - new upstream release

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |4 ++--
 skrooge.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 20:08:42 UTC (rev 266052)
+++ PKGBUILD2017-11-09 20:26:47 UTC (rev 266053)
@@ -5,7 +5,7 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.10.3
+pkgver=2.10.5
 pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 changelog=$pkgname.changelog
 source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('1bb973c4e21fd5614b5f2822d8405e5c2e3707ba9b9f0fc92c80995efbbe530f'
+sha256sums=('56a0124dec34e6e96a5e71ff0e825a7ec79f32a69ef0ccdc5f0f9b753d8c3eb0'
 'SKIP')
 
 build() {

Modified: skrooge.changelog
===
--- skrooge.changelog   2017-11-09 20:08:42 UTC (rev 266052)
+++ skrooge.changelog   2017-11-09 20:26:47 UTC (rev 266053)
@@ -1,3 +1,6 @@
+2017-11-09 Jaroslav Lichtblau 
+   * skrooge 2.10.5-1
+
 2017-11-05 Jaroslav Lichtblau 
* skrooge 2.10.3-1
 


[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2017-11-09 Thread Ike Devolder
Date: Thursday, November 9, 2017 @ 20:08:42
  Author: idevolder
Revision: 266052

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 266051, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 266051, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 266051, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 266051, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  136 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 20:08:27 UTC (rev 266051)
+++ PKGBUILD2017-11-09 20:08:42 UTC (rev 266052)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=48.0.2685.52
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/";
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('x86_64')
-depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=(
-'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
-'pepper-flash: flash support'
-'upower: opera battery save'
-)
-source=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb";
-"opera"
-"default"
-)
-sha512sums=('ef104214ccac7e5b55ba30484dc9756036b87bc8cbafa99e7f2e06641e71385e31ce35b922b1ff50ef9eb3a7083b133e48450baacc2ffaba0c01becc855833b9'
-
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
-
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 266051, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 20:08:42 UTC (rev 266052)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=49.0.2725.34
+pkgrel=1
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/";
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+arch=('x86_64')
+depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+optdepends=(
+'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
+'pepper-flash: flash support'
+'upower: opera battery save'
+)
+source=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb";
+"opera"
+"default"
+)
+sha512sums=('178d9b24bd62daeef75a73598ee0d28a67133c16a02dca41a09194457bcc2ca356300d3a193364959085d6b958e81351f59a1e3957550fa1c3e50f91abbd0b8f'
+
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1

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

2017-11-09 Thread Ike Devolder
Date: Thursday, November 9, 2017 @ 20:08:27
  Author: idevolder
Revision: 266051

upgpkg: opera 49.0.2725.34-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 20:01:42 UTC (rev 266050)
+++ PKGBUILD2017-11-09 20:08:27 UTC (rev 266051)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=48.0.2685.52
+pkgver=49.0.2725.34
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/";
@@ -29,7 +29,7 @@
 "opera"
 "default"
 )
-sha512sums=('ef104214ccac7e5b55ba30484dc9756036b87bc8cbafa99e7f2e06641e71385e31ce35b922b1ff50ef9eb3a7083b133e48450baacc2ffaba0c01becc855833b9'
+sha512sums=('178d9b24bd62daeef75a73598ee0d28a67133c16a02dca41a09194457bcc2ca356300d3a193364959085d6b958e81351f59a1e3957550fa1c3e50f91abbd0b8f'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
 


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

2017-11-09 Thread Ike Devolder
Date: Thursday, November 9, 2017 @ 20:01:42
  Author: idevolder
Revision: 266050

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

Added:
  php-mongodb/repos/community-i686/PKGBUILD
(from rev 266049, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-i686/mongodb.ini
(from rev 266049, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-i686/php-mongodb.install
(from rev 266049, php-mongodb/trunk/php-mongodb.install)
  php-mongodb/repos/community-x86_64/PKGBUILD
(from rev 266049, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-x86_64/mongodb.ini
(from rev 266049, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-x86_64/php-mongodb.install
(from rev 266049, php-mongodb/trunk/php-mongodb.install)
Deleted:
  php-mongodb/repos/community-i686/PKGBUILD
  php-mongodb/repos/community-i686/mongodb.ini
  php-mongodb/repos/community-i686/php-mongodb.install
  php-mongodb/repos/community-x86_64/PKGBUILD
  php-mongodb/repos/community-x86_64/mongodb.ini
  php-mongodb/repos/community-x86_64/php-mongodb.install

--+
 /PKGBUILD|   74 +
 /mongodb.ini |4 +
 /php-mongodb.install |   24 ++
 community-i686/PKGBUILD  |   37 
 community-i686/mongodb.ini   |2 
 community-i686/php-mongodb.install   |   12 -
 community-x86_64/PKGBUILD|   37 
 community-x86_64/mongodb.ini |2 
 community-x86_64/php-mongodb.install |   12 -
 9 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-09 20:01:25 UTC (rev 266049)
+++ community-i686/PKGBUILD 2017-11-09 20:01:42 UTC (rev 266050)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan 
-# Contributor: Martin Striz < ms AT martinstriz DOT cz >
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongodb
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("i686" "x86_64")
-url="http://mongodb.github.io/mongo-php-driver";
-license=("Apache")
-#depends=('php' 'libmongoc')
-depends=('php')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-   "https://pecl.php.net/get/mongodb-$pkgver.tgz";
-   "mongodb.ini"
-)
-sha256sums=('3511179bc94e2d55e47f78cec78fa13466428b475c291087ece6b4433b5c8283'
-'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-   cd mongodb-$pkgver
-   phpize
-   #./configure --prefix=/usr --with-libbson --with-libmongoc
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd mongodb-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
-}

Copied: php-mongodb/repos/community-i686/PKGBUILD (from rev 266049, 
php-mongodb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-09 20:01:42 UTC (rev 266050)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongodb
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver";
+license=("Apache")
+#depends=('php' 'libmongoc')
+depends=('php')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+   "https://pecl.php.net/get/mongodb-$pkgver.tgz";
+   "mongodb.ini"
+)
+sha256sums=('3a24f60c1bfd68736977e53f40cd5b50eccf42472277ce8101ca7eea0fe82788'
+'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+   cd mongodb-$pkgver
+   phpize
+   #./configure --prefix=/usr --with-libbson --with-libmongoc
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Deleted: community-i686/mongodb.ini
===
--- community-i686/mongodb.ini  2017-11-09 20:01:25 UTC (rev 266049)
+++ community-i686/mongodb.ini  2017-11-09 20:01:42 UTC (rev 266050)
@@ -1,2 +0,0 @@
-; Tell PHP to load the MongoDB Extension on startup
-extension=mongodb.so

Copied: php-mongodb/repos/community-i686/mongodb.ini (from rev 266049, 
php-mongodb/trunk/mongodb.ini)
===
--- community-i686/mongodb.ini  (rev 0)
+++ comm

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

2017-11-09 Thread Ike Devolder
Date: Thursday, November 9, 2017 @ 20:01:25
  Author: idevolder
Revision: 266049

upgpkg: php-mongodb 1.3.2-1

Modified:
  php-mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 19:27:26 UTC (rev 266048)
+++ PKGBUILD2017-11-09 20:01:25 UTC (rev 266049)
@@ -5,7 +5,7 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongodb
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="MongoDB driver for PHP"
 arch=("i686" "x86_64")
@@ -20,7 +20,7 @@
"https://pecl.php.net/get/mongodb-$pkgver.tgz";
"mongodb.ini"
 )
-sha256sums=('3511179bc94e2d55e47f78cec78fa13466428b475c291087ece6b4433b5c8283'
+sha256sums=('3a24f60c1bfd68736977e53f40cd5b50eccf42472277ce8101ca7eea0fe82788'
 '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
 
 build() {


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

2017-11-09 Thread Alexander Rødseth
Date: Thursday, November 9, 2017 @ 19:27:26
  Author: arodseth
Revision: 266048

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

Added:
  dropbear/repos/community-i686/PKGBUILD
(from rev 266047, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
(from rev 266047, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 266047, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 266047, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

---+
 /PKGBUILD |  112 
 /dropbear.service |   20 ++
 community-i686/PKGBUILD   |   45 --
 community-i686/dropbear.service   |   10 ---
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/dropbear.service |   10 ---
 6 files changed, 132 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-09 19:26:34 UTC (rev 266047)
+++ community-i686/PKGBUILD 2017-11-09 19:27:26 UTC (rev 266048)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Timothy Redaelli 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce 
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgname=dropbear
-pkgver=2017.75
-pkgrel=4
-pkgdesc='Lightweight SSH server'
-arch=('x86_64' 'i686')
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
-license=('MIT')
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
-"$pkgname.service")
-sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
-'SKIP'
-'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-
-prepare() {
-  sed -i 's,usr/libexec/sftp,usr/lib/ssh/sftp,;/#define DROPBEAR_SMALL_CODE/d' 
\
-"$pkgname-$pkgver/options.h"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make PROGRAMS="dbclient dropbear dropbearconvert dropbearkey scp" 
SCPPROGRESS=1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-  install -d "$pkgdir/etc/$pkgname"
-  install -Dm644 "$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 "$pkgname-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 266047, 
dropbear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-09 19:27:26 UTC (rev 266048)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Timothy Redaelli 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce 
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgbase=dropbear
+pkgname=(dropbear scp)
+pkgver=2017.75
+pkgrel=4
+pkgdesc='Lightweight SSH server'
+arch=('x86_64' 'i686')
+url='https://matt.ucc.asn.au/dropbear/dropbear.html'
+license=('MIT')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+"$pkgname.service")
+options=('emptydirs')
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
+'SKIP'
+'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+
+prepare() {
+  sed -i 's,usr/libexec/sftp,usr/lib/ssh/sftp,;/#define DROPBEAR_SMALL_CODE/d' 
\
+"$pkgname-$pkgver/options.h"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make PROGRAMS="dbclient dropbear dropbearconvert dropbearkey scp" 
SCPPROGRESS=1
+}
+
+package_dropbear() {
+  install -d "$pkgdir/etc/$pkgname"
+  make -C "$pkgbase-$pkgver" install DESTDIR="$pkgdir"
+  install -Dm644 "$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_scp() {
+  pkgdesc='Lightweight SCP executable'
+  conflicts=('openssl')
+
+  make -C "$pkgbase-$pkgver" install PROGRAMS="scp" DESTDIR="$pkgdir"
+  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/dropbear.service
==

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

2017-11-09 Thread Alexander Rødseth
Date: Thursday, November 9, 2017 @ 19:26:34
  Author: arodseth
Revision: 266047

upgpkg: dropbear 2017.75-4

Modified:
  dropbear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 18:32:34 UTC (rev 266046)
+++ PKGBUILD2017-11-09 19:26:34 UTC (rev 266047)
@@ -7,7 +7,8 @@
 # Contributor: Jeremy Cowgar 
 # Contributor: Simon Perry 
 
-pkgname=dropbear
+pkgbase=dropbear
+pkgname=(dropbear scp)
 pkgver=2017.75
 pkgrel=4
 pkgdesc='Lightweight SSH server'
@@ -17,6 +18,7 @@
 validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
 
source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
 "$pkgname.service")
+options=('emptydirs')
 sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
 'SKIP'
 '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
@@ -33,13 +35,22 @@
   make PROGRAMS="dbclient dropbear dropbearconvert dropbearkey scp" 
SCPPROGRESS=1
 }
 
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+package_dropbear() {
   install -d "$pkgdir/etc/$pkgname"
+  make -C "$pkgbase-$pkgver" install DESTDIR="$pkgdir"
   install -Dm644 "$pkgname.service" \
 "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 "$pkgname-$pkgver/LICENSE" \
+  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+package_scp() {
+  pkgdesc='Lightweight SCP executable'
+  conflicts=('openssl')
+
+  make -C "$pkgbase-$pkgver" install PROGRAMS="scp" DESTDIR="$pkgdir"
+  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in couchdb/repos/community-x86_64 (12 files)

2017-11-09 Thread Bruno Pagani
Date: Thursday, November 9, 2017 @ 18:32:34
  Author: archange
Revision: 266046

archrelease: copy trunk to community-x86_64

Added:
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 266045, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 266045, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 266045, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.sysusers
(from rev 266045, couchdb/trunk/couchdb.sysusers)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 266045, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/datadirs.ini
(from rev 266045, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.sysusers
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/datadirs.ini

--+
 PKGBUILD |  111 ++---
 couchdb.install  |   21 +-
 couchdb.service  |   30 +++---
 couchdb.sysusers |2 
 couchdb.tmpfiles |6 +-
 datadirs.ini |6 +-
 6 files changed, 89 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 18:32:06 UTC (rev 266045)
+++ PKGBUILD2017-11-09 18:32:34 UTC (rev 266046)
@@ -1,55 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
-url="http://couchdb.apache.org";
-license=('APACHE')
-depends=('icu' 'js185' 'openssl' 'zlib')
-makedepends=('erlang19-nox')
-install=${pkgname}.install
-backup=('etc/couchdb/local.ini'
-'etc/couchdb/vm.args')
-validpgpkeys=('29E4F38113DF707D722A6EF91FE9AF73118F1A7C')
-source=("http://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
-'couchdb.service'
-'couchdb.sysusers'
-'couchdb.tmpfiles'
-'datadirs.ini')
-sha256sums=('eb1fbf746cd4bce2322389983e4d174c78e1520435578bff1507bb51c96a8825'
-'SKIP'
-'b658af33dcd5e7f90b42ba1b65b61905b818103f0a9fa85f15f3bfec216c7435'
-'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
-'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
-'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
-
-prepare() {
-  cd apache-couchdb-${pkgver}
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb
-}
-
-build() {
-  cd apache-couchdb-${pkgver}
-  ./configure
-  make release
-}
-
-package() {
-  cd apache-couchdb-${pkgver}
-  install -dm755 "${pkgdir}"/usr/lib/
-  install -dm755 "${pkgdir}"/etc/couchdb/
-
-  cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
-  mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
-  mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
-
-  cd "${srcdir}"
-  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
-}

Copied: couchdb/repos/community-x86_64/PKGBUILD (from rev 266045, 
couchdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 18:32:34 UTC (rev 266046)
@@ -0,0 +1,56 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger 
+
+pkgname=couchdb
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
+arch=('x86_64')
+url="http://couchdb.apache.org";
+license=('APACHE')
+depends=('icu' 'js185' 'openssl' 'zlib')
+makedepends=('erlang-nox')
+install=${pkgname}.install
+backup=('etc/couchdb/local.ini'
+'etc/couchdb/vm.args')
+source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
+'couchdb.service'
+'couchdb.sysusers'
+'couchdb.tmpfiles'
+'datadirs.ini')
+sha256sums=('d5f255abc871ac44f30517e68c7b30d1503ec0f6453267d641e00452c04e7bcc'
+'SKIP'
+'b658af33dcd5e7f90b42ba1b65b61905b818103f0a9fa85f15f3bfec216c7435'
+'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
+'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'

[arch-commits] Commit in couchdb/trunk (PKGBUILD couchdb.install)

2017-11-09 Thread Bruno Pagani
Date: Thursday, November 9, 2017 @ 18:32:06
  Author: archange
Revision: 266045

upgpkg: couchdb 2.1.1-1

Modified:
  couchdb/trunk/PKGBUILD
  couchdb/trunk/couchdb.install

-+
 PKGBUILD|   15 ---
 couchdb.install |7 ---
 2 files changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 17:40:47 UTC (rev 266044)
+++ PKGBUILD2017-11-09 18:32:06 UTC (rev 266045)
@@ -1,31 +1,32 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
 # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
 # Contributor: Michael Fellinger 
 
 pkgname=couchdb
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://couchdb.apache.org";
 license=('APACHE')
 depends=('icu' 'js185' 'openssl' 'zlib')
-makedepends=('erlang19-nox')
+makedepends=('erlang-nox')
 install=${pkgname}.install
 backup=('etc/couchdb/local.ini'
 'etc/couchdb/vm.args')
-validpgpkeys=('29E4F38113DF707D722A6EF91FE9AF73118F1A7C')
-source=("http://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
+source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
 'couchdb.service'
 'couchdb.sysusers'
 'couchdb.tmpfiles'
 'datadirs.ini')
-sha256sums=('eb1fbf746cd4bce2322389983e4d174c78e1520435578bff1507bb51c96a8825'
+sha256sums=('d5f255abc871ac44f30517e68c7b30d1503ec0f6453267d641e00452c04e7bcc'
 'SKIP'
 'b658af33dcd5e7f90b42ba1b65b61905b818103f0a9fa85f15f3bfec216c7435'
 '3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
 '0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
 '937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
+validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37') # Joan Touzet (CODE 
SIGNING KEY) 
 
 prepare() {
   cd apache-couchdb-${pkgver}

Modified: couchdb.install
===
--- couchdb.install 2017-11-09 17:40:47 UTC (rev 266044)
+++ couchdb.install 2017-11-09 18:32:06 UTC (rev 266045)
@@ -1,9 +1,10 @@
 post_upgrade() {
-if [ $(vercmp $2 2.0.0-15) -lt 0 ] ; then
+if [ $(vercmp $2 2.1.1-1) -lt 0 ] ; then
 cat << EOF
 
-Since 2.0.0-15, couchdb user now defaults to couchdb group (it used to be in 
the daemon group).
-You might want to change couchdb user to this new group and fix ownership of 
its files.
+Be sure to read 
http://docs.couchdb.org/en/2.1.1/whatsnew/2.1.html#upgrade-notes.
+Note that your /etc/couchdb/vm.args has been replaced by the new one if you
+never edited it, so you might actually have to change it as advised.
 
 EOF
 fi


[arch-commits] Commit in zabbix/repos (15 files)

2017-11-09 Thread Florian Pritz
Date: Thursday, November 9, 2017 @ 18:19:53
  Author: bluewind
Revision: 309322

archrelease: copy trunk to testing-x86_64

Added:
  zabbix/repos/testing-x86_64/
  zabbix/repos/testing-x86_64/PKGBUILD
(from rev 309321, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-x86_64/zabbix-agent.service
(from rev 309321, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
(from rev 309321, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
(from rev 309321, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
(from rev 309321, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
(from rev 309321, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
(from rev 309321, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
(from rev 309321, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
(from rev 309321, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
(from rev 309321, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
(from rev 309321, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-server.install
(from rev 309321, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
(from rev 309321, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles
(from rev 309321, zabbix/trunk/zabbix-server.tmpfiles)

-+
 PKGBUILD|  181 ++
 zabbix-agent.service|   11 ++
 zabbix-agent.sysusers   |1 
 zabbix-agent.tmpfiles   |1 
 zabbix-proxy-mysql.service  |   12 ++
 zabbix-proxy-pgsql.service  |   12 ++
 zabbix-proxy-sqlite.service |   12 ++
 zabbix-proxy.sysusers   |1 
 zabbix-proxy.tmpfiles   |1 
 zabbix-server-mysql.service |   12 ++
 zabbix-server-pgsql.service |   12 ++
 zabbix-server.install   |   12 ++
 zabbix-server.sysusers  |1 
 zabbix-server.tmpfiles  |1 
 14 files changed, 270 insertions(+)

Copied: zabbix/repos/testing-x86_64/PKGBUILD (from rev 309321, 
zabbix/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-09 18:19:53 UTC (rev 309322)
@@ -0,0 +1,181 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Florian Pritz 
+
+pkgbase=zabbix
+pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
+pkgver=3.4.4
+pkgrel=1
+arch=(i686 x86_64)
+url='http://www.zabbix.com/'
+license=(GPL)
+makedepends=(postgresql-libs libxml2 unixodbc net-snmp libmariadbclient 
libldap libevent)
+source=(https://downloads.sourceforge.net/sourceforge/zabbix/zabbix-${pkgver}.tar.gz
+zabbix-agent.{service,sysusers,tmpfiles}
+   zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
+   zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
+
+sha256sums=('2ee84e72a0d441f322ec0ab6f332ff174dec300b3acb8389769aadeb39a353a4'
+'484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
+'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
+'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'
+'7b14586f5b418de6a174c35d466e25ee42c5e4d8190eea4663f4b3e905f91216'
+'6e49cd520604745aa0febd76d582a2936ad8ab7374c3c9f353ac8c7b1adbbf61'
+'9fe22526327a0573652c65ff374eba7c36a00b85f8e72d32643d1cc68a07ebbb'
+'879a7553040d652d1c34044c0ce1e57b809c647b3b037247a5819892a7622a65'
+'d06775ebc27cec623d94a3134b4abfb8ddd8e74e3c3483fa1f57f542590e9113'
+'3394dc819a9915f4710cc3ba1ab24c5f1df1547736d2d40b04eec873e8619e8c'
+'7592b3b5b66583a57eec83afed3450bae74f6332125396c1dbeeb46f911cb631'
+'d8929b2e78b5b178c7eebc32ae00a05b7c9d798cf25950a8745ea4b23734e226'
+'f842ea0a229513e918ff9641391605d436b7d57cb53d932cdd02e4e8b13c95d9')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i \
+-e '/^LogFile=.*/d' \
+-e 's/# LogType=file/LogType=system/' \
+conf/zabbix_{agentd,proxy,server}.conf
+  autoreconf -fi
+}
+
+build() {
+  _configure_flags=(
+--disable-static
+--prefix=/usr
+--infodir=/usr/share/info
+--mandir=/usr/share/man
+--sysconfdir=/etc/zabbix
+--enable-agent
+--enable-ipv6
+--with-ldap
+--with-libcurl
+--with-libxml2
+--with-net-snmp
+--with-openssl
+--with-ssh2
+--with-unixodbc
+  )
+
+  cd $pkgbase-$pkgver
+
+  for db in postgresql mysql; do
+./configure ${_config

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

2017-11-09 Thread Florian Pritz
Date: Thursday, November 9, 2017 @ 18:19:35
  Author: bluewind
Revision: 309321

upgpkg: zabbix 3.4.4-1

upstream update

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 17:44:11 UTC (rev 309320)
+++ PKGBUILD2017-11-09 18:19:35 UTC (rev 309321)
@@ -4,7 +4,7 @@
 
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 arch=(i686 x86_64)
 url='http://www.zabbix.com/'
@@ -15,7 +15,7 @@
zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
 
-sha256sums=('00e87db503d332a1e3905d13f36b6ddad32c2514f03060361168655a8d4fd8cf'
+sha256sums=('2ee84e72a0d441f322ec0ab6f332ff174dec300b3acb8389769aadeb39a353a4'
 '484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
 'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
 'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'


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

2017-11-09 Thread Antonio Rojas
Date: Thursday, November 9, 2017 @ 17:44:11
  Author: arojas
Revision: 309320

archrelease: copy trunk to extra-x86_64

Added:
  marble/repos/extra-x86_64/PKGBUILD
(from rev 309319, marble/trunk/PKGBUILD)
Deleted:
  marble/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 17:43:39 UTC (rev 309319)
+++ PKGBUILD2017-11-09 17:44:11 UTC (rev 309320)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Gustavo Alvarez 
-# Contributor: Balló György 
-
-pkgbase=marble
-pkgname=(marble-common marble-qt marble)
-pkgver=17.08.3
-pkgrel=1
-pkgdesc="Desktop Globe"
-arch=(i686 x86_64)
-url="https://www.kde.org/applications/system/marble";
-license=(GPL)
-makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
- plasma-workspace qt5-serialport qt5-tools qt5-webkit shapelib)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('c27f8b33ad0f1cc36c5af4f23352f02ab8de4a18e8a448f8ef80b41756f2bf62'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DQT_PLUGINS_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF \
--DBUILD_MARBLE_EXAMPLES=OFF \
--DBUILD_MARBLE_TESTS=OFF \
--DMOBILE=OFF
-  make
-}
-
-package_marble-common() {
-  pkgdesc='Common libraries and plugins for Marble'
-  depends=(qt5-svg qt5-webkit phonon-qt5)
-  optdepends=('gpsd: GPS based geolocation'
-  'libwlocate: WLAN based geolocation'
-  'qt5-serialport: APRS plugin'
-  'shapelib: SHP plugin')
-  conflicts=(marble-data)
-  replaces=(marble-data)
-  replaces=(libastro)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/{config.kcfg,kxmlgui5,metainfo,plasma} \
-"$pkgdir"/usr/bin \
-"$pkgdir"/etc \
-"$pkgdir"/usr/lib/qt/{qml,plugins/*.so} \
-
"$pkgdir"/usr/share/applications/{marble_geo.desktop,marble_worldwind.desktop,org.kde.marble*.desktop}
 \
-"$pkgdir"/usr/share/kservices5/{marble_part.desktop,plasma*} \
-"$pkgdir"/usr/share/locale/*/LC_MESSAGES/*.mo
-}
-
-package_marble-qt() {
-  pkgdesc+=' (Qt version)'
-  depends=(marble-common)
-
-  cd build
-  make -C src/apps/marble-qt DESTDIR="$pkgdir" install
-}
-
-package_marble() {
-  depends=(marble-common knewstuff kparts)
-  optdepends=('krunner: Krunner plugin')
-  groups=(kde-applications kdeedu)
-
-  cd build
-  make -C src/apps/marble-kde DESTDIR="$pkgdir" install
-  make -C src/plasma DESTDIR="$pkgdir" install
-  make -C src/plasmarunner DESTDIR="$pkgdir" install
-  make -C src/thumbnailer DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/{icons,doc/HTML}
-}

Copied: marble/repos/extra-x86_64/PKGBUILD (from rev 309319, 
marble/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 17:44:11 UTC (rev 309320)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Gustavo Alvarez 
+# Contributor: Balló György 
+
+pkgbase=marble
+pkgname=(marble-common marble-qt marble)
+pkgver=17.08.3
+pkgrel=2
+pkgdesc="Desktop Globe"
+arch=(i686 x86_64)
+url="https://www.kde.org/applications/system/marble";
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
+ plasma-workspace qt5-serialport qt5-tools qt5-webkit shapelib)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('c27f8b33ad0f1cc36c5af4f23352f02ab8de4a18e8a448f8ef80b41756f2bf62'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DQT_PLUGINS_DIR=lib/qt/plugins \
+-DBUILD_TESTING=OFF \
+-DBUILD_MARBLE_EXAMPLES=OFF \
+-DBUILD_MARBLE_TESTS=OFF \
+-DMOBILE=OFF
+  make
+}
+
+package_marble-common() {
+  pkgdesc='Common libraries and plugins for Marble'
+  depends=(qt5-svg qt5-webkit phono

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

2017-11-09 Thread Antonio Rojas
Date: Thursday, November 9, 2017 @ 17:43:39
  Author: arojas
Revision: 309319

Fix replaces

Modified:
  marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 17:06:21 UTC (rev 309318)
+++ PKGBUILD2017-11-09 17:43:39 UTC (rev 309319)
@@ -8,7 +8,7 @@
 pkgbase=marble
 pkgname=(marble-common marble-qt marble)
 pkgver=17.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Globe"
 arch=(i686 x86_64)
 url="https://www.kde.org/applications/system/marble";
@@ -42,14 +42,13 @@
 
 package_marble-common() {
   pkgdesc='Common libraries and plugins for Marble'
-  depends=(qt5-svg qt5-webkit phonon-qt5)
+  depends=(qt5-svg qt5-webkit phonon-qt5 hicolor-icon-theme)
   optdepends=('gpsd: GPS based geolocation'
   'libwlocate: WLAN based geolocation'
   'qt5-serialport: APRS plugin'
   'shapelib: SHP plugin')
   conflicts=(marble-data)
-  replaces=(marble-data)
-  replaces=(libastro)
+  replaces=(marble-data libastro)
 
   cd build
   make DESTDIR="$pkgdir" install


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 17:40:47
  Author: felixonmars
Revision: 266044

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 17:40:17 UTC (rev 266043)
+++ PKGBUILD2017-11-09 17:40:47 UTC (rev 266044)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-funcy
-pkgname=('python-funcy' 'python2-funcy')
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A fancy and practical functional tools'
-arch=('any')
-license=('BSD')
-url='https://github.com/Suor/funcy'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz";)
-sha512sums=('29128e2b141d90838101e886b67578d2a3d37566a3598902ac385638b7fffc7ee48aa78ef3632f2522b57b764fff1458517f1c67b0f7d0abcd87d5be9d0ee0bd')
-
-prepare() {
-  cp -a funcy-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/funcy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/funcy-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/funcy-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/funcy-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-funcy() {
-  depends=('python')
-
-  cd funcy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-funcy() {
-  depends=('python2')
-
-  cd funcy-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-funcy/repos/community-any/PKGBUILD (from rev 266043, 
python-funcy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 17:40:47 UTC (rev 266044)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-funcy
+pkgname=('python-funcy' 'python2-funcy')
+pkgver=1.10
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('any')
+license=('BSD')
+url='https://github.com/Suor/funcy'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz";)
+sha512sums=('152006f1704a835d044b82cee07a177fe2fce4cf842fc9c29a1a13d5e21f43f28563a3e86abb7536510550f1b411418c97f3fde5ade5f846a2916ea3bdcde8a9')
+
+prepare() {
+  cp -a funcy-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/funcy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/funcy-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/funcy-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/funcy-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-funcy() {
+  depends=('python')
+
+  cd funcy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-funcy() {
+  depends=('python2')
+
+  cd funcy-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 17:40:00
  Author: felixonmars
Revision: 266042

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 17:39:26 UTC (rev 266041)
+++ PKGBUILD2017-11-09 17:40:00 UTC (rev 266042)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tenacity
-pkgname=('python-tenacity' 'python2-tenacity')
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Retry code until it succeeeds'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/tenacity'
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
- 'python-pbr' 'python2-pbr')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
-sha512sums=('7f7975eb1685a8d08c94e2a59f2ad29d7ff8422acfff434803c0987c2cdabd4fe9f8055229af4edfdf97dac7f79ab5a850b6cb902b897afd759f598d618ddeec')
-
-prepare() {
-  cp -a tenacity-$pkgver{,-py2}
-  sed -i '/monotonic/d' tenacity-$pkgver/requirements.txt
-  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
tenacity-$pkgver/tenacity/{__init__,async}.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/tenacity-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tenacity-$pkgver
-  python setup.py nosetests
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py nosetests --ignore-files '.*async.py'
-}
-
-package_python-tenacity() {
-  depends=('python-six')
-
-  cd tenacity-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-tenacity() {
-  depends=('python2-six' 'python2-futures' 'python2-monotonic')
-
-  cd tenacity-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 266041, 
python-tenacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 17:40:00 UTC (rev 266042)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tenacity
+pkgname=('python-tenacity' 'python2-tenacity')
+pkgver=4.6.1
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
+ 'python-pbr' 'python2-pbr')
+checkdepends=('python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
+sha512sums=('1e446db7fa4a69c1a364f1e8880f36c9162ec1a61e3f3b588259b4481a19246ee654f917ed395f2930ddffe949046b57a79547b294e97cb9f8462b223569fe1c')
+
+prepare() {
+  cp -a tenacity-$pkgver{,-py2}
+  sed -i '/monotonic/d' tenacity-$pkgver/requirements.txt
+  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
tenacity-$pkgver/tenacity/{__init__,async}.py
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py nosetests --ignore-files '.*async.py'
+}
+
+package_python-tenacity() {
+  depends=('python-six')
+
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-tenacity() {
+  depends=('python2-six' 'python2-futures' 'python2-monotonic')
+
+  cd tenacity-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 17:40:17
  Author: felixonmars
Revision: 266043

upgpkg: python-funcy 1.10-1

Modified:
  python-funcy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 17:40:00 UTC (rev 266042)
+++ PKGBUILD2017-11-09 17:40:17 UTC (rev 266043)
@@ -3,7 +3,7 @@
 
 pkgbase=python-funcy
 pkgname=('python-funcy' 'python2-funcy')
-pkgver=1.9.1
+pkgver=1.10
 pkgrel=1
 pkgdesc='A fancy and practical functional tools'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz";)
-sha512sums=('29128e2b141d90838101e886b67578d2a3d37566a3598902ac385638b7fffc7ee48aa78ef3632f2522b57b764fff1458517f1c67b0f7d0abcd87d5be9d0ee0bd')
+sha512sums=('152006f1704a835d044b82cee07a177fe2fce4cf842fc9c29a1a13d5e21f43f28563a3e86abb7536510550f1b411418c97f3fde5ade5f846a2916ea3bdcde8a9')
 
 prepare() {
   cp -a funcy-$pkgver{,-py2}


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 17:39:26
  Author: felixonmars
Revision: 266041

upgpkg: python-tenacity 4.6.1-1

Modified:
  python-tenacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 17:29:18 UTC (rev 266040)
+++ PKGBUILD2017-11-09 17:39:26 UTC (rev 266041)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tenacity
 pkgname=('python-tenacity' 'python2-tenacity')
-pkgver=4.5.0
+pkgver=4.6.1
 pkgrel=1
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
@@ -13,7 +13,7 @@
  'python-pbr' 'python2-pbr')
 checkdepends=('python-nose' 'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
-sha512sums=('7f7975eb1685a8d08c94e2a59f2ad29d7ff8422acfff434803c0987c2cdabd4fe9f8055229af4edfdf97dac7f79ab5a850b6cb902b897afd759f598d618ddeec')
+sha512sums=('1e446db7fa4a69c1a364f1e8880f36c9162ec1a61e3f3b588259b4481a19246ee654f917ed395f2930ddffe949046b57a79547b294e97cb9f8462b223569fe1c')
 
 prepare() {
   cp -a tenacity-$pkgver{,-py2}


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

2017-11-09 Thread Alexander Rødseth
Date: Thursday, November 9, 2017 @ 17:29:18
  Author: arodseth
Revision: 266040

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

Added:
  edbrowse/repos/community-i686/PKGBUILD
(from rev 266039, edbrowse/trunk/PKGBUILD)
  edbrowse/repos/community-x86_64/PKGBUILD
(from rev 266039, edbrowse/trunk/PKGBUILD)
Deleted:
  edbrowse/repos/community-i686/PKGBUILD
  edbrowse/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-11-09 17:20:30 UTC (rev 266039)
+++ community-i686/PKGBUILD 2017-11-09 17:29:18 UTC (rev 266040)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Chris Brannon 
-# Contributor: joyfulgirl 
-# Contributor: Chuck Boucher 
-# Contributor: aksr 
-
-pkgname=edbrowse
-pkgver=3.7.1
-pkgrel=2
-pkgdesc='Line-oriented editor, browser and mail client'
-arch=('i686' 'x86_64')
-url="http://edbrowse.org/";
-license=('GPL' 'MPL')
-depends=('duktape' 'tidy' 'curl' 'pcre')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz";)
-sha256sums=('12edf1834bbfb93335002c222a0f472eb4551a5b3a99d67c8a5e9dc05f97e37a')
-
-build() {
-cd "$pkgname-$pkgver"
-make CFLAGS="-I/usr/include/tidy" all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -C src DESTDIR="$pkgdir" prefix=/usr install
-
-install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-
-install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
-install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
-}
-

Copied: edbrowse/repos/community-i686/PKGBUILD (from rev 266039, 
edbrowse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-09 17:29:18 UTC (rev 266040)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Chris Brannon 
+# Contributor: joyfulgirl 
+# Contributor: Chuck Boucher 
+# Contributor: aksr 
+
+pkgname=edbrowse
+pkgver=3.7.1
+pkgrel=2
+pkgdesc='Line-oriented editor, browser and mail client'
+arch=('i686' 'x86_64')
+url="http://edbrowse.org/";
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz";)
+sha256sums=('12edf1834bbfb93335002c222a0f472eb4551a5b3a99d67c8a5e9dc05f97e37a')
+
+build() {
+cd "$pkgname-$pkgver"
+make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+
+install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-09 17:20:30 UTC (rev 266039)
+++ community-x86_64/PKGBUILD   2017-11-09 17:29:18 UTC (rev 266040)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Chris Brannon 
-# Contributor: joyfulgirl 
-# Contributor: Chuck Boucher 
-# Contributor: aksr 
-
-pkgname=edbrowse
-pkgver=3.7.1
-pkgrel=2
-pkgdesc='Line-oriented editor, browser and mail client'
-arch=('i686' 'x86_64')
-url="http://edbrowse.org/";
-license=('GPL' 'MPL')
-depends=('duktape' 'tidy' 'curl' 'pcre')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz";)
-sha256sums=('12edf1834bbfb93335002c222a0f472eb4551a5b3a99d67c8a5e9dc05f97e37a')
-
-build() {
-cd "$pkgname-$pkgver"
-make CFLAGS="-I/usr/include/tidy" all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -C src DESTDIR="$pkgdir" prefix=/usr install
-
-install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-
-install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
-install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
-}
-

Copied: edbrowse/repos/community-x86_64/PKGBUILD (from rev 266039, 
edbrowse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-09 17:29:18 UTC 

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

2017-11-09 Thread Alexander Rødseth
Date: Thursday, November 9, 2017 @ 17:20:30
  Author: arodseth
Revision: 266039

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

Added:
  dropbear/repos/community-i686/PKGBUILD
(from rev 266038, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
(from rev 266038, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 266038, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 266038, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

---+
 /PKGBUILD |   90 
 /dropbear.service |   20 
 community-i686/PKGBUILD   |   45 --
 community-i686/dropbear.service   |   10 
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/dropbear.service |   10 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-09 17:20:01 UTC (rev 266038)
+++ community-i686/PKGBUILD 2017-11-09 17:20:30 UTC (rev 266039)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Timothy Redaelli 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce 
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgname=dropbear
-pkgver=2017.75
-pkgrel=3
-pkgdesc='Lightweight SSH server'
-arch=('x86_64' 'i686')
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
-license=('MIT')
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
-"$pkgname.service")
-sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
-'SKIP'
-'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-
-prepare() {
-  sed -i 's,usr/libexec/sftp,usr/lib/ssh/sftp,;/#define DROPBEAR_SMALL_CODE/d' 
\
-"$pkgname-$pkgver/options.h"
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-  install -d "$pkgdir/etc/$pkgname"
-  install -Dm644 "$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 "$pkgname-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 266038, 
dropbear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-09 17:20:30 UTC (rev 266039)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Timothy Redaelli 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce 
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgname=dropbear
+pkgver=2017.75
+pkgrel=4
+pkgdesc='Lightweight SSH server'
+arch=('x86_64' 'i686')
+url='https://matt.ucc.asn.au/dropbear/dropbear.html'
+license=('MIT')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+"$pkgname.service")
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
+'SKIP'
+'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+
+prepare() {
+  sed -i 's,usr/libexec/sftp,usr/lib/ssh/sftp,;/#define DROPBEAR_SMALL_CODE/d' 
\
+"$pkgname-$pkgver/options.h"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make PROGRAMS="dbclient dropbear dropbearconvert dropbearkey scp" 
SCPPROGRESS=1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  install -d "$pkgdir/etc/$pkgname"
+  install -Dm644 "$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/dropbear.service
===
--- community-i686/dropbear.service 2017-11-09 17:20:01 UTC (rev 266038)
+++ community-i686/dropbear.service 2017-11-09 17:20:30 UTC (rev 266039)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Dropbear SSH Daemon
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
-
-[Install]
-WantedBy=multi-user.target

Copied: dropbear

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

2017-11-09 Thread Alexander Rødseth
Date: Thursday, November 9, 2017 @ 17:20:01
  Author: arodseth
Revision: 266038

upgpkg: dropbear 2017.75-4

Modified:
  dropbear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 17:10:08 UTC (rev 266037)
+++ PKGBUILD2017-11-09 17:20:01 UTC (rev 266038)
@@ -9,7 +9,7 @@
 
 pkgname=dropbear
 pkgver=2017.75
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight SSH server'
 arch=('x86_64' 'i686')
 url='https://matt.ucc.asn.au/dropbear/dropbear.html'
@@ -27,10 +27,10 @@
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
 
   ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
+  make PROGRAMS="dbclient dropbear dropbearconvert dropbearkey scp" 
SCPPROGRESS=1
 }
 
 package() {


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 17:10:08
  Author: felixonmars
Revision: 266037

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 17:09:29 UTC (rev 266036)
+++ PKGBUILD2017-11-09 17:10:08 UTC (rev 266037)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20171026
-pkgrel=4
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/";
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
- "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
- "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"haskell-crypto-api"
- "haskell-cryptonite" "haskell-data-default" "haskell-dav" 
"haskell-dbus"
- "haskell-disk-free-space" "haskell-dlist" "haskell-dns" 
"haskell-edit-distance"
- "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" 
"haskell-feed"
- "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
- "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
- "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" 
"haskell-mtl"
- "haskell-network" "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
- "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
- "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
- "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
- "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
- "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-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")
-makedepends=("chrpath" 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri -fconcurrentoutput -ftorrentparser \
--ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 266036, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 17:10:08 UTC (rev 266037)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171109
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"haskell-crypto-api"
+ "haskell-cryptonite" "haskell-data-default" "haskell-dav" 
"haskell-dbus"
+ "haskell-disk-free-space" "haskell-dlist" "haskell-dns" 
"haskell-edit-distance"
+ "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" 
"haskell-feed"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" 
"haskell-mtl"
+ "haskell-network" "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicativ

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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 17:09:29
  Author: felixonmars
Revision: 266036

upgpkg: git-annex 6.20171109-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 17:01:17 UTC (rev 266035)
+++ PKGBUILD2017-11-09 17:09:29 UTC (rev 266036)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20171026
-pkgrel=4
+pkgver=6.20171109
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


[arch-commits] Commit in time/repos/extra-x86_64 (4 files)

2017-11-09 Thread Dave Reisner
Date: Thursday, November 9, 2017 @ 17:06:21
  Author: dreisner
Revision: 309318

archrelease: copy trunk to extra-x86_64

Added:
  time/repos/extra-x86_64/PKGBUILD
(from rev 309317, time/trunk/PKGBUILD)
Deleted:
  time/repos/extra-x86_64/PKGBUILD
  
time/repos/extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
  time/repos/extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch

-+
 PKGBUILD|   86 ++
 time-1.7-Recompute-CPU-usage-at-microsecond-level.patch |   72 ---
 time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch   |   32 -
 3 files changed, 39 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 17:05:45 UTC (rev 309317)
+++ PKGBUILD2017-11-09 17:06:21 UTC (rev 309318)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Daniel J Griffiths 
-# Contributor: damir 
-
-pkgname=time
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Utility for monitoring a program's use of system resources"
-arch=('i686' 'x86_64')
-url="https://directory.fsf.org/wiki/Time";
-license=('GPL')
-depends=('glibc')
-source=(http://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
-time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
-sha1sums=('d1c00075edf3d9ab422b5e8119cf7c865d1e91e6'
-  'fff80e05dd41f0a59bb1f49d1c6e581d5e8e92e5'
-  'b2a909e1d92f7af1bc99a4524ad84d467ed79a06')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # cf https://bugzilla.redhat.com/show_bug.cgi?id=527276
-  patch -Np1 < 
"$srcdir"/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-
-  # cf https://bugzilla.redhat.com/show_bug.cgi?id=702826
-  patch -Np1 < "$srcdir"/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
-
-  # rebuild the ancient autoconf setup to fix a variety of build issues
-  # surrounding missing/incorrect includes.
-  autoreconf -fisv
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make exec_prefix="$pkgdir/usr" infodir="$pkgdir/usr/share/info" install
-}

Copied: time/repos/extra-x86_64/PKGBUILD (from rev 309317, time/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 17:06:21 UTC (rev 309318)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Daniel J Griffiths 
+# Contributor: damir 
+
+pkgname=time
+pkgver=1.8
+pkgrel=1
+pkgdesc="Utility for monitoring a program's use of system resources"
+arch=('i686' 'x86_64')
+url="https://directory.fsf.org/wiki/Time";
+license=('GPL')
+depends=('glibc')
+makedepends=('git')
+source=(
+  http://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
+  
git://git.savannah.gnu.org/gnulib.git#commit=7df04f9b8a0adb1575ca0555775ec10860143cbf)
+sha1sums=('5d09ac1b69ae5c7346be1bbcad67b6ac40a5cd25'
+  'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  ./bootstrap --no-git --gnulib-srcdir="$srcdir/gnulib"
+} 
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make exec_prefix="$pkgdir/usr" infodir="$pkgdir/usr/share/info" install
+}

Deleted: time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
===
--- time-1.7-Recompute-CPU-usage-at-microsecond-level.patch 2017-11-09 
17:05:45 UTC (rev 309317)
+++ time-1.7-Recompute-CPU-usage-at-microsecond-level.patch 2017-11-09 
17:06:21 UTC (rev 309318)
@@ -1,72 +0,0 @@
-From 0d743a7d946fe176a07baf2586a6af0e867fd89c Mon Sep 17 00:00:00 2001
-From: H.J. Lu 
-Date: Wed, 11 May 2011 16:19:55 +0200
-Subject: [PATCH] Recompute CPU usage at microsecond level
-
-If job finishes quickly, miliseconds arithmetic rounds to zero. If
-that happens, recalculate CPU usage ratio with microsecond accuracy
-to raise chance to get non-zero values.

- resuse.h |2 ++
- time.c   |   15 +++
- 2 files changed, 17 insertions(+), 0 deletions(-)
-
-diff --git a/resuse.h b/resuse.h
-index 992143f..7a3ee66 100644
 a/resuse.h
-+++ b/resuse.h
-@@ -33,9 +33,11 @@ struct timeval
- #if HAVE_SYS_RUSAGE_H
- /* This rusage structure measures nanoseconds instead of microseconds.  */
- # define TV_MSEC tv_nsec / 100
-+# define TV_USEC tv_nsec / 1000
- # include 
- #else
- # define TV_MSEC tv_usec / 1000
-+# define TV_USEC tv_usec
- # if HAVE_WAIT3
- #  include 
- # else
-diff --git a/time.c b/time.c
-index 43aec0b..96cfdde 100644
 a/time.c
-+++ b/time.c
-@@ -326,6 +326,8 @@ summarize (fp, fmt, command, resp)
- {
-   unsigne

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

2017-11-09 Thread Dave Reisner
Date: Thursday, November 9, 2017 @ 17:05:45
  Author: dreisner
Revision: 309317

upgpkg: time 1.8-1

- upstream build procedure for 1.8, needing gnulib
- drop fedora patches (anyone interested in these should talk to upstream)

Modified:
  time/trunk/PKGBUILD
Deleted:
  time/trunk/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
  time/trunk/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch

-+
 PKGBUILD|   26 +
 time-1.7-Recompute-CPU-usage-at-microsecond-level.patch |   72 --
 time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch   |   32 --
 3 files changed, 9 insertions(+), 121 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 16:13:29 UTC (rev 309316)
+++ PKGBUILD2017-11-09 17:05:45 UTC (rev 309317)
@@ -5,7 +5,7 @@
 # Contributor: damir 
 
 pkgname=time
-pkgver=1.7.2
+pkgver=1.8
 pkgrel=1
 pkgdesc="Utility for monitoring a program's use of system resources"
 arch=('i686' 'x86_64')
@@ -12,27 +12,19 @@
 url="https://directory.fsf.org/wiki/Time";
 license=('GPL')
 depends=('glibc')
-source=(http://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
-time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
-sha1sums=('d1c00075edf3d9ab422b5e8119cf7c865d1e91e6'
-  'fff80e05dd41f0a59bb1f49d1c6e581d5e8e92e5'
-  'b2a909e1d92f7af1bc99a4524ad84d467ed79a06')
+makedepends=('git')
+source=(
+  http://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
+  
git://git.savannah.gnu.org/gnulib.git#commit=7df04f9b8a0adb1575ca0555775ec10860143cbf)
+sha1sums=('5d09ac1b69ae5c7346be1bbcad67b6ac40a5cd25'
+  'SKIP')
 
 prepare() {
   cd "$pkgname-$pkgver"
 
-  # cf https://bugzilla.redhat.com/show_bug.cgi?id=527276
-  patch -Np1 < 
"$srcdir"/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
+  ./bootstrap --no-git --gnulib-srcdir="$srcdir/gnulib"
+} 
 
-  # cf https://bugzilla.redhat.com/show_bug.cgi?id=702826
-  patch -Np1 < "$srcdir"/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
-
-  # rebuild the ancient autoconf setup to fix a variety of build issues
-  # surrounding missing/incorrect includes.
-  autoreconf -fisv
-}
-
 build() {
   cd "$pkgname-$pkgver"
 

Deleted: time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
===
--- time-1.7-Recompute-CPU-usage-at-microsecond-level.patch 2017-11-09 
16:13:29 UTC (rev 309316)
+++ time-1.7-Recompute-CPU-usage-at-microsecond-level.patch 2017-11-09 
17:05:45 UTC (rev 309317)
@@ -1,72 +0,0 @@
-From 0d743a7d946fe176a07baf2586a6af0e867fd89c Mon Sep 17 00:00:00 2001
-From: H.J. Lu 
-Date: Wed, 11 May 2011 16:19:55 +0200
-Subject: [PATCH] Recompute CPU usage at microsecond level
-
-If job finishes quickly, miliseconds arithmetic rounds to zero. If
-that happens, recalculate CPU usage ratio with microsecond accuracy
-to raise chance to get non-zero values.

- resuse.h |2 ++
- time.c   |   15 +++
- 2 files changed, 17 insertions(+), 0 deletions(-)
-
-diff --git a/resuse.h b/resuse.h
-index 992143f..7a3ee66 100644
 a/resuse.h
-+++ b/resuse.h
-@@ -33,9 +33,11 @@ struct timeval
- #if HAVE_SYS_RUSAGE_H
- /* This rusage structure measures nanoseconds instead of microseconds.  */
- # define TV_MSEC tv_nsec / 100
-+# define TV_USEC tv_nsec / 1000
- # include 
- #else
- # define TV_MSEC tv_usec / 1000
-+# define TV_USEC tv_usec
- # if HAVE_WAIT3
- #  include 
- # else
-diff --git a/time.c b/time.c
-index 43aec0b..96cfdde 100644
 a/time.c
-+++ b/time.c
-@@ -326,6 +326,8 @@ summarize (fp, fmt, command, resp)
- {
-   unsigned long r;/* Elapsed real milliseconds.  */
-   unsigned long v;/* Elapsed virtual (CPU) milliseconds.  */
-+  unsigned long ru;   /* Elapsed real microseconds.  */
-+  unsigned long vu;   /* Elapsed virtual (CPU) microseconds.  */
- 
-   if (verbose)
-   {
-@@ -350,6 +352,17 @@ summarize (fp, fmt, command, resp)
-   v = resp->ru.ru_utime.tv_sec * 1000 + resp->ru.ru_utime.TV_MSEC +
- resp->ru.ru_stime.tv_sec * 1000 + resp->ru.ru_stime.TV_MSEC;
- 
-+  if (r == 0 && v == 0)
-+{
-+  ru = resp->elapsed.tv_usec;
-+  vu = resp->ru.ru_utime.TV_USEC + resp->ru.ru_stime.TV_USEC;
-+}
-+  else
-+{
-+  ru = 0;
-+  vu = 0;
-+}
-+
-   while (*fmt)
- {
-   switch (*fmt)
-@@ -408,6 +421,8 @@ summarize (fp, fmt, command, resp)
- /* % cpu is (total cpu time)/(elapsed time).  */
- if (r > 0)
-   fprintf (fp, "%lu%%", (v * 100 / r));
-+else if (ru > 0)
-+  fprintf (fp, "%lu%%", (vu * 100 / ru));
- else
-   fprintf (fp, "?%%");
- break;
--- 
-1.7.4.4
-

Deleted: time-1.7-ru_maxrss-is-in

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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 17:00:35
  Author: felixonmars
Revision: 266033

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 266032, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 266032, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-09 17:00:35 UTC (rev 266033)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.5.0
+pkgrel=8
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-async' 
'haskell-gitrev' 'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-monad-control' 'haskell-monadlib' 
'haskell-old-time'
+ 'haskell-presburger' 'haskell-quickcheck' 'haskell-random' 
'haskell-sbv' 'haskell-smtlib'
+ 'haskell-simple-smt' 'haskell-syb' 'haskell-text' 'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-utf8-string' 'haskell-mtl' 
'haskell-ansi-terminal')
+makedepends=('ghc' 'alex' 'happy')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('e528c2b75853f559a0e122286734fce373150a458a5af2a74020240629f9f550747f30f50c16d261326e94f4060497af43951f0253dc6885043cf21aab849265')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 17:00:09
  Author: felixonmars
Revision: 266032

upgpkg: cryptol 2.5.0-8

rebuild with sbv,7.4

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 16:56:55 UTC (rev 266031)
+++ PKGBUILD2017-11-09 17:00:09 UTC (rev 266032)
@@ -3,11 +3,11 @@
 
 pkgname=cryptol
 pkgver=2.5.0
-pkgrel=7
+pkgrel=8
 pkgdesc="The Language of Cryptography"
 url="http://www.cryptol.net";
 license=("custom:BSD3")
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-async' 
'haskell-gitrev' 'haskell-graphscc'
  'haskell-heredoc' 'haskell-monad-control' 'haskell-monadlib' 
'haskell-old-time'
  'haskell-presburger' 'haskell-quickcheck' 'haskell-random' 
'haskell-sbv' 'haskell-smtlib'


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 16:56:55
  Author: felixonmars
Revision: 266031

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 266030, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-09 16:56:55 UTC (rev 266031)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.4
+pkgrel=1
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-mtl' 'haskell-random' 'haskell-syb' 
'haskell-data-binary-ieee754'
+ 'haskell-generic-deriving')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('73eac796c93fb43977428a476a3a63b844153c208b55dd3edb0dbc9e9426ffb9dbb3359d60ad423ae0260c6a0060f3b1c2408162b9ebd931c0a8bdcafd073058')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 16:56:27
  Author: felixonmars
Revision: 266030

upgpkg: haskell-sbv 7.4-1

rebuild with sbv,7.4

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 16:30:10 UTC (rev 266029)
+++ PKGBUILD2017-11-09 16:56:27 UTC (rev 266030)
@@ -4,18 +4,18 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=7.3
-pkgrel=3
+pkgver=7.4
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv";
 license=("custom:BSD3")
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
  'haskell-mtl' 'haskell-random' 'haskell-syb' 
'haskell-data-binary-ieee754'
  'haskell-generic-deriving')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('df4a94f811573cf3c48892ce0a121f0cbea090784d92dc376f68caf1d2d9e5f9fee2ba7efb44e6dbfeb41c397946eb2b0136d2324b9f47a2889a8fb4cec5892f')
+sha512sums=('73eac796c93fb43977428a476a3a63b844153c208b55dd3edb0dbc9e9426ffb9dbb3359d60ad423ae0260c6a0060f3b1c2408162b9ebd931c0a8bdcafd073058')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-11-09 Thread Sven-Hendrik Haase
Date: Thursday, November 9, 2017 @ 16:30:10
  Author: svenstaro
Revision: 266029

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 266028, tensorflow/trunk/PKGBUILD)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  382 ++---
 1 file changed, 217 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 16:29:54 UTC (rev 266028)
+++ PKGBUILD2017-11-09 16:30:10 UTC (rev 266029)
@@ -1,165 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda python-tensorflow 
python-tensorflow-opt python-tensorflow-cuda)
-pkgver=1.4.0
-_pkgver=1.4.0
-pkgrel=1
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/";
-license=('APACHE')
-arch=('x86_64')
-makedepends=('bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz";)
-sha512sums=('37ac22faf9e59faf8dc5d952df1e7bc73c27905d564a508d3fd172fff37da10c99b3d6b62b3684b88688fd109172c9de61f620ff0eb2209d73553d6617912dda')
-
-prepare() {
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
-  # These environment variables influence the behavior of the configure call 
below.
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_NEED_S3=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_GDR=0
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-}
-
-build() {
-  cd ${srcdir}/tensorflow-${_pkgver}
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpopt
-
-  cd ${srcdir}/tensorflow-${_pkgver}-cuda
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-  ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
-}
-
-package_tensorflow() {
-  cd ${srcdir}/tensorflow-${_pkgver}
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm755 bazel-bin/tensorflow/libtensorflow_framework.so 
${pkgdir}/usr/lib/libtensorflow_framework.so
-  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_tensorflow-opt() {
-  conflicts=(tensorflow)
-  provides=(tensorflow)
-  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CPU optimizations)"
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm755 bazel-bin/tensorflow/libtensorflow_framework.so 
${pkgdir}/usr/lib/libtensorflow_framework.so
-  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_tensorflow-cuda() {
-  depends=(cuda cudnn)
-  conflicts=(tensorflow)
-  provides=(tensorflow)
-  pkgdesc="Library for computation u

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

2017-11-09 Thread Sven-Hendrik Haase
Date: Thursday, November 9, 2017 @ 16:29:54
  Author: svenstaro
Revision: 266028

upgpkg: tensorflow 1.4.0-2

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 16:26:45 UTC (rev 266027)
+++ PKGBUILD2017-11-09 16:29:54 UTC (rev 266028)
@@ -3,10 +3,10 @@
 # Contributor: Thibault Lorrain (fredszaq) 
 
 pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda python-tensorflow 
python-tensorflow-opt python-tensorflow-cuda)
+pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=1.4.0
 _pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/";
 license=('APACHE')
@@ -20,6 +20,7 @@
 prepare() {
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
   # These environment variables influence the behavior of the configure call 
below.
   export PYTHON_BIN_PATH=/usr/bin/python
   export USE_DEFAULT_PYTHON_LIB_PATH=1
@@ -42,6 +43,22 @@
   bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
   bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
 
+  cd ${srcdir}/tensorflow-${_pkgver}-cuda
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_CUDA=1
+  # For next version instead of the gcc-6 stuff:
+  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
+  export TF_CUDA_CLANG=0
+  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
+  export CUDA_TOOLKIT_PATH=/opt/cuda
+  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
+  export CUDNN_INSTALL_PATH=/opt/cuda
+  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
+  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
+  ./configure
+  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
+
   cd ${srcdir}/tensorflow-${_pkgver}-opt
   export CC_OPT_FLAGS="-march=haswell"
   export TF_NEED_CUDA=0
@@ -49,7 +66,7 @@
   bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
   bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpopt
 
-  cd ${srcdir}/tensorflow-${_pkgver}-cuda
+  cd ${srcdir}/tensorflow-${_pkgver}-opt-cuda
   export CC_OPT_FLAGS="-march=haswell"
   export TF_NEED_CUDA=1
   # For next version instead of the gcc-6 stuff:
@@ -63,7 +80,7 @@
   export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
   ./configure
   bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcudaopt
 }
 
 package_tensorflow() {
@@ -108,6 +125,22 @@
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
+package_tensorflow-opt-cuda() {
+  depends=(cuda cudnn)
+  conflicts=(tensorflow)
+  provides=(tensorflow)
+  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CUDA and CPU optimizations)"
+
+  cd ${srcdir}/tensorflow-${_pkgver}-opt-cuda
+
+  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
+  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
+  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
+  install -Dm755 bazel-bin/tensorflow/libtensorflow_framework.so 
${pkgdir}/usr/lib/libtensorflow_framework.so
+  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
 package_python-tensorflow() {
   depends=(python python-protobuf)
 
@@ -162,4 +195,23 @@
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
+package_python-tensorflow-opt-cuda() {
+  depends=(python cuda cudnn python-pycuda python-protobuf)
+  conflicts=(python-tensorflow)
+  provides=(python-tensorflow)
+  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CUDA and CPU optimizations)"
+
+  cd ${srcdir}/tensorflow-${_pkgver}-cuda
+
+  WHEEL_PACKAGE=$(find ${srcdir}/tmpcuda -name "tensor*.whl")
+  pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
+
+  # tensorboard has been separated from

  1   2   3   4   5   6   >