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

2016-11-06 Thread Jürgen Hötzel
Date: Monday, November 7, 2016 @ 07:40:52
  Author: juergen
Revision: 280001

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

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

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   45 ---
 extra-x86_64/PKGBUILD |   45 ---
 3 files changed, 78 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-07 07:38:12 UTC (rev 28)
+++ extra-i686/PKGBUILD 2016-11-07 07:40:52 UTC (rev 280001)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Manolis Tzanidakis 
-
-pkgname=geoip
-pkgver=1.6.6
-pkgrel=2
-pkgdesc="Non-DNS IP-to-country resolver C library & utils"
-arch=('i686' 'x86_64')
-url="http://www.maxmind.com/app/c;
-license=('GPL')
-depends=('zlib' 'geoip-database')
-optdepends=('geoip-database-extra: city/ASN databases (not needed for country 
lookups)')
-makedepends=('autoconf' 'libtool')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
-sha256sums=('db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46')
-
-prepare() {
-  cd geoip-api-c-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd geoip-api-c-$pkgver
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc/geoip
-  make
-}
-
-check() {
-  cd geoip-api-c-$pkgver
-  ln -sf /usr/share/GeoIP data
-  make check
-}
-
-package() {
-  cd geoip-api-c-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip/repos/extra-i686/PKGBUILD (from rev 28, geoip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-07 07:40:52 UTC (rev 280001)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Manolis Tzanidakis 
+
+pkgname=geoip
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="Non-DNS IP-to-country resolver C library & utils"
+arch=('i686' 'x86_64')
+url="http://www.maxmind.com/app/c;
+license=('GPL')
+depends=('zlib' 'geoip-database')
+optdepends=('geoip-database-extra: city/ASN databases (not needed for country 
lookups)')
+makedepends=('autoconf' 'libtool')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
+sha256sums=('05468adbb6bdbddc588ee6f0df990f47b1b24d278519c35d59f7a8058a2a9825')
+
+prepare() {
+  cd geoip-api-c-$pkgver
+  ./bootstrap
+}
+
+build() {
+  cd geoip-api-c-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc/geoip
+  make
+}
+
+package() {
+  cd geoip-api-c-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-07 07:38:12 UTC (rev 28)
+++ extra-x86_64/PKGBUILD   2016-11-07 07:40:52 UTC (rev 280001)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Manolis Tzanidakis 
-
-pkgname=geoip
-pkgver=1.6.6
-pkgrel=2
-pkgdesc="Non-DNS IP-to-country resolver C library & utils"
-arch=('i686' 'x86_64')
-url="http://www.maxmind.com/app/c;
-license=('GPL')
-depends=('zlib' 'geoip-database')
-optdepends=('geoip-database-extra: city/ASN databases (not needed for country 
lookups)')
-makedepends=('autoconf' 'libtool')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
-sha256sums=('db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46')
-
-prepare() {
-  cd geoip-api-c-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd geoip-api-c-$pkgver
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc/geoip
-  make
-}
-
-check() {
-  cd geoip-api-c-$pkgver
-  ln -sf /usr/share/GeoIP data
-  make check
-}
-
-package() {
-  cd geoip-api-c-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip/repos/extra-x86_64/PKGBUILD (from rev 28, 
geoip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-07 07:40:52 UTC (rev 280001)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Manolis Tzanidakis 
+
+pkgname=geoip

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

2016-11-06 Thread Jürgen Hötzel
Date: Monday, November 7, 2016 @ 07:38:12
  Author: juergen
Revision: 28

Update to 1.6.9

Remove failing check:

https://github.com/maxmind/geoip-api-c/issues/79

Modified:
  geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 07:26:52 UTC (rev 27)
+++ PKGBUILD2016-11-07 07:38:12 UTC (rev 28)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Dan McGee 
+# Maintainer: Juergen Hoetzel 
 # Contributor: Manolis Tzanidakis 
 
 pkgname=geoip
-pkgver=1.6.6
-pkgrel=2
+pkgver=1.6.9
+pkgrel=1
 pkgdesc="Non-DNS IP-to-country resolver C library & utils"
 arch=('i686' 'x86_64')
 url="http://www.maxmind.com/app/c;
@@ -14,11 +14,11 @@
 makedepends=('autoconf' 'libtool')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
-sha256sums=('db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46')
+sha256sums=('05468adbb6bdbddc588ee6f0df990f47b1b24d278519c35d59f7a8058a2a9825')
 
 prepare() {
   cd geoip-api-c-$pkgver
-  autoreconf -vi
+  ./bootstrap
 }
 
 build() {
@@ -31,12 +31,6 @@
   make
 }
 
-check() {
-  cd geoip-api-c-$pkgver
-  ln -sf /usr/share/GeoIP data
-  make check
-}
-
 package() {
   cd geoip-api-c-$pkgver
   make DESTDIR="$pkgdir" install


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Monday, November 7, 2016 @ 07:26:45
  Author: bpiotrowski
Revision: 279998

readline 7.0 rebuild

Modified:
  jack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:46:45 UTC (rev 279997)
+++ PKGBUILD2016-11-07 07:26:45 UTC (rev 279998)
@@ -6,7 +6,7 @@
 pkgname=jack
 _longname=jack-audio-connection-kit
 pkgver=0.125.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A low-latency audio server"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Monday, November 7, 2016 @ 07:26:52
  Author: bpiotrowski
Revision: 27

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

Added:
  jack/repos/staging-i686/
  jack/repos/staging-i686/40-hpet-permissions.rules
(from rev 279998, jack/trunk/40-hpet-permissions.rules)
  jack/repos/staging-i686/99-audio.conf
(from rev 279998, jack/trunk/99-audio.conf)
  jack/repos/staging-i686/PKGBUILD
(from rev 279998, jack/trunk/PKGBUILD)
  jack/repos/staging-i686/jack.install
(from rev 279998, jack/trunk/jack.install)
  jack/repos/staging-x86_64/
  jack/repos/staging-x86_64/40-hpet-permissions.rules
(from rev 279998, jack/trunk/40-hpet-permissions.rules)
  jack/repos/staging-x86_64/99-audio.conf
(from rev 279998, jack/trunk/99-audio.conf)
  jack/repos/staging-x86_64/PKGBUILD
(from rev 279998, jack/trunk/PKGBUILD)
  jack/repos/staging-x86_64/jack.install
(from rev 279998, jack/trunk/jack.install)

--+
 staging-i686/40-hpet-permissions.rules   |2 +
 staging-i686/99-audio.conf   |2 +
 staging-i686/PKGBUILD|   57 +
 staging-i686/jack.install|5 ++
 staging-x86_64/40-hpet-permissions.rules |2 +
 staging-x86_64/99-audio.conf |2 +
 staging-x86_64/PKGBUILD  |   57 +
 staging-x86_64/jack.install  |5 ++
 8 files changed, 132 insertions(+)

Copied: jack/repos/staging-i686/40-hpet-permissions.rules (from rev 279998, 
jack/trunk/40-hpet-permissions.rules)
===
--- staging-i686/40-hpet-permissions.rules  (rev 0)
+++ staging-i686/40-hpet-permissions.rules  2016-11-07 07:26:52 UTC (rev 
27)
@@ -0,0 +1,2 @@
+KERNEL=="rtc0", GROUP="audio"
+KERNEL=="hpet", GROUP="audio"

Copied: jack/repos/staging-i686/99-audio.conf (from rev 279998, 
jack/trunk/99-audio.conf)
===
--- staging-i686/99-audio.conf  (rev 0)
+++ staging-i686/99-audio.conf  2016-11-07 07:26:52 UTC (rev 27)
@@ -0,0 +1,2 @@
+@audio - rtprio99
+@audio - memlock   unlimited

Copied: jack/repos/staging-i686/PKGBUILD (from rev 279998, jack/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 07:26:52 UTC (rev 27)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: tobias 
+# Contributor: Robert Emil Berge 
+
+pkgname=jack
+_longname=jack-audio-connection-kit
+pkgver=0.125.0
+pkgrel=2
+pkgdesc="A low-latency audio server"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libsamplerate' 'db' 'zita-alsa-pcmi' 'zita-resampler')
+makedepends=('doxygen' 'libffado' 'celt')
+optdepends=('libffado: FireWire support'
+'celt: NetJACK driver')
+url="http://jackaudio.org/;
+backup=(etc/security/limits.d/99-audio.conf)
+provides=("$_longname=$pkgver")
+conflicts=("$_longname")
+replaces=("$_longname")
+install=$pkgname.install
+source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz;
+'99-audio.conf'
+'40-hpet-permissions.rules')
+md5sums=('d9b7e230aeae2d5b45c7a822b2d2dd15'
+ 'ae65b7c9ebe0fff6c918ba9d97ae342d'
+ '471aad533ff56c5d3cbbf65ce32cadef')
+
+build() {
+  cd "$srcdir/$_longname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$_longname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # configure realtime access/scheduling
+  # see https://bugs.archlinux.org/task/26343
+  install -Dm644 "$srcdir/99-audio.conf" \
+"$pkgdir/etc/security/limits.d/99-audio.conf"
+
+  install -Dm644 "$srcdir/40-hpet-permissions.rules" \
+"$pkgdir/usr/lib/udev/rules.d/40-hpet-permissions.rules"
+
+  # install a missing header forgotten by upstream
+  # see https://bugs.archlinux.org/task/26865
+  #install -Dm644 "$srcdir/$_longname-$pkgver/jack/jslist.h" \
+  #  "$pkgdir/usr/include/jack/jslist.h"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: jack/repos/staging-i686/jack.install (from rev 279998, 
jack/trunk/jack.install)
===
--- staging-i686/jack.install   (rev 0)
+++ staging-i686/jack.install   2016-11-07 07:26:52 UTC (rev 27)
@@ -0,0 +1,5 @@
+post_upgrade() {
+   rm -f etc/security/limits.d/99-realtime.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: jack/repos/staging-x86_64/40-hpet-permissions.rules (from rev 279998, 
jack/trunk/40-hpet-permissions.rules)
===
--- staging-x86_64/40-hpet-permissions.rules(rev 0)
+++ 

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

2016-11-06 Thread Felix Yan
Date: Monday, November 7, 2016 @ 07:23:32
  Author: felixonmars
Revision: 194857

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

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

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

Copied: giac/repos/community-staging-i686/PKGBUILD (from rev 194856, 
giac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 07:23:32 UTC (rev 194857)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.2-95
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+md5sums=('e94b849c212173478fb82e891fbaebf1')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Copied: giac/repos/community-staging-x86_64/PKGBUILD (from rev 194856, 
giac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 07:23:32 UTC (rev 194857)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.2-95
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+md5sums=('e94b849c212173478fb82e891fbaebf1')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2016-11-06 Thread Felix Yan
Date: Monday, November 7, 2016 @ 07:23:08
  Author: felixonmars
Revision: 194856

readline 7.0 rebuild

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 07:01:15 UTC (rev 194855)
+++ PKGBUILD2016-11-07 07:23:08 UTC (rev 194856)
@@ -5,7 +5,7 @@
 pkgname=(xcas libgiac)
 _pkgver=1.2.2-95
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free computer algebra system"
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;


[arch-commits] Commit in josm/repos/community-any (8 files)

2016-11-06 Thread Jaroslav Lichtblau
Date: Monday, November 7, 2016 @ 07:01:15
  Author: jlichtblau
Revision: 194855

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 194854, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 194854, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 194854, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.install
(from rev 194854, josm/trunk/josm.install)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.install

+
 PKGBUILD   |  106 ++---
 josm.changelog |  429 +++
 josm.conf.d|8 -
 josm.install   |   22 +-
 4 files changed, 284 insertions(+), 281 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-07 07:01:02 UTC (rev 194854)
+++ PKGBUILD2016-11-07 07:01:15 UTC (rev 194855)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=10966
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime>=8' 'libxtst' 'ttf-font')
-install=$pkgname.install
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/$pkgname-tested.jar
-
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
-$pkgname.conf.d)
-noextract=($pkgname-tested.jar)
-sha256sums=('211ddb977b40c6c47ffdc183301d7d9f370053a7ad8519b158c49eec308df13d'
-'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-prepare() {
-  cd "${srcdir}"
-  bsdtar -xf $pkgname-tested.jar images/logo.png
-}
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 194854, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-07 07:01:15 UTC (rev 194855)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=11223
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime>=8' 'libxtst' 'ttf-font')
+install=$pkgname.install
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/$pkgname-tested.jar
+
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
+$pkgname.conf.d)
+noextract=($pkgname-tested.jar)
+sha256sums=('488fa22200753b01ec06bb192c8cfc016733b3c0db767abc442738942e85613b'
+'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+prepare() {
+  cd "${srcdir}"
+  bsdtar -xf $pkgname-tested.jar images/logo.png
+}
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 

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

2016-11-06 Thread Jaroslav Lichtblau
Date: Monday, November 7, 2016 @ 07:01:02
  Author: jlichtblau
Revision: 194854

upgpkg: josm 11223-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 06:51:31 UTC (rev 194853)
+++ PKGBUILD2016-11-07 07:01:02 UTC (rev 194854)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=10966
+pkgver=11223
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -17,7 +17,7 @@
 
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
 $pkgname.conf.d)
 noextract=($pkgname-tested.jar)
-sha256sums=('211ddb977b40c6c47ffdc183301d7d9f370053a7ad8519b158c49eec308df13d'
+sha256sums=('488fa22200753b01ec06bb192c8cfc016733b3c0db767abc442738942e85613b'
 '9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2016-11-07 06:51:31 UTC (rev 194853)
+++ josm.changelog  2016-11-07 07:01:02 UTC (rev 194854)
@@ -1,3 +1,6 @@
+2016-11-07 Jaroslav Lichtblau 
+   * josm 11223-1
+
 2016-09-06 Jaroslav Lichtblau 
* josm 10966-1
 


[arch-commits] Commit in eric/repos/community-any (6 files)

2016-11-06 Thread Evgeniy Alekseev
Date: Monday, November 7, 2016 @ 06:51:31
  Author: arcanis
Revision: 194853

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 194852, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 194852, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 194852, eric/trunk/PKGBUILD)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD

---+
 .contrib  |   14 +--
 ChangeLog |  190 -
 PKGBUILD  |  276 ++--
 3 files changed, 240 insertions(+), 240 deletions(-)

Deleted: .contrib
===
--- .contrib2016-11-07 06:45:31 UTC (rev 194852)
+++ .contrib2016-11-07 06:51:31 UTC (rev 194853)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 194852, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2016-11-07 06:51:31 UTC (rev 194853)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2016-11-07 06:45:31 UTC (rev 194852)
+++ ChangeLog   2016-11-07 06:51:31 UTC (rev 194853)
@@ -1,95 +0,0 @@
-6.1.11-1:
-upstream update
-
-6.1.10-1:
-upstream update
-
-6.1.9-1:
-upstream update
-
-6.1.8-1:
-upstream update
-
-6.1.7-1:
-upstream update
-
-6.1.6-1:
-upstream update
-
-6.1.5-1:
-upstream update
-
-6.1.4-2:
-drop install file, move to pacman hooks
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-1:
-upstream update
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upstream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-2:
-python3.5 rebuild
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 194852, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-11-07 06:51:31 UTC (rev 194853)
@@ -0,0 +1,95 @@
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-1:
+upstream update
+
+6.1.4-2:
+drop install file, move to pacman hooks
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-07 06:45:31 UTC (rev 194852)
+++ PKGBUILD2016-11-07 06:51:31 UTC (rev 194853)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.11
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt"
-arch=('any')
-url="http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 

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

2016-11-06 Thread Evgeniy Alekseev
Date: Monday, November 7, 2016 @ 06:45:31
  Author: arcanis
Revision: 194852

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 194851, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 194851, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |  189 ++--
 PKGBUILD  |  126 
 2 files changed, 159 insertions(+), 156 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-11-07 06:45:20 UTC (rev 194851)
+++ ChangeLog   2016-11-07 06:45:31 UTC (rev 194852)
@@ -1,93 +0,0 @@
-6.1.10-1:
-upstream update
-
-6.1.9-1:
-upstream update
-
-6.1.8-1:
-upstream update
-
-6.1.7-1:
-upstream update
-
-6.1.6-1:
-upstream update
-
-6.1.5-2:
-fix broken Qt4 translations
-
-6.1.5-1:
-upstream update
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-3:
-* rename zh_CN package to zh_cn
-* fix description
-
-6.1.2-2:
-rebuild in clean chroot for .BUILDINFO
-
-6.1.2-1:
-upstream update
-
-6.1.1-2:
-fix FS#47677
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 194851, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-11-07 06:45:31 UTC (rev 194852)
@@ -0,0 +1,96 @@
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-2:
+fix broken Qt4 translations
+
+6.1.5-1:
+upstream update
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-07 06:45:20 UTC (rev 194851)
+++ PKGBUILD2016-11-07 06:45:31 UTC (rev 194852)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.1.10
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-makedepends=("eric-common>=${pkgver}" "eric-common-qt4>=${pkgver}")
-depends=()
-url="http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN  "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_locale}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_locale} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${1} language pack for Eric IDE"
-  depends=("eric-common${2}>=${pkgver}")
-
-  [ -z ${2} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('79ae2beefa5cba89557c3bce2999878d'
- '8708d5fa14a8afe87db7ae9519049072'
- '500de6d8245d024bf8879e570e263435'
- 

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2016-11-06 Thread Evgeniy Alekseev
Date: Monday, November 7, 2016 @ 06:45:20
  Author: arcanis
Revision: 194851

upgpkg: eric-i18n 6.1.11-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   22 +++---
 2 files changed, 14 insertions(+), 11 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-11-07 06:38:48 UTC (rev 194850)
+++ ChangeLog   2016-11-07 06:45:20 UTC (rev 194851)
@@ -1,3 +1,6 @@
+6.1.11-1:
+upstream update
+
 6.1.10-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 06:38:48 UTC (rev 194850)
+++ PKGBUILD2016-11-07 06:45:20 UTC (rev 194851)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.1.10
+pkgver=6.1.11
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
@@ -51,13 +51,13 @@
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('79ae2beefa5cba89557c3bce2999878d'
- '8708d5fa14a8afe87db7ae9519049072'
- '500de6d8245d024bf8879e570e263435'
- '1f327003db4c8f0aa082461727a13b68'
- 'f40936d1b9211ddce31af98f903ce899'
- '53e379a86ea430b30af372f5fcd9a00b'
- '8626e674de88f5b9e021da438aca0e81'
- 'fd6c0add2d5f3556043dc345d3c5'
- '930e74b0689df8a5960c8b7963d01e93'
- '06b7a5e59649eef7c75c451fb8bbdc0d')
+md5sums=('f47e4571564a93ab87940fef56cb1202'
+ 'd2ea34c3c73b62e29c463b581a0157ad'
+ '7a6f22caf969361052b37233b1c0abc5'
+ '5dadecb4efcf8fff41eaee5c0f724055'
+ 'bbf903d7905f9118cb6bf337ed1c01d5'
+ '0532d907d42d234b28e91aff13376157'
+ '298f3e3549a0852ee4223cac9fbbb659'
+ 'a1d10485cd5691d27007fbcd0d3e203d'
+ '7e5d53ff8be66a70740e56287c4f7f19'
+ '98f0e8160eee260c11d89e65ab502b42')


[arch-commits] Commit in eric/repos/community-any (6 files)

2016-11-06 Thread Evgeniy Alekseev
Date: Monday, November 7, 2016 @ 06:38:48
  Author: arcanis
Revision: 194850

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 194849, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 194849, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 194849, eric/trunk/PKGBUILD)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD

---+
 .contrib  |   14 +--
 ChangeLog |  187 
 PKGBUILD  |  276 ++--
 3 files changed, 240 insertions(+), 237 deletions(-)

Deleted: .contrib
===
--- .contrib2016-11-07 06:38:31 UTC (rev 194849)
+++ .contrib2016-11-07 06:38:48 UTC (rev 194850)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 194849, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2016-11-07 06:38:48 UTC (rev 194850)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2016-11-07 06:38:31 UTC (rev 194849)
+++ ChangeLog   2016-11-07 06:38:48 UTC (rev 194850)
@@ -1,92 +0,0 @@
-6.1.10-1:
-upstream update
-
-6.1.9-1:
-upstream update
-
-6.1.8-1:
-upstream update
-
-6.1.7-1:
-upstream update
-
-6.1.6-1:
-upstream update
-
-6.1.5-1:
-upstream update
-
-6.1.4-2:
-drop install file, move to pacman hooks
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-1:
-upstream update
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upstream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-2:
-python3.5 rebuild
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 194849, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-11-07 06:38:48 UTC (rev 194850)
@@ -0,0 +1,95 @@
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-1:
+upstream update
+
+6.1.4-2:
+drop install file, move to pacman hooks
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-07 06:38:31 UTC (rev 194849)
+++ PKGBUILD2016-11-07 06:38:48 UTC (rev 194850)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.10
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt"
-arch=('any')
-url="http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')

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

2016-11-06 Thread Evgeniy Alekseev
Date: Monday, November 7, 2016 @ 06:38:31
  Author: arcanis
Revision: 194849

upgpkg: eric 6.1.11-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-11-07 05:42:34 UTC (rev 194848)
+++ ChangeLog   2016-11-07 06:38:31 UTC (rev 194849)
@@ -1,3 +1,6 @@
+6.1.11-1:
+upstream update
+
 6.1.10-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 05:42:34 UTC (rev 194848)
+++ PKGBUILD2016-11-07 06:38:31 UTC (rev 194849)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.10
+pkgver=6.1.11
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -17,7 +17,7 @@
  'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'qt5-svg' 'qt5-webkit')
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('b08a7669c6d2bb55e32e1bf1b82646f9')
+md5sums=('e9d56188c632eb5e874ec99cea753063')
 changelog=ChangeLog
 
 prepare() {


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

2016-11-06 Thread Felix Yan
Date: Monday, November 7, 2016 @ 05:42:34
  Author: felixonmars
Revision: 194848

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 194847, flake8/trunk/PKGBUILD)
  flake8/repos/community-any/pycodestyle-2.1.patch
(from rev 194847, flake8/trunk/pycodestyle-2.1.patch)
Deleted:
  flake8/repos/community-any/PKGBUILD

---+
 PKGBUILD  |  143 
 pycodestyle-2.1.patch |   10 +++
 2 files changed, 84 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-07 05:42:07 UTC (rev 194847)
+++ PKGBUILD2016-11-07 05:42:34 UTC (rev 194848)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.0.4
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
- 'git')
-checkdepends=('python-mock' 'python2-mock')
-source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
-  cp -a flake8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8
-  python setup.py build
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8
-  python setup.py ptr
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py ptr
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 194847, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-07 05:42:34 UTC (rev 194848)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.0.4
+pkgrel=2
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
+ 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;
+pycodestyle-2.1.patch)
+md5sums=('SKIP'
+ 'aa1c184ffea3f79f4c53f3ad459ba6a4')
+
+prepare() {
+  # FS#51728
+  (cd flake8/src/flake8; patch -p1 -i "$srcdir"/pycodestyle-2.1.patch)
+
+  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
+  cp -a flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8
+  python setup.py build
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8
+  python setup.py ptr
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py ptr
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
+   'python2-configparser')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  

[arch-commits] Commit in flake8/trunk (PKGBUILD pycodestyle-2.1.patch)

2016-11-06 Thread Felix Yan
Date: Monday, November 7, 2016 @ 05:42:07
  Author: felixonmars
Revision: 194847

upgpkg: flake8 1:3.0.4-2

add a patch for pycodestyle-2.1

Added:
  flake8/trunk/pycodestyle-2.1.patch
Modified:
  flake8/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 pycodestyle-2.1.patch |   10 ++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 05:12:05 UTC (rev 194846)
+++ PKGBUILD2016-11-07 05:42:07 UTC (rev 194847)
@@ -7,7 +7,7 @@
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
 arch=('any')
@@ -18,10 +18,15 @@
  'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
  'git')
 checkdepends=('python-mock' 'python2-mock')
-source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
-md5sums=('SKIP')
+source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;
+pycodestyle-2.1.patch)
+md5sums=('SKIP'
+ 'aa1c184ffea3f79f4c53f3ad459ba6a4')
 
 prepare() {
+  # FS#51728
+  (cd flake8/src/flake8; patch -p1 -i "$srcdir"/pycodestyle-2.1.patch)
+
   sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
   cp -a flake8{,-py2}
 }

Added: pycodestyle-2.1.patch
===
--- pycodestyle-2.1.patch   (rev 0)
+++ pycodestyle-2.1.patch   2016-11-07 05:42:07 UTC (rev 194847)
@@ -0,0 +1,10 @@
+--- a/processor.py 2016-08-08 20:35:49.0 +0800
 b/processor.py 2016-11-07 13:15:49.496852642 +0800
+@@ -98,6 +98,7 @@
+ self.statistics = {
+ 'logical lines': 0,
+ }
++self.previous_unindented_logical_line = ''
+ 
+ @contextlib.contextmanager
+ def inside_multiline(self, line_number):


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

2016-11-06 Thread Felix Yan
Date: Monday, November 7, 2016 @ 05:12:05
  Author: felixonmars
Revision: 194846

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-07 05:11:50 UTC (rev 194845)
+++ PKGBUILD2016-11-07 05:12:05 UTC (rev 194846)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-freezegun
-pkgname=('python-freezegun' 'python2-freezegun')
-pkgver=0.3.7
-pkgrel=1
-pkgdesc="Let your Python tests travel through time"
-arch=('any')
-license=('Apache')
-url="https://github.com/spulec/freezegun;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-coverage' 'python2-coverage')
-source=("git+https://github.com/spulec/freezegun.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a freezegun{,-py2}
-}
-
-build() {
-  cd "$srcdir"/freezegun
-  python setup.py build
-
-  cd "$srcdir"/freezegun-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/freezegun
-  nosetests3
-
-  cd "$srcdir"/freezegun-py2
-  nosetests2
-}
-
-package_python-freezegun() {
-  depends=('python-dateutil')
-
-  cd freezegun
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-freezegun() {
-  depends=('python2-dateutil')
-
-  cd freezegun-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-freezegun/repos/community-any/PKGBUILD (from rev 194845, 
python-freezegun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-07 05:12:05 UTC (rev 194846)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-freezegun
+pkgname=('python-freezegun' 'python2-freezegun')
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="Let your Python tests travel through time"
+arch=('any')
+license=('Apache')
+url="https://github.com/spulec/freezegun;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-coverage' 'python2-coverage')
+source=("git+https://github.com/spulec/freezegun.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a freezegun{,-py2}
+}
+
+build() {
+  cd "$srcdir"/freezegun
+  python setup.py build
+
+  cd "$srcdir"/freezegun-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/freezegun
+  nosetests3
+
+  cd "$srcdir"/freezegun-py2
+  nosetests2
+}
+
+package_python-freezegun() {
+  depends=('python-dateutil')
+
+  cd freezegun
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-freezegun() {
+  depends=('python2-dateutil')
+
+  cd freezegun-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-11-06 Thread Felix Yan
Date: Monday, November 7, 2016 @ 05:11:50
  Author: felixonmars
Revision: 194845

upgpkg: python-freezegun 0.3.8-1

Modified:
  python-freezegun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 03:06:52 UTC (rev 194844)
+++ PKGBUILD2016-11-07 05:11:50 UTC (rev 194845)
@@ -3,7 +3,7 @@
 
 pkgbase=python-freezegun
 pkgname=('python-freezegun' 'python2-freezegun')
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 pkgdesc="Let your Python tests travel through time"
 arch=('any')


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

2016-11-06 Thread Felix Yan
Date: Monday, November 7, 2016 @ 03:06:52
  Author: felixonmars
Revision: 194844

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 194843, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.service
(from rev 194843, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   60 +-
 pm2.service |   32 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-07 03:06:19 UTC (rev 194843)
+++ PKGBUILD2016-11-07 03:06:52 UTC (rev 194844)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=2.0.19
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('e1ec59be367addfc8dffd99f55b4566d'
- '2f3ffbb78aa64d262d99168c5380b472')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 194843, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-07 03:06:52 UTC (rev 194844)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('1ae633fcbbe312cd30a7bd0120cd90f6'
+ '2f3ffbb78aa64d262d99168c5380b472')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: pm2.service
===
--- pm2.service 2016-11-07 03:06:19 UTC (rev 194843)
+++ pm2.service 2016-11-07 03:06:52 UTC (rev 194844)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/community-any/pm2.service (from rev 194843, 
pm2/trunk/pm2.service)
===
--- pm2.service (rev 0)
+++ pm2.service 2016-11-07 03:06:52 UTC (rev 194844)
@@ -0,0 +1,16 @@
+[Unit]
+Description=PM2 next gen process manager for Node.js
+After=network.target remote-fs.target
+
+[Service]
+Type=forking
+
+ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
+ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
+
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
+
+[Install]
+WantedBy=multi-user.target


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

2016-11-06 Thread Felix Yan
Date: Monday, November 7, 2016 @ 03:06:19
  Author: felixonmars
Revision: 194843

upgpkg: pm2 2.1.4-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 01:07:11 UTC (rev 194842)
+++ PKGBUILD2016-11-07 03:06:19 UTC (rev 194843)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.0.19
+pkgver=2.1.4
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('e1ec59be367addfc8dffd99f55b4566d'
+md5sums=('1ae633fcbbe312cd30a7bd0120cd90f6'
  '2f3ffbb78aa64d262d99168c5380b472')
 
 package() {


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 01:06:58
  Author: foutrelis
Revision: 194841

readline 7.0 rebuild

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 01:04:28 UTC (rev 194840)
+++ PKGBUILD2016-11-07 01:06:58 UTC (rev 194841)
@@ -5,7 +5,7 @@
 pkgname=pari-sage
 _pkgver=2.8.0.alpha
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
 url='http://pari.math.u-bordeaux.fr/'


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 01:07:11
  Author: foutrelis
Revision: 194842

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

Added:
  pari-sage/repos/community-staging-i686/
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 194841, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 194841, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 194841, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 01:07:11 UTC (rev 194842)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=2
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 194841, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 01:07:11 UTC (rev 194842)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=2
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 01:04:28
  Author: foutrelis
Revision: 194840

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

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

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

Copied: pari/repos/community-staging-i686/PKGBUILD (from rev 194839, 
pari/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 01:04:28 UTC (rev 194840)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=pari
+pkgver=2.9.0
+pkgrel=2
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='http://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('888d7a2e1df0a97d473f3f09bbc3088d94498454' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make bench
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+}

Copied: pari/repos/community-staging-x86_64/PKGBUILD (from rev 194839, 
pari/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 01:04:28 UTC (rev 194840)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=pari
+pkgver=2.9.0
+pkgrel=2
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='http://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('888d7a2e1df0a97d473f3f09bbc3088d94498454' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make bench
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+}


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 01:04:11
  Author: foutrelis
Revision: 194839

readline 7.0 rebuild

Modified:
  pari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:42:51 UTC (rev 194838)
+++ PKGBUILD2016-11-07 01:04:11 UTC (rev 194839)
@@ -3,7 +3,7 @@
 
 pkgname=pari
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='http://pari.math.u-bordeaux.fr/'
 license=('GPL')


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:46:35
  Author: foutrelis
Revision: 279996

readline 7.0 rebuild

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:44:47 UTC (rev 279995)
+++ PKGBUILD2016-11-07 00:46:35 UTC (rev 279996)
@@ -6,7 +6,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
 pkgver=5.43
-pkgrel=1
+pkgrel=2
 url="http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:46:45
  Author: foutrelis
Revision: 279997

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

Added:
  bluez/repos/staging-i686/
  bluez/repos/staging-i686/PKGBUILD
(from rev 279996, bluez/trunk/PKGBUILD)
  bluez/repos/staging-i686/bluetooth.modprobe
(from rev 279996, bluez/trunk/bluetooth.modprobe)
  bluez/repos/staging-x86_64/
  bluez/repos/staging-x86_64/PKGBUILD
(from rev 279996, bluez/trunk/PKGBUILD)
  bluez/repos/staging-x86_64/bluetooth.modprobe
(from rev 279996, bluez/trunk/bluetooth.modprobe)

---+
 staging-i686/PKGBUILD |  143 
 staging-i686/bluetooth.modprobe   |3 
 staging-x86_64/PKGBUILD   |  143 
 staging-x86_64/bluetooth.modprobe |3 
 4 files changed, 292 insertions(+)

Copied: bluez/repos/staging-i686/PKGBUILD (from rev 279996, 
bluez/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 00:46:45 UTC (rev 279997)
@@ -0,0 +1,143 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
+pkgver=5.43
+pkgrel=2
+url="http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
+bluetooth.modprobe)
+# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
+sha256sums=('16c9c05d2a1da644ce3570d975ada3643d2e60c007a955bac09c0a0efeb58d15'
+'SKIP'
+'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-sixaxis \
+  --enable-experimental \
+  --enable-library # this is deprecated
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+
+package_bluez() {
+  pkgdesc="Daemons for the bluetooth protocol stack"
+  depends=('libical' 'dbus' 'glib2')
+  backup=('etc/dbus-1/system.d/bluetooth.conf'
+  'etc/bluetooth/main.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-libexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+
+  # ship upstream main config file
+  install -dm755 ${pkgdir}/etc/bluetooth
+  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/src/main.conf 
${pkgdir}/etc/bluetooth/main.conf
+
+  # add basic documention
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
+  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
+  # fix module loading errors
+  install -dm755 ${pkgdir}/usr/lib/modprobe.d
+  install -Dm644 ${srcdir}/bluetooth.modprobe 
${pkgdir}/usr/lib/modprobe.d/bluetooth-usb.conf  
+  
+  # fix obex file transfer - https://bugs.archlinux.org/task/45816
+  ln -fs /usr/lib/systemd/user/obex.service 
${pkgdir}/usr/lib/systemd/user/dbus-org.bluez.obex.service
+}
+
+package_bluez-utils() {
+  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+  depends=('dbus' 'systemd' 'glib2')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez<=4.101')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-binPROGRAMS \
+   install-man1
+
+  # add missing tools FS#41132, FS#41687, FS#42716
+  for files in `find tools/ -type f -perm -755`; do
+filename=$(basename $files)
+install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/$filename 
${pkgdir}/usr/bin/$filename
+  done
+  # add gatttool usefulbdaddr with Bluetooth 4.0LE 
+  install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/attrib/gatttool 
${pkgdir}/usr/bin/gatttool
+  
+  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
+  #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
+  #rmdir ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/lib
+  
+  # move the hid2hci man page out
+  mv ${pkgdir}/usr/share/man/man1/hid2hci.1 ${srcdir}/
+}
+
+package_bluez-libs() {
+  pkgdesc="Deprecated libraries for the bluetooth protocol stack"
+  depends=('glibc')
+  license=('LGPL2.1')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-includeHEADERS \
+   install-libLTLIBRARIES \
+   

[arch-commits] Commit in inetutils/repos (36 files)

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:44:47
  Author: foutrelis
Revision: 279995

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

Added:
  inetutils/repos/staging-i686/
  inetutils/repos/staging-i686/PKGBUILD
(from rev 279994, inetutils/trunk/PKGBUILD)
  inetutils/repos/staging-i686/ftpd.service
(from rev 279994, inetutils/trunk/ftpd.service)
  inetutils/repos/staging-i686/inetutils.install
(from rev 279994, inetutils/trunk/inetutils.install)
  inetutils/repos/staging-i686/rlogin.pam
(from rev 279994, inetutils/trunk/rlogin.pam)
  inetutils/repos/staging-i686/rlogin.socket
(from rev 279994, inetutils/trunk/rlogin.socket)
  inetutils/repos/staging-i686/rlogin.xinetd
(from rev 279994, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/staging-i686/rlogin@.service
(from rev 279994, inetutils/trunk/rlogin@.service)
  inetutils/repos/staging-i686/rsh.pam
(from rev 279994, inetutils/trunk/rsh.pam)
  inetutils/repos/staging-i686/rsh.socket
(from rev 279994, inetutils/trunk/rsh.socket)
  inetutils/repos/staging-i686/rsh.xinetd
(from rev 279994, inetutils/trunk/rsh.xinetd)
  inetutils/repos/staging-i686/rsh@.service
(from rev 279994, inetutils/trunk/rsh@.service)
  inetutils/repos/staging-i686/talk.service
(from rev 279994, inetutils/trunk/talk.service)
  inetutils/repos/staging-i686/talk.socket
(from rev 279994, inetutils/trunk/talk.socket)
  inetutils/repos/staging-i686/talk.xinetd
(from rev 279994, inetutils/trunk/talk.xinetd)
  inetutils/repos/staging-i686/telnet.socket
(from rev 279994, inetutils/trunk/telnet.socket)
  inetutils/repos/staging-i686/telnet.xinetd
(from rev 279994, inetutils/trunk/telnet.xinetd)
  inetutils/repos/staging-i686/telnet@.service
(from rev 279994, inetutils/trunk/telnet@.service)
  inetutils/repos/staging-x86_64/
  inetutils/repos/staging-x86_64/PKGBUILD
(from rev 279994, inetutils/trunk/PKGBUILD)
  inetutils/repos/staging-x86_64/ftpd.service
(from rev 279994, inetutils/trunk/ftpd.service)
  inetutils/repos/staging-x86_64/inetutils.install
(from rev 279994, inetutils/trunk/inetutils.install)
  inetutils/repos/staging-x86_64/rlogin.pam
(from rev 279994, inetutils/trunk/rlogin.pam)
  inetutils/repos/staging-x86_64/rlogin.socket
(from rev 279994, inetutils/trunk/rlogin.socket)
  inetutils/repos/staging-x86_64/rlogin.xinetd
(from rev 279994, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/staging-x86_64/rlogin@.service
(from rev 279994, inetutils/trunk/rlogin@.service)
  inetutils/repos/staging-x86_64/rsh.pam
(from rev 279994, inetutils/trunk/rsh.pam)
  inetutils/repos/staging-x86_64/rsh.socket
(from rev 279994, inetutils/trunk/rsh.socket)
  inetutils/repos/staging-x86_64/rsh.xinetd
(from rev 279994, inetutils/trunk/rsh.xinetd)
  inetutils/repos/staging-x86_64/rsh@.service
(from rev 279994, inetutils/trunk/rsh@.service)
  inetutils/repos/staging-x86_64/talk.service
(from rev 279994, inetutils/trunk/talk.service)
  inetutils/repos/staging-x86_64/talk.socket
(from rev 279994, inetutils/trunk/talk.socket)
  inetutils/repos/staging-x86_64/talk.xinetd
(from rev 279994, inetutils/trunk/talk.xinetd)
  inetutils/repos/staging-x86_64/telnet.socket
(from rev 279994, inetutils/trunk/telnet.socket)
  inetutils/repos/staging-x86_64/telnet.xinetd
(from rev 279994, inetutils/trunk/telnet.xinetd)
  inetutils/repos/staging-x86_64/telnet@.service
(from rev 279994, inetutils/trunk/telnet@.service)

--+
 staging-i686/PKGBUILD|   90 +
 staging-i686/ftpd.service|   12 
 staging-i686/inetutils.install   |9 +++
 staging-i686/rlogin.pam  |   13 +
 staging-i686/rlogin.socket   |9 +++
 staging-i686/rlogin.xinetd   |   10 
 staging-i686/rlogin@.service |7 ++
 staging-i686/rsh.pam |   11 
 staging-i686/rsh.socket  |9 +++
 staging-i686/rsh.xinetd  |   10 
 staging-i686/rsh@.service|7 ++
 staging-i686/talk.service|   12 
 staging-i686/talk.socket |9 +++
 staging-i686/talk.xinetd |   10 
 staging-i686/telnet.socket   |   10 
 staging-i686/telnet.xinetd   |   10 
 staging-i686/telnet@.service |7 ++
 staging-x86_64/PKGBUILD  |   90 +
 staging-x86_64/ftpd.service  |   12 
 staging-x86_64/inetutils.install |9 +++
 staging-x86_64/rlogin.pam|   13 +
 staging-x86_64/rlogin.socket |9 +++
 staging-x86_64/rlogin.xinetd |   10 
 staging-x86_64/rlogin@.service   |7 ++
 staging-x86_64/rsh.pam   |   11 
 staging-x86_64/rsh.socket|9 +++
 staging-x86_64/rsh.xinetd|   10 
 staging-x86_64/rsh@.service  |7 ++
 staging-x86_64/talk.service  |   12 
 staging-x86_64/talk.socket   |9 +++
 staging-x86_64/talk.xinetd 

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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:44:08
  Author: foutrelis
Revision: 279994

readline 7.0 rebuild

Modified:
  inetutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:34:23 UTC (rev 279993)
+++ PKGBUILD2016-11-07 00:44:08 UTC (rev 279994)
@@ -3,7 +3,7 @@
 
 pkgname=inetutils
 pkgver=1.9.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A collection of common network programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/inetutils/;


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:42:51
  Author: foutrelis
Revision: 194838

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

Added:
  atftp/repos/community-staging-i686/
  atftp/repos/community-staging-i686/PKGBUILD
(from rev 194837, atftp/trunk/PKGBUILD)
  atftp/repos/community-staging-i686/atftp-0.7-cflags.patch
(from rev 194837, atftp/trunk/atftp-0.7-cflags.patch)
  atftp/repos/community-staging-i686/atftpd.conf
(from rev 194837, atftp/trunk/atftpd.conf)
  atftp/repos/community-staging-i686/atftpd.service
(from rev 194837, atftp/trunk/atftpd.service)
  atftp/repos/community-staging-x86_64/
  atftp/repos/community-staging-x86_64/PKGBUILD
(from rev 194837, atftp/trunk/PKGBUILD)
  atftp/repos/community-staging-x86_64/atftp-0.7-cflags.patch
(from rev 194837, atftp/trunk/atftp-0.7-cflags.patch)
  atftp/repos/community-staging-x86_64/atftpd.conf
(from rev 194837, atftp/trunk/atftpd.conf)
  atftp/repos/community-staging-x86_64/atftpd.service
(from rev 194837, atftp/trunk/atftpd.service)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/atftp-0.7-cflags.patch   |   32 ++
 community-staging-i686/atftpd.conf  |3 +
 community-staging-i686/atftpd.service   |   10 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/atftp-0.7-cflags.patch |   32 ++
 community-staging-x86_64/atftpd.conf|3 +
 community-staging-x86_64/atftpd.service |   10 
 8 files changed, 186 insertions(+)

Copied: atftp/repos/community-staging-i686/PKGBUILD (from rev 194837, 
atftp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 00:42:51 UTC (rev 194838)
@@ -0,0 +1,48 @@
+# Maintainer: Benjamin Bukowski 
+# Contributor: Johannes Löthberg 
+
+pkgname=atftp
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='Client/server implementation of the TFTP protocol that implements 
RFCs 1350, 2090, 2347, 2348, and 2349'
+arch=(i686 x86_64)
+url='http://sourceforge.net/projects/atftp/'
+license=(GPL)
+depends=(pcre readline)
+backup=(etc/conf.d/atftpd)
+source=(http://downloads.sf.net/sourceforge/atftp/atftp-$pkgver.tar.gz
+atftp-0.7-cflags.patch
+atftpd.service
+atftpd.conf)
+sha1sums=('fc9e9f821dfd2f257b4a5c32b948ed60b4e31fd1'
+  'a6aaa9965284977efb41cfd28a76edf904c069ab'
+  'fb6a7a03aa2d37caf4202e152d84a18dd20e30f3'
+  '0ee061597778d0ca850f053d0e3d9157e3376e79')
+
+prepare() {
+  cd atftp-$pkgver
+  # Respect our CFLAGS; needed below for building with -std=gnu89
+  patch -Np1 -i ../atftp-0.7-cflags.patch
+  autoreconf -vi
+}
+
+build() {
+  cd atftp-$pkgver
+  CFLAGS+=' -std=gnu89'
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin \
+  --enable-libreadline --disable-libwrap
+  make
+}
+
+package() {
+  cd atftp-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../atftpd.service 
"$pkgdir"/usr/lib/systemd/system/atftpd.service
+  install -Dm644 ../atftpd.conf "$pkgdir"/etc/conf.d/atftpd
+  install -dm775 --group=nobody "$pkgdir"/srv/atftp 
+
+  # remove in.tftpd link as it conflicts with extra/tftp-hpa
+  rm "${pkgdir}/usr/share/man/man8/in.tftpd.8"
+  rm "${pkgdir}/usr/bin/in.tftpd"
+}

Copied: atftp/repos/community-staging-i686/atftp-0.7-cflags.patch (from rev 
194837, atftp/trunk/atftp-0.7-cflags.patch)
===
--- community-staging-i686/atftp-0.7-cflags.patch   
(rev 0)
+++ community-staging-i686/atftp-0.7-cflags.patch   2016-11-07 00:42:51 UTC 
(rev 194838)
@@ -0,0 +1,32 @@
+--- atftp-0.7/configure.ac
 atftp-0.7/configure.ac
+@@ -66,29 +66,6 @@
+ dnl Check for AIX
+ AC_AIX
+ 
+-CFLAGS="-g -Wall -D_REENTRANT"
+-
+-if test x$debug = xtrue; then
+-   CFLAGS="$CFLAGS -O0 -DDEBUG"
+-else
+-  if test -n "$auto_cflags"; then
+-if test -n "$GCC"; then
+-  CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit"
+-else
+-  case "$host_os" in
+-*hpux*)  CFLAGS="$CFLAGS +O3"
+-;;
+-*ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000"
+-;;
+-*)   CFLAGS="$CFLAGS -O2"
+-;;
+-  esac
+-fi
+-  else
+-CFLAGS="$CFLAGS -O2"
+-  fi
+-fi
+-
+ AC_PROG_MAKE_SET
+ AC_PROG_INSTALL
+ 

Copied: atftp/repos/community-staging-i686/atftpd.conf (from rev 194837, 
atftp/trunk/atftpd.conf)
===
--- community-staging-i686/atftpd.conf  (rev 0)
+++ community-staging-i686/atftpd.conf  2016-11-07 00:42:51 UTC (rev 194838)
@@ -0,0 +1,3 @@
+# Parameters to be passed to 

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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:41:54
  Author: foutrelis
Revision: 194836

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

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

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

Copied: iverilog/repos/community-staging-i686/PKGBUILD (from rev 194835, 
iverilog/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 00:41:54 UTC (rev 194836)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.1
+pkgrel=2
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Copied: iverilog/repos/community-staging-x86_64/PKGBUILD (from rev 194835, 
iverilog/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 00:41:54 UTC (rev 194836)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.1
+pkgrel=2
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:42:30
  Author: foutrelis
Revision: 194837

readline 7.0 rebuild

Modified:
  atftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:41:54 UTC (rev 194836)
+++ PKGBUILD2016-11-07 00:42:30 UTC (rev 194837)
@@ -3,7 +3,7 @@
 
 pkgname=atftp
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Client/server implementation of the TFTP protocol that implements 
RFCs 1350, 2090, 2347, 2348, and 2349'
 arch=(i686 x86_64)
 url='http://sourceforge.net/projects/atftp/'


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:41:34
  Author: foutrelis
Revision: 194835

readline 7.0 rebuild

Modified:
  iverilog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:39:35 UTC (rev 194834)
+++ PKGBUILD2016-11-07 00:41:34 UTC (rev 194835)
@@ -5,7 +5,7 @@
 
 pkgname=iverilog
 pkgver=10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Icarus Verilog compiler and simulation tool'
 arch=('x86_64' 'i686')
 url='http://iverilog.icarus.com/'


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:39:35
  Author: foutrelis
Revision: 194834

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

Added:
  swi-prolog/repos/community-staging-i686/
  swi-prolog/repos/community-staging-i686/PKGBUILD
(from rev 194833, swi-prolog/trunk/PKGBUILD)
  swi-prolog/repos/community-staging-x86_64/
  swi-prolog/repos/community-staging-x86_64/PKGBUILD
(from rev 194833, swi-prolog/trunk/PKGBUILD)

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

Copied: swi-prolog/repos/community-staging-i686/PKGBUILD (from rev 194833, 
swi-prolog/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 00:39:35 UTC (rev 194834)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jachym Barvinek 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor 
+# Contributor: Juergen Hoetzel 
+
+pkgname=swi-prolog
+pkgver=7.2.3
+pkgrel=4
+pkgdesc='Prolog environment'
+arch=('x86_64' 'i686')
+url='http://www.swi-prolog.org/'
+license=('GPL' 'LGPL')
+depends=('gmp' 'readline' 'openssl' 'libarchive')
+makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
+optdepends=('unixodbc: for using the odbc4pl library'
+'libjpeg: for using the pl2xpce library'
+'libxpm: for using the pl2xpce library'
+'libxinerama: for using the pl2xpce library'
+'libxft: for using the pl2xpce library')
+source=("http://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz;)
+sha256sums=('43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5')
+
+build() {
+  cd "swipl-$pkgver"
+  ./configure --prefix=/usr --with-world
+
+  cd src
+  ./configure --enable-readline --prefix=/usr
+
+  make -C ..
+}
+
+check() {
+  make -C "swipl-$pkgver" check || true
+}
+
+package() {
+  make -C "swipl-$pkgver" DESTDIR="$pkgdir" install
+
+  # Fix for FS#20873
+  chmod +x "$pkgdir/usr/lib/swipl-$pkgver/library/dialect/sicstus/swipl-lfr.pl"
+}
+
+# getver: swi-prolog.org/download/stable
+# vim:set ts=2 sw=2 et:

Copied: swi-prolog/repos/community-staging-x86_64/PKGBUILD (from rev 194833, 
swi-prolog/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 00:39:35 UTC (rev 194834)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jachym Barvinek 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor 
+# Contributor: Juergen Hoetzel 
+
+pkgname=swi-prolog
+pkgver=7.2.3
+pkgrel=4
+pkgdesc='Prolog environment'
+arch=('x86_64' 'i686')
+url='http://www.swi-prolog.org/'
+license=('GPL' 'LGPL')
+depends=('gmp' 'readline' 'openssl' 'libarchive')
+makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
+optdepends=('unixodbc: for using the odbc4pl library'
+'libjpeg: for using the pl2xpce library'
+'libxpm: for using the pl2xpce library'
+'libxinerama: for using the pl2xpce library'
+'libxft: for using the pl2xpce library')
+source=("http://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz;)
+sha256sums=('43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5')
+
+build() {
+  cd "swipl-$pkgver"
+  ./configure --prefix=/usr --with-world
+
+  cd src
+  ./configure --enable-readline --prefix=/usr
+
+  make -C ..
+}
+
+check() {
+  make -C "swipl-$pkgver" check || true
+}
+
+package() {
+  make -C "swipl-$pkgver" DESTDIR="$pkgdir" install
+
+  # Fix for FS#20873
+  chmod +x "$pkgdir/usr/lib/swipl-$pkgver/library/dialect/sicstus/swipl-lfr.pl"
+}
+
+# getver: swi-prolog.org/download/stable
+# vim:set ts=2 sw=2 et:


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:39:24
  Author: foutrelis
Revision: 194833

readline 7.0 rebuild

Modified:
  swi-prolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:32:36 UTC (rev 194832)
+++ PKGBUILD2016-11-07 00:39:24 UTC (rev 194833)
@@ -7,7 +7,7 @@
 
 pkgname=swi-prolog
 pkgver=7.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Prolog environment'
 arch=('x86_64' 'i686')
 url='http://www.swi-prolog.org/'


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:34:23
  Author: foutrelis
Revision: 279993

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

Added:
  freetds/repos/staging-i686/
  freetds/repos/staging-i686/PKGBUILD
(from rev 279992, freetds/trunk/PKGBUILD)
  freetds/repos/staging-x86_64/
  freetds/repos/staging-x86_64/PKGBUILD
(from rev 279992, freetds/trunk/PKGBUILD)

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

Copied: freetds/repos/staging-i686/PKGBUILD (from rev 279992, 
freetds/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 00:34:23 UTC (rev 279993)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+
+pkgname=freetds
+pkgver=1.00.15
+pkgrel=2
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('openssl' 'unixodbc')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b57988e84937b7f285ec9d20528c9b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-tdsver=7.0 --with-unixodbc=/usr --with-openssl
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: freetds/repos/staging-x86_64/PKGBUILD (from rev 279992, 
freetds/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-07 00:34:23 UTC (rev 279993)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+
+pkgname=freetds
+pkgver=1.00.15
+pkgrel=2
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('openssl' 'unixodbc')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b57988e84937b7f285ec9d20528c9b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-tdsver=7.0 --with-unixodbc=/usr --with-openssl
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:34:14
  Author: foutrelis
Revision: 279992

readline 7.0 rebuild

Modified:
  freetds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:30:20 UTC (rev 279991)
+++ PKGBUILD2016-11-07 00:34:14 UTC (rev 279992)
@@ -3,7 +3,7 @@
 
 pkgname=freetds
 pkgver=1.00.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='http://www.freetds.org'
 arch=('i686' 'x86_64')


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:32:36
  Author: foutrelis
Revision: 194832

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

Added:
  ratpoison/repos/community-staging-i686/
  ratpoison/repos/community-staging-i686/PKGBUILD
(from rev 194831, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-staging-i686/ratpoison.desktop
(from rev 194831, ratpoison/trunk/ratpoison.desktop)
  ratpoison/repos/community-staging-x86_64/
  ratpoison/repos/community-staging-x86_64/PKGBUILD
(from rev 194831, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-staging-x86_64/ratpoison.desktop
(from rev 194831, ratpoison/trunk/ratpoison.desktop)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/ratpoison.desktop   |8 
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/ratpoison.desktop |8 
 4 files changed, 112 insertions(+)

Copied: ratpoison/repos/community-staging-i686/PKGBUILD (from rev 194831, 
ratpoison/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 00:32:36 UTC (rev 194832)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Aaron Griffin 
+# Contributor: juergen 
+# Contributor: John Proctor 
+
+pkgname=ratpoison
+pkgver=1.4.8
+pkgrel=3
+pkgdesc="A simple keystroke-driven window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
+url="http://www.nongnu.org/ratpoison/;
+source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+"${pkgname}.desktop")
+md5sums=('964f07f7ec91e95767a8d60fa6bdec3d'
+ '29c3cb9be59758e39d8471391231a74a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#38726, v1.4.6-2 
+  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
+
+  ./configure --prefix=/usr
+  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # fix permissions
+  chmod a+x 
"${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
+
+  # Not useful outside the source tree.
+  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
+
+  cd contrib
+  ./genrpbindings
+  install -dm755 "${pkgdir}/usr/share/ratpoison/bindings"
+  install -m644 
{Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py} \
+"${pkgdir}/usr/share/ratpoison/bindings/"
+
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+"${pkgdir}/etc/X11/sessions/${pkgname}.desktop"
+}

Copied: ratpoison/repos/community-staging-i686/ratpoison.desktop (from rev 
194831, ratpoison/trunk/ratpoison.desktop)
===
--- community-staging-i686/ratpoison.desktop(rev 0)
+++ community-staging-i686/ratpoison.desktop2016-11-07 00:32:36 UTC (rev 
194832)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Ratpoison
+Comment=The ratpoison window manager
+Exec=ratpoison
+# no icon yet, only the top three are currently used
+Icon=
+Type=Application

Copied: ratpoison/repos/community-staging-x86_64/PKGBUILD (from rev 194831, 
ratpoison/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 00:32:36 UTC (rev 194832)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Aaron Griffin 
+# Contributor: juergen 
+# Contributor: John Proctor 
+
+pkgname=ratpoison
+pkgver=1.4.8
+pkgrel=3
+pkgdesc="A simple keystroke-driven window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
+url="http://www.nongnu.org/ratpoison/;
+source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+"${pkgname}.desktop")
+md5sums=('964f07f7ec91e95767a8d60fa6bdec3d'
+ '29c3cb9be59758e39d8471391231a74a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#38726, v1.4.6-2 
+  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
+
+  ./configure --prefix=/usr
+  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # fix permissions
+  chmod a+x 
"${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
+
+  # Not useful outside the source tree.
+  rm 

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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:32:26
  Author: foutrelis
Revision: 194831

readline 7.0 rebuild

Modified:
  ratpoison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:29:00 UTC (rev 194830)
+++ PKGBUILD2016-11-07 00:32:26 UTC (rev 194831)
@@ -6,7 +6,7 @@
 
 pkgname=ratpoison
 pkgver=1.4.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple keystroke-driven window manager"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:30:20
  Author: foutrelis
Revision: 279991

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

Added:
  parted/repos/staging-i686/
  parted/repos/staging-i686/PKGBUILD
(from rev 279990, parted/trunk/PKGBUILD)
  parted/repos/staging-i686/parted-735669-fat16-crash-v1.patch
(from rev 279990, parted/trunk/parted-735669-fat16-crash-v1.patch)
  parted/repos/staging-x86_64/
  parted/repos/staging-x86_64/PKGBUILD
(from rev 279990, parted/trunk/PKGBUILD)
  parted/repos/staging-x86_64/parted-735669-fat16-crash-v1.patch
(from rev 279990, parted/trunk/parted-735669-fat16-crash-v1.patch)

---+
 staging-i686/PKGBUILD |   39 
 staging-i686/parted-735669-fat16-crash-v1.patch   |  193 
 staging-x86_64/PKGBUILD   |   39 
 staging-x86_64/parted-735669-fat16-crash-v1.patch |  193 
 4 files changed, 464 insertions(+)

Copied: parted/repos/staging-i686/PKGBUILD (from rev 279990, 
parted/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 00:30:20 UTC (rev 279991)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Aaron Griffin 
+
+pkgname=parted
+pkgver=3.2
+pkgrel=5
+pkgdesc="A program for creating, destroying, resizing, checking and copying 
partitions"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/parted/parted.html;
+depends=('device-mapper')
+makedepends=('pkg-config')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'parted-735669-fat16-crash-v1.patch')
+md5sums=('0247b6a7b314f8edeb618159fa95f9cb'
+ '15a72be3860b9ec754dc7bff17a5afae')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/parted-735669-fat16-crash-v1.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --disable-debug \
+  --disable-rpath
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: parted/repos/staging-i686/parted-735669-fat16-crash-v1.patch (from rev 
279990, parted/trunk/parted-735669-fat16-crash-v1.patch)
===
--- staging-i686/parted-735669-fat16-crash-v1.patch 
(rev 0)
+++ staging-i686/parted-735669-fat16-crash-v1.patch 2016-11-07 00:30:20 UTC 
(rev 279991)
@@ -0,0 +1,193 @@
+From 3a4c152d38ce34481b0f4fda8aea4e71a8280d8f Mon Sep 17 00:00:00 2001
+From: Mike Fleetwood 
+Date: Sat, 27 Sep 2014 10:23:17 +0100
+Subject: [PATCH 1/3] lib-fs-resize: Prevent crash resizing FAT16 file systems
+
+Resizing FAT16 file system crashes in libparted/fs/r/fat/resize.c
+create_resize_context() because it was dereferencing NULL pointer
+fs_info->info_sector to copy the info_sector.
+
+Only FAT32 file systems have info_sector populated by fat_open() ->
+fat_info_sector_read().  FAT12 and FAT16 file systems don't have an
+info_sector so pointer fs_info->info_sector remains assigned NULL from
+fat_alloc().  When resizing a FAT file system create_resize_context()
+was always dereferencing fs_info->info_sector to memory copy the
+info_sector, hence it crashed for FAT12 and FAT16.
+
+Make create_resize_context() only copy the info_sector for FAT32 file
+systems.
+
+Reported by Christian Hesse in
+https://bugzilla.gnome.org/show_bug.cgi?id=735669
+---
+ NEWS|4 
+ libparted/fs/r/fat/resize.c |   12 +---
+ 2 files changed, 13 insertions(+), 3 deletions(-)
+
+diff --git a/NEWS b/NEWS
+index 297b0a5..da7db50 100644
+--- a/NEWS
 b/NEWS
+@@ -2,6 +2,10 @@ GNU parted NEWS-*- 
outline -*-
+ 
+ * Noteworthy changes in release ?.? (-??-??) [?]
+ 
++** Bug Fixes
++
++  libparted-fs-resize: Prevent crash resizing FAT16 file systems.
++
+ 
+ * Noteworthy changes in release 3.2 (2014-07-28) [stable]
+ 
+diff --git a/libparted/fs/r/fat/resize.c b/libparted/fs/r/fat/resize.c
+index 919acf0..bfe60a0 100644
+--- a/libparted/fs/r/fat/resize.c
 b/libparted/fs/r/fat/resize.c
+@@ -668,11 +668,17 @@ create_resize_context (PedFileSystem* fs, const 
PedGeometry* new_geom)
+ 
+ /* preserve boot code, etc. */
+   new_fs_info->boot_sector = ped_malloc (new_geom->dev->sector_size);
+-  new_fs_info->info_sector = ped_malloc (new_geom->dev->sector_size);
+   memcpy (new_fs_info->boot_sector, fs_info->boot_sector,
+   new_geom->dev->sector_size);
+-  memcpy (new_fs_info->info_sector, fs_info->info_sector,
+-  new_geom->dev->sector_size);
++  new_fs_info->info_sector = NULL;

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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:30:09
  Author: foutrelis
Revision: 279990

readline 7.0 rebuild

Modified:
  parted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:26:52 UTC (rev 279989)
+++ PKGBUILD2016-11-07 00:30:09 UTC (rev 279990)
@@ -4,7 +4,7 @@
 
 pkgname=parted
 pkgver=3.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A program for creating, destroying, resizing, checking and copying 
partitions"
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:28:48
  Author: foutrelis
Revision: 194829

readline 7.0 rebuild

Modified:
  freetalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:11:34 UTC (rev 194828)
+++ PKGBUILD2016-11-07 00:28:48 UTC (rev 194829)
@@ -4,7 +4,7 @@
 
 pkgname=freetalk
 pkgver=4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A console based Jabber client"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/freetalk;


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:29:00
  Author: foutrelis
Revision: 194830

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

Added:
  freetalk/repos/community-staging-i686/
  freetalk/repos/community-staging-i686/ChangeLog
(from rev 194829, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-i686/PKGBUILD
(from rev 194829, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-staging-x86_64/
  freetalk/repos/community-staging-x86_64/ChangeLog
(from rev 194829, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-x86_64/PKGBUILD
(from rev 194829, freetalk/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |3 +++
 community-staging-i686/PKGBUILD|   27 +++
 community-staging-x86_64/ChangeLog |3 +++
 community-staging-x86_64/PKGBUILD  |   27 +++
 4 files changed, 60 insertions(+)

Copied: freetalk/repos/community-staging-i686/ChangeLog (from rev 194829, 
freetalk/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-11-07 00:29:00 UTC (rev 194830)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Copied: freetalk/repos/community-staging-i686/PKGBUILD (from rev 194829, 
freetalk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 00:29:00 UTC (rev 194830)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=3
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}

Copied: freetalk/repos/community-staging-x86_64/ChangeLog (from rev 194829, 
freetalk/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-11-07 00:29:00 UTC (rev 194830)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Copied: freetalk/repos/community-staging-x86_64/PKGBUILD (from rev 194829, 
freetalk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 00:29:00 UTC (rev 194830)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=3
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:26:52
  Author: foutrelis
Revision: 279989

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 279988, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/mktexlsr.hook
(from rev 279988, texlive-bin/trunk/mktexlsr.hook)
  texlive-bin/repos/staging-i686/mktexlsr.script
(from rev 279988, texlive-bin/trunk/mktexlsr.script)
  texlive-bin/repos/staging-i686/texlive-updmap.hook
(from rev 279988, texlive-bin/trunk/texlive-updmap.hook)
  texlive-bin/repos/staging-i686/texlive-updmap.script
(from rev 279988, texlive-bin/trunk/texlive-updmap.script)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 279988, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 279988, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/mktexlsr.hook
(from rev 279988, texlive-bin/trunk/mktexlsr.hook)
  texlive-bin/repos/staging-x86_64/mktexlsr.script
(from rev 279988, texlive-bin/trunk/mktexlsr.script)
  texlive-bin/repos/staging-x86_64/texlive-updmap.hook
(from rev 279988, texlive-bin/trunk/texlive-updmap.hook)
  texlive-bin/repos/staging-x86_64/texlive-updmap.script
(from rev 279988, texlive-bin/trunk/texlive-updmap.script)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 279988, texlive-bin/trunk/texlive.install)

--+
 staging-i686/PKGBUILD|  359 +
 staging-i686/mktexlsr.hook   |   15 +
 staging-i686/mktexlsr.script |   12 +
 staging-i686/texlive-updmap.hook |   12 +
 staging-i686/texlive-updmap.script   |   13 +
 staging-i686/texlive.install |   31 ++
 staging-x86_64/PKGBUILD  |  359 +
 staging-x86_64/mktexlsr.hook |   15 +
 staging-x86_64/mktexlsr.script   |   12 +
 staging-x86_64/texlive-updmap.hook   |   12 +
 staging-x86_64/texlive-updmap.script |   13 +
 staging-x86_64/texlive.install   |   31 ++
 12 files changed, 884 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 279988, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 00:26:52 UTC (rev 279989)
@@ -0,0 +1,359 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2016.41290
+pkgrel=7
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+source=("http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+"mktexlsr.hook"
+"mktexlsr.script"
+"texlive-updmap.hook"
+"texlive-updmap.script"
+)
+md5sums=('7303361f2d441eb5c962a996fd77e8fa'
+ '7bc9cef52d3b0c15d2364b7d8658faa6'
+ '2bbbef810687f4b2804a4b8cb91ce02f'
+ 'c18cbbd000aac60813b1695aa058964f'
+ 'c64d77b5111a26b9995263b49df4937c')
+
+build() {
+   cd "$srcdir"
+
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work && mkdir Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
+ --with-freetype2-libdir=/usr/lib \
+ 

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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:26:28
  Author: foutrelis
Revision: 279988

readline 7.0 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:15:03 UTC (rev 279987)
+++ PKGBUILD2016-11-07 00:26:28 UTC (rev 279988)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2016.41290
-pkgrel=6
+pkgrel=7
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:15:03
  Author: foutrelis
Revision: 279987

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

Added:
  r/repos/staging-i686/
  r/repos/staging-i686/PKGBUILD
(from rev 279986, r/trunk/PKGBUILD)
  r/repos/staging-i686/R.conf
(from rev 279986, r/trunk/R.conf)
  r/repos/staging-i686/r.desktop
(from rev 279986, r/trunk/r.desktop)
  r/repos/staging-i686/r.png
(from rev 279986, r/trunk/r.png)
  r/repos/staging-x86_64/
  r/repos/staging-x86_64/PKGBUILD
(from rev 279986, r/trunk/PKGBUILD)
  r/repos/staging-x86_64/R.conf
(from rev 279986, r/trunk/R.conf)
  r/repos/staging-x86_64/r.desktop
(from rev 279986, r/trunk/r.desktop)
  r/repos/staging-x86_64/r.png
(from rev 279986, r/trunk/r.png)

--+
 staging-i686/PKGBUILD|   89 +
 staging-i686/R.conf  |2 +
 staging-i686/r.desktop   |   11 +
 staging-x86_64/PKGBUILD  |   89 +
 staging-x86_64/R.conf|2 +
 staging-x86_64/r.desktop |   11 +
 6 files changed, 204 insertions(+)

Copied: r/repos/staging-i686/PKGBUILD (from rev 279986, r/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 00:15:03 UTC (rev 279987)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: K. Piche 
+
+pkgname=r
+pkgver=3.3.2
+pkgrel=2
+pkgdesc="Language and environment for statistical computing and graphics"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.r-project.org/'
+depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
+ 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
+ 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
+makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
+optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
+backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
+options=('!makeflags' '!emptydirs')
+source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
+   'r.desktop'
+   'r.png'
+   'R.conf')
+sha1sums=('0e39e9c2d28fe6bab9c55ca23e08ba8727fd2fca'
+  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
+  'a69a07ec363440efc18ce0a7f2af103375dea978'
+  '43668da6cfd1b4455a99f23e79e2059294dddac9')
+
+prepare() {
+   cd R-${pkgver}
+   # set texmf dir correctly in makefile
+   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
+   # fix for texinfo 5.X
+   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
+}
+
+build() {
+   cd R-${pkgver}
+   ./configure  --prefix=/usr \
+   --libdir=/usr/lib \
+   --sysconfdir=/etc/R \
+   --datarootdir=/usr/share \
+ rsharedir=/usr/share/R/ \
+ rincludedir=/usr/include/R/ \
+ rdocdir=/usr/share/doc/R/ \
+--with-x \
+   --enable-R-shlib \
+--with-lapack \
+   --with-blas \
+F77=gfortran \
+   LIBnn=lib
+   make
+
+# make libRmath.so
+   cd src/nmath/standalone
+   make shared
+}
+
+package() {
+   cd R-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+# install libRmath.so
+   cd src/nmath/standalone
+   make DESTDIR="${pkgdir}" install
+
+   #  Fixup R wrapper scripts.
+   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
+   rm "${pkgdir}/usr/lib/R/bin/R"
+   cd "${pkgdir}/usr/lib/R/bin"
+   ln -s ../../../bin/R
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/r.desktop" \
+   "${pkgdir}/usr/share/applications/r.desktop"
+  install -Dm644 "${srcdir}/r.png" \
+   "${pkgdir}/usr/share/pixmaps/r.png"
+
+  # move the config directory to /etc and create symlinks
+  install -d "${pkgdir}/etc/R"
+  cd "${pkgdir}/usr/lib/R/etc"
+  for i in *; do
+mv -f ${i} "${pkgdir}/etc/R"
+ln -s /etc/R/${i} ${i}
+  done
+
+  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
+  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
+}

Copied: r/repos/staging-i686/R.conf (from rev 279986, r/trunk/R.conf)
===
--- staging-i686/R.conf (rev 0)
+++ staging-i686/R.conf 2016-11-07 00:15:03 UTC (rev 279987)
@@ -0,0 +1,2 @@
+/usr/lib/R/lib
+

Copied: r/repos/staging-i686/r.desktop (from rev 279986, r/trunk/r.desktop)
===
--- staging-i686/r.desktop  (rev 0)
+++ staging-i686/r.desktop  2016-11-07 00:15:03 UTC (rev 279987)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=R
+GenericName=environment 

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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:14:46
  Author: foutrelis
Revision: 279986

readline 7.0 rebuild

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:00:39 UTC (rev 279985)
+++ PKGBUILD2016-11-07 00:14:46 UTC (rev 279986)
@@ -5,7 +5,7 @@
 
 pkgname=r
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
 license=('GPL')


[arch-commits] Commit in atftp/trunk (PKGBUILD atftp-0.7-cflags.patch)

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:11:34
  Author: foutrelis
Revision: 194828

Fix build with GCC 5.1

Added:
  atftp/trunk/atftp-0.7-cflags.patch
Modified:
  atftp/trunk/PKGBUILD

+
 PKGBUILD   |   10 ++
 atftp-0.7-cflags.patch |   32 
 2 files changed, 42 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:01:32 UTC (rev 194827)
+++ PKGBUILD2016-11-07 00:11:34 UTC (rev 194828)
@@ -11,14 +11,24 @@
 depends=(pcre readline)
 backup=(etc/conf.d/atftpd)
 source=(http://downloads.sf.net/sourceforge/atftp/atftp-$pkgver.tar.gz
+atftp-0.7-cflags.patch
 atftpd.service
 atftpd.conf)
 sha1sums=('fc9e9f821dfd2f257b4a5c32b948ed60b4e31fd1'
+  'a6aaa9965284977efb41cfd28a76edf904c069ab'
   'fb6a7a03aa2d37caf4202e152d84a18dd20e30f3'
   '0ee061597778d0ca850f053d0e3d9157e3376e79')
 
+prepare() {
+  cd atftp-$pkgver
+  # Respect our CFLAGS; needed below for building with -std=gnu89
+  patch -Np1 -i ../atftp-0.7-cflags.patch
+  autoreconf -vi
+}
+
 build() {
   cd atftp-$pkgver
+  CFLAGS+=' -std=gnu89'
   ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin \
   --enable-libreadline --disable-libwrap
   make

Added: atftp-0.7-cflags.patch
===
--- atftp-0.7-cflags.patch  (rev 0)
+++ atftp-0.7-cflags.patch  2016-11-07 00:11:34 UTC (rev 194828)
@@ -0,0 +1,32 @@
+--- atftp-0.7/configure.ac
 atftp-0.7/configure.ac
+@@ -66,29 +66,6 @@
+ dnl Check for AIX
+ AC_AIX
+ 
+-CFLAGS="-g -Wall -D_REENTRANT"
+-
+-if test x$debug = xtrue; then
+-   CFLAGS="$CFLAGS -O0 -DDEBUG"
+-else
+-  if test -n "$auto_cflags"; then
+-if test -n "$GCC"; then
+-  CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit"
+-else
+-  case "$host_os" in
+-*hpux*)  CFLAGS="$CFLAGS +O3"
+-;;
+-*ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000"
+-;;
+-*)   CFLAGS="$CFLAGS -O2"
+-;;
+-  esac
+-fi
+-  else
+-CFLAGS="$CFLAGS -O2"
+-  fi
+-fi
+-
+ AC_PROG_MAKE_SET
+ AC_PROG_INSTALL
+ 


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:01:32
  Author: foutrelis
Revision: 194827

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

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

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

Copied: profanity/repos/community-staging-i686/PKGBUILD (from rev 194826, 
profanity/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 00:01:32 UTC (rev 194827)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: jason ryan 
+
+pkgname=profanity
+pkgver=0.5.0
+pkgrel=2
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme')
+checkdepends=('cmocka')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('65625f0ed0b1e87c6cd4ec9dc85076a971b899b9b39d5707d32d1977a450b910ff760e339bfacd0d0906740bd299c018877b6720071d92c805fca095631e7163')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: profanity/repos/community-staging-x86_64/PKGBUILD (from rev 194826, 
profanity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 00:01:32 UTC (rev 194827)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: jason ryan 
+
+pkgname=profanity
+pkgver=0.5.0
+pkgrel=2
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme')
+checkdepends=('cmocka')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('65625f0ed0b1e87c6cd4ec9dc85076a971b899b9b39d5707d32d1977a450b910ff760e339bfacd0d0906740bd299c018877b6720071d92c805fca095631e7163')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:01:23
  Author: foutrelis
Revision: 194826

readline 7.0 rebuild

Modified:
  profanity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 23:58:30 UTC (rev 194825)
+++ PKGBUILD2016-11-07 00:01:23 UTC (rev 194826)
@@ -4,7 +4,7 @@
 
 pkgname=profanity
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Console based XMPP client'
 url='http://www.profanity.im'


[arch-commits] Commit in guile1.8/trunk (PKGBUILD)

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:00:31
  Author: foutrelis
Revision: 279984

readline 7.0 rebuild

Modified:
  guile1.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 23:59:16 UTC (rev 279983)
+++ PKGBUILD2016-11-07 00:00:31 UTC (rev 279984)
@@ -3,7 +3,7 @@
 
 pkgname=guile1.8
 pkgver=1.8.8
-pkgrel=4
+pkgrel=5
 pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
 url="http://www.gnu.org/software/guile/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in guile1.8/repos (4 files)

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:00:39
  Author: foutrelis
Revision: 279985

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

Added:
  guile1.8/repos/staging-i686/
  guile1.8/repos/staging-i686/PKGBUILD
(from rev 279984, guile1.8/trunk/PKGBUILD)
  guile1.8/repos/staging-x86_64/
  guile1.8/repos/staging-x86_64/PKGBUILD
(from rev 279984, guile1.8/trunk/PKGBUILD)

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

Copied: guile1.8/repos/staging-i686/PKGBUILD (from rev 279984, 
guile1.8/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 00:00:39 UTC (rev 279985)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=5
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url="http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+="-lpthread"
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  rm -rf "$pkgdir"/usr/share/info
+  sed -i '1s/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
+  mv "$pkgdir"/usr/share/aclocal/guile.m4 
"$pkgdir"/usr/share/aclocal/guile18.m4
+}

Copied: guile1.8/repos/staging-x86_64/PKGBUILD (from rev 279984, 
guile1.8/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-07 00:00:39 UTC (rev 279985)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=5
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url="http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+="-lpthread"
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  rm -rf "$pkgdir"/usr/share/info
+  sed -i '1s/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
+  mv "$pkgdir"/usr/share/aclocal/guile.m4 
"$pkgdir"/usr/share/aclocal/guile18.m4
+}


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 23:59:08
  Author: foutrelis
Revision: 279982

readline 7.0 rebuild

Modified:
  abook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 23:57:39 UTC (rev 279981)
+++ PKGBUILD2016-11-06 23:59:08 UTC (rev 279982)
@@ -6,7 +6,7 @@
 
 pkgname=abook
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Text-based addressbook designed for use with Mutt'
 url='http://abook.sourceforge.net/'
 arch=('i686' 'x86_64')


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 23:59:16
  Author: foutrelis
Revision: 279983

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

Added:
  abook/repos/staging-i686/
  abook/repos/staging-i686/PKGBUILD
(from rev 279982, abook/trunk/PKGBUILD)
  abook/repos/staging-i686/gcc5.patch
(from rev 279982, abook/trunk/gcc5.patch)
  abook/repos/staging-x86_64/
  abook/repos/staging-x86_64/PKGBUILD
(from rev 279982, abook/trunk/PKGBUILD)
  abook/repos/staging-x86_64/gcc5.patch
(from rev 279982, abook/trunk/gcc5.patch)

---+
 staging-i686/PKGBUILD |   39 +++
 staging-i686/gcc5.patch   |   24 
 staging-x86_64/PKGBUILD   |   39 +++
 staging-x86_64/gcc5.patch |   24 
 4 files changed, 126 insertions(+)

Copied: abook/repos/staging-i686/PKGBUILD (from rev 279982, 
abook/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-06 23:59:16 UTC (rev 279983)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+# Contributor: damir 
+
+pkgname=abook
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Text-based addressbook designed for use with Mutt'
+url='http://abook.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('git')
+depends=('readline')
+validpgpkeys=('3552E46F58F5FEC69A2CD85A5B4E2D0DD7F62B21')
+source=("http://abook.sourceforge.net/devel/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'gcc5.patch')
+sha1sums=('f404b31bd3134969fdc8b40a34b50dd35299e9c7' 'SKIP'
+  '5620fcf2442a4ecbf0cfef1515d936307378e307')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   aclocal && automake --add-missing && autoconf
+   sed 's/0.18/0.19/g' -i po/Makefile.in.in
+   patch -p1 -i ../gcc5.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+   cd po && make update-po
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: abook/repos/staging-i686/gcc5.patch (from rev 279982, 
abook/trunk/gcc5.patch)
===
--- staging-i686/gcc5.patch (rev 0)
+++ staging-i686/gcc5.patch 2016-11-06 23:59:16 UTC (rev 279983)
@@ -0,0 +1,24 @@
+diff -up abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.c.gcc5 
abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.c
+--- abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.c.gcc5 
2014-11-28 16:29:52.0 +0100
 abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.c  
2015-02-11 16:02:15.837789303 +0100
+@@ -859,7 +859,7 @@ item_merge(list_item dest, list_item src
+  */
+ 
+ /* quick lookup by "standard" field number */
+-inline int
++extern inline int
+ field_id(int i)
+ {
+   assert((i >= 0) && (i < ITEM_FIELDS));
+diff -up abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.h.gcc5 
abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.h
+--- abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.h.gcc5 
2014-11-28 16:29:52.0 +0100
 abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.h  
2015-02-11 16:02:23.465818915 +0100
+@@ -61,7 +61,7 @@ struct db_enumerator {
+ /*
+  * Field operations
+  */
+-inline int field_id(int i);
++extern inline int field_id(int i);
+ abook_field *find_standard_field(char *key, int do_declare);
+ abook_field *real_find_field(char *key, abook_field_list *list, int *nb);
+ #define find_field(key, list) real_find_field(key, list, NULL)

Copied: abook/repos/staging-x86_64/PKGBUILD (from rev 279982, 
abook/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-06 23:59:16 UTC (rev 279983)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+# Contributor: damir 
+
+pkgname=abook
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Text-based addressbook designed for use with Mutt'
+url='http://abook.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('git')
+depends=('readline')
+validpgpkeys=('3552E46F58F5FEC69A2CD85A5B4E2D0DD7F62B21')
+source=("http://abook.sourceforge.net/devel/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'gcc5.patch')
+sha1sums=('f404b31bd3134969fdc8b40a34b50dd35299e9c7' 'SKIP'
+  '5620fcf2442a4ecbf0cfef1515d936307378e307')
+
+prepare() {

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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 23:58:30
  Author: foutrelis
Revision: 194825

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

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

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

Copied: libsmf/repos/community-staging-i686/PKGBUILD (from rev 194824, 
libsmf/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 23:58:30 UTC (rev 194825)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: SpepS 
+
+pkgname=libsmf
+pkgver=1.3
+pkgrel=5
+pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.'
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/libsmf/;
+license=('BSD')
+depends=('glib2' 'readline')
+source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('eb698f1bc0bad9d5bce4c10386347486')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-static=no
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libsmf/repos/community-staging-x86_64/PKGBUILD (from rev 194824, 
libsmf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 23:58:30 UTC (rev 194825)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: SpepS 
+
+pkgname=libsmf
+pkgver=1.3
+pkgrel=5
+pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.'
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/libsmf/;
+license=('BSD')
+depends=('glib2' 'readline')
+source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('eb698f1bc0bad9d5bce4c10386347486')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-static=no
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 23:58:21
  Author: foutrelis
Revision: 194824

readline 7.0 rebuild

Modified:
  libsmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 23:00:50 UTC (rev 194823)
+++ PKGBUILD2016-11-06 23:58:21 UTC (rev 194824)
@@ -4,7 +4,7 @@
 
 pkgname=libsmf
 pkgver=1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.'
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/libsmf/;


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 23:57:39
  Author: foutrelis
Revision: 279981

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

Added:
  clisp/repos/staging-i686/
  clisp/repos/staging-i686/PKGBUILD
(from rev 279980, clisp/trunk/PKGBUILD)
  clisp/repos/staging-i686/clisp-gcc5.patch
(from rev 279980, clisp/trunk/clisp-gcc5.patch)
  clisp/repos/staging-i686/patch-modules_readline_readline.lisp
(from rev 279980, clisp/trunk/patch-modules_readline_readline.lisp)
  clisp/repos/staging-x86_64/
  clisp/repos/staging-x86_64/PKGBUILD
(from rev 279980, clisp/trunk/PKGBUILD)
  clisp/repos/staging-x86_64/clisp-gcc5.patch
(from rev 279980, clisp/trunk/clisp-gcc5.patch)
  clisp/repos/staging-x86_64/patch-modules_readline_readline.lisp
(from rev 279980, clisp/trunk/patch-modules_readline_readline.lisp)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-i686/clisp-gcc5.patch   |   38 +
 staging-i686/patch-modules_readline_readline.lisp   |   15 +
 staging-x86_64/PKGBUILD |   49 ++
 staging-x86_64/clisp-gcc5.patch |   38 +
 staging-x86_64/patch-modules_readline_readline.lisp |   15 +
 6 files changed, 204 insertions(+)

Copied: clisp/repos/staging-i686/PKGBUILD (from rev 279980, 
clisp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-06 23:57:39 UTC (rev 279981)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+pkgname=clisp
+pkgver=2.49
+pkgrel=6
+pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://clisp.cons.org/;
+depends=('readline' 'libsigsegv')
+provides=('common-lisp')
+makedepends=('ffcall')
+options=('!makeflags' '!emptydirs')
+source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2;
+"clisp-gcc5.patch"
+"patch-modules_readline_readline.lisp")
+md5sums=('1962b99d5e530390ec3829236d168649'
+ 'e3008f96f6cd3059717d4a930b8c0e9c'
+ '5b29c9301ab7c1b683da70c2f805609f')
+
+prepare() {
+  cd $srcdir/${pkgname}-${pkgver}
+  patch -Np1 -i ../clisp-gcc5.patch
+  patch -Np0 -i ../patch-modules_readline_readline.lisp
+
+  # 
https://sourceforge.net/p/clisp/clisp/ci/cebd289dfc19de4aa504113dfcb0284657787430/
+  # http://hg.slitaz.org/wok/rev/d5a39f30f9f1#l2.28
+  sed -i 's/clisp\.cons\.org/clisp.org/' src/cfgunix.lisp
+}
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-readline --with-ffcall src
+  cd src
+  ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > 
Makefile
+  make
+  sed -i 
's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g'
 config.lisp
+  make
+}
+
+check() {
+  cd $srcdir/${pkgname}-${pkgver}/src
+  make check
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/src
+  make DESTDIR=$pkgdir install
+}

Copied: clisp/repos/staging-i686/clisp-gcc5.patch (from rev 279980, 
clisp/trunk/clisp-gcc5.patch)
===
--- staging-i686/clisp-gcc5.patch   (rev 0)
+++ staging-i686/clisp-gcc5.patch   2016-11-06 23:57:39 UTC (rev 279981)
@@ -0,0 +1,38 @@
+--- ./src/makemake.in.orig 2013-02-16 15:26:28.0 -0700
 ./src/makemake.in  2015-02-11 17:20:00.0 -0700
+@@ -1217,7 +1217,7 @@ if [ $XCC_GCC = true ] ; then
+   if [ $CROSS = false ] ; then
+ case "$XCC_GCC_VERSION" in
+   # gcc 2.7 introduced an annoying warning, but gcc 2.8 has a workaround:
+-  2.[8-9]* | 3.* | 4.* | egcs-2.*)
++  2.[8-9]* | 3.* | 4.* | 5.* | 6.* | 7.* | 8.* | egcs-2.*)
+ XCFLAGS=$XCFLAGS' -Wno-sign-compare -Wno-format-nonliteral'
+ ;;
+   * ) ;;
+@@ -1226,7 +1226,7 @@ if [ $XCC_GCC = true ] ; then
+   if [ $CROSS = false -a $CC_CPLUSPLUS = true ] ; then
+ case "$XCC_GCC_VERSION" in
+   # g++ 3.4 introduced an annoying warning, but has a workaround:
+-  3.[4-9]* | 4.*)
++  3.[4-9]* | 4.* | 5.* | 6.* | 7.* | 8.*)
+ XCFLAGS=$XCFLAGS' -Wno-invalid-offsetof'
+ ;;
+   * ) ;;
+@@ -1241,7 +1241,7 @@ if [ $XCC_GCC = true ] ; then
+ # gcc-2.7.2 has a strength-reduction bug (fixed in gcc-2.7.2.1,
+ # also fixed through the specs file of some Linux distributions).
+ XCFLAGS=$XCFLAGS' -O2 -fexpensive-optimizations 
-fno-strength-reduce' ;;
+-  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | egcs-2.*)
++  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | 5.* | 6.* | 7.* | 8.* | 
egcs-2.*)
+ XCFLAGS=$XCFLAGS' -O2 -fexpensive-optimizations' ;;
+   * )
+ XCFLAGS=$XCFLAGS' -O' ;;
+@@ -1295,7 +1295,7 @@ if [ $XCC_GCC = 

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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 23:57:28
  Author: foutrelis
Revision: 279980

readline 7.0 rebuild

Modified:
  clisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 23:52:50 UTC (rev 279979)
+++ PKGBUILD2016-11-06 23:57:28 UTC (rev 279980)
@@ -2,7 +2,7 @@
 # Maintainer: Juergen Hoetzel 
 pkgname=clisp
 pkgver=2.49
-pkgrel=5
+pkgrel=6
 pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 23:52:50
  Author: foutrelis
Revision: 279979

Use new "clisp.org" domain; fixes a failing test

Modified:
  clisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 22:01:28 UTC (rev 279978)
+++ PKGBUILD2016-11-06 23:52:50 UTC (rev 279979)
@@ -22,6 +22,10 @@
   cd $srcdir/${pkgname}-${pkgver}
   patch -Np1 -i ../clisp-gcc5.patch
   patch -Np0 -i ../patch-modules_readline_readline.lisp
+
+  # 
https://sourceforge.net/p/clisp/clisp/ci/cebd289dfc19de4aa504113dfcb0284657787430/
+  # http://hg.slitaz.org/wok/rev/d5a39f30f9f1#l2.28
+  sed -i 's/clisp\.cons\.org/clisp.org/' src/cfgunix.lisp
 }
 
 build() {


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

2016-11-06 Thread Pierre Neidhardt
Date: Sunday, November 6, 2016 @ 23:00:50
  Author: ambrevar
Revision: 194823

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 194822, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-06 23:00:27 UTC (rev 194822)
+++ PKGBUILD2016-11-06 23:00:50 UTC (rev 194823)
@@ -1,45 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
-   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: Displaying PDF in-browser")
-options=(!emptydirs)
-source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;)
-sha256sums=('8ebdef058fc0d7114483da4d3bcf599fb8c77e29f73df650438ae2166c93ddcd')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 194822, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-06 23:00:50 UTC (rev 194823)
@@ -0,0 +1,48 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
+   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
+   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: Displaying PDF in-browser")
+options=(!emptydirs)
+source=("https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;
+   
"https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('f5ce98c5bc57ae29dc31f8896fad6911feab91277a9554761126219e0f8e8671'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
+   done
+   install -Dm644 icons/qutebrowser.svg \
+   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
+   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
+}


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

2016-11-06 Thread Pierre Neidhardt
Date: Sunday, November 6, 2016 @ 23:00:27
  Author: ambrevar
Revision: 194822

upgpkg: qutebrowser 0.8.4-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 22:26:58 UTC (rev 194821)
+++ PKGBUILD2016-11-06 23:00:27 UTC (rev 194822)
@@ -2,7 +2,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=0.8.2
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
@@ -20,8 +20,11 @@
"gst-plugins-ugly: media playback"
"pdfjs: Displaying PDF in-browser")
 options=(!emptydirs)
-source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;)
-sha256sums=('8ebdef058fc0d7114483da4d3bcf599fb8c77e29f73df650438ae2166c93ddcd')
+source=("https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;
+   
"https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('f5ce98c5bc57ae29dc31f8896fad6911feab91277a9554761126219e0f8e8671'
+'SKIP')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 22:26:58
  Author: bpiotrowski
Revision: 194821

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

Added:
  cvc4/repos/community-staging-i686/
  cvc4/repos/community-staging-i686/PKGBUILD
(from rev 194820, cvc4/trunk/PKGBUILD)
  cvc4/repos/community-staging-i686/configure-boost-version.patch
(from rev 194820, cvc4/trunk/configure-boost-version.patch)
  cvc4/repos/community-staging-x86_64/
  cvc4/repos/community-staging-x86_64/PKGBUILD
(from rev 194820, cvc4/trunk/PKGBUILD)
  cvc4/repos/community-staging-x86_64/configure-boost-version.patch
(from rev 194820, cvc4/trunk/configure-boost-version.patch)

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/configure-boost-version.patch   |   27 ++
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/configure-boost-version.patch |   27 ++
 4 files changed, 134 insertions(+)

Copied: cvc4/repos/community-staging-i686/PKGBUILD (from rev 194820, 
cvc4/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 22:26:58 UTC (rev 194821)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Philipp Sieweck
+
+pkgname=cvc4
+pkgver=1.4
+pkgrel=5
+pkgdesc="An automatic theorem prover"
+arch=('i686' 'x86_64')
+url="http://cvc4.cs.nyu.edu/web/;
+depends=('boost' 'libantlr3c' 'cln')
+optdepends=('readline: for an improved interaction support')
+license=('GPL' 'BSD' 'MIT' 'custom:HPND')
+source=("http://cvc4.cs.nyu.edu/builds/src/cvc4-$pkgver.tar.gz;
+configure-boost-version.patch)
+md5sums=('581c559c02b94fcb18b2e5b11432e009'
+ 'd9cbfad2415d4a675ebabf3f7c5cdd5d')
+
+prepare() {
+  patch "$srcdir"/cvc4-$pkgver/configure configure-boost-version.patch
+}
+
+build() {
+  cd "$srcdir"/cvc4-$pkgver
+  export CXXFLAGS+=" -std=gnu++98"
+  ./configure --prefix=/usr --enable-optimization --disable-doxygen-doc 
--with-cln --enable-gpl
+  make
+}
+
+package() {
+  cd "$srcdir"/cvc4-$pkgver
+  make prefix="$pkgdir"/usr install
+  install -D COPYING "$pkgdir"/usr/share/licenses/cvc4/LICENCE
+
+  cd "$pkgdir"
+  rmdir "usr/share/perl5" "usr/lib/pyshared" "usr/lib/php" "usr/lib/jni" \
+"usr/lib/csharp" "usr/share/java" "usr/share/php" "usr/share/csharp" \
+"usr/lib/ruby" "usr/lib/tcltk" "usr/lib/perl5" "usr/share/pyshared" \
+"usr/lib/ocaml/cvc4" "usr/lib/ocaml"
+}

Copied: cvc4/repos/community-staging-i686/configure-boost-version.patch (from 
rev 194820, cvc4/trunk/configure-boost-version.patch)
===
--- community-staging-i686/configure-boost-version.patch
(rev 0)
+++ community-staging-i686/configure-boost-version.patch2016-11-06 
22:26:58 UTC (rev 194821)
@@ -0,0 +1,27 @@
+--- configure~ 2014-07-13 19:47:37.469270988 +0200
 configure  2015-06-09 13:46:07.731066225 +0200
+@@ -24795,17 +24795,15 @@
+ if ${boost_cv_lib_version+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++  cat confdefs.h - &5 |
+-  tr -d '\r' |
+-  $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; 
then :
+-  boost_cv_lib_version=`cat conftest.i`
+-fi
+-rm -rf conftest*
++#include 
++int main(int argc, char **argv) { printf("%s\n", BOOST_LIB_VERSION); return 
0; }
++EOF
++  gcc conftest.c -o conftest
++  boost_cv_lib_version=`./conftest`
++  rm -f conftest conftest.c
+ 
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_lib_version" >&5

Copied: cvc4/repos/community-staging-x86_64/PKGBUILD (from rev 194820, 
cvc4/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 22:26:58 UTC (rev 194821)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Philipp Sieweck
+
+pkgname=cvc4
+pkgver=1.4
+pkgrel=5
+pkgdesc="An automatic theorem prover"
+arch=('i686' 'x86_64')
+url="http://cvc4.cs.nyu.edu/web/;
+depends=('boost' 'libantlr3c' 'cln')
+optdepends=('readline: for an improved interaction support')
+license=('GPL' 'BSD' 'MIT' 'custom:HPND')
+source=("http://cvc4.cs.nyu.edu/builds/src/cvc4-$pkgver.tar.gz;
+configure-boost-version.patch)
+md5sums=('581c559c02b94fcb18b2e5b11432e009'
+ 'd9cbfad2415d4a675ebabf3f7c5cdd5d')
+
+prepare() {
+  patch "$srcdir"/cvc4-$pkgver/configure configure-boost-version.patch
+}
+

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 22:26:52
  Author: bpiotrowski
Revision: 194820

readline 7.0 rebuild

Modified:
  cvc4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 22:08:23 UTC (rev 194819)
+++ PKGBUILD2016-11-06 22:26:52 UTC (rev 194820)
@@ -4,7 +4,7 @@
 
 pkgname=cvc4
 pkgver=1.4
-pkgrel=4
+pkgrel=5
 pkgdesc="An automatic theorem prover"
 arch=('i686' 'x86_64')
 url="http://cvc4.cs.nyu.edu/web/;


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

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 22:08:23
  Author: arojas
Revision: 194819

Use C++98 to fix build

Modified:
  cvc4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 21:15:47 UTC (rev 194818)
+++ PKGBUILD2016-11-06 22:08:23 UTC (rev 194819)
@@ -22,6 +22,7 @@
 
 build() {
   cd "$srcdir"/cvc4-$pkgver
+  export CXXFLAGS+=" -std=gnu++98"
   ./configure --prefix=/usr --enable-optimization --disable-doxygen-doc 
--with-cln --enable-gpl
   make
 }


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

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 21:59:54
  Author: arojas
Revision: 279977

Update to 5.3.0

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 21:12:46 UTC (rev 279976)
+++ PKGBUILD2016-11-06 21:59:54 UTC (rev 279977)
@@ -5,7 +5,7 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins')
-_pkgver=5.2.0
+_pkgver=5.3.0
 pkgver=${_pkgver//-/_} # for beta versions
 pkgrel=1
 pkgdesc="Digital photo management application for KDE"
@@ -15,9 +15,9 @@
 makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 
'boost'
  'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin'
  'kfilemetadata' 'akonadi-contacts' 'qt5-multimedia' 
'threadweaver' 'kcalcore'
- 'knotifyconfig' 'libmediawiki' 'libkvkontakte' 'gphoto2')
+ 'knotifyconfig' 'libmediawiki' 'libkvkontakte')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
-sha1sums=('329195ac7ea890a3bec435cd2ed83b04bc80ba1d')
+sha1sums=('3a62f6efdfafc37341626cbf0225cd7adc9d0633')
 
 prepare() {
   mkdir -p build


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 21:15:47
  Author: foutrelis
Revision: 194818

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

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

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

Copied: gap/repos/community-staging-i686/PKGBUILD (from rev 194817, 
gap/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 21:15:47 UTC (rev 194818)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor:  TDY 
+# Contributor: Rémy Oudompheng 
+
+pkgbase=gap
+pkgname=(gap gap-data gap-doc gap-packages)
+pkgver=4.8.3
+pkgrel=3
+pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
+arch=(i686 x86_64)
+url="http://www.gap-system.org/;
+license=(GPL)
+source=("http://www.gap-system.org/pub/gap/gap48/tar.bz2/gap4r8p3_2016_03_19-22_17.tar.bz2;)
+sha256sums=('81d358109d87014eb10d1325c38ee94aa968b2a6365afd1a7411bfdd44f7a454')
+
+build() {
+  cd gap4r8
+  ./configure --prefix=/usr --with-gmp=system
+  make
+}
+
+package_gap() {
+  depends=(gmp)
+  optdepends=('gap-packages: extra packages' 'gap-data: additional databases' 
'gap-doc: documentation')
+  replaces=(gap-math)
+  conflicts=(gap-math)
+  cd gap4r8
+  
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r bin etc grp lib tst CITATION "$pkgdir"/usr/lib/gap
+  
+  mkdir -p "$pkgdir"/usr/lib/gap/pkg
+  cp -r pkg/GAPDoc-* "$pkgdir"/usr/lib/gap/pkg
+
+  mkdir -p "$pkgdir"/usr/bin
+  ln -s /usr/lib/gap/bin/gap.sh "$pkgdir"/usr/bin/gap
+
+# fix location
+  sed -e 's|/build/gap/src/gap4r8|/usr/lib/gap|' -i 
"$pkgdir"/usr/lib/gap/bin/gap.sh  
+}
+
+package_gap-data() {
+  depends=(gap)
+  pkgdesc="Additional databases for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r prim small trans "$pkgdir"/usr/lib/gap
+}
+
+package_gap-doc() {
+  depends=(gap)
+  pkgdesc="Documentation for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r doc "$pkgdir"/usr/lib/gap
+}
+
+package_gap-packages() {
+  depends=(gap)
+  pkgdesc="Extra packages for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r pkg "$pkgdir"/usr/lib/gap
+
+# GAPDoc is in main package
+  rm -r "$pkgdir"/usr/lib/gap/pkg/GAPDoc-*
+}

Copied: gap/repos/community-staging-x86_64/PKGBUILD (from rev 194817, 
gap/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 21:15:47 UTC (rev 194818)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor:  TDY 
+# Contributor: Rémy Oudompheng 
+
+pkgbase=gap
+pkgname=(gap gap-data gap-doc gap-packages)
+pkgver=4.8.3
+pkgrel=3
+pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
+arch=(i686 x86_64)
+url="http://www.gap-system.org/;
+license=(GPL)
+source=("http://www.gap-system.org/pub/gap/gap48/tar.bz2/gap4r8p3_2016_03_19-22_17.tar.bz2;)
+sha256sums=('81d358109d87014eb10d1325c38ee94aa968b2a6365afd1a7411bfdd44f7a454')
+
+build() {
+  cd gap4r8
+  ./configure --prefix=/usr --with-gmp=system
+  make
+}
+
+package_gap() {
+  depends=(gmp)
+  optdepends=('gap-packages: extra packages' 'gap-data: additional databases' 
'gap-doc: documentation')
+  replaces=(gap-math)
+  conflicts=(gap-math)
+  cd gap4r8
+  
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r bin etc grp lib tst CITATION "$pkgdir"/usr/lib/gap
+  
+  mkdir -p "$pkgdir"/usr/lib/gap/pkg
+  cp -r pkg/GAPDoc-* "$pkgdir"/usr/lib/gap/pkg
+
+  mkdir -p "$pkgdir"/usr/bin
+  ln -s /usr/lib/gap/bin/gap.sh "$pkgdir"/usr/bin/gap
+
+# fix location
+  sed -e 's|/build/gap/src/gap4r8|/usr/lib/gap|' -i 
"$pkgdir"/usr/lib/gap/bin/gap.sh  
+}
+
+package_gap-data() {
+  depends=(gap)
+  pkgdesc="Additional databases for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r prim small trans "$pkgdir"/usr/lib/gap
+}
+
+package_gap-doc() {
+  depends=(gap)
+  pkgdesc="Documentation for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r doc "$pkgdir"/usr/lib/gap
+}
+
+package_gap-packages() {
+  depends=(gap)
+  pkgdesc="Extra packages for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r pkg "$pkgdir"/usr/lib/gap
+
+# GAPDoc is in main package
+  rm -r "$pkgdir"/usr/lib/gap/pkg/GAPDoc-*
+}


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 21:15:28
  Author: foutrelis
Revision: 194817

readline 7.0 rebuild

Modified:
  gap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:56:10 UTC (rev 194816)
+++ PKGBUILD2016-11-06 21:15:28 UTC (rev 194817)
@@ -6,7 +6,7 @@
 pkgbase=gap
 pkgname=(gap gap-data gap-doc gap-packages)
 pkgver=4.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
 arch=(i686 x86_64)
 url="http://www.gap-system.org/;


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 21:12:46
  Author: bpiotrowski
Revision: 279976

Fix build with readline 7.0 and gcc 6

Added:
  clisp/trunk/patch-modules_readline_readline.lisp
Modified:
  clisp/trunk/PKGBUILD
  clisp/trunk/clisp-gcc5.patch

--+
 PKGBUILD |7 +--
 clisp-gcc5.patch |8 
 patch-modules_readline_readline.lisp |   15 +++
 3 files changed, 24 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:40:10 UTC (rev 279975)
+++ PKGBUILD2016-11-06 21:12:46 UTC (rev 279976)
@@ -12,13 +12,16 @@
 makedepends=('ffcall')
 options=('!makeflags' '!emptydirs')
 
source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2;
-"clisp-gcc5.patch")
+"clisp-gcc5.patch"
+"patch-modules_readline_readline.lisp")
 md5sums=('1962b99d5e530390ec3829236d168649'
- 'f576778ab7fc879d9509decfd559d32e')
+ 'e3008f96f6cd3059717d4a930b8c0e9c'
+ '5b29c9301ab7c1b683da70c2f805609f')
 
 prepare() {
   cd $srcdir/${pkgname}-${pkgver}
   patch -Np1 -i ../clisp-gcc5.patch
+  patch -Np0 -i ../patch-modules_readline_readline.lisp
 }
 
 build() {

Modified: clisp-gcc5.patch
===
--- clisp-gcc5.patch2016-11-06 20:40:10 UTC (rev 279975)
+++ clisp-gcc5.patch2016-11-06 21:12:46 UTC (rev 279976)
@@ -5,7 +5,7 @@
  case "$XCC_GCC_VERSION" in
# gcc 2.7 introduced an annoying warning, but gcc 2.8 has a workaround:
 -  2.[8-9]* | 3.* | 4.* | egcs-2.*)
-+  2.[8-9]* | 3.* | 4.* | 5.* | egcs-2.*)
++  2.[8-9]* | 3.* | 4.* | 5.* | 6.* | 7.* | 8.* | egcs-2.*)
  XCFLAGS=$XCFLAGS' -Wno-sign-compare -Wno-format-nonliteral'
  ;;
* ) ;;
@@ -14,7 +14,7 @@
  case "$XCC_GCC_VERSION" in
# g++ 3.4 introduced an annoying warning, but has a workaround:
 -  3.[4-9]* | 4.*)
-+  3.[4-9]* | 4.* | 5.*)
++  3.[4-9]* | 4.* | 5.* | 6.* | 7.* | 8.*)
  XCFLAGS=$XCFLAGS' -Wno-invalid-offsetof'
  ;;
* ) ;;
@@ -23,7 +23,7 @@
  # also fixed through the specs file of some Linux distributions).
  XCFLAGS=$XCFLAGS' -O2 -fexpensive-optimizations 
-fno-strength-reduce' ;;
 -  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | egcs-2.*)
-+  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | 5.* | egcs-2.*)
++  2.3.[2-9]* | 2.[4-9]* | 3.* | 4.* | 5.* | 6.* | 7.* | 8.* | 
egcs-2.*)
  XCFLAGS=$XCFLAGS' -O2 -fexpensive-optimizations' ;;
* )
  XCFLAGS=$XCFLAGS' -O' ;;
@@ -32,7 +32,7 @@
fi # with_debug
case "$XCC_GCC_VERSION" in
 -3* | 4*)
-+3* | 4* | 5*)
++3* | 4* | 5* | 6* | 7* | 8*)
# When not optimizing on linux, or with Apple's gcc 4 on MacOS X,
# or with GCC 4 when "gcc -Os" is used:
#   C_CODE_ALIGNMENT is wrong.  = 0x806D512

Added: patch-modules_readline_readline.lisp
===
--- patch-modules_readline_readline.lisp(rev 0)
+++ patch-modules_readline_readline.lisp2016-11-06 21:12:46 UTC (rev 
279976)
@@ -0,0 +1,15 @@
+$NetBSD: patch-modules_readline_readline.lisp,v 1.1 2016/09/20 14:10:25 wiz 
Exp $
+
+rl_readline_state changed from int to unsigned long in readline-7.0.
+
+--- modules/readline/readline.lisp.orig2010-01-06 22:18:03.0 
+
 modules/readline/readline.lisp
+@@ -424,7 +424,7 @@ name in ~/.inputrc. This is preferred wa
+"The version of this incarnation of the readline library, e.g., 0x0402."))
+ (def-c-var gnu-readline-p (:name "rl_gnu_readline_p") (:type int)
+   (:documentation "True if this is real GNU readline."))
+-(def-c-var readline-state (:name "rl_readline_state") (:type int)
++(def-c-var readline-state (:name "rl_readline_state") (:type ulong)
+   (:documentation "Flags word encapsulating the current readline state."))
+ (def-c-var editing-mode (:name "rl_editing_mode") (:type int)
+   (:documentation "Says which editing mode readline is currently using.


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:52:04
  Author: bpiotrowski
Revision: 194813

Borrow patch from Debian to fix build with gcc 6

Modified:
  wvstreams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:45:17 UTC (rev 194812)
+++ PKGBUILD2016-11-06 20:52:04 UTC (rev 194813)
@@ -12,11 +12,15 @@
 license=('LGPL')
 depends=('zlib' 'pam' 'xplc' 'openssl' 'readline')
 
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/wvstreams-$pkgver.tar.gz
-wvstreams-4.6.1-glibc212.patch wvstreams-4.6.1-gcc47.patch 
openssl-buildfix.patch)
+wvstreams-4.6.1-glibc212.patch
+wvstreams-4.6.1-gcc47.patch
+openssl-buildfix.patch
+gcc-6.patch)
 md5sums=('2760dac31a43d452a19a3147bfde571c'
  '5f6e24864209055239cb4e7c9bbd4a41'
  '217e5dedd7f1d50588a5a67d637fc8a1'
- 'df423c68134a09439b3961c34635e0b4')
+ 'df423c68134a09439b3961c34635e0b4'
+ 'bc728af9421e04d0c1f358415b6c1421')
 options=('!makeflags')
 
 prepare() {
@@ -25,6 +29,7 @@
   patch -p0 -i "$srcdir/wvstreams-4.6.1-glibc212.patch"
   patch -p0 -i "$srcdir/wvstreams-4.6.1-gcc47.patch"
   patch -p1 -i "$srcdir/openssl-buildfix.patch"
+  patch -p1 -i "$srcdir/gcc-6.patch"
 }
 
 build() {


[arch-commits] Commit in wvstreams/trunk (gcc-6.patch)

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:52:24
  Author: bpiotrowski
Revision: 194814

...and actually add it

Added:
  wvstreams/trunk/gcc-6.patch

-+
 gcc-6.patch |   42 ++
 1 file changed, 42 insertions(+)

Added: gcc-6.patch
===
--- gcc-6.patch (rev 0)
+++ gcc-6.patch 2016-11-06 20:52:24 UTC (rev 194814)
@@ -0,0 +1,42 @@
+Description: Fix compilation with gcc-6
+Author: Gert Wollny 
+Last-Updated: 2016-07-26
+Forwarded: No
+Bug-Debian: https://bugs.debian.org/811659
+Bug-Debian: https://bugs.debian.org/831146
+
+--- a/streams/wvstream.cc
 b/streams/wvstream.cc
+@@ -907,9 +907,9 @@
+ 
+ if (forceable)
+ {
+-  si.wants.readable = readcb;
+-  si.wants.writable = writecb;
+-  si.wants.isexception = exceptcb;
++  si.wants.readable = static_cast(readcb);
++  si.wants.writable = static_cast(writecb);
++  si.wants.isexception = static_cast(exceptcb);
+ }
+ else
+ {
+@@ -1019,7 +1019,8 @@
+ 
+ IWvStream::SelectRequest WvStream::get_select_request()
+ {
+-return IWvStream::SelectRequest(readcb, writecb, exceptcb);
++return IWvStream::SelectRequest(static_cast(readcb), 
static_cast(writecb),
++  static_cast(exceptcb));
+ }
+ 
+ 
+@@ -1107,7 +1108,8 @@
+ // inefficient, because if the alarm was expired then pre_select()
+ // returned true anyway and short-circuited the previous select().
+ TRACE("hello-%p\n", this);
+-return !alarm_was_ticking || select(0, readcb, writecb, exceptcb);
++return !alarm_was_ticking || select(0, static_cast(readcb),
++  static_cast(writecb), 
static_cast(exceptcb));
+ }
+ 
+ 


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:56:02
  Author: bpiotrowski
Revision: 194815

readline 7.0 rebuild

Modified:
  wvstreams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:52:24 UTC (rev 194814)
+++ PKGBUILD2016-11-06 20:56:02 UTC (rev 194815)
@@ -5,7 +5,7 @@
 
 pkgname=wvstreams
 pkgver=4.6.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A network programming library written in C++"
 arch=('i686' 'x86_64')
 url="http://alumnit.ca/wiki/?page=WvStreams;


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:56:10
  Author: bpiotrowski
Revision: 194816

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

Added:
  wvstreams/repos/community-staging-i686/
  wvstreams/repos/community-staging-i686/PKGBUILD
(from rev 194815, wvstreams/trunk/PKGBUILD)
  wvstreams/repos/community-staging-i686/gcc-6.patch
(from rev 194815, wvstreams/trunk/gcc-6.patch)
  wvstreams/repos/community-staging-i686/openssl-buildfix.patch
(from rev 194815, wvstreams/trunk/openssl-buildfix.patch)
  wvstreams/repos/community-staging-i686/wvstreams-4.6.1-gcc47.patch
(from rev 194815, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)
  wvstreams/repos/community-staging-i686/wvstreams-4.6.1-glibc212.patch
(from rev 194815, wvstreams/trunk/wvstreams-4.6.1-glibc212.patch)
  wvstreams/repos/community-staging-x86_64/
  wvstreams/repos/community-staging-x86_64/PKGBUILD
(from rev 194815, wvstreams/trunk/PKGBUILD)
  wvstreams/repos/community-staging-x86_64/gcc-6.patch
(from rev 194815, wvstreams/trunk/gcc-6.patch)
  wvstreams/repos/community-staging-x86_64/openssl-buildfix.patch
(from rev 194815, wvstreams/trunk/openssl-buildfix.patch)
  wvstreams/repos/community-staging-x86_64/wvstreams-4.6.1-gcc47.patch
(from rev 194815, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)
  wvstreams/repos/community-staging-x86_64/wvstreams-4.6.1-glibc212.patch
(from rev 194815, wvstreams/trunk/wvstreams-4.6.1-glibc212.patch)

-+
 community-staging-i686/PKGBUILD |   59 ++
 community-staging-i686/gcc-6.patch  |   42 +
 community-staging-i686/openssl-buildfix.patch   |   14 +++
 community-staging-i686/wvstreams-4.6.1-gcc47.patch  |   50 +++
 community-staging-i686/wvstreams-4.6.1-glibc212.patch   |   24 +
 community-staging-x86_64/PKGBUILD   |   59 ++
 community-staging-x86_64/gcc-6.patch|   42 +
 community-staging-x86_64/openssl-buildfix.patch |   14 +++
 community-staging-x86_64/wvstreams-4.6.1-gcc47.patch|   50 +++
 community-staging-x86_64/wvstreams-4.6.1-glibc212.patch |   24 +
 10 files changed, 378 insertions(+)

Copied: wvstreams/repos/community-staging-i686/PKGBUILD (from rev 194815, 
wvstreams/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:56:10 UTC (rev 194816)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=wvstreams
+pkgver=4.6.1
+pkgrel=10
+pkgdesc="A network programming library written in C++"
+arch=('i686' 'x86_64')
+url="http://alumnit.ca/wiki/?page=WvStreams;
+license=('LGPL')
+depends=('zlib' 'pam' 'xplc' 'openssl' 'readline')
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/wvstreams-$pkgver.tar.gz
+wvstreams-4.6.1-glibc212.patch
+wvstreams-4.6.1-gcc47.patch
+openssl-buildfix.patch
+gcc-6.patch)
+md5sums=('2760dac31a43d452a19a3147bfde571c'
+ '5f6e24864209055239cb4e7c9bbd4a41'
+ '217e5dedd7f1d50588a5a67d637fc8a1'
+ 'df423c68134a09439b3961c34635e0b4'
+ 'bc728af9421e04d0c1f358415b6c1421')
+options=('!makeflags')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -p0 -i "$srcdir/wvstreams-4.6.1-glibc212.patch"
+  patch -p0 -i "$srcdir/wvstreams-4.6.1-gcc47.patch"
+  patch -p1 -i "$srcdir/openssl-buildfix.patch"
+  patch -p1 -i "$srcdir/gcc-6.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+ --sbin=/usr/bin \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --without-dbus \
+ --with-pam \
+ --with-openssl \
+ --without-tcl \
+ --without-qt
+  make COPTS="$CFLAGS -fPIC" CXXOPTS="$CXXFLAGS -fPIC -fpermissive 
-fno-tree-dce -fno-optimize-sibling-calls" VERBOSE=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  # FS#15974
+  # --without-dbus still installs the pkg-config file
+  rm "${pkgdir}/usr/lib/pkgconfig/libwvdbus.pc"
+  # --without-qt still installs the pkg-config file
+  rm "${pkgdir}/usr/lib/pkgconfig/libwvqt.pc"
+}

Copied: wvstreams/repos/community-staging-i686/gcc-6.patch (from rev 194815, 
wvstreams/trunk/gcc-6.patch)
===
--- community-staging-i686/gcc-6.patch  (rev 0)
+++ community-staging-i686/gcc-6.patch  2016-11-06 20:56:10 UTC (rev 194816)
@@ -0,0 +1,42 @@
+Description: Fix compilation with gcc-6
+Author: Gert Wollny 
+Last-Updated: 2016-07-26
+Forwarded: No
+Bug-Debian: https://bugs.debian.org/811659

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:45:17
  Author: bpiotrowski
Revision: 194812

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

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

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

Copied: avrdude/repos/community-staging-i686/PKGBUILD (from rev 194811, 
avrdude/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:45:17 UTC (rev 194812)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=2
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: avrdude/repos/community-staging-x86_64/PKGBUILD (from rev 194811, 
avrdude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:45:17 UTC (rev 194812)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=2
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:45:12
  Author: bpiotrowski
Revision: 194811

readline 7.0 rebuild

Modified:
  avrdude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:41:41 UTC (rev 194810)
+++ PKGBUILD2016-11-06 20:45:12 UTC (rev 194811)
@@ -4,7 +4,7 @@
 
 pkgname=avrdude
 pkgver=6.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
 arch=('i686' 'x86_64')


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:41:32
  Author: bpiotrowski
Revision: 194809

readline 7.0 rebuild

Modified:
  cdcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:39:30 UTC (rev 194808)
+++ PKGBUILD2016-11-06 20:41:32 UTC (rev 194809)
@@ -5,7 +5,7 @@
 
 pkgname=cdcd
 pkgver=0.6.6
-pkgrel=8
+pkgrel=9
 pkgdesc="A commandline cd-player"
 arch=('i686' 'x86_64')
 depends=('libcdaudio' 'readline')


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:41:41
  Author: bpiotrowski
Revision: 194810

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

Added:
  cdcd/repos/community-staging-i686/
  cdcd/repos/community-staging-i686/PKGBUILD
(from rev 194809, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-staging-i686/cdcd-0.6.6-x86_64.patch
(from rev 194809, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
  cdcd/repos/community-staging-x86_64/
  cdcd/repos/community-staging-x86_64/PKGBUILD
(from rev 194809, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-staging-x86_64/cdcd-0.6.6-x86_64.patch
(from rev 194809, cdcd/trunk/cdcd-0.6.6-x86_64.patch)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/cdcd-0.6.6-x86_64.patch   |   11 +
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/cdcd-0.6.6-x86_64.patch |   11 +
 4 files changed, 114 insertions(+)

Copied: cdcd/repos/community-staging-i686/PKGBUILD (from rev 194809, 
cdcd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:41:41 UTC (rev 194810)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Contributor dorphell 
+# Contributor Sarah Hay 
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=9
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/;
+license=('GPL2')
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+
+  sed -i 's/(CPPFunction \*)/(rl_completion_func_t \*)/' cmd_cdcd.c
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}

Copied: cdcd/repos/community-staging-i686/cdcd-0.6.6-x86_64.patch (from rev 
194809, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
===
--- community-staging-i686/cdcd-0.6.6-x86_64.patch  
(rev 0)
+++ community-staging-i686/cdcd-0.6.6-x86_64.patch  2016-11-06 20:41:41 UTC 
(rev 194810)
@@ -0,0 +1,11 @@
+--- a/config.sub   2009-09-15 00:42:36.0 -0700
 b/config.sub   2009-09-15 00:42:36.0 -0700
+@@ -155,7 +155,7 @@
+   | alpha | we32k | ns16k | clipper | i370 | sh \
+   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
+   | pdp11 | mips64el | mips64orion | mips64orionel \
+-  | sparc | sparclet | sparclite | sparc64)
++  | sparc | sparclet | sparclite | sparc64 | x86_64-*)
+   basic_machine=$basic_machine-unknown
+   ;;
+   # We use `pc' rather than `unknown'

Copied: cdcd/repos/community-staging-x86_64/PKGBUILD (from rev 194809, 
cdcd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:41:41 UTC (rev 194810)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Contributor dorphell 
+# Contributor Sarah Hay 
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=9
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/;
+license=('GPL2')
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+
+  sed -i 's/(CPPFunction \*)/(rl_completion_func_t \*)/' cmd_cdcd.c
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:40:10
  Author: bpiotrowski
Revision: 279975

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

Added:
  lua52/repos/staging-i686/
  lua52/repos/staging-i686/LICENSE
(from rev 279974, lua52/trunk/LICENSE)
  lua52/repos/staging-i686/PKGBUILD
(from rev 279974, lua52/trunk/PKGBUILD)
  lua52/repos/staging-i686/liblua.so.patch
(from rev 279974, lua52/trunk/liblua.so.patch)
  lua52/repos/staging-i686/lua.pc
(from rev 279974, lua52/trunk/lua.pc)
  lua52/repos/staging-x86_64/
  lua52/repos/staging-x86_64/LICENSE
(from rev 279974, lua52/trunk/LICENSE)
  lua52/repos/staging-x86_64/PKGBUILD
(from rev 279974, lua52/trunk/PKGBUILD)
  lua52/repos/staging-x86_64/liblua.so.patch
(from rev 279974, lua52/trunk/liblua.so.patch)
  lua52/repos/staging-x86_64/lua.pc
(from rev 279974, lua52/trunk/lua.pc)

+
 staging-i686/LICENSE   |   30 ++
 staging-i686/PKGBUILD  |   63 +++
 staging-i686/liblua.so.patch   |   57 +++
 staging-i686/lua.pc|   20 
 staging-x86_64/LICENSE |   30 ++
 staging-x86_64/PKGBUILD|   63 +++
 staging-x86_64/liblua.so.patch |   57 +++
 staging-x86_64/lua.pc  |   20 
 8 files changed, 340 insertions(+)

Copied: lua52/repos/staging-i686/LICENSE (from rev 279974, lua52/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2016-11-06 20:40:10 UTC (rev 279975)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua52/repos/staging-i686/PKGBUILD (from rev 279974, 
lua52/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-06 20:40:10 UTC (rev 279975)
@@ -0,0 +1,63 @@
+# $Id: PKGBUILD 234446 2015-03-21 17:59:50Z bpiotrowski $
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua52
+pkgver=5.2.4
+pkgrel=2
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('913fdb32207046b273fdb17aad70be13'
+ 'bdc663c7b82ffc0b5df67611621fb625'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '0e2bd67b909b9ff673da844ca3480df2')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+  sed -e 's:llua:llua5.2:' -e 's:/include:/include/lua5.2:' -i lua.pc
+  sed -r -e '/^LUA_(SO|A|T)=/ s/lua/lua5.2/' -e '/^LUAC_T=/ s/luac/luac5.2/' 
-i src/Makefile
+}
+
+build() {
+  cd lua-$pkgver
+
+  make MYCFLAGS="$CFLAGS -fPIC" MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_BIN='lua5.2 luac5.2' \
+TO_LIB="liblua5.2.a liblua5.2.so liblua5.2.so.5.2 liblua5.2.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:40:02
  Author: bpiotrowski
Revision: 279974

readline 7.0 rebuild

Modified:
  lua52/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:37:40 UTC (rev 279973)
+++ PKGBUILD2016-11-06 20:40:02 UTC (rev 279974)
@@ -5,7 +5,7 @@
 
 pkgname=lua52
 pkgver=5.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful lightweight programming language designed for extending 
applications'
 arch=('i686' 'x86_64')
 url='http://www.lua.org/'


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:39:30
  Author: bpiotrowski
Revision: 194808

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

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

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

Copied: ncmpcpp/repos/community-staging-i686/PKGBUILD (from rev 194807, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:39:30 UTC (rev 194808)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7.7
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('a0bbe85f154c40513d41e85810de86ed21109b72fb0f2bdb0b78dcbddb3770aff5422b5bb7fbac2b76634c5b9aaf843bed5fc16fc672fcd71bbae911f65c0034')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-staging-x86_64/PKGBUILD (from rev 194807, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:39:30 UTC (rev 194808)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7.7
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('a0bbe85f154c40513d41e85810de86ed21109b72fb0f2bdb0b78dcbddb3770aff5422b5bb7fbac2b76634c5b9aaf843bed5fc16fc672fcd71bbae911f65c0034')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:39:25
  Author: bpiotrowski
Revision: 194807

readline 7.0 rebuild

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:37:43 UTC (rev 194806)
+++ PKGBUILD2016-11-06 20:39:25 UTC (rev 194807)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')


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

2016-11-06 Thread Jaroslav Lichtblau
Date: Sunday, November 6, 2016 @ 20:37:43
  Author: jlichtblau
Revision: 194806

sqlcipher - gpg signature available for the zipped source

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:33:45 UTC (rev 194805)
+++ PKGBUILD2016-11-06 20:37:43 UTC (rev 194806)
@@ -10,8 +10,11 @@
 url="https://www.zetetic.net/sqlcipher/;
 license=('BSD')
 makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
+source=($pkgname-$pkgver.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip
+
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
+validpgpkeys=('A4EA79E649E745B92117A56F0CB99EE267FD0322') # Zetetic LLC 

+sha256sums=('cb558ff8fc3fb49d37817d42d1da6bb85f6310c28186f8e3570783a0f850366e'
+'SKIP')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:37:40
  Author: foutrelis
Revision: 279973

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

Added:
  sqlite/repos/staging-i686/
  sqlite/repos/staging-i686/PKGBUILD
(from rev 279972, sqlite/trunk/PKGBUILD)
  sqlite/repos/staging-i686/license.txt
(from rev 279972, sqlite/trunk/license.txt)
  sqlite/repos/staging-x86_64/
  sqlite/repos/staging-x86_64/PKGBUILD
(from rev 279972, sqlite/trunk/PKGBUILD)
  sqlite/repos/staging-x86_64/license.txt
(from rev 279972, sqlite/trunk/license.txt)

+
 staging-i686/PKGBUILD  |  116 +++
 staging-i686/license.txt   |   33 
 staging-x86_64/PKGBUILD|  116 +++
 staging-x86_64/license.txt |   33 
 4 files changed, 298 insertions(+)

Copied: sqlite/repos/staging-i686/PKGBUILD (from rev 279972, 
sqlite/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-06 20:37:40 UTC (rev 279973)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=3150100
+_docver=${_srcver}
+#_docver=3080001
+pkgver=3.15.1
+pkgrel=2
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=(https://www.sqlite.org/2016/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2016/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+sha1sums=('2e327da0763e6fcb38ba01c8159ee9c1db015c2c'
+  '25da810eb1aaa1058465513eea181ecbb8a42aaf'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+
+  cd sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/staging-i686/license.txt (from rev 279972, 
sqlite/trunk/license.txt)
===
--- staging-i686/license.txt(rev 0)
+++ 

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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:37:28
  Author: foutrelis
Revision: 279972

readline 7.0 rebuild

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:26:02 UTC (rev 279971)
+++ PKGBUILD2016-11-06 20:37:28 UTC (rev 279972)
@@ -8,7 +8,7 @@
 _docver=${_srcver}
 #_docver=3080001
 pkgver=3.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
 license=('custom:Public Domain')


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:33:45
  Author: foutrelis
Revision: 194805

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

Added:
  rlwrap/repos/community-staging-i686/
  rlwrap/repos/community-staging-i686/ChangeLog
(from rev 194804, rlwrap/trunk/ChangeLog)
  rlwrap/repos/community-staging-i686/PKGBUILD
(from rev 194804, rlwrap/trunk/PKGBUILD)
  rlwrap/repos/community-staging-x86_64/
  rlwrap/repos/community-staging-x86_64/ChangeLog
(from rev 194804, rlwrap/trunk/ChangeLog)
  rlwrap/repos/community-staging-x86_64/PKGBUILD
(from rev 194804, rlwrap/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |   11 +++
 community-staging-i686/PKGBUILD|   33 +
 community-staging-x86_64/ChangeLog |   11 +++
 community-staging-x86_64/PKGBUILD  |   33 +
 4 files changed, 88 insertions(+)

Copied: rlwrap/repos/community-staging-i686/ChangeLog (from rev 194804, 
rlwrap/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-11-06 20:33:45 UTC (rev 194805)
@@ -0,0 +1,11 @@
+2014-11-17 Kyle Keen 
+* Updated to 0.42
+2014-07-11 Kyle Keen 
+* Updated to 0.41
+2014-05-10 Kyle Keen 
+* Updated to 0.40
+2008-03-21 partition 
+* Updated to 0.30
+2007-06-28 tardo 
+* Built for x86_64
+

Copied: rlwrap/repos/community-staging-i686/PKGBUILD (from rev 194804, 
rlwrap/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:33:45 UTC (rev 194805)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: wizzomafizzo 
+# Contributor: Mateusz Herych 
+# Contributor: Benjamin Andresen 
+# Contributor: Douglas Thrift 
+
+pkgname=rlwrap
+pkgver=0.42
+pkgrel=3
+pkgdesc="Adds readline-style editing and history to programs."
+arch=('i686' 'x86_64')
+url="https://github.com/hanslub42/rlwrap;
+license=('GPL')
+depends=('perl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/hanslub42/rlwrap/archive/v$pkgver.tar.gz)
+md5sums=('6db341971cdb8bedfecf0a293e7cfff4')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -vi
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: rlwrap/repos/community-staging-x86_64/ChangeLog (from rev 194804, 
rlwrap/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-11-06 20:33:45 UTC (rev 194805)
@@ -0,0 +1,11 @@
+2014-11-17 Kyle Keen 
+* Updated to 0.42
+2014-07-11 Kyle Keen 
+* Updated to 0.41
+2014-05-10 Kyle Keen 
+* Updated to 0.40
+2008-03-21 partition 
+* Updated to 0.30
+2007-06-28 tardo 
+* Built for x86_64
+

Copied: rlwrap/repos/community-staging-x86_64/PKGBUILD (from rev 194804, 
rlwrap/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:33:45 UTC (rev 194805)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: wizzomafizzo 
+# Contributor: Mateusz Herych 
+# Contributor: Benjamin Andresen 
+# Contributor: Douglas Thrift 
+
+pkgname=rlwrap
+pkgver=0.42
+pkgrel=3
+pkgdesc="Adds readline-style editing and history to programs."
+arch=('i686' 'x86_64')
+url="https://github.com/hanslub42/rlwrap;
+license=('GPL')
+depends=('perl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/hanslub42/rlwrap/archive/v$pkgver.tar.gz)
+md5sums=('6db341971cdb8bedfecf0a293e7cfff4')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -vi
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:33:35
  Author: foutrelis
Revision: 194804

readline 7.0 rebuild

Modified:
  rlwrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:32:59 UTC (rev 194803)
+++ PKGBUILD2016-11-06 20:33:35 UTC (rev 194804)
@@ -7,7 +7,7 @@
 
 pkgname=rlwrap
 pkgver=0.42
-pkgrel=2
+pkgrel=3
 pkgdesc="Adds readline-style editing and history to programs."
 arch=('i686' 'x86_64')
 url="https://github.com/hanslub42/rlwrap;


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:32:59
  Author: foutrelis
Revision: 194803

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

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

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

Copied: ngspice/repos/community-staging-i686/PKGBUILD (from rev 194802, 
ngspice/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:32:59 UTC (rev 194803)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Jason Taylor 
+# Contributor: Luis Henrique 
+
+pkgname=ngspice
+pkgver=26
+pkgrel=4
+pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
+url='http://ngspice.sourceforge.net'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('libxaw' 'libedit' 'gcc-libs')
+source=("http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz;
+
"http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-doc-$pkgver.tar.gz;)
+sha1sums=('7c043c604b61f76ad1941defeeac6331efc48ad2'
+  'bc163a47a2b4987c4617c47b132a30ffdc674350')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#45230, create so lib
+  # shared lib sets flags and modifies headers, needs dedicated pass
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-openmp \
+  --with-ngshared
+  make
+  #strip ./src/.libs/libngspice.so.0.0.0
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-openmp
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644  "$srcdir/$pkgname-doc-$pkgver/manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
+
+  install -Dm755 src/.libs/libngspice.so.0.0.0 
"$pkgdir/usr/lib/libngspice.so.0.0.0"
+  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"
+  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so"
+}

Copied: ngspice/repos/community-staging-x86_64/PKGBUILD (from rev 194802, 
ngspice/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:32:59 UTC (rev 194803)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Jason Taylor 
+# Contributor: Luis Henrique 
+
+pkgname=ngspice
+pkgver=26
+pkgrel=4
+pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
+url='http://ngspice.sourceforge.net'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('libxaw' 'libedit' 'gcc-libs')
+source=("http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz;
+
"http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-doc-$pkgver.tar.gz;)
+sha1sums=('7c043c604b61f76ad1941defeeac6331efc48ad2'
+  'bc163a47a2b4987c4617c47b132a30ffdc674350')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#45230, create so lib
+  # shared lib sets flags and modifies headers, needs dedicated pass
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-openmp \
+  --with-ngshared
+  make
+  #strip ./src/.libs/libngspice.so.0.0.0
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-openmp
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D 

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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:32:49
  Author: foutrelis
Revision: 194802

readline 7.0 rebuild

Modified:
  ngspice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:32:07 UTC (rev 194801)
+++ PKGBUILD2016-11-06 20:32:49 UTC (rev 194802)
@@ -6,7 +6,7 @@
 
 pkgname=ngspice
 pkgver=26
-pkgrel=3
+pkgrel=4
 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
 url='http://ngspice.sourceforge.net'
 license=('BSD')


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:31:34
  Author: bpiotrowski
Revision: 194799

readline 7.0 rebuild

Modified:
  algol68g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:27:56 UTC (rev 194798)
+++ PKGBUILD2016-11-06 20:31:34 UTC (rev 194799)
@@ -4,7 +4,7 @@
 
 pkgname=('algol68g' 'algol68g-doc')
 pkgver=2.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Algol 68 compiler and interpreter'
 arch=('x86_64' 'i686')
 url='https://jmvdveer.home.xs4all.nl/algol.html'


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:32:07
  Author: foutrelis
Revision: 194801

Fetch source tarball from GitHub

Modified:
  rlwrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:31:40 UTC (rev 194800)
+++ PKGBUILD2016-11-06 20:32:07 UTC (rev 194801)
@@ -10,12 +10,17 @@
 pkgrel=2
 pkgdesc="Adds readline-style editing and history to programs."
 arch=('i686' 'x86_64')
-url="http://utopia.knoware.nl/~hlub/uck/rlwrap/;
+url="https://github.com/hanslub42/rlwrap;
 license=('GPL')
 depends=('perl')
-source=(http://utopia.knoware.nl/~hlub/uck/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('1e04a9dcc0672b02806cc63a0338176a')
+source=($pkgname-$pkgver.tar.gz::https://github.com/hanslub42/rlwrap/archive/v$pkgver.tar.gz)
+md5sums=('6db341971cdb8bedfecf0a293e7cfff4')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -vi
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:31:40
  Author: bpiotrowski
Revision: 194800

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

Added:
  algol68g/repos/community-staging-i686/
  algol68g/repos/community-staging-i686/PKGBUILD
(from rev 194799, algol68g/trunk/PKGBUILD)
  algol68g/repos/community-staging-i686/plotutils.patch
(from rev 194799, algol68g/trunk/plotutils.patch)
  algol68g/repos/community-staging-x86_64/
  algol68g/repos/community-staging-x86_64/PKGBUILD
(from rev 194799, algol68g/trunk/PKGBUILD)
  algol68g/repos/community-staging-x86_64/plotutils.patch
(from rev 194799, algol68g/trunk/plotutils.patch)

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/plotutils.patch   |   20 +
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/plotutils.patch |   20 +
 4 files changed, 128 insertions(+)

Copied: algol68g/repos/community-staging-i686/PKGBUILD (from rev 194799, 
algol68g/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:31:40 UTC (rev 194800)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: karolina.lindqv...@kramnet.se
+
+pkgname=('algol68g' 'algol68g-doc')
+pkgver=2.8.4
+pkgrel=2
+pkgdesc='Algol 68 compiler and interpreter'
+arch=('x86_64' 'i686')
+url='https://jmvdveer.home.xs4all.nl/algol.html'
+license=('GPL')
+depends=('gsl' 'plotutils')
+optdepends=('postgresql-libs: for postgresql support')
+source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz;
+'plotutils.patch'
+'ftp://ftp.stu.edu.tw/FreeBSD/distfiles/a68g-doc.pdf')
+sha256sums=('5823ccd0c18fe10a368a117cc3924748c4a5d0fe8dff0d9d818ff73c342565f0'
+'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa'
+'064b6761207d937aa704d245fc871a072f5a33ea23a346cb136ec8b2078ea321')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p1 -i ../plotutils.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_algol68g() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" \
+docdir="/usr/share/doc/$pkgname" install
+}
+
+package_algol68g-doc() {
+  install -Dm644 a68g-doc.pdf \
+"$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: algol68g/repos/community-staging-i686/plotutils.patch (from rev 194799, 
algol68g/trunk/plotutils.patch)
===
--- community-staging-i686/plotutils.patch  (rev 0)
+++ community-staging-i686/plotutils.patch  2016-11-06 20:31:40 UTC (rev 
194800)
@@ -0,0 +1,20 @@
+--- ./source/plotutils.c.orig  2012-04-05 00:44:52.0 +0200
 ./source/plotutils.c   2012-04-28 05:27:04.0 +0200
+@@ -1018,7 +1018,7 @@
+ X_COORD ( (f)) = 0;
+ Y_COORD ( (f)) = 0;
+ return (PLOTTER ( (f)));
+-  } else if (!strcmp (device_type, "gif")) {
++  } else if (!strcmp (device_type, "gif") || !strcmp (device_type, "png")) {
+ /*+
+ | Supported plotter type - pseudo GIF |
+ +*/
+@@ -1059,7 +1059,7 @@
+ (void) pl_setplparam (PLOTTER_PARAMS ( (f)), "BITMAPSIZE", size);
+ (void) pl_setplparam (PLOTTER_PARAMS ( (f)), "BG_COLOR", (void *) 
"black");
+ (void) pl_setplparam (PLOTTER_PARAMS ( (f)), "GIF_ANIMATION", 
(void *) "no");
+-PLOTTER ( (f)) = pl_newpl_r ("gif", NULL, STREAM ( (f)), 
stderr, PLOTTER_PARAMS ( (f)));
++PLOTTER ( (f)) = pl_newpl_r (device_type, NULL, STREAM ( 
(f)), stderr, PLOTTER_PARAMS ( (f)));
+ if (PLOTTER ( (f)) == NULL) {
+   diagnostic_node (A68_RUNTIME_ERROR, p, ERROR_DEVICE_CANNOT_OPEN);
+   exit_genie (p, A68_RUNTIME_ERROR);

Copied: algol68g/repos/community-staging-x86_64/PKGBUILD (from rev 194799, 
algol68g/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:31:40 UTC (rev 194800)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: karolina.lindqv...@kramnet.se
+
+pkgname=('algol68g' 'algol68g-doc')
+pkgver=2.8.4
+pkgrel=2
+pkgdesc='Algol 68 compiler and interpreter'
+arch=('x86_64' 'i686')
+url='https://jmvdveer.home.xs4all.nl/algol.html'
+license=('GPL')
+depends=('gsl' 'plotutils')
+optdepends=('postgresql-libs: for postgresql support')
+source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz;
+'plotutils.patch'
+'ftp://ftp.stu.edu.tw/FreeBSD/distfiles/a68g-doc.pdf')

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:27:54
  Author: bpiotrowski
Revision: 194797

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

Added:
  ipsec-tools/repos/community-staging-i686/
  ipsec-tools/repos/community-staging-i686/PKGBUILD
(from rev 194796, ipsec-tools/trunk/PKGBUILD)
  ipsec-tools/repos/community-staging-i686/ipsec-tools-linux-3.7-compat.patch
(from rev 194796, ipsec-tools/trunk/ipsec-tools-linux-3.7-compat.patch)
  ipsec-tools/repos/community-staging-i686/ipsec.service
(from rev 194796, ipsec-tools/trunk/ipsec.service)
  ipsec-tools/repos/community-staging-i686/racoon.service
(from rev 194796, ipsec-tools/trunk/racoon.service)
  ipsec-tools/repos/community-staging-x86_64/
  ipsec-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 194796, ipsec-tools/trunk/PKGBUILD)
  ipsec-tools/repos/community-staging-x86_64/ipsec-tools-linux-3.7-compat.patch
(from rev 194796, ipsec-tools/trunk/ipsec-tools-linux-3.7-compat.patch)
  ipsec-tools/repos/community-staging-x86_64/ipsec.service
(from rev 194796, ipsec-tools/trunk/ipsec.service)
  ipsec-tools/repos/community-staging-x86_64/racoon.service
(from rev 194796, ipsec-tools/trunk/racoon.service)

-+
 community-staging-i686/PKGBUILD |   43 
 community-staging-i686/ipsec-tools-linux-3.7-compat.patch   |   50 ++
 community-staging-i686/ipsec.service|   12 ++
 community-staging-i686/racoon.service   |   10 ++
 community-staging-x86_64/PKGBUILD   |   43 
 community-staging-x86_64/ipsec-tools-linux-3.7-compat.patch |   50 ++
 community-staging-x86_64/ipsec.service  |   12 ++
 community-staging-x86_64/racoon.service |   10 ++
 8 files changed, 230 insertions(+)

Copied: ipsec-tools/repos/community-staging-i686/PKGBUILD (from rev 194796, 
ipsec-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:27:54 UTC (rev 194797)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Allan Henriksen 
+
+pkgname=ipsec-tools
+pkgver=0.8.2
+pkgrel=3
+pkgdesc="KAME IPSec tools ported to Linux"
+arch=('i686' 'x86_64')
+url="http://ipsec-tools.sourceforge.net/;
+depends=('readline' 'openssl' 'krb5' 'flex')
+makedepends=('linux-headers')
+license=('GPL')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/ipsec-tools/$pkgname-$pkgver.tar.bz2
+   racoon.service
+   ipsec.service
+   ipsec-tools-linux-3.7-compat.patch)
+md5sums=('d53ec14a0a3ece64e09e5e34b3350b41'
+ '3a64a9e3b498c6da90450ffb0b758aea'
+ '387a0b0c4f10e42b2bb62282885cdc9c'
+ 'ae1dd20c83dcfce3dedb46ee73e83613')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -p1 <"$srcdir"/ipsec-tools-linux-3.7-compat.patch
+  sed -i 's#-Werror##' configure.ac
+
+  ./bootstrap
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+   --enable-security-context=no --enable-hybrid --enable-dpd --enable-natt 
\
+   --enable-adminport --enable-gssapi \
+   --with-kernel-headers=/usr/include
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "$srcdir"/racoon.service 
"$pkgdir"/usr/lib/systemd/system/racoon.service
+  install -Dm0644 "$srcdir"/ipsec.service 
"$pkgdir"/usr/lib/systemd/system/ipsec.service
+}

Copied: 
ipsec-tools/repos/community-staging-i686/ipsec-tools-linux-3.7-compat.patch 
(from rev 194796, ipsec-tools/trunk/ipsec-tools-linux-3.7-compat.patch)
===
--- community-staging-i686/ipsec-tools-linux-3.7-compat.patch   
(rev 0)
+++ community-staging-i686/ipsec-tools-linux-3.7-compat.patch   2016-11-06 
20:27:54 UTC (rev 194797)
@@ -0,0 +1,50 @@
+--- a/configure.ac
 b/configure.ac
+@@ -74,9 +74,10 @@ case "$host_os" in
+   [ KERNEL_INCLUDE="/lib/modules/`uname -r`/build/include" ])
+ 
+ AC_CHECK_HEADER($KERNEL_INCLUDE/linux/pfkeyv2.h, ,
+-  [ AC_CHECK_HEADER(/usr/src/linux/include/linux/pfkeyv2.h,
+-KERNEL_INCLUDE=/usr/src/linux/include ,
+-[ AC_MSG_ERROR([Unable to find linux-2.6 kernel headers. Aborting.]) 
] ) ] )
++  [ AC_CHECK_HEADER($KERNEL_INCLUDE/uapi/linux/pfkeyv2.h, ,
++[ AC_CHECK_HEADER(/usr/src/linux/include/linux/pfkeyv2.h,
++  KERNEL_INCLUDE=/usr/src/linux/include ,
++  [ AC_MSG_ERROR([Unable to find linux-2.6 kernel headers. 
Aborting.]) ] ) ] ) ] )
+ AC_SUBST(KERNEL_INCLUDE)
+ # We need the configure script to run with correct kernel headers.
+ # However we don't 

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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:27:42
  Author: foutrelis
Revision: 194795

upgpkg: algol68g 2.8.4-1

New upstream release.

Modified:
  algol68g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:26:12 UTC (rev 194794)
+++ PKGBUILD2016-11-06 20:27:42 UTC (rev 194795)
@@ -3,7 +3,7 @@
 # Contributor: karolina.lindqv...@kramnet.se
 
 pkgname=('algol68g' 'algol68g-doc')
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc='Algol 68 compiler and interpreter'
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz;
 'plotutils.patch'
 'ftp://ftp.stu.edu.tw/FreeBSD/distfiles/a68g-doc.pdf')
-sha256sums=('568bc93950463f8a70c3973097360945a4dfb300c422a8410cfc638d6ba548e7'
+sha256sums=('5823ccd0c18fe10a368a117cc3924748c4a5d0fe8dff0d9d818ff73c342565f0'
 '50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa'
 '064b6761207d937aa704d245fc871a072f5a33ea23a346cb136ec8b2078ea321')
 


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:27:56
  Author: foutrelis
Revision: 194798

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

Added:
  algol68g/repos/community-i686/PKGBUILD
(from rev 194796, algol68g/trunk/PKGBUILD)
  algol68g/repos/community-i686/plotutils.patch
(from rev 194796, algol68g/trunk/plotutils.patch)
  algol68g/repos/community-x86_64/PKGBUILD
(from rev 194795, algol68g/trunk/PKGBUILD)
  algol68g/repos/community-x86_64/plotutils.patch
(from rev 194796, algol68g/trunk/plotutils.patch)
Deleted:
  algol68g/repos/community-i686/PKGBUILD
  algol68g/repos/community-i686/plotutils.patch
  algol68g/repos/community-x86_64/PKGBUILD
  algol68g/repos/community-x86_64/plotutils.patch

--+
 /PKGBUILD|   88 +
 /plotutils.patch |   40 
 community-i686/PKGBUILD  |   44 --
 community-i686/plotutils.patch   |   20 
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/plotutils.patch |   20 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-06 20:27:54 UTC (rev 194797)
+++ community-i686/PKGBUILD 2016-11-06 20:27:56 UTC (rev 194798)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: karolina.lindqv...@kramnet.se
-
-pkgname=('algol68g' 'algol68g-doc')
-pkgver=2.8.3
-pkgrel=1
-pkgdesc='Algol 68 compiler and interpreter'
-arch=('x86_64' 'i686')
-url='https://jmvdveer.home.xs4all.nl/algol.html'
-license=('GPL')
-depends=('gsl' 'plotutils')
-optdepends=('postgresql-libs: for postgresql support')
-source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz;
-'plotutils.patch'
-'ftp://ftp.stu.edu.tw/FreeBSD/distfiles/a68g-doc.pdf')
-sha256sums=('568bc93950463f8a70c3973097360945a4dfb300c422a8410cfc638d6ba548e7'
-'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa'
-'064b6761207d937aa704d245fc871a072f5a33ea23a346cb136ec8b2078ea321')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -p1 -i ../plotutils.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_algol68g() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" \
-docdir="/usr/share/doc/$pkgname" install
-}
-
-package_algol68g-doc() {
-  install -Dm644 a68g-doc.pdf \
-"$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: algol68g/repos/community-i686/PKGBUILD (from rev 194796, 
algol68g/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-06 20:27:56 UTC (rev 194798)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: karolina.lindqv...@kramnet.se
+
+pkgname=('algol68g' 'algol68g-doc')
+pkgver=2.8.4
+pkgrel=1
+pkgdesc='Algol 68 compiler and interpreter'
+arch=('x86_64' 'i686')
+url='https://jmvdveer.home.xs4all.nl/algol.html'
+license=('GPL')
+depends=('gsl' 'plotutils')
+optdepends=('postgresql-libs: for postgresql support')
+source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz;
+'plotutils.patch'
+'ftp://ftp.stu.edu.tw/FreeBSD/distfiles/a68g-doc.pdf')
+sha256sums=('5823ccd0c18fe10a368a117cc3924748c4a5d0fe8dff0d9d818ff73c342565f0'
+'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa'
+'064b6761207d937aa704d245fc871a072f5a33ea23a346cb136ec8b2078ea321')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p1 -i ../plotutils.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_algol68g() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" \
+docdir="/usr/share/doc/$pkgname" install
+}
+
+package_algol68g-doc() {
+  install -Dm644 a68g-doc.pdf \
+"$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/plotutils.patch
===
--- community-i686/plotutils.patch  2016-11-06 20:27:54 UTC (rev 194797)
+++ community-i686/plotutils.patch  2016-11-06 20:27:56 UTC (rev 194798)
@@ -1,20 +0,0 @@
 ./source/plotutils.c.orig  2012-04-05 00:44:52.0 +0200
-+++ ./source/plotutils.c   2012-04-28 05:27:04.0 +0200
-@@ -1018,7 +1018,7 @@
- X_COORD ( (f)) = 0;
- Y_COORD ( (f)) = 0;
- return (PLOTTER ( (f)));
--  } else if (!strcmp (device_type, "gif")) {
-+  } else if (!strcmp (device_type, "gif") || !strcmp (device_type, "png")) {
- /*+
- | Supported plotter type - pseudo GIF |
- +*/
-@@ -1059,7 +1059,7 @@
- 

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:27:46
  Author: bpiotrowski
Revision: 194796

readline 7.0 rebuild

Modified:
  ipsec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:27:42 UTC (rev 194795)
+++ PKGBUILD2016-11-06 20:27:46 UTC (rev 194796)
@@ -4,7 +4,7 @@
 
 pkgname=ipsec-tools
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="KAME IPSec tools ported to Linux"
 arch=('i686' 'x86_64')
 url="http://ipsec-tools.sourceforge.net/;


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:26:02
  Author: foutrelis
Revision: 279971

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

Added:
  lftp/repos/staging-i686/
  lftp/repos/staging-i686/PKGBUILD
(from rev 279970, lftp/trunk/PKGBUILD)
  lftp/repos/staging-x86_64/
  lftp/repos/staging-x86_64/PKGBUILD
(from rev 279970, lftp/trunk/PKGBUILD)

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

Copied: lftp/repos/staging-i686/PKGBUILD (from rev 279970, lftp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-06 20:26:02 UTC (rev 279971)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.7.3
+pkgrel=2
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('23deda16014412c802f095fbaa0bebee'
+ 'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Copied: lftp/repos/staging-x86_64/PKGBUILD (from rev 279970, 
lftp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-06 20:26:02 UTC (rev 279971)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.7.3
+pkgrel=2
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('23deda16014412c802f095fbaa0bebee'
+ 'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:26:05
  Author: bpiotrowski
Revision: 194793

readline 7.0 rebuild

Modified:
  gnucap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:17:58 UTC (rev 194792)
+++ PKGBUILD2016-11-06 20:26:05 UTC (rev 194793)
@@ -6,7 +6,7 @@
 pkgname=gnucap
 pkgver=20091207
 _pkgver=2009-12-07
-pkgrel=4
+pkgrel=5
 pkgdesc="GNU Circuit Analysis Package"
 arch=('i686' 'x86_64')
 url="http://gnucap.org/;


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:25:49
  Author: foutrelis
Revision: 279970

readline 7.0 rebuild

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:24:27 UTC (rev 279969)
+++ PKGBUILD2016-11-06 20:25:49 UTC (rev 279970)
@@ -4,7 +4,7 @@
 
 pkgname=lftp
 pkgver=4.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:26:12
  Author: bpiotrowski
Revision: 194794

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

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

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

Copied: gnucap/repos/community-staging-i686/PKGBUILD (from rev 194793, 
gnucap/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:26:12 UTC (rev 194794)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Jared Casper 
+# Contributor: Georgij Kondratjev 
+
+pkgname=gnucap
+pkgver=20091207
+_pkgver=2009-12-07
+pkgrel=5
+pkgdesc="GNU Circuit Analysis Package"
+arch=('i686' 'x86_64')
+url="http://gnucap.org/;
+license=('GPL')
+depends=('gcc-libs' 'readline')
+source=(http://gnucap.org/devel/archive/$pkgname-$_pkgver.tar.gz)
+sha1sums=('a64be626b3e971437d677f14bc72eda0df6e7e3a')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  make
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnucap/repos/community-staging-x86_64/PKGBUILD (from rev 194793, 
gnucap/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:26:12 UTC (rev 194794)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Jared Casper 
+# Contributor: Georgij Kondratjev 
+
+pkgname=gnucap
+pkgver=20091207
+_pkgver=2009-12-07
+pkgrel=5
+pkgdesc="GNU Circuit Analysis Package"
+arch=('i686' 'x86_64')
+url="http://gnucap.org/;
+license=('GPL')
+depends=('gcc-libs' 'readline')
+source=(http://gnucap.org/devel/archive/$pkgname-$_pkgver.tar.gz)
+sha1sums=('a64be626b3e971437d677f14bc72eda0df6e7e3a')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  make
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:24:27
  Author: foutrelis
Revision: 279969

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

Added:
  quagga/repos/staging-i686/
  quagga/repos/staging-i686/PKGBUILD
(from rev 279968, quagga/trunk/PKGBUILD)
  quagga/repos/staging-i686/babeld.service
(from rev 279968, quagga/trunk/babeld.service)
  quagga/repos/staging-i686/bgpd.service
(from rev 279968, quagga/trunk/bgpd.service)
  quagga/repos/staging-i686/isisd.service
(from rev 279968, quagga/trunk/isisd.service)
  quagga/repos/staging-i686/ospf6d.service
(from rev 279968, quagga/trunk/ospf6d.service)
  quagga/repos/staging-i686/ospfd.service
(from rev 279968, quagga/trunk/ospfd.service)
  quagga/repos/staging-i686/pimd.service
(from rev 279968, quagga/trunk/pimd.service)
  quagga/repos/staging-i686/quagga.install
(from rev 279968, quagga/trunk/quagga.install)
  quagga/repos/staging-i686/quagga.sysusers
(from rev 279968, quagga/trunk/quagga.sysusers)
  quagga/repos/staging-i686/quagga.tmpfiles
(from rev 279968, quagga/trunk/quagga.tmpfiles)
  quagga/repos/staging-i686/ripd.service
(from rev 279968, quagga/trunk/ripd.service)
  quagga/repos/staging-i686/ripngd.service
(from rev 279968, quagga/trunk/ripngd.service)
  quagga/repos/staging-i686/zebra.service
(from rev 279968, quagga/trunk/zebra.service)
  quagga/repos/staging-x86_64/
  quagga/repos/staging-x86_64/PKGBUILD
(from rev 279968, quagga/trunk/PKGBUILD)
  quagga/repos/staging-x86_64/babeld.service
(from rev 279968, quagga/trunk/babeld.service)
  quagga/repos/staging-x86_64/bgpd.service
(from rev 279968, quagga/trunk/bgpd.service)
  quagga/repos/staging-x86_64/isisd.service
(from rev 279968, quagga/trunk/isisd.service)
  quagga/repos/staging-x86_64/ospf6d.service
(from rev 279968, quagga/trunk/ospf6d.service)
  quagga/repos/staging-x86_64/ospfd.service
(from rev 279968, quagga/trunk/ospfd.service)
  quagga/repos/staging-x86_64/pimd.service
(from rev 279968, quagga/trunk/pimd.service)
  quagga/repos/staging-x86_64/quagga.install
(from rev 279968, quagga/trunk/quagga.install)
  quagga/repos/staging-x86_64/quagga.sysusers
(from rev 279968, quagga/trunk/quagga.sysusers)
  quagga/repos/staging-x86_64/quagga.tmpfiles
(from rev 279968, quagga/trunk/quagga.tmpfiles)
  quagga/repos/staging-x86_64/ripd.service
(from rev 279968, quagga/trunk/ripd.service)
  quagga/repos/staging-x86_64/ripngd.service
(from rev 279968, quagga/trunk/ripngd.service)
  quagga/repos/staging-x86_64/zebra.service
(from rev 279968, quagga/trunk/zebra.service)

+
 staging-i686/PKGBUILD  |   96 +++
 staging-i686/babeld.service|   16 ++
 staging-i686/bgpd.service  |   16 ++
 staging-i686/isisd.service |   16 ++
 staging-i686/ospf6d.service|   16 ++
 staging-i686/ospfd.service |   16 ++
 staging-i686/pimd.service  |   15 ++
 staging-i686/quagga.install|6 ++
 staging-i686/quagga.sysusers   |1 
 staging-i686/quagga.tmpfiles   |3 +
 staging-i686/ripd.service  |   16 ++
 staging-i686/ripngd.service|   16 ++
 staging-i686/zebra.service |   16 ++
 staging-x86_64/PKGBUILD|   96 +++
 staging-x86_64/babeld.service  |   16 ++
 staging-x86_64/bgpd.service|   16 ++
 staging-x86_64/isisd.service   |   16 ++
 staging-x86_64/ospf6d.service  |   16 ++
 staging-x86_64/ospfd.service   |   16 ++
 staging-x86_64/pimd.service|   15 ++
 staging-x86_64/quagga.install  |6 ++
 staging-x86_64/quagga.sysusers |1 
 staging-x86_64/quagga.tmpfiles |3 +
 staging-x86_64/ripd.service|   16 ++
 staging-x86_64/ripngd.service  |   16 ++
 staging-x86_64/zebra.service   |   16 ++
 26 files changed, 498 insertions(+)

Copied: quagga/repos/staging-i686/PKGBUILD (from rev 279968, 
quagga/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-06 20:24:27 UTC (rev 279969)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=quagga
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
+arch=('i686' 'x86_64')
+url='http://www.quagga.net'
+license=('GPL2')
+depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses' 'perl')
+options=('!buildflags')
+install=quagga.install
+validpgpkeys=('C1B5C3ED3000F2BFCD66F3B76FE57CA8C1A4AEA6') # Quagga Release 
Signing Key
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
+'quagga.sysusers'
+'quagga.tmpfiles'
+'babeld.service'
+'bgpd.service'
+'isisd.service'
+'ospf6d.service'
+'ospfd.service'
+'pimd.service'
+'ripd.service'
+'ripngd.service'

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

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 20:23:43
  Author: foutrelis
Revision: 279968

readline 7.0 rebuild

Modified:
  quagga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:22:41 UTC (rev 279967)
+++ PKGBUILD2016-11-06 20:23:43 UTC (rev 279968)
@@ -3,7 +3,7 @@
 
 pkgname=quagga
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:22:41
  Author: bpiotrowski
Revision: 279967

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

Added:
  hunspell/repos/staging-i686/
  hunspell/repos/staging-i686/PKGBUILD
(from rev 279966, hunspell/trunk/PKGBUILD)
  hunspell/repos/staging-x86_64/
  hunspell/repos/staging-x86_64/PKGBUILD
(from rev 279966, hunspell/trunk/PKGBUILD)

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

Copied: hunspell/repos/staging-i686/PKGBUILD (from rev 279966, 
hunspell/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-06 20:22:41 UTC (rev 279967)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Hussam Al-Tayeb 
+
+pkgname=hunspell
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="Spell checker and morphological analyzer library and program"
+arch=('i686' 'x86_64')
+url="http://hunspell.github.io/;
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
+source=(https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
+md5sums=('33d370f7fe5a030985e445a5672b2067')
+
+build() {
+  cd hunspell-$pkgver
+  ./configure --prefix=/usr --disable-static \
+   --with-ui --with-readline # --with-experimental breaks build in this 
release
+  make
+}
+
+check() {
+  cd hunspell-$pkgver
+  make check
+}
+
+package() {
+  cd hunspell-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
+  pushd $pkgdir/usr/lib
+  ln -s libhunspell-?.?.so libhunspell.so
+  popd
+}

Copied: hunspell/repos/staging-x86_64/PKGBUILD (from rev 279966, 
hunspell/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-06 20:22:41 UTC (rev 279967)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Hussam Al-Tayeb 
+
+pkgname=hunspell
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="Spell checker and morphological analyzer library and program"
+arch=('i686' 'x86_64')
+url="http://hunspell.github.io/;
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
+source=(https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
+md5sums=('33d370f7fe5a030985e445a5672b2067')
+
+build() {
+  cd hunspell-$pkgver
+  ./configure --prefix=/usr --disable-static \
+   --with-ui --with-readline # --with-experimental breaks build in this 
release
+  make
+}
+
+check() {
+  cd hunspell-$pkgver
+  make check
+}
+
+package() {
+  cd hunspell-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
+  pushd $pkgdir/usr/lib
+  ln -s libhunspell-?.?.so libhunspell.so
+  popd
+}


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:22:36
  Author: bpiotrowski
Revision: 279966

readline 7.0 rebuild

Modified:
  hunspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 20:21:48 UTC (rev 279965)
+++ PKGBUILD2016-11-06 20:22:36 UTC (rev 279966)
@@ -4,7 +4,7 @@
 
 pkgname=hunspell
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Spell checker and morphological analyzer library and program"
 arch=('i686' 'x86_64')
 url="http://hunspell.github.io/;


  1   2   3   >